ports/111203: sysutils/lineak-xosdplugin: try to fix install on 7-current
Kay Lehmann
kay_lehmann at web.de
Tue Apr 3 19:10:06 UTC 2007
>Number: 111203
>Category: ports
>Synopsis: sysutils/lineak-xosdplugin: try to fix install on 7-current
>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 Apr 03 19:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Kay Lehmann
>Release: FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.2-STABLE #24: Sat Feb 10 12:45:39 CET 2007
root at bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes
>Description:
.so files are missing on 7-current due to missing objformat.
Try to fix it using a similar patch like before when fixing btparse-port.
>How-To-Repeat:
>Fix:
--- Makefile.patch begins here ---
--- Makefile.orig Fri Mar 30 19:16:04 2007
+++ Makefile Sat Mar 31 11:55:05 2007
@@ -24,7 +24,7 @@
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --program-prefix=''
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= lineak_xosdplugin.1
MAN_COMPRESSED= yes
@@ -41,5 +41,6 @@
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.post.mk>
--- Makefile.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list