pkgsrc-Bugs archive

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

pkg/45050: Update www/elinks to 0.12rc5



>Number:         45050
>Category:       pkg
>Synopsis:       www/elinks is outdated (version 0.12rc2 while there's the rc5 
>out)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Jun 11 09:00:01 +0000 2011
>Originator:     Stefano Marinelli
>Release:        NetBSD 5.1_STABLE
>Organization:
>Environment:
System: NetBSD netbsd.it 5.1_STABLE NetBSD 5.1_STABLE (DOMU_DRAGAS) #9: Thu Jun 
2 07:52:32 UTC 2011 
root%netbsd.it@localhost:/usr/obj/sys/arch/amd64/compile/DOMU_DRAGAS amd64
Architecture: x86_64
Machine: amd64
>Description:
        www/elinks is outdated, as version 0.12rc5 is out since 2009. This 
patch solves this issue.     
>How-To-Repeat:
        Just compile the pkgsrc versiont
>Fix:
        Please, apply the enclosed patch. Thanks.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/elinks/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile    22 Apr 2011 13:44:58 -0000      1.45
+++ Makefile    11 Jun 2011 07:17:26 -0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2011/04/22 13:44:58 obache Exp $
+# $NetBSD: Makefile,v 1.44 2010/04/01 10:42:37 obache Exp $
 
-DISTNAME=              elinks-0.12pre2
+DISTNAME=              elinks-0.12pre5
 PKGNAME=               ${DISTNAME:S/pre/rc/}
-PKGREVISION=           4
+PKGREVISION=           0
 CATEGORIES=            www
 MASTER_SITES=          http://elinks.or.cz/download/ \
                        http://ftp.icm.edu.pl/packages/elinks/
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/www/elinks/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- PLIST       14 Jun 2009 22:00:21 -0000      1.11
+++ PLIST       11 Jun 2011 07:17:26 -0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2009/06/14 22:00:21 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2008/11/06 08:33:31 bjs Exp $
 bin/elinks
 man/man1/elinks.1
 man/man5/elinks.conf.5
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/elinks/distinfo,v
retrieving revision 1.26
diff -u -p -r1.26 distinfo
--- distinfo    2 Jul 2009 20:04:12 -0000       1.26
+++ distinfo    11 Jun 2011 07:17:26 -0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2009/07/02 20:04:12 drochner Exp $
+$NetBSD: distinfo,v 1.25 2008/11/06 08:33:31 bjs Exp $
 
-SHA1 (elinks-0.12pre2.tar.bz2) = 7bb30f817cc053b87f80c32359dfccbc49e067eb
-RMD160 (elinks-0.12pre2.tar.bz2) = 94af523e31d24e09c9cb6a41e5d87456f288f234
-Size (elinks-0.12pre2.tar.bz2) = 2770126 bytes
-SHA1 (patch-aa) = b2bef596793e8fb75e89fb95daf399240f28fa0b
+SHA1 (elinks-0.12pre5.tar.bz2) = 15fb38fa938a0eec9d5f22fdd538a6785e2854af
+RMD160 (elinks-0.12pre5.tar.bz2) = 4983083f21928da78f937b4dea09f8937c3a9cb9
+Size (elinks-0.12pre5.tar.bz2) = 2783523 bytes
+SHA1 (patch-aa) = 7a624811a96b7d7c772b2f49657477be8f918841
 SHA1 (patch-ab) = a1d9b4246869c1999043c76dbcb35996a6b294fd
 SHA1 (patch-ac) = a7f4bacbdf4073a5a733fe565b1f51dc755c7e4d
 SHA1 (patch-ad) = 089e2455c64cbfb48907693a653e76cc97961622
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/www/elinks/patches/patch-aa,v
retrieving revision 1.10
diff -u -p -r1.10 patch-aa
--- patches/patch-aa    6 Nov 2008 08:33:31 -0000       1.10
+++ patches/patch-aa    11 Jun 2011 07:17:26 -0000
@@ -1,37 +1,18 @@
-$NetBSD: patch-aa,v 1.10 2008/11/06 08:33:31 bjs Exp $
-
---- configure.orig     2008-09-21 07:15:24.000000000 -0400
-+++ configure
-@@ -1453,7 +1453,7 @@ Optional Packages:
-   --without-openssl       disable OpenSSL support
-   --with-openssl=DIR    enable OpenSSL support (default)
-   --with-x                use the X Window System
--  --with-libiconv=DIR     search for libiconv in DIR/include and DIR/lib
-+  --with-libiconv-prefix=DIR     search for libiconv in DIR/include and 
DIR/lib
- 
- Some influential environment variables:
-   CC          C compiler command
-@@ -3525,7 +3525,7 @@ _ACEOF
- 
- 
-               echo > config.asciidoc-unsafe.txt
--              if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >/dev/null 
2>/dev/null; then
-+              if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >/dev/null 
2>&1 > /dev/null; then
-                       ASCIIDOC_FLAGS=--unsafe
-               fi
-               rm config.asciidoc-unsafe.*
-@@ -18899,8 +18899,8 @@ if test -z "$disable_lua"; then
+--- configure.orig     2011-06-10 19:41:29.000000000 +0000
++++ configure  2011-06-10 19:44:25.000000000 +0000
+@@ -18993,8 +18993,9 @@
                for suffix in "" 50; do
                        if test "$cf_result" = no && ( test -f 
"$luadir/include/lua.h" || \
                           test -f "$luadir/include/lua$suffix/lua.h" ) ; then
 -                              LUA_LIBS="-L$luadir/lib -llua$suffix 
-llualib$suffix -lm"
 -                              LUA_CFLAGS="-I$luadir/include 
-I$luadir/include/lua$suffix"
-+                              LUA_LIBS="-L$luadir/lib -llua$suffix -lm"
-+                              LUA_CFLAGS="-I$luadir/include"
++                               LUA_LIBS="-L$luadir/lib -llua$suffix -lm"
++                               LUA_CFLAGS="-I$luadir/include"
++
  
                                LIBS="$LUA_LIBS $LIBS_X"
                                CFLAGS="$CFLAGS_X $LUA_CFLAGS"
-@@ -21532,9 +21532,9 @@ done
+@@ -21803,9 +21804,9 @@
  
  
  
@@ -44,7 +25,7 @@ $NetBSD: patch-aa,v 1.10 2008/11/06 08:3
      for dir in `echo "$withval" | tr : ' '`; do
        if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
        if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
-@@ -24635,7 +24635,7 @@ _ACEOF
+@@ -25064,7 +25065,8 @@
  
  
  # Create LIBDIR #define for config.h



Home | Main Index | Thread Index | Old Index