Update to 1.0.19.
This commit is contained in:
parent
6baf31223a
commit
c01b877c7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75107
16 changed files with 16212 additions and 324 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= ${FXRUBY_PORTVERSION}
|
||||
PORTVERSION= 1.0.19
|
||||
CATEGORIES= x11-toolkits ruby
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= fxruby
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${FXRUBY_DISTNAME}
|
||||
DISTNAME= FXRuby-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
@ -21,16 +21,6 @@ LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \
|
|||
png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
FOX_VERSION= 1.0.3
|
||||
#FXRUBY_REVISION=
|
||||
.if defined(FXRUBY_REVISION) && !empty(FXRUBY_REVISION)
|
||||
FXRUBY_PORTVERSION= ${FOX_VERSION}.${FXRUBY_REVISION}
|
||||
FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}-${FXRUBY_REVISION}
|
||||
.else
|
||||
FXRUBY_PORTVERSION= ${FOX_VERSION}
|
||||
FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}
|
||||
.endif
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
RUBY_SETUP= install.rb
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/FXRuby-1.0.3.tar.gz) = 8d1931e236402793b8f3b035d72c4c2d
|
||||
MD5 (ruby/FXRuby-1.0.19.tar.gz) = 57771fc2876fa862f6dcd8af96cbf28a
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- ext/fox/FXRuby.cpp.orig Thu Mar 21 02:49:53 2002
|
||||
+++ ext/fox/FXRuby.cpp Tue Nov 26 03:44:37 2002
|
||||
@@ -761,8 +761,8 @@
|
||||
VALUE retval;
|
||||
if(FXRbCatchExceptions){
|
||||
#if RUBY_VERSION_CODE < 170
|
||||
- retval=rb_rescue2((VALUE(*)()) handle_body, (VALUE) &hArgs,
|
||||
- (VALUE(*)()) handle_rescue, Qnil,
|
||||
+ retval=rb_rescue2((VALUE(*)(...)) handle_body, (VALUE) &hArgs,
|
||||
+ (VALUE(*)(...)) handle_rescue, Qnil,
|
||||
rb_eStandardError, rb_eNameError, 0);
|
||||
#else
|
||||
retval=rb_rescue2((VALUE(*)(ANYARGS)) handle_body, (VALUE) &hArgs,
|
File diff suppressed because it is too large
Load diff
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= ${FXRUBY_PORTVERSION}
|
||||
PORTVERSION= 1.0.19
|
||||
CATEGORIES= x11-toolkits ruby
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= fxruby
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${FXRUBY_DISTNAME}
|
||||
DISTNAME= FXRuby-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
@ -21,16 +21,6 @@ LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \
|
|||
png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
FOX_VERSION= 1.0.3
|
||||
#FXRUBY_REVISION=
|
||||
.if defined(FXRUBY_REVISION) && !empty(FXRUBY_REVISION)
|
||||
FXRUBY_PORTVERSION= ${FOX_VERSION}.${FXRUBY_REVISION}
|
||||
FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}-${FXRUBY_REVISION}
|
||||
.else
|
||||
FXRUBY_PORTVERSION= ${FOX_VERSION}
|
||||
FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}
|
||||
.endif
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
RUBY_SETUP= install.rb
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/FXRuby-1.0.3.tar.gz) = 8d1931e236402793b8f3b035d72c4c2d
|
||||
MD5 (ruby/FXRuby-1.0.19.tar.gz) = 57771fc2876fa862f6dcd8af96cbf28a
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- ext/fox/FXRuby.cpp.orig Thu Mar 21 02:49:53 2002
|
||||
+++ ext/fox/FXRuby.cpp Tue Nov 26 03:44:37 2002
|
||||
@@ -761,8 +761,8 @@
|
||||
VALUE retval;
|
||||
if(FXRbCatchExceptions){
|
||||
#if RUBY_VERSION_CODE < 170
|
||||
- retval=rb_rescue2((VALUE(*)()) handle_body, (VALUE) &hArgs,
|
||||
- (VALUE(*)()) handle_rescue, Qnil,
|
||||
+ retval=rb_rescue2((VALUE(*)(...)) handle_body, (VALUE) &hArgs,
|
||||
+ (VALUE(*)(...)) handle_rescue, Qnil,
|
||||
rb_eStandardError, rb_eNameError, 0);
|
||||
#else
|
||||
retval=rb_rescue2((VALUE(*)(ANYARGS)) handle_body, (VALUE) &hArgs,
|
File diff suppressed because it is too large
Load diff
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= ${FXRUBY_PORTVERSION}
|
||||
PORTVERSION= 1.0.19
|
||||
CATEGORIES= x11-toolkits ruby
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= fxruby
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${FXRUBY_DISTNAME}
|
||||
DISTNAME= FXRuby-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
@ -21,16 +21,6 @@ LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \
|
|||
png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
FOX_VERSION= 1.0.3
|
||||
#FXRUBY_REVISION=
|
||||
.if defined(FXRUBY_REVISION) && !empty(FXRUBY_REVISION)
|
||||
FXRUBY_PORTVERSION= ${FOX_VERSION}.${FXRUBY_REVISION}
|
||||
FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}-${FXRUBY_REVISION}
|
||||
.else
|
||||
FXRUBY_PORTVERSION= ${FOX_VERSION}
|
||||
FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}
|
||||
.endif
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
RUBY_SETUP= install.rb
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/FXRuby-1.0.3.tar.gz) = 8d1931e236402793b8f3b035d72c4c2d
|
||||
MD5 (ruby/FXRuby-1.0.19.tar.gz) = 57771fc2876fa862f6dcd8af96cbf28a
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- ext/fox/FXRuby.cpp.orig Thu Mar 21 02:49:53 2002
|
||||
+++ ext/fox/FXRuby.cpp Tue Nov 26 03:44:37 2002
|
||||
@@ -761,8 +761,8 @@
|
||||
VALUE retval;
|
||||
if(FXRbCatchExceptions){
|
||||
#if RUBY_VERSION_CODE < 170
|
||||
- retval=rb_rescue2((VALUE(*)()) handle_body, (VALUE) &hArgs,
|
||||
- (VALUE(*)()) handle_rescue, Qnil,
|
||||
+ retval=rb_rescue2((VALUE(*)(...)) handle_body, (VALUE) &hArgs,
|
||||
+ (VALUE(*)(...)) handle_rescue, Qnil,
|
||||
rb_eStandardError, rb_eNameError, 0);
|
||||
#else
|
||||
retval=rb_rescue2((VALUE(*)(ANYARGS)) handle_body, (VALUE) &hArgs,
|
File diff suppressed because it is too large
Load diff
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= ${FXRUBY_PORTVERSION}
|
||||
PORTVERSION= 1.0.19
|
||||
CATEGORIES= x11-toolkits ruby
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= fxruby
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${FXRUBY_DISTNAME}
|
||||
DISTNAME= FXRuby-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
@ -21,16 +21,6 @@ LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \
|
|||
png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
FOX_VERSION= 1.0.3
|
||||
#FXRUBY_REVISION=
|
||||
.if defined(FXRUBY_REVISION) && !empty(FXRUBY_REVISION)
|
||||
FXRUBY_PORTVERSION= ${FOX_VERSION}.${FXRUBY_REVISION}
|
||||
FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}-${FXRUBY_REVISION}
|
||||
.else
|
||||
FXRUBY_PORTVERSION= ${FOX_VERSION}
|
||||
FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}
|
||||
.endif
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
RUBY_SETUP= install.rb
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/FXRuby-1.0.3.tar.gz) = 8d1931e236402793b8f3b035d72c4c2d
|
||||
MD5 (ruby/FXRuby-1.0.19.tar.gz) = 57771fc2876fa862f6dcd8af96cbf28a
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- ext/fox/FXRuby.cpp.orig Thu Mar 21 02:49:53 2002
|
||||
+++ ext/fox/FXRuby.cpp Tue Nov 26 03:44:37 2002
|
||||
@@ -761,8 +761,8 @@
|
||||
VALUE retval;
|
||||
if(FXRbCatchExceptions){
|
||||
#if RUBY_VERSION_CODE < 170
|
||||
- retval=rb_rescue2((VALUE(*)()) handle_body, (VALUE) &hArgs,
|
||||
- (VALUE(*)()) handle_rescue, Qnil,
|
||||
+ retval=rb_rescue2((VALUE(*)(...)) handle_body, (VALUE) &hArgs,
|
||||
+ (VALUE(*)(...)) handle_rescue, Qnil,
|
||||
rb_eStandardError, rb_eNameError, 0);
|
||||
#else
|
||||
retval=rb_rescue2((VALUE(*)(ANYARGS)) handle_body, (VALUE) &hArgs,
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue