ports/74190: x11/XFree86-aoutlibs fix

Matthew D.Fuller fullermd at over-yonder.net
Sun Nov 21 09:40:28 UTC 2004


>Number:         74190
>Category:       ports
>Synopsis:       x11/XFree86-aoutlibs fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 21 09:40:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mortis.sighup.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Nov 20 10:24:06 CST 2004 fullermd at mortis:/usr/obj/usr/src/sys/MORTIS i386


	
>Description:
	XFree86-aoutlibs is marked BROKEN on newer 5.x versions, presumably
	because install/strip no longer knows how to deal with a.out
	libraries.  ${INSTALL_DATA} seems to my totally uninformed wild guess
	the most appropriate alternative.

>How-To-Repeat:
	cd /usr/ports/x11/XFree86-aoutlibs && make install
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/x11/XFree86-aoutlibs/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	10 Apr 2004 17:26:51 -0000	1.24
+++ Makefile	21 Nov 2004 09:28:39 -0000
@@ -22,10 +22,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 500113
-BROKEN=		"Does not compile"
-.endif
-
 pre-configure:
 	@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
 
@@ -34,7 +30,7 @@
 	cd ${WRKSRC}; \
 	for l in $$(${LS} lib*); do \
 		${SETENV} OBJFORMAT=${PORTOBJFORMAT} \
-		${INSTALL_PROGRAM} $$l ${PREFIX}/lib/aout; \
+		${INSTALL_DATA} $$l ${PREFIX}/lib/aout; \
 	done
 	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/aout
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list