svn commit: r315619 - in head: devel/libublio math/slatec
Brendan Fabeny
bf at FreeBSD.org
Sat Mar 30 14:37:14 UTC 2013
Author: bf
Date: Sat Mar 30 14:37:13 2013
New Revision: 315619
URL: http://svnweb.freebsd.org/changeset/ports/315619
Log:
fix the build after FreeBSD src svn r248751
Reviewed by: mandree
Approved by: portmgr
Modified:
head/devel/libublio/Makefile
head/math/slatec/Makefile (contents, props changed)
Modified: head/devel/libublio/Makefile
==============================================================================
--- head/devel/libublio/Makefile Sat Mar 30 14:29:40 2013 (r315618)
+++ head/devel/libublio/Makefile Sat Mar 30 14:37:13 2013 (r315619)
@@ -18,7 +18,7 @@ PLIST_SUB+= PROFLIB="@comment "
PLIST_SUB+= PROFLIB=""
.endif
-SRCCONF= ${NONEXISTENT}
+SRCCONF= /dev/null
MAKE_ENV+= SRCCONF=${SRCCONF}
.include <bsd.port.options.mk>
Modified: head/math/slatec/Makefile
==============================================================================
--- head/math/slatec/Makefile Sat Mar 30 14:29:40 2013 (r315618)
+++ head/math/slatec/Makefile Sat Mar 30 14:37:13 2013 (r315619)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: slatec
-# Date created: 3 November 2010
-# Whom: Anton Shterenlikht
-#
+# Created by: Anton Shterenlikht
# $FreeBSD$
-#
PORTNAME= slatec
PORTVERSION= 4.1
@@ -30,7 +26,7 @@ PORTDOCS= guide toc
LDFLAGS+= ${FFLAGS}
LDADD ?= -lgfortran -lm
-SRCCONF= ${NONEXISTENT}
+SRCCONF= /dev/null
MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCCONF="${SRCCONF}"
More information about the svn-ports-all
mailing list