ports/126614: science/silo add NO_LATEST_LINK

Pedro F. Giffuni giffunip at tutopia.com
Mon Aug 18 03:30:04 UTC 2008


>Number:         126614
>Category:       ports
>Synopsis:       science/silo add NO_LATEST_LINK
>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:   Mon Aug 18 03:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        7.0-Release
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug  8 16:42:27 COT 2008     root at kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC  amd64

>Description:
- This port is unrelated with x11/silo so I suppose NO_LATEST_LINK is relevant.
- While here, remove the unnecessary $LOCALBASE includes in CPPFLAGS/LDFLAGS for the configure environment.

>How-To-Repeat:
Reported by Kris "Annoying Reminder Guy II" Kennaway through Alberto Villa.
>Fix:
diff -ruN silo.orig/Makefile silo/Makefile
--- silo.orig/Makefile	2008-08-17 22:07:28.000000000 -0500
+++ silo/Makefile	2008-08-17 22:12:47.000000000 -0500
@@ -15,10 +15,11 @@
 
 LIB_DEPENDS=	netcdf.4:${PORTSDIR}/science/netcdf
 
+NO_LATEST_LINK= yes
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include"	\
-		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib"
+CONFIGURE_ENV=	CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"	\
+		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
 
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	--enable-shared


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



More information about the freebsd-ports-bugs mailing list