From nobody@FreeBSD.org  Mon Feb  4 22:13:26 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 70931AEE
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Feb 2013 22:13:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 61FC3392
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Feb 2013 22:13:26 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r14MDQm6099175
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 4 Feb 2013 22:13:26 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r14MDQre099174;
	Mon, 4 Feb 2013 22:13:26 GMT
	(envelope-from nobody)
Message-Id: <201302042213.r14MDQre099174@red.freebsd.org>
Date: Mon, 4 Feb 2013 22:13:26 GMT
From: Gabor Pali <pgj@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: lang/rexx-regina: Update to 3.7 and Fix Build
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: g.gonter@ieee.org

>Number:         175848
>Category:       ports
>Synopsis:       lang/rexx-regina: Update to 3.7 and Fix Build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 22:20:00 UTC 2013
>Closed-Date:    Sat Feb 23 22:42:20 UTC 2013
>Last-Modified:  Sat Feb 23 22:42:20 UTC 2013
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Feb 4 22:20:07 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175848 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: g.gonter@ieee.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/175848: lang/rexx-regina: Update to 3.7 and Fix Build
Date: Mon, 4 Feb 2013 22:20:07 UT

 Maintainer of lang/rexx-regina,
 
 Please note that PR ports/175848 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175848
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pgj 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Feb 23 20:37:53 UTC 2013 
Responsible-Changed-Why:  
submitter is committer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175848 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175848: commit references a PR
Date: Sat, 23 Feb 2013 22:35:10 +0000 (UTC)

 Author: pgj
 Date: Sat Feb 23 22:34:57 2013
 New Revision: 312857
 URL: http://svnweb.freebsd.org/changeset/ports/312857
 
 Log:
   - Update to 3.7
   - Fix build
   
   PR:		ports/175848
   Submitted by:	pgj
   Approved by:	maintainer (timeout)
 
 Added:
   head/lang/rexx-regina/files/patch-configure   (contents, props changed)
 Modified:
   head/lang/rexx-regina/Makefile
   head/lang/rexx-regina/distinfo
 
 Modified: head/lang/rexx-regina/Makefile
 ==============================================================================
 --- head/lang/rexx-regina/Makefile	Sat Feb 23 22:01:25 2013	(r312856)
 +++ head/lang/rexx-regina/Makefile	Sat Feb 23 22:34:57 2013	(r312857)
 @@ -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
 
 Modified: head/lang/rexx-regina/distinfo
 ==============================================================================
 --- head/lang/rexx-regina/distinfo	Sat Feb 23 22:01:25 2013	(r312856)
 +++ head/lang/rexx-regina/distinfo	Sat Feb 23 22:34:57 2013	(r312857)
 @@ -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
 
 Added: head/lang/rexx-regina/files/patch-configure
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/lang/rexx-regina/files/patch-configure	Sat Feb 23 22:34:57 2013	(r312857)
 @@ -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 \$(@)"
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: pgj 
State-Changed-When: Sat Feb 23 22:41:54 UTC 2013 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175848 
>Unformatted:
