ports/137888: [PATCH] lang/pnetbase: Problem fix with build in FreeBSD-6.x

Sylvio Cesar scjamorim at bsd.com.br
Mon Aug 17 22:20:07 UTC 2009


>Number:         137888
>Category:       ports
>Synopsis:       [PATCH] lang/pnetbase: Problem fix with build in FreeBSD-6.x
>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:   Mon Aug 17 22:20:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Problem fix with build in FreeBSD-6.x

You can see log in mine tinderbox:
6-stable - i386
http://www.scjamorim.org/Home/pnetbase-0.8.0_1.log
6-stable - amd64
http://www.scjamorim.org/Home/pnetbase-0.8.0_1_amd64.log

Port maintainer (scjamorim at bsd.com.br) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pnetbase-0.8.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/pnet-base/Makefile,v
retrieving revision 1.32
diff -u -u -r1.32 Makefile
--- Makefile	30 Jun 2009 03:00:10 -0000	1.32
+++ Makefile	17 Aug 2009 22:08:13 -0000
@@ -51,7 +51,7 @@
 .include "${.CURDIR}/../pnet/Makefile.pnet"
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
+.if ${ARCH} != "i386" || ${OSVERSION} < 700000
 CONFIGURE_ARGS+=	--without-libffi \
 			--without-libgc
 PLIST_SUB=	I386="@comment "
--- pnetbase-0.8.0_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list