Date: Thu, 10 Feb 2000 15:54:52 -0500 (EST) From: Mikhail Teterin <mi@video-collage.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16642: libwww port upgraded to 5.2.8 Message-ID: <200002102054.PAA66520@dufus.video-collage.com>
next in thread | raw e-mail | index | archive | help
>Number: 16642 >Category: ports >Synopsis: libwww port upgraded to 5.2.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 10 13:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-CURRENT i386 >Organization: Video Collage, Inc. >Environment: >Description: The latest version of the software is 5.2.8 (as of April 13). Our port still uses 5.2.6. The upgrade is trivial, so I suspect, there is some good reason it is not commited yet. But here it is, just in case... >How-To-Repeat: >Fix: diff -N -r -U1 /mnt/ports/www/libwww/Makefile ./Makefile --- /mnt/ports/www/libwww/Makefile Thu Sep 2 02:26:15 1999 +++ ./Makefile Thu Feb 10 15:19:47 2000 @@ -8,3 +8,3 @@ -PKGNAME= libwww-5.2.6 +PKGNAME= libwww-5.2.8 DISTNAME= w3c-${PKGNAME} diff -N -r -U1 /mnt/ports/www/libwww/files/md5 ./files/md5 --- /mnt/ports/www/libwww/files/md5 Mon Mar 8 02:18:54 1999 +++ ./files/md5 Thu Feb 10 15:50:30 2000 @@ -1 +1 @@ -MD5 (w3c-libwww-5.2.6.tar.gz) = e89fb6eb00093b0a9922051ce4862e6b +MD5 (w3c-libwww-5.2.8.tar.gz) = 4a6b1361099cc4ea01ea9f97ccc90835 diff -N -r -U1 /mnt/ports/www/libwww/patches/patch-ab ./patches/patch-ab --- /mnt/ports/www/libwww/patches/patch-ab Tue Jun 8 02:22:33 1999 +++ ./patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- libwww-config.in.orig Mon Feb 22 02:04:23 1999 -+++ libwww-config.in Mon Jun 7 12:27:14 1999 -@@ -48,7 +48,7 @@ - echo -I@includedir@/@PACKAGE@ @DEFS@ - ;; - --libs) -- echo -L@libdir@ @LIBS@ -lmd5 -lxmltok -lxmlparse -lwww -+ echo -L@libdir@ @LIBS@ -lwww -lmd5 -lxmlparse -lxmltok - ;; - *) - echo "${usage}" 1>&2 diff -N -r -U1 /mnt/ports/www/libwww/patches/patch-ac ./patches/patch-ac --- /mnt/ports/www/libwww/patches/patch-ac Mon Nov 2 02:18:36 1998 +++ ./patches/patch-ac Thu Feb 10 15:37:28 2000 @@ -1,11 +1,7 @@ ---- Library/src/Makefile.in.orig Sat Oct 31 20:48:09 1998 -+++ Library/src/Makefile.in Sun Nov 1 19:27:35 1998 -@@ -100,7 +100,7 @@ - subdirs = @subdirs@ +--- Library/src/Makefile.in.orig Tue Apr 13 20:10:00 1999 ++++ Library/src/Makefile.in Thu Feb 10 15:37:01 2000 +@@ -127,3 +127,3 @@ - lib_LTLIBRARIES = libwww.la --libwww_la_LDFLAGS = -version-info "1:0:1" -+libwww_la_LDFLAGS = -version-info "6:0:1" - - SUBDIRS = windows vms +-LDFLAGS = -version-info "1:0:1" ++LDFLAGS = -version-info "6:0:1" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002102054.PAA66520>