ports/89405: [maintainer update] Fix bad linker path
Lupe Christoph
lupe at lupe-christoph.de
Tue Nov 22 06:20:23 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list