FreeBSD Bugzilla – Attachment 32043 Details for
Bug 53114
[Maintainer Upgrade] databases/gauche-gdbm 0.6.8 -> 0.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gauche-gdbm.patch
gauche-gdbm.patch (text/plain), 2.25 KB, created by
Erik Greenwald
on 2003-06-09 18:50:06 UTC
(
hide
)
Description:
gauche-gdbm.patch
Filename:
MIME Type:
Creator:
Erik Greenwald
Created:
2003-06-09 18:50:06 UTC
Size:
2.25 KB
patch
obsolete
>diff -Nurb databases/gauche-gdbm.orig/Makefile databases/gauche-gdbm/Makefile >--- databases/gauche-gdbm.orig/Makefile Sun Jun 1 14:53:02 2003 >+++ databases/gauche-gdbm/Makefile Mon Jun 9 12:23:04 2003 >@@ -6,7 +6,7 @@ > # > > PORTNAME= gdbm >-PORTVERSION= 0.6.8 # Keep this in sync with lang/gauche >+PORTVERSION= 0.7 # Keep this in sync with lang/gauche > CATEGORIES= databases > MASTER_SITES= # none > PKGNAMEPREFIX= gauche- >@@ -16,27 +16,24 @@ > COMMENT= GDBM interface for Gauche > > BUILD_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} \ >- ${NONEXISTENT}:${PORTSDIR}/${GAUCHE_PORT}:configure >+ ${NONEXISTENT}:${PORTSDIR}/${GAUCHE_PORT}:build > LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm > RUN_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} > > GAUCHE_PORT= lang/gauche > > WRKSRC= ${WRKDIR}/dbm >-GNU_CONFIGURE= yes >-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >- LDFLAGS="-L${LOCALBASE}/lib" > MAKE_ARGS= GOSH=gosh \ > OPTFLAGS="${CFLAGS} -I${LOCALBASE}/include" > PLIST_SUB= VERSION="${PORTVERSION}" \ > TARGET="${CONFIGURE_TARGET}" >+USE_REINPLACE= yes > > do-extract: > ${MKDIR} ${WRKDIR} >- ${LN} -sf `cd ${PORTSDIR}/${GAUCHE_PORT}; ${MAKE} -V WRKSRC`/ext/dbm ${WRKDIR}/ >+ ${LN} -sf `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC`/ext/dbm ${WRKDIR}/ > >-do-install: >- ${INSTALL_DATA} ${WRKSRC}/gdbm.scm `gauche-config --syslibdir`/dbm/ >- ${INSTALL_DATA} ${WRKSRC}/gdbm.so `gauche-config --sysarchdir`/ >+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} && ${REINPLACE_CMD} -e "s/archdir/&|sed 's,unknown-freebsd,portbld-freebsd,'/" ext/Makefile.ext > > .include <bsd.port.mk> >diff -Nurb databases/gauche-gdbm.orig/pkg-plist databases/gauche-gdbm/pkg-plist >--- databases/gauche-gdbm.orig/pkg-plist Sun Jun 1 14:53:02 2003 >+++ databases/gauche-gdbm/pkg-plist Mon Jun 9 12:36:34 2003 >@@ -1,2 +1,8 @@ >+lib/gauche/%%VERSION%%/%%TARGET%%/gdbm.la > lib/gauche/%%VERSION%%/%%TARGET%%/gdbm.so >+lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.la >+lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.so > share/gauche/%%VERSION%%/lib/dbm/gdbm.scm >+share/gauche/%%VERSION%%/lib/dbm/ndbm.scm >+share/gauche/%%VERSION%%/lib/dbm.scm >+@dirrm share/gauche/%%VERSION%%/lib/dbm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53114
: 32043