pkgsrc-Bugs archive

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

pkg/49712: Please update x11/p5-Tk to 804.033



>Number:         49712
>Category:       pkg
>Synopsis:       Please update x11/p5-Tk to 804.033
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 03 16:45:00 +0000 2015
>Originator:     Kai-Uwe Eckhardt
>Release:        
>Organization:
>Environment:
>Description:
There is a newer version in CPAN.
>How-To-Repeat:

>Fix:
1) Change DISTNAME to Tk-804.033 

2) Remove obsolete patch-ah and reduce patch-aa to this:


$NetBSD $

--- Tk/MMutil.pm.orig	2013-11-15 23:50:03.000000000 +0000
+++ Tk/MMutil.pm
@@ -313,10 +309,13 @@ sub const_config
 #   }
    $self->{'LDFLAGS'} =~ s/-flat_namespace//;
    $self->{'LDFLAGS'} =~ s/-undefined\s+suppress//;
-  } elsif ($^O =~ /(openbsd)/i)
+  } elsif ($^O =~ /(.*bsd)/i)
   {
    # -Bforcearchive is bad news for Tk - we don't want all of libpTk.a in all .so-s.
    $self->{'LDDLFLAGS'} =~ s/-Bforcearchive\s*//g;
+  } elsif ($^O =~ /(.*dragonfly)/i) {
+   # -Bforcearchive is bad news for Tk - we don't want all of libpTk.a in all .so-s.
+   $self->{'LDDLFLAGS'} =~ s/-Bforcearchive\s*//g;
   }
  return $self->MM::const_config;
 }



Home | Main Index | Thread Index | Old Index