ports/105414: [PATCH] biology/p5-AcePerl: update to 1.91, unbreak on amd64
Rong-En Fan
rafan at FreeBSD.org
Sat Nov 11 21:50:25 UTC 2006
>Number: 105414
>Category: ports
>Synopsis: [PATCH] biology/p5-AcePerl: update to 1.91, unbreak on amd64
>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: Sat Nov 11 21:50:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Rong-En Fan
>Release: FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Update to 1.91
- Unbreak on amd64 and ia64.
I have tested it on my amd64 box. It builds fine.
Removed file(s):
- files/patch-weaken
Port maintainer (pgollucci at p6m7g8.com) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-AcePerl-1.91.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/biology/p5-AcePerl/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile 2 May 2006 23:16:02 -0000 1.14
+++ Makefile 11 Nov 2006 21:44:29 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= AcePerl
-PORTVERSION= 1.89
+PORTVERSION= 1.91
CATEGORIES= biology databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Ace
@@ -50,7 +50,7 @@
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN= Does not compile on amd64 or ia64 (missing -fPIC)
+CFLAGS+= -fPIC
.endif
post-patch:
Index: distinfo
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/biology/p5-AcePerl/distinfo,v
retrieving revision 1.9
diff -u -u -r1.9 distinfo
--- distinfo 2 May 2006 23:16:02 -0000 1.9
+++ distinfo 11 Nov 2006 21:44:29 -0000
@@ -1,3 +1,3 @@
-MD5 (AcePerl-1.89.tar.gz) = 547da3ca59894e99448408cfe9a8ae6e
-SHA256 (AcePerl-1.89.tar.gz) = f3be1f9d31756761f7e1a6043e86b6b39d746fc6cc2bb52663860c31d4e7d64a
-SIZE (AcePerl-1.89.tar.gz) = 299210
+MD5 (AcePerl-1.91.tar.gz) = f473592d51f016ca4fe8efcf049e8b94
+SHA256 (AcePerl-1.91.tar.gz) = 9ffb1eabc59da66ed6d57e26d1239f5a62af9208d25aded65476aeee18b12167
+SIZE (AcePerl-1.91.tar.gz) = 300011
Index: files/patch-weaken
===================================================================
RCS file: files/patch-weaken
diff -N files/patch-weaken
--- files/patch-weaken 2 May 2006 23:16:02 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,33 +0,0 @@
---- Ace.pm.orig Tue May 2 17:32:55 2006
-+++ Ace.pm Tue May 2 17:33:12 2006
-@@ -2,7 +2,7 @@
-
- use strict;
- use Carp qw(croak carp cluck);
--use WeakRef;
-+use Scalar::Util qw(weaken);
-
- use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $Error);
-
---- ChangeLog.orig Tue May 2 17:33:12 2006
-+++ ChangeLog Tue May 2 17:33:22 2006
-@@ -1,7 +1,7 @@
- 1.89 Wed Mar 9 18:25:45 EST 2005
- 1. Added caching code.
- 2. Now requires ace binaries 4_9s or later.
-- 3. Requires CACHE::CACHE and WeakRef for caching.
-+ 3. Requires CACHE::CACHE and Scalar::Util for caching.
-
- 1.87 10/3/03
- 1. Fixed unreadable GIF images produced by recent versions of GifAceServer.
---- Makefile.PL.orig Tue May 2 17:33:22 2006
-+++ Makefile.PL Tue May 2 17:33:32 2006
-@@ -35,7 +35,7 @@
- 'INC' => "-I$headers",
- PREREQ_PM => {
- 'Digest::MD5' => 2.0,
-- 'WeakRef' => 0.01,
-+ 'Scalar::Util' => 1,
- 'Cache::Cache' => 1.03,
- },
- 'dist' => {'COMPRESS'=>'gzip -9f',
--- p5-AcePerl-1.91.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list