aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-02-24 06:34:57 +0800
committerGabor Pali <pgj@FreeBSD.org>2013-02-24 06:34:57 +0800
commitadb8b7c9287ab262dd325063cae79fb1d4f70fff (patch)
tree5aefb7ece1883d797d1854ef7b3dca9bc8e1b48f
parent75f0a2d721b60cc3c25a0cb4da0403b134855a23 (diff)
downloadfreebsd-ports-gnome-adb8b7c9287ab262dd325063cae79fb1d4f70fff.tar.gz
freebsd-ports-gnome-adb8b7c9287ab262dd325063cae79fb1d4f70fff.tar.zst
freebsd-ports-gnome-adb8b7c9287ab262dd325063cae79fb1d4f70fff.zip
- Update to 3.7
- Fix build PR: ports/175848 Submitted by: pgj Approved by: maintainer (timeout)
-rw-r--r--lang/rexx-regina/Makefile4
-rw-r--r--lang/rexx-regina/distinfo4
-rw-r--r--lang/rexx-regina/files/patch-configure17
3 files changed, 21 insertions, 4 deletions
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile
index 67039fbf011e..685c4a034f1a 100644
--- a/lang/rexx-regina/Makefile
+++ b/lang/rexx-regina/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= regina
-PORTVERSION= 3.5
+PORTVERSION= 3.7
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION}
PKGNAMEPREFIX= rexx-
@@ -25,7 +25,7 @@ USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
USE_RC_SUBR= rxstack
-MAN1= regina.1
+MAN1= regina.1 regina-config.1 rxqueue.1 rxstack.1
post-patch:
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
diff --git a/lang/rexx-regina/distinfo b/lang/rexx-regina/distinfo
index cab39b1e1d4d..706a91941dc1 100644
--- a/lang/rexx-regina/distinfo
+++ b/lang/rexx-regina/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Regina-REXX-3.5.tar.gz) = c895fda12bb8c07aaac99ffab69444400d9a63a747c1a608d13d3ab8a899003e
-SIZE (Regina-REXX-3.5.tar.gz) = 1139805
+SHA256 (Regina-REXX-3.7.tar.gz) = 133c9e0fd9e09f9adfc4108f43b727e191e4c4c01711cfa26416799d21d1e7fe
+SIZE (Regina-REXX-3.7.tar.gz) = 1156284
diff --git a/lang/rexx-regina/files/patch-configure b/lang/rexx-regina/files/patch-configure
new file mode 100644
index 000000000000..7949e1d6f104
--- /dev/null
+++ b/lang/rexx-regina/files/patch-configure
@@ -0,0 +1,17 @@
+--- configure.orig 2012-10-16 06:34:08.000000000 +0200
++++ configure 2013-02-04 21:07:09.000000000 +0100
+@@ -8471,7 +8471,13 @@
+ SHLPRE="lib"
+ SHL_LD="ld -assert pure-text -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')'
+ ;;
+- *-freebsd* | *openbsd*)
++ *freebsd*)
++ LD_RXLIB_A1="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)"
++ LD_RXLIB_A2="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)"
++ LD_RXLIB_UTILA="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)"
++ SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')'
++ ;;
++ *openbsd*)
+ if test "$ac_cv_prog_CC" = "gcc" -o "$ac_cv_prog_CC" = "g++"; then
+ LD_RXLIB_A1="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)"
+ LD_RXLIB_A2="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)"