ports/67929: [MAINTAINER] databases/db42: fix FORCE_PKG_REGISTER=yes make reinstall

Matthias Andree matthias.andree at gmx.de
Mon Jun 14 08:40:22 UTC 2004


>Number:         67929
>Category:       ports
>Synopsis:       [MAINTAINER] databases/db42: fix FORCE_PKG_REGISTER=yes make reinstall
>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 Jun 14 08:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Mon May 31 15:21:30 CEST 2004
>Description:
Fix env FORCE_PKG_REGISTER=yes make reinstall, by adding -f to ${LN} for
consistency with the rest of the install procedures in the port.
Problem originally reported by Andrey Chernov (Bcc'd) by private mail.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- db42-4.2.52_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db42/Makefile.db /root/ports/databases/db42/Makefile.db
--- /usr/ports/databases/db42/Makefile.db	Fri May 28 20:52:56 2004
+++ /root/ports/databases/db42/Makefile.db	Mon Jun 14 10:27:05 2004
@@ -44,4 +44,4 @@
 	@${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || :
 .endif
 	cd ${PREFIX}/bin/${PORTNAME} ; \
-	for i in * ; do ${LN} -s ${PORTNAME}/$$i ../$$i-${BDBVER} ; done
+	for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done
--- db42-4.2.52_3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list