ports/79625: lang/harbour: patch for compilation on FreeBSD 5.x

Johan van Selst johans at stack.nl
Thu Apr 7 12:30:06 UTC 2005


>Number:         79625
>Category:       ports
>Synopsis:       lang/harbour: patch for compilation on FreeBSD 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 07 12:30:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 31 22:31:14 CET 2005 root at mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	[Cc: maintainer, harbour at netfang.net]

	The FreeBSD ports system forces ARCH=i386 as make (gmake) argument,
	which overrides the settings for $ARCH in this port's Makefiles.

	This can be disabled by setting NOPRECIOUSMAKEVARS,
	which makes the port work fine on FreeBSD 4.x and 5.x

	
>How-To-Repeat:
	
>Fix:

	


--- harbour/Makefile	Thu Apr  7 14:12:46 2005
+++ harbour/Makefile	Thu Apr  7 14:12:56 2005
@@ -22,14 +22,11 @@
 USE_FLEX=	yes
 USE_GMAKE=	yes
 NO_INSTALL_MANPAGES=yes
+NOPRECIOUSMAKEVARS=yes
 
 HB_DIR=		${WRKDIR}/${PORTNAME}
 
 .include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN=		"Broken by make(1) changes on FreeBSD >= 5.x"
-.endif
 
 post-install:
 	${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list