svn commit: r409818 - head/lang/gnustep-base

David Chisnall theraven at FreeBSD.org
Mon Feb 29 17:07:20 UTC 2016


Author: theraven
Date: Mon Feb 29 17:07:18 2016
New Revision: 409818
URL: https://svnweb.freebsd.org/changeset/ports/409818

Log:
  Add GNUstep Make as a run-time dependency of GNUstep Base.
  
  The -make package contains makefiles required for building, but also shell
  scripts for finding run-time dependencies.  This was reported as a bug on
  www/sogo, but actually affects most GNUstep applications.
  
  PR:		206586

Modified:
  head/lang/gnustep-base/Makefile

Modified: head/lang/gnustep-base/Makefile
==============================================================================
--- head/lang/gnustep-base/Makefile	Mon Feb 29 17:05:01 2016	(r409817)
+++ head/lang/gnustep-base/Makefile	Mon Feb 29 17:07:18 2016	(r409818)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnustep-base
 PORTVERSION=	1.24.8
+PORTREVISION=	1
 CATEGORIES=	lang devel gnustep
 MASTER_SITES=	GNUSTEP/core
 
@@ -18,6 +19,8 @@ LIB_DEPENDS+=	libxslt.so:${PORTSDIR}/tex
 LIB_DEPENDS+=	libgmp.so:${PORTSDIR}/math/gmp
 LIB_DEPENDS+=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
+RUN_DEPENDS+=	${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-procfs --disable-mixedabi
 CONFIGURE_ENV=	OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'


More information about the svn-ports-all mailing list