summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-10-12 19:58:33 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-10-12 19:58:33 +0000
commit247c44563f9b2f0ce81b96b460fc33c3315991cd (patch)
treed5e414c63f5d34537bdfe15f0d1392b2923bd871 /devel
parentAdd bin/inews to pkg-plist. (diff)
Update to 0.2.1.
Notes
Notes: svn path=/head/; revision=48717
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-gnustep/Makefile10
-rw-r--r--devel/ruby-gnustep/distinfo2
-rw-r--r--devel/ruby-gnustep/pkg-plist10
3 files changed, 19 insertions, 3 deletions
diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile
index 7d03a60c3596..0e3aa15f9ba5 100644
--- a/devel/ruby-gnustep/Makefile
+++ b/devel/ruby-gnustep/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnustep
-PORTVERSION= 0.2.0
+PORTVERSION= 0.2.1
CATEGORIES= devel ruby
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -16,6 +16,11 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+BUILD_DEPENDS= ${GNUSTEP_PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make \
+ ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc \
+ ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base \
+ ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui \
+ ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
RUN_DEPENDS= ${GNUSTEP_PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make \
${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc \
${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base \
@@ -51,6 +56,9 @@ MAKE_ENV= GNUSTEP_LOCAL_ROOT=${GNUSTEP_LOCAL_ROOT} \
PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L}
NO_FILTER_SHLIBS= yes
+post-extract:
+ find ${WRKSRC}/ -type f -name '.cvsignore' -delete
+
post-patch:
${RUBY} -i~ -pe 'gsub(/-lpthread/, "-pthread")' ${WRKSRC}/Source/${MAKEFILE}
find ${WRKSRC}/ -type f | xargs ${RUBY} -i -pe 'gsub(/ ruby -/, " ${RUBY} -")'
diff --git a/devel/ruby-gnustep/distinfo b/devel/ruby-gnustep/distinfo
index 2573e18576f6..54e54973e0c4 100644
--- a/devel/ruby-gnustep/distinfo
+++ b/devel/ruby-gnustep/distinfo
@@ -1 +1 @@
-MD5 (ruby/gnustep-ruby-0.2.0.tgz) = f3dfa78677bbe22457e8466d8843f2c6
+MD5 (ruby/gnustep-ruby-0.2.1.tgz) = 2adb1444179d47566aa7dd5730c789ba
diff --git a/devel/ruby-gnustep/pkg-plist b/devel/ruby-gnustep/pkg-plist
index d66a3db1f4bb..a25425caf634 100644
--- a/devel/ruby-gnustep/pkg-plist
+++ b/devel/ruby-gnustep/pkg-plist
@@ -1,6 +1,7 @@
%%RUBY_SITELIBDIR%%/AppKit.rb
%%RUBY_SITELIBDIR%%/Foundation.rb
%%RUBY_SITELIBDIR%%/rigs.rb
+%%RUBY_SITELIBDIR%%/rigs/CStruct.rb
%%RUBY_SITELIBDIR%%/rigs/NSApplication.rb
%%RUBY_SITELIBDIR%%/rigs/NSArray.rb
%%RUBY_SITELIBDIR%%/rigs/NSBezierPath.rb
@@ -61,7 +62,7 @@
%%RUBY_SITELIBDIR%%/rigs/NSView.rb
%%RUBY_SITELIBDIR%%/rigs/NSWindow.rb
@dirrm %%RUBY_SITELIBDIR%%/rigs
-GNUstep/Local/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/librigs.so.0.2.0
+GNUstep/Local/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/librigs.so.0.2.1
GNUstep/Local/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/librigs.so.0
GNUstep/Local/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/librigs.so
@unexec /bin/rmdir %D/GNUstep/Local/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu 2> /dev/null || true
@@ -70,6 +71,12 @@ GNUstep/Local/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/librigs.so
@unexec /bin/rmdir %D/GNUstep/Local/Libraries 2> /dev/null || true
@unexec /bin/rmdir %D/GNUstep/Local/Headers 2> /dev/null || true
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Base/Simple.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/CurrencyConverter/CurrencyConverter.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/CurrencyConverter/CurrencyConverterIcon.tiff
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/CurrencyConverter/CurrencyConverterInfo.plist
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/CurrencyConverter/GNUmakefile
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/CurrencyConverter/GNUmakefile.postamble
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/CurrencyConverter/fake.m
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/FirstApp/FirstApp.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/FirstApp/FirstAppIcon.tiff
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/FirstApp/FirstAppInfo.plist
@@ -78,6 +85,7 @@ GNUstep/Local/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/librigs.so
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/FirstApp/fake.m
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnustep/Gui/README
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gnustep/Base
+%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gnustep/Gui/CurrencyConverter
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gnustep/Gui/FirstApp
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gnustep/Gui
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gnustep