Bug 175848 - lang/rexx-regina: Update to 3.7 and Fix Build
Summary: lang/rexx-regina: Update to 3.7 and Fix Build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Pali
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 22:20 UTC by Gabor Pali
Modified: 2013-02-23 22:42 UTC (History)
0 users

See Also:


Attachments
file.diff (2.58 KB, patch)
2013-02-04 22:20 UTC, Gabor Pali
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Pali freebsd_committer freebsd_triage 2013-02-04 22:20:00 UTC
- Update to 3.7
- Fix build

Fix: See the patch attached.


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-04 22:20:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-04 22:20:07 UTC
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
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-23 20:37:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgj

submitter is committer.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-23 22:35:10 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"
Comment 5 Gabor Pali freebsd_committer freebsd_triage 2013-02-23 22:41:54 UTC
State Changed
From-To: feedback->closed

Committed.