Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 22:13:26 GMT
From:      Gabor Pali <pgj@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175848: lang/rexx-regina: Update to 3.7 and Fix Build
Message-ID:  <201302042213.r14MDQre099174@red.freebsd.org>
Resent-Message-ID: <201302042220.r14MK0KS060023@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175848
>Category:       ports
>Synopsis:       lang/rexx-regina: Update to 3.7 and Fix Build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 22:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Pali
>Release:        n/a
>Organization:
The FreeBSD Project
>Environment:
n/a
>Description:
- Update to 3.7
- Fix build

>How-To-Repeat:

>Fix:
See the patch attached.


Patch attached with submission follows:

Index: lang/rexx-regina/Makefile
===================================================================
--- lang/rexx-regina/Makefile	(revision 311643)
+++ lang/rexx-regina/Makefile	(working copy)
@@ -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 @@
 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
Index: lang/rexx-regina/distinfo
===================================================================
--- lang/rexx-regina/distinfo	(revision 311643)
+++ lang/rexx-regina/distinfo	(working copy)
@@ -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
Index: lang/rexx-regina/files/patch-configure
===================================================================
--- lang/rexx-regina/files/patch-configure	(revision 0)
+++ lang/rexx-regina/files/patch-configure	(working copy)
@@ -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 \$(@)"

Property changes on: lang/rexx-regina/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property


>Release-Note:
>Audit-Trail:
>Unformatted:



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