summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-07-26 08:05:10 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-07-26 08:05:10 +0000
commit540ec5901116ab6d3f132e58aecc9906b494eaa4 (patch)
tree3f1ee2f7e86a33f3f56218cd95f4de0d6dfb1a29 /databases
parentUpdate to 0.30. (diff)
Fix plist and un-mark BROKEN.
PR: 84103 Submitted by: Erik Greenwald (maintainer)
Notes
Notes: svn path=/head/; revision=140130
Diffstat (limited to 'databases')
-rw-r--r--databases/gauche-gdbm/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile
index a7d41217fd30..5b6f0a49c521 100644
--- a/databases/gauche-gdbm/Makefile
+++ b/databases/gauche-gdbm/Makefile
@@ -20,10 +20,6 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} \
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
RUN_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT}
-BROKEN= Incorrect pkg-plist
-DEPRECATED= "${BROKEN}"
-EXPIRATION_DATE=2005-09-22
-
GAUCHE_PORT= lang/gauche
WRKSRC= ${WRKDIR}/dbm
@@ -33,12 +29,13 @@ PLIST_SUB= VERSION="${PORTVERSION}" \
TARGET="${CONFIGURE_TARGET}"
USE_REINPLACE= yes
+GUACHE_BUILDDIR=`cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC`
+
do-extract:
${MKDIR} ${WRKDIR}
- ${LN} -sf `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC`/ext/dbm ${WRKDIR}/
+ ${LN} -sf ${GUACHE_BUILDDIR}/ext/dbm ${WRKDIR}/
do-configure:
- cd `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC` && ./configure --with-local=${LOCALBASE} --prefix=${LOCALBASE} --target=${CONFIGURE_TARGET} --host=${CONFIGURE_HOST} --build=${CONFIGURE_BUILD} && cd ext && ${REINPLACE_CMD} -e "s/archdir/&|sed 's,unknown-freebsd,portbld-freebsd,'/" Makefile.ext
cd ${WRKSRC} && make clean && ${REINPLACE_CMD} -e 's/^LIBFILES.*/LIBFILES = gdbm.so/' -e 's/^SCMFILES.*/SCMFILES = gdbm.scm/' Makefile
do-install: