pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/libwww delint.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3105eb46ab32
branches:  trunk
changeset: 494906:3105eb46ab32
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue May 31 20:51:59 2005 +0000

description:
delint.

diffstat:

 www/libwww/Makefile |  7 +++----
 www/libwww/PLIST    |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r e0e86a4ec9ce -r 3105eb46ab32 www/libwww/Makefile
--- a/www/libwww/Makefile       Tue May 31 20:51:46 2005 +0000
+++ b/www/libwww/Makefile       Tue May 31 20:51:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2005/05/22 20:08:45 jlam Exp $
+# $NetBSD: Makefile,v 1.61 2005/05/31 20:51:59 salo Exp $
 
 DISTNAME=              w3c-libwww-5.4.0
 PKGNAME=               libwww-5.4.0
@@ -18,9 +18,8 @@
 EXTRACT_ONLY=          ${DISTNAME}${EXTRACT_SUFX}
 SITES_libwww-configure-5.4.0nb1.gz=    ${MASTER_SITE_LOCAL}
 
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake perl
 USE_LIBTOOL=           YES
-USE_PERL5=             build
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS=                --with-zlib --with-regex --without-x
@@ -35,7 +34,7 @@
        ${GZCAT} ${DISTDIR}/libwww-configure-5.4.0nb1.gz > ${WRKSRC}/configure
        ${CHMOD} a+x ${WRKSRC}/configure
 .for f in aclocal.m4 configure stamp-h.in
-       ${TOUCH} ${WRKSRC}/$f
+       ${TOUCH} ${WRKSRC}/${f}
 .endfor
        ${TOUCH} `${FIND} ${WRKSRC} -name Makefile.in -print`
 
diff -r e0e86a4ec9ce -r 3105eb46ab32 www/libwww/PLIST
--- a/www/libwww/PLIST  Tue May 31 20:51:46 2005 +0000
+++ b/www/libwww/PLIST  Tue May 31 20:51:59 2005 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:57 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/31 20:52:00 salo Exp $
 bin/libwww-config
 bin/w3c
 bin/webbot
 bin/www
-include/wwwconf.h
 include/w3c-libwww/HTAABrow.h
 include/w3c-libwww/HTAAUtil.h
 include/w3c-libwww/HTANSI.h
@@ -45,8 +44,8 @@
 include/w3c-libwww/HTFormat.h
 include/w3c-libwww/HTGopher.h
 include/w3c-libwww/HTGuess.h
+include/w3c-libwww/HTHInit.h
 include/w3c-libwww/HTHash.h
-include/w3c-libwww/HTHInit.h
 include/w3c-libwww/HTHeader.h
 include/w3c-libwww/HTHist.h
 include/w3c-libwww/HTHome.h
@@ -163,6 +162,7 @@
 include/w3c-libwww/WWWZip.h
 include/w3c-libwww/wwwsys.h
 include/w3c-libwww/xmlparse.h
+include/wwwconf.h
 ${MD5LIB}lib/libmd5.la
 lib/libpics.la
 lib/libwwwapp.la
@@ -172,8 +172,8 @@
 lib/libwwwfile.la
 lib/libwwwftp.la
 lib/libwwwgopher.la
+lib/libwwwhtml.la
 lib/libwwwhttp.la
-lib/libwwwhtml.la
 lib/libwwwinit.la
 lib/libwwwmime.la
 lib/libwwwmux.la



Home | Main Index | Thread Index | Old Index