Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Aug 2006 12:17:37 +0200 (CEST)
From:      Gabor Kovesdan <gkovesdan@t-hosting.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gkovesdan@t-hosting.hu>
Subject:   ports/101567: [maintainer update] databases/gdbm
Message-ID:  <20060807101737.4EB65289ED7@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608071020.k77AKGm3014437@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060807101737.4EB65289ED7>