svn commit: r454908 - head/lang/swi-pl

Johan van Selst johans at FreeBSD.org
Sun Nov 26 10:19:35 UTC 2017


Author: johans
Date: Sun Nov 26 10:19:33 2017
New Revision: 454908
URL: https://svnweb.freebsd.org/changeset/ports/454908

Log:
  Make hidden dependency on PCRE explicit
  Pet portlint while here
  
  PR:		223875
  Submitted by:	transitive at gmail.com

Modified:
  head/lang/swi-pl/Makefile

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Sun Nov 26 09:00:21 2017	(r454907)
+++ head/lang/swi-pl/Makefile	Sun Nov 26 10:19:33 2017	(r454908)
@@ -3,6 +3,7 @@
 
 PORTNAME=	swi-pl
 PORTVERSION=	7.6.2
+PORTREVERSION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://www.swi-prolog.org/download/stable/src/
 DISTNAME=	swipl-${PORTVERSION}
@@ -15,7 +16,8 @@ LICENSE=	BSD2CLAUSE
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libodbc.so:databases/unixODBC \
 		libfontconfig.so:x11-fonts/fontconfig \
-		libfreetype.so:print/freetype2
+		libfreetype.so:print/freetype2 \
+		libpcre.so:devel/pcre
 
 BROKEN_mips=		fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
 BROKEN_mips64=		fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
@@ -24,10 +26,11 @@ BROKEN_powerpc64=	fails to compile: pce_principal.pl:1
 SWIPLDIR=	${PORTNAME:C/-//}-${PORTVERSION}
 
 NOPRECIOUSMAKEVARS=	yes
-USE_XORG=	ice sm x11 xext xft xinerama xpm xt 
 
 USES=		libedit gmake jpeg libarchive pathfix pkgconfig \
 		readline shebangfix ssl
+USE_XORG=	ice sm x11 xext xft xinerama xpm xt
+
 MAKE_JOBS_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ARCH=${ARCH}-${OPSYS:tl}
@@ -38,8 +41,6 @@ MAKE_ARGS=	DISABLE_PKGS=jpl \
 		ac_cv_lib_uuid_uuid_create=no
 
 SHEBANG_LANG=	swipl
-swipl_OLD_CMD=	/usr/bin/swipl
-swipl_CMD=	${LOCALBASE}/bin/swipl
 SHEBANG_FILES=	library/dialect/sicstus/swipl-lfr.pl \
 		packages/http/examples/demo_inetd
 


More information about the svn-ports-all mailing list