pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Fixed the problems reported by babylon5.netbsd.org...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00e65cee171b
branches:  trunk
changeset: 545055:00e65cee171b
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Fri Jul 25 08:48:23 2008 +0000

description:
Fixed the problems reported by babylon5.netbsd.org weekly pkgsrc output for Thu Jul 24 02:20:00 2008

diffstat:

 graphics/p5-Image-Size/patches/patch-aa |  13 -------------
 security/Makefile                       |   4 ++--
 www/Makefile                            |   4 ++--
 www/p5-VRML/patches/patch-aa            |  13 -------------
 x11/Makefile                            |   3 ++-
 5 files changed, 6 insertions(+), 31 deletions(-)

diffs (95 lines):

diff -r bdaac4687f17 -r 00e65cee171b graphics/p5-Image-Size/patches/patch-aa
--- a/graphics/p5-Image-Size/patches/patch-aa   Fri Jul 25 08:23:23 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/11/26 11:19:09 abs Exp $
-
---- Makefile.PL.orig   Sat Aug 11 10:03:06 2001
-+++ Makefile.PL
-@@ -20,7 +20,7 @@ sub MY::tools_other
- 
-     my $text = shift->SUPER::tools_other(@_);
- 
--    "$text\nECHO=\@echo\nRPM=rpm\n";
-+    "$text\nECHO=echo\nRPM=rpm\n";
- }
- 
- sub MY::post_constants
diff -r bdaac4687f17 -r 00e65cee171b security/Makefile
--- a/security/Makefile Fri Jul 25 08:23:23 2008 +0000
+++ b/security/Makefile Fri Jul 25 08:48:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.324 2008/07/21 12:17:52 shannonjr Exp $
+# $NetBSD: Makefile,v 1.325 2008/07/25 08:48:23 rhaen Exp $
 #
 
 COMMENT=       Security tools
@@ -148,8 +148,8 @@
 SUBDIR+=       p5-Crypt-DES_EDE3
 SUBDIR+=       p5-Crypt-DH
 SUBDIR+=       p5-Crypt-DSA
+SUBDIR+=       p5-Crypt-GPG
 SUBDIR+=       p5-Crypt-GeneratePassword
-SUBDIR+=       p5-Crypt-GPG
 SUBDIR+=       p5-Crypt-IDEA
 SUBDIR+=       p5-Crypt-OpenPGP
 SUBDIR+=       p5-Crypt-OpenSSL-Bignum
diff -r bdaac4687f17 -r 00e65cee171b www/Makefile
--- a/www/Makefile      Fri Jul 25 08:23:23 2008 +0000
+++ b/www/Makefile      Fri Jul 25 08:48:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.562 2008/07/23 10:27:12 joerg Exp $
+# $NetBSD: Makefile,v 1.563 2008/07/25 08:48:23 rhaen Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -263,7 +263,6 @@
 SUBDIR+=       p5-CatalystX-CRUD-Controller-RHTMLO
 SUBDIR+=       p5-FCGI
 SUBDIR+=       p5-FCGI-ProcManager
-SUBDIR+=       p5-Handel
 SUBDIR+=       p5-HTML-Clean
 SUBDIR+=       p5-HTML-Element-Extended
 SUBDIR+=       p5-HTML-FillInForm
@@ -304,6 +303,7 @@
 SUBDIR+=       p5-HTTP-Server-Simple-Mason
 SUBDIR+=       p5-HTTP-Server-Simple-Static
 SUBDIR+=       p5-HTTPD-User-Manage
+SUBDIR+=       p5-Handel
 SUBDIR+=       p5-I18N-AcceptLanguage
 SUBDIR+=       p5-Jemplate
 SUBDIR+=       p5-Kwiki
diff -r bdaac4687f17 -r 00e65cee171b www/p5-VRML/patches/patch-aa
--- a/www/p5-VRML/patches/patch-aa      Fri Jul 25 08:23:23 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2000/08/28 21:14:56 jlam Exp $
-
---- VRML.pm.orig       Fri Aug 28 03:23:09 1998
-+++ VRML.pm
-@@ -295,7 +295,7 @@
- 
- =item transform_begin
- 
--F<transform_begin('type=value','type=value', ...)
-+F<transform_begin('type=value','type=value', ...)>
- 
- I<Where type can be:>
- 
diff -r bdaac4687f17 -r 00e65cee171b x11/Makefile
--- a/x11/Makefile      Fri Jul 25 08:23:23 2008 +0000
+++ b/x11/Makefile      Fri Jul 25 08:48:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.555 2008/07/14 04:03:36 tnn Exp $
+# $NetBSD: Makefile,v 1.556 2008/07/25 08:48:23 rhaen Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -466,6 +466,7 @@
 SUBDIR+=       xlogout
 SUBDIR+=       xlsclients
 SUBDIR+=       xlupe
+SUBDIR+=       xlt
 SUBDIR+=       xmag
 SUBDIR+=       xman
 SUBDIR+=       xmascot



Home | Main Index | Thread Index | Old Index