graphics/gd fails to install

John-Mark Gurney jmg at funkthat.com
Thu Jan 17 17:35:43 UTC 2013


Looks like some fall out from the removal of old no underscore options..

Does anyone mind if I commit this patch:
Index: graphics/gd/files/Makefile.bsd
===================================================================
--- graphics/gd/files/Makefile.bsd	(revision 310554)
+++ graphics/gd/files/Makefile.bsd	(working copy)
@@ -40,7 +40,7 @@
 
 install:
 	mkdir -p ${PREFIX}/include
-	${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NOPROFILE=true \
+	${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NO_PROFILE=true \
 		SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \
 		-f ${MAKEDIR}/bsd.lib.mk install
 	cd ${.CURDIR} && ${BSD_INSTALL_DATA} ${INCS} ${PREFIX}/include

w/o it on a recent HEAD it tries to install libgd_p.a which isn't built...

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."


More information about the freebsd-ports mailing list