pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/parrot patch-aa (with dragonfly config) got merge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05a38834319c
branches:  trunk
changeset: 546372:05a38834319c
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Aug 30 08:06:33 2008 +0000

description:
patch-aa (with dragonfly config) got merged upstream. Applying the
patch with a more tolerant version of patch (like netbsd's) gives two
copies of the definitions in the same file, with who knows what
consequences. Applying the patch with a less tolerant version of patch
fails.

So, remove it, and bump PKGREVISION just in case.

diffstat:

 lang/parrot/Makefile         |   3 ++-
 lang/parrot/distinfo         |   3 +--
 lang/parrot/patches/patch-aa |  35 -----------------------------------
 3 files changed, 3 insertions(+), 38 deletions(-)

diffs (63 lines):

diff -r 8d3bfd1b45a2 -r 05a38834319c lang/parrot/Makefile
--- a/lang/parrot/Makefile      Sat Aug 30 08:06:11 2008 +0000
+++ b/lang/parrot/Makefile      Sat Aug 30 08:06:33 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2007/04/20 14:01:00 obache Exp $
+# $NetBSD: Makefile,v 1.14 2008/08/30 08:06:33 dholland Exp $
 #
 
 DISTNAME=              parrot-0.4.11
+PKGREVISION=           1
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MD/MDIEP/}
 
diff -r 8d3bfd1b45a2 -r 05a38834319c lang/parrot/distinfo
--- a/lang/parrot/distinfo      Sat Aug 30 08:06:11 2008 +0000
+++ b/lang/parrot/distinfo      Sat Aug 30 08:06:33 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/04/20 14:01:00 obache Exp $
+$NetBSD: distinfo,v 1.6 2008/08/30 08:06:33 dholland Exp $
 
 SHA1 (parrot-0.4.11.tar.gz) = 1aff85f941155d7f3758431cb1383138cf635c3a
 RMD160 (parrot-0.4.11.tar.gz) = ffec3ad25d80e60c3d977e787602e90efd7c729d
 Size (parrot-0.4.11.tar.gz) = 4113878 bytes
-SHA1 (patch-aa) = 19b64813750a1714438e2db45e0487381e401187
diff -r 8d3bfd1b45a2 -r 05a38834319c lang/parrot/patches/patch-aa
--- a/lang/parrot/patches/patch-aa      Sat Aug 30 08:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/01/09 17:47:07 wiz Exp $
-
---- /dev/null  Fri Jan  6 20:33:00 2006
-+++ config/init/hints/dragonflybsd.pm  Fri Jan  6 20:37:08 2006
-@@ -0,0 +1,30 @@
-+# Copyright: 2005 The Perl Foundation.  All Rights Reserved.
-+
-+package init::hints::dragonflybsd;
-+
-+use strict;
-+
-+sub runstep
-+{
-+    my ($self, $conf) = @_;
-+
-+    my $libs = $conf->data->get('libs');
-+
-+    if ($libs !~ /pthread/) {
-+        $libs .= ' -pthread';
-+    }
-+
-+    $conf->data->set(
-+        libs                    => $libs,
-+        link                    => 'g++',
-+        rpath                   => '-Wl,-R',
-+
-+        has_dynamic_linking     => 1,
-+        parrot_is_shared        => 1,
-+        libparrot_shared        => 'libparrot$(SHARE_EXT).$(SOVERSION)',
-+        libparrot_shared_alias  => 'libparrot$(SHARE_EXT)',
-+        libparrot_soname        => '-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
-+    );
-+}
-+
-+1;



Home | Main Index | Thread Index | Old Index