ports/111854: [PATCH] devel/libmba: cleanup non-supported FreeBSD versions
Marcelo Araujo
araujo at bsdmail.org
Thu Apr 19 11:10:35 UTC 2007
>Number: 111854
>Category: ports
>Synopsis: [PATCH] devel/libmba: cleanup non-supported FreeBSD versions
>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: Thu Apr 19 11:10:34 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Marcelo Araujo
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- removed support to FreeBSD 4.x (EOL)
Port maintainer (farrokhi at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- libmba-0.9.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/libmba/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile 8 Nov 2006 09:28:23 -0000 1.19
+++ Makefile 19 Apr 2007 11:08:03 -0000
@@ -33,22 +33,16 @@
SHLIB_MAJOR= 0
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|\$${PREFIX}|g ; \
s|^CC|#CC|g ; \
s|^MAJ|#MAJ|g ; \
s|^MIN|#MIN|g ; \
- s|\.\$$(MAJVERSION)||g ; \
+ s|\.\$${MAJVERSION}||g ; \
s|^RPM_OPT_FLAGS|#RPM_OPT_FLAGS|g ; \
s| -lc| \$${LDFLAGS}|g ; \
s|install -m ...|\$${BSD_INSTALL_DATA}|g ; \
s|-/sbin/ldconfig.*$$||g ; \
s|-D_XOPEN_SOURCE=500||g' ${WRKSRC}/Makefile
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- libmba-0.9.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list