pkgsrc-Bugs archive

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

pkg/25478: update pkg www/lynx to 2.8.5rel2



>Number:         25478
>Category:       pkg
>Synopsis:       patch for lynx2.8.5 is out, let's use it
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu May 06 13:01:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Krüger
>Release:        NetBSD 2.0E
>Organization:
        
>Environment:
        
        
System: NetBSD dsl-217-199-71-127.berlikomm.net 2.0E NetBSD 2.0E (PLUTO) #2: 
Tue May 4 12:57:06 CEST 2004 
space7%dsl-217-9-35-156.berlikomm.net@localhost:/usr/obj/cvsroot/src/sys/arch/i386/compile/PLUTO
 i386
Architecture: i386
Machine: i386
>Description:
        just surf to http://lynx.isc.org/lynx2.8.5/patches/; you'll find
        a patch for lynx, pkgsrc currently doesn't use it

        fixed:

        * correct ifdef in LYgetattrs() to ensure that getattrs() is used only
          if the configure script actually found it
          (report/patch by Paul Gilmartin).
        * correct LYcommandList() to allocate data passed to HTList_addObject(),
          since LYRemoveFromCloset() may free it (report by FLWM) -TD
        * add a null-pointer check to parameter of HTQuoteParameter(), fixes bug
          introduced in 2.8.5pre.4 (report by FLWM) -TD
        * correct units shown by HTReadProgress() for very low rates - bug from
          2.8.5pre.3 changes (report by PG) -TD
        * update current-version in README -LP

        btw make print-PLIST is somehow broken w/ lynx :-(
>How-To-Repeat:
        cd ../pkgsrc/www/lynx; make lynx2.8.5rel2 ;-)
>Fix:
diff -uNr --exclude CVS lynx.orig/Makefile lynx/Makefile
--- lynx.orig/Makefile  2004-05-06 13:36:29.000000000 +0200
+++ lynx/Makefile       2004-05-06 14:52:04.000000000 +0200
@@ -3,7 +3,7 @@
 
 DISTNAME=      lynx2.8.5
 PKGNAME=       lynx-2.8.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  http://lynx.isc.org/${DISTNAME}/ \
                ftp://ftp.nl.uu.net/pub/unix/www/lynx/${DISTNAME}/ \
@@ -11,6 +11,9 @@
                
ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/WWW/lynx/${DISTNAME}/
 EXTRACT_SUFX=  .tar.bz2
 
+PATCH_SITES=   ${MASTER_SITES:=patches/}
+PATCHFILES=    2.8.5rel.2.patch.gz
+
 MAINTAINER=    fredb%NetBSD.org@localhost
 HOMEPAGE=      http://lynx.isc.org/
 COMMENT=       Alphanumeric display oriented World-Wide Web Client
@@ -19,6 +22,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+DIST_SUBDIR=           lynx
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/./-/g}
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
diff -uNr --exclude CVS lynx.orig/PLIST lynx/PLIST
--- lynx.orig/PLIST     2004-05-06 13:36:29.000000000 +0200
+++ lynx/PLIST  2004-05-06 14:44:35.000000000 +0200
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2004/03/03 21:14:41 ben Exp $
+@comment $NetBSD$
 bin/lynx
 man/man1/lynx.1
 ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/lynx.mo
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/lynx.mo
-${PKGLOCALEDIR}/locale/et/LC_MESSAGES/lynx.mo
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/lynx.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/lynx.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/lynx.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/lynx.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/lynx.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/lynx.mo
@@ -22,6 +22,7 @@
 share/lynx/lynx.cfg
 share/lynx/lynx.lss
 share/lynx/lynx_doc/CHANGES
+share/lynx/lynx_doc/CHANGES.orig_dist
 share/lynx/lynx_doc/COPYHEADER
 share/lynx/lynx_doc/COPYING
 share/lynx/lynx_doc/PROBLEMS
@@ -63,9 +64,9 @@
 share/lynx/lynx_doc/samples/lynx.lss
 share/lynx/lynx_doc/samples/lynxdump
 share/lynx/lynx_doc/samples/mailcap
-share/lynx/lynx_doc/samples/mime.types
-share/lynx/lynx_doc/samples/mild-colors.lss
 share/lynx/lynx_doc/samples/mailto-form.pl
+share/lynx/lynx_doc/samples/mild-colors.lss
+share/lynx/lynx_doc/samples/mime.types
 share/lynx/lynx_doc/test/ALT88592.html
 share/lynx/lynx_doc/test/ISO_LATIN1_test.html
 share/lynx/lynx_doc/test/README.txt
@@ -81,13 +82,10 @@
 share/lynx/lynx_doc/test/tabtest.html
 share/lynx/lynx_doc/test/unicode.html
 share/lynx/lynx_doc/test/utf-8-demo.html
-share/lynx/lynx_help/COPYING
 share/lynx/lynx_help/COPYHEADER
+share/lynx/lynx_help/COPYING
 share/lynx/lynx_help/Lynx_users_guide.html.gz
 share/lynx/lynx_help/about_lynx.html.gz
-share/lynx/lynx_help/lynx-dev.html.gz
-share/lynx/lynx_help/lynx_help_main.html.gz
-share/lynx/lynx_help/lynx_url_support.html.gz
 share/lynx/lynx_help/keystrokes/alt_edit_help.html.gz
 share/lynx/lynx_help/keystrokes/bashlike_edit_help.html.gz
 share/lynx/lynx_help/keystrokes/bookmark_help.html.gz
@@ -107,10 +105,13 @@
 share/lynx/lynx_help/keystrokes/test_display.html.gz
 share/lynx/lynx_help/keystrokes/visited_help.html.gz
 share/lynx/lynx_help/keystrokes/xterm_help.html.gz
+share/lynx/lynx_help/lynx-dev.html.gz
+share/lynx/lynx_help/lynx_help_main.html.gz
+share/lynx/lynx_help/lynx_url_support.html.gz
 @dirrm share/lynx/lynx_help/keystrokes
 @dirrm share/lynx/lynx_help
+@dirrm share/lynx/lynx_doc/docs
 @dirrm share/lynx/lynx_doc/samples
 @dirrm share/lynx/lynx_doc/test
-@dirrm share/lynx/lynx_doc/docs
 @dirrm share/lynx/lynx_doc
-@dirrm share/lynx/
+@dirrm share/lynx
diff -uNr --exclude CVS lynx.orig/distinfo lynx/distinfo
--- lynx.orig/distinfo  2004-05-06 13:36:29.000000000 +0200
+++ lynx/distinfo       2004-05-06 14:10:43.000000000 +0200
@@ -1,7 +1,9 @@
 $NetBSD: distinfo,v 1.13 2004/03/11 22:10:48 ben Exp $
 
-SHA1 (lynx2.8.5.tar.bz2) = c70866f67c1365b55e0c9c0c569190f5919d28d4
-Size (lynx2.8.5.tar.bz2) = 2177287 bytes
+SHA1 (lynx/lynx2.8.5.tar.bz2) = c70866f67c1365b55e0c9c0c569190f5919d28d4
+Size (lynx/lynx2.8.5.tar.bz2) = 2177287 bytes
+SHA1 (lynx/2.8.5rel.2.patch.gz) = f2f6cf025a11a860ce2af98ef9c3c0cf0699a8ee
+Size (lynx/2.8.5rel.2.patch.gz) = 2445 bytes
 SHA1 (patch-aa) = ac17101b5dfa296298f1fcd58e8b14673c2855bb
 SHA1 (patch-ae) = 5dff036d9fc35dca528acb530f779dce4a98cddd
 SHA1 (patch-af) = 819cdfae5e8181423f5be68cc202a6e074560e75
>Release-Note:
>Audit-Trail:
>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index