Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2005 07:17:23 +0100 (CET)
From:      Lupe Christoph <lupe@lupe-christoph.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89405: [maintainer update] Fix bad linker path
Message-ID:  <20051122061723.310B88075@vmw-freebsd5.lupe-christoph.de>
Resent-Message-ID: <200511220620.jAM6KDep064079@freefall.freebsd.org>

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

>Number:         89405
>Category:       ports
>Synopsis:       [maintainer update] Fix bad linker path
>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:   Tue Nov 22 06:20:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Lupe Christoph
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD vmw-freebsd5.lupe-christoph.de 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Sun Nov 7 16:52:12 CET 2004 lupe@vmw-freebsd5.lupe-christoph.de:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Renato Botelho was so kind to improve on my patch to upgrade the doorman
	port to doorman 0.81 by adding a REINPLACE_CMD to add a -L... to the original
	Makefile. Alas, he made a small mistake. This PR fixes the mistake.
>How-To-Repeat:
	
>Fix:

	

--- doorman-0.81_1.patch begins here ---
diff -ruN /usr/ports/security/doorman/Makefile doorman-0.81_1/Makefile
--- /usr/ports/security/doorman/Makefile	Fri Nov  4 09:10:27 2005
+++ doorman-0.81_1/Makefile	Tue Nov 22 07:08:37 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	doorman
 PORTVERSION=	0.81
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	doorman
@@ -47,7 +48,7 @@
 
 post-configure:
 .if ${OSVERSION} < 500000
-	@${REINPLACE_CMD} -e 's,-lpcap,-L${LOCALBASE}/lib/libpcap.a,' \
+	@${REINPLACE_CMD} -e 's,-lpcap,-L${LOCALBASE}/lib,' \
 		${WRKSRC}/Makefile
 .endif
 
--- doorman-0.81_1.patch ends here ---


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



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