aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-08-15 07:05:51 +0800
committerbapt <bapt@FreeBSD.org>2011-08-15 07:05:51 +0800
commite60f6a2a35cc46f6bdf1ee65512d66597ba95976 (patch)
treeb49d672c7251c8127bed3c8b80b02ec448fbe3f7 /databases
parent45587f284d1ed780143cc1b95436dbb9c90f888b (diff)
downloadfreebsd-ports-gnome-e60f6a2a35cc46f6bdf1ee65512d66597ba95976.tar.gz
freebsd-ports-gnome-e60f6a2a35cc46f6bdf1ee65512d66597ba95976.tar.zst
freebsd-ports-gnome-e60f6a2a35cc46f6bdf1ee65512d66597ba95976.zip
2011-04-17 databases/gauche-gdbm: has been broken for more than a year
www/wiliki: Depends on expired gauche-gdbm mail/scmail: Depends on expired gauche-gdbm
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/gauche-gdbm/Makefile57
-rw-r--r--databases/gauche-gdbm/pkg-descr4
3 files changed, 0 insertions, 62 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 2579bdd0aeaa..81e91548c98b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -92,7 +92,6 @@
SUBDIR += gambas2-gb-db-postgresql
SUBDIR += gambas2-gb-db-sqlite2
SUBDIR += gambas2-gb-db-sqlite3
- SUBDIR += gauche-gdbm
SUBDIR += gbib
SUBDIR += gdbm
SUBDIR += gdl2
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile
deleted file mode 100644
index a7376677708b..000000000000
--- a/databases/gauche-gdbm/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: gauche-gdbm
-# Date created: 9 September 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gdbm
-PORTVERSION= 0.9 # Keep this in sync with lang/gauche
-CATEGORIES= databases scheme
-MASTER_SITES= # none
-PKGNAMEPREFIX= gauche-
-DISTFILES= # none
-
-MAINTAINER= erik@bz.bzflag.bz
-COMMENT= GDBM interface for Gauche
-
-BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \
- ${NONEXISTENT}:${PORTSDIR}/lang/gauche:patch
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
-RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche
-
-BROKEN= does not compile
-DEPRECATED= has been broken for more than a year
-EXPIRATION_DATE=2011-04-17
-
-WRKSRC= ${WRKDIR}/dbm
-MAKE_ARGS= GOSH=gosh \
- OPTFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-
-PLIST_FILES= lib/gauche/${PORTVERSION}/${CONFIGURE_TARGET}/gdbm.so \
- share/gauche/${PORTVERSION}/lib/dbm/gdbm.scm
-
-GUACHE_BUILDDIR=`cd ${PORTSDIR}/lang/gauche && ${MAKE} -V WRKSRC`
-
-do-extract:
- ${MKDIR} ${WRKDIR}
- ${LN} -sf ${GUACHE_BUILDDIR}/ext/dbm ${WRKDIR}/
-
-do-build:
- cd ${WRKSRC} && ${LOCALBASE}/bin/gauche-config --fixup-extension gdbm
- cd ${WRKSRC} && ${LOCALBASE}/bin/gosh genstub gdbm.stub
- cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c gdbm_head.c
- cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c gdbm_tail.c
- cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c -I${LOCALBASE}/include \
- -I'${LOCALBASE}/lib/gauche/${PORTVERSION}/include' gdbm.c
- cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -fPIC -shared -Wl,-x -o gdbm.so \
- -Wl,-soname,gdbm.so gdbm.o gdbm_head.o gdbm_tail.o \
- -L${LOCALBASE}/lib -lgdbm
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gdbm.so \
- ${LOCALBASE}/lib/gauche/${PORTVERSION}/${CONFIGURE_TARGET}/gdbm.so
- ${INSTALL_DATA} ${WRKSRC}/gdbm.scm \
- ${LOCALBASE}/share/gauche/${PORTVERSION}/lib/dbm/gdbm.scm
-
-.include <bsd.port.mk>
diff --git a/databases/gauche-gdbm/pkg-descr b/databases/gauche-gdbm/pkg-descr
deleted file mode 100644
index 20f0a3179214..000000000000
--- a/databases/gauche-gdbm/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a GDBM interface for Gauche.
-
-Author: Shiro Kawai <shiro@acm.org>
-WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html