From matthias.andree@gmx.de  Mon Jun 14 08:33:42 2004
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4215916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jun 2004 08:33:42 +0000 (GMT)
Received: from mail.dt.e-technik.uni-dortmund.de (mail.dt.e-technik.Uni-Dortmund.DE [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D9A0E43D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jun 2004 08:33:41 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id AB7E62BE83;
	Mon, 14 Jun 2004 10:33:39 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id D67DDAEB6C;
	Mon, 14 Jun 2004 10:33:37 +0200 (CEST)
Received: from merlin.emma.line.org ([127.0.0.1])
 by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 02710-01; Mon, 14 Jun 2004 10:33:36 +0200 (CEST)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP id 7FD6A775;
	Mon, 14 Jun 2004 10:33:36 +0200 (CEST)
Received: from emma by libertas.emma.line.org with local (Exim 4.34 (FreeBSD))
	id 1BZmuO-000Pt6-1X; Mon, 14 Jun 2004 10:33:36 +0200
Message-Id: <E1BZmuO-000Pt6-1X@libertas.emma.line.org>
Date: Mon, 14 Jun 2004 10:33:36 +0200
From: Matthias Andree <matthias.andree@gmx.de>
Sender: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [MAINTAINER] databases/db42: fix FORCE_PKG_REGISTER=yes make reinstall
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 14 08:40:22 GMT 2004
>Closed-Date:    Mon Jun 14 08:59:15 GMT 2004
>Last-Modified:  Mon Jun 14 08:59:15 GMT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Mon Jun 14 08:58:29 GMT 2004 
State-Changed-Why:  
Fix committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67929 
>Unformatted:
