Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 17:07:19 +0000 (UTC)
From:      David Chisnall <theraven@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409818 - head/lang/gnustep-base
Message-ID:  <201602291707.u1TH7JQq021495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602291707.u1TH7JQq021495>