svn commit: r489670 - in head: multimedia/libxspf textproc/randlm

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 8 10:45:42 UTC 2019


Author: tobik
Date: Tue Jan  8 10:45:40 2019
New Revision: 489670
URL: https://svnweb.freebsd.org/changeset/ports/489670

Log:
  Do not set GNU_CONFIGURE twice

Modified:
  head/multimedia/libxspf/Makefile
  head/textproc/randlm/Makefile

Modified: head/multimedia/libxspf/Makefile
==============================================================================
--- head/multimedia/libxspf/Makefile	Tue Jan  8 10:44:23 2019	(r489669)
+++ head/multimedia/libxspf/Makefile	Tue Jan  8 10:45:40 2019	(r489670)
@@ -20,7 +20,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-expat=${LOCALBASE} --disable-test
 
 USES=		libtool pkgconfig tar:bzip2
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 LIBS+=		-L${LOCALBASE}/lib -luriparser
 

Modified: head/textproc/randlm/Makefile
==============================================================================
--- head/textproc/randlm/Makefile	Tue Jan  8 10:44:23 2019	(r489669)
+++ head/textproc/randlm/Makefile	Tue Jan  8 10:45:40 2019	(r489670)
@@ -18,7 +18,6 @@ BROKEN_aarch64=		fails to compile: invalid output cons
 BROKEN_armv6=		fails to compile: invalid output constraint =a in assembler
 BROKEN_powerpc64=	fails to compile: 'itr' does not name a type
 
-GNU_CONFIGURE=	yes
 USE_CXXSTD=	gnu++98
 USE_PERL5=	run
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list