ports/101567: [maintainer update] databases/gdbm

Gabor Kovesdan gkovesdan at t-hosting.hu
Mon Aug 7 10:20:16 UTC 2006


>Number:         101567
>Category:       ports
>Synopsis:       [maintainer update] databases/gdbm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 07 10:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 29 18:31:18 CEST 2006 gabor at spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Eliminate a patch
- Respect DESTDIR

>How-To-Repeat:
>Fix:

--- databases-gdm.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/databases/gdbm/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile	23 Feb 2006 10:35:02 -0000	1.32
+++ Makefile	7 Aug 2006 10:08:22 -0000
@@ -38,4 +38,11 @@
 	@${ECHO_MSG}
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} "s|prefix = @prefix@|prefix = ${TARGETDIR}|" \
+			${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e "s|LIBS = @LIBS@ -lc|LIBS = @LIBS@|" \
+			-e "s|libgdbm.la libgdbm_compat.la|libgdbm.la libgdbm_compat.la gdbm.info|" \
+			${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>
Index: files/patch-ab
===================================================================
RCS file: files/patch-ab
diff -N files/patch-ab
--- files/patch-ab	3 Jan 2003 08:16:54 -0000	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
---- Makefile.in.orig	Wed Oct  9 01:09:12 2002
-+++ Makefile.in	Tue Oct 22 22:19:59 2002
-@@ -24,7 +24,7 @@
- DEFS =
- 
- # Where the system [n]dbm routines are...
--LIBS = @LIBS@ -lc
-+LIBS = @LIBS@
- 
- CFLAGS = @CFLAGS@
- LDFLAGS = @LDFLAGS@
-@@ -122,7 +122,7 @@
- 
- DISTFILES = $(SRCS) $(HDRS) $(MSCFILES)
- 
--all: libgdbm.la libgdbm_compat.la
-+all: libgdbm.la libgdbm_compat.la gdbm.info
- 
- progs: $(PROGS)
- 
--- databases-gdm.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list