FreeBSD Bugzilla – Attachment 25893 Details for
Bug 44222
Update port: databases/gdbm to 1.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.40 KB, created by
tkato
on 2002-10-18 20:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2002-10-18 20:40:02 UTC
Size:
4.40 KB
patch
obsolete
>diff -urN /usr/ports/databases/gdbm/Makefile databases/gdbm/Makefile >--- /usr/ports/databases/gdbm/Makefile Fri Jan 18 08:13:36 2002 >+++ databases/gdbm/Makefile Wed Oct 16 06:17:59 2002 >@@ -6,24 +6,21 @@ > # > > PORTNAME= gdbm >-PORTVERSION= 1.8.0 >+PORTVERSION= 1.8.2 > CATEGORIES= databases > MASTER_SITES= ${MASTER_SITE_GNU} >-MASTER_SITE_SUBDIR= gdbm >+MASTER_SITE_SUBDIR= ${PORTNAME} > > MAINTAINER= cyrille.lefevre@laposte.net > >+USE_GMAKE= yes > USE_LIBTOOL= yes >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > INSTALLS_SHLIB= yes >-USE_GMAKE= yes >-# PREFIX isn't honored. force it w/ prefix. >-MAKE_ARGS= prefix=${PREFIX} > > MAN3= gdbm.3 > >-INSTALL_INFO?= install-info >- > post-install: >- @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir >+ @install-info ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir > > .include <bsd.port.mk> >diff -urN /usr/ports/databases/gdbm/distinfo databases/gdbm/distinfo >--- /usr/ports/databases/gdbm/distinfo Mon Jun 7 01:49:01 1999 >+++ databases/gdbm/distinfo Wed Oct 16 06:11:18 2002 >@@ -1 +1 @@ >-MD5 (gdbm-1.8.0.tar.gz) = cd543862287f55ad66e62cc9d82cc906 >+MD5 (gdbm-1.8.2.tar.gz) = 8057e1ea80310b15af8e6a0fc9c39584 >diff -urN /usr/ports/databases/gdbm/files/patch-Makefile.in databases/gdbm/files/patch-Makefile.in >--- /usr/ports/databases/gdbm/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 >+++ databases/gdbm/files/patch-Makefile.in Wed Oct 16 06:14:41 2002 >@@ -0,0 +1,24 @@ >+--- Makefile.in.orig Sat Sep 28 08:27:08 2002 >++++ Makefile.in Wed Oct 16 06:14:34 2002 >+@@ -24,10 +24,10 @@ >+ DEFS = >+ >+ # Where the system [n]dbm routines are... >+-LIBS = @LIBS@ -lc >++LIBS = @LIBS@ >+ >+ # SunOS 4 users might wish to add '-fpcc-struct-return' to CFLAGS. see INSTALL. >+-CFLAGS = -O >++CFLAGS = @CFLAGS@ >+ LDFLAGS = >+ >+ # Common prefix for installation directories >+@@ -123,7 +123,7 @@ >+ >+ DISTFILES = $(SRCS) $(HDRS) $(MSCFILES) >+ >+-all: libgdbm.la libgdbm_compat.la >++all: libgdbm.la libgdbm_compat.la gdbm.info >+ >+ progs: $(PROGS) >+ >diff -urN /usr/ports/databases/gdbm/files/patch-aa databases/gdbm/files/patch-aa >--- /usr/ports/databases/gdbm/files/patch-aa Mon Feb 16 02:01:01 1998 >+++ databases/gdbm/files/patch-aa Thu Jan 1 09:00:00 1970 >@@ -1,13 +0,0 @@ >---- gdbm.texinfo.orig Sat Feb 14 16:25:48 1998 >-+++ gdbm.texinfo Sat Feb 14 16:28:33 1998 >-@@ -2,6 +2,10 @@ >- @comment %**start of header (This is for running Texinfo on a region.) >- @setfilename gdbm.info >- @settitle gdbm >-+@dircategory Programming & development tools >-+@direntry >-+* GDBM: (gdbm). The GNU database manager. >-+@end direntry >- @c @setchapternewpage odd >- @comment %**end of header (This is for running Texinfo on a region.) >- >diff -urN /usr/ports/databases/gdbm/files/patch-ab databases/gdbm/files/patch-ab >--- /usr/ports/databases/gdbm/files/patch-ab Sun Feb 27 13:43:29 2000 >+++ databases/gdbm/files/patch-ab Thu Jan 1 09:00:00 1970 >@@ -1,34 +0,0 @@ >---- Makefile.in.orig Wed May 19 11:16:06 1999 >-+++ Makefile.in Sun Feb 27 03:05:15 2000 >-@@ -27,11 +27,11 @@ >- LIBS = @LIBS@ -lc >- >- # SunOS 4 users might wish to add '-fpcc-struct-return' to CFLAGS. see INSTALL. >--CFLAGS = -O >-+#CFLAGS = -O >- LDFLAGS = >- >- # Common prefix for installation directories >--prefix = /usr/local >-+prefix = @prefix@ >- exec_prefix = $(prefix) >- binprefix = $(exec_prefix) >- manprefix = $(prefix) >-@@ -115,7 +115,7 @@ >- >- DISTFILES = $(SRCS) $(HDRS) $(MSCFILES) >- >--all: libgdbm.la >-+all: libgdbm.la info >- >- progs: $(PROGS) >- >-@@ -187,7 +187,7 @@ >- >- info: gdbm.info >- >--gdbm.info: >-+gdbm.info: gdbm.texinfo >- $(MAKEINFO) $(srcdir)/gdbm.texinfo >- >- dvi: gdbm.dvi >diff -urN /usr/ports/databases/gdbm/files/patch-configure databases/gdbm/files/patch-configure >--- /usr/ports/databases/gdbm/files/patch-configure Thu Jan 1 09:00:00 1970 >+++ databases/gdbm/files/patch-configure Wed Oct 16 06:15:43 2002 >@@ -0,0 +1,10 @@ >+--- configure.orig Sat Sep 28 08:23:50 2002 >++++ configure Wed Oct 16 06:15:31 2002 >+@@ -6974,6 +6974,7 @@ >+ >+ # This can be used to rebuild libtool when needed >+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" >++$ac_aux_dir/ltconfig $LIBTOOL_DEPS >+ >+ # Always use our own libtool. >+ LIBTOOL='$(SHELL) $(top_builddir)/libtool' >diff -urN /usr/ports/databases/gdbm/pkg-plist databases/gdbm/pkg-plist >--- /usr/ports/databases/gdbm/pkg-plist Fri Jun 16 19:37:46 2000 >+++ databases/gdbm/pkg-plist Wed Oct 16 06:19:06 2002 >@@ -4,4 +4,4 @@ > @exec install-info %D/info/gdbm.info %D/info/dir > lib/libgdbm.a > lib/libgdbm.so >-lib/libgdbm.so.2 >+lib/libgdbm.so.3
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 44222
: 25893