Date: Thu, 31 Oct 2002 18:47:15 +0100 From: Anders Andersson <anders@hack.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cy@FreeBSD.org Subject: ports/44787: upgrade of x11-wm/fvwm2-devel to latest version Message-ID: <200210311747.g9VHlJD08627@d1o283.telia.com>
next in thread | raw e-mail | index | archive | help
>Number: 44787 >Category: ports >Synopsis: upgrade of x11-wm/fvwm2-devel to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 09:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Anders Andersson >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD hellraiser.example.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct 29 19:15:45 CET 2002 root@hellraiser.example.org:/usr/obj/usr/src/sys/HELLRAISER i386 >Description: Update x11-wm/fvwm2-devel to latest version, 2.5.4 >How-To-Repeat: >Fix: --- fvwm2-devel.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 14 Sep 2002 01:39:26 -0000 1.50 +++ Makefile 31 Oct 2002 17:39:21 -0000 @@ -6,8 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTVERSION= 2.5.4 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/distinfo,v retrieving revision 1.25 diff -u -r1.25 distinfo --- distinfo 29 Aug 2002 19:55:40 -0000 1.25 +++ distinfo 31 Oct 2002 17:08:44 -0000 @@ -1,2 +1,2 @@ -MD5 (fvwm-2.5.3.tar.bz2) = 0e5d64db4d76ced2a75f031b6ce381ea +MD5 (fvwm-2.5.4.tar.bz2) = f60b777f1c7d48e053528b3066af0c89 MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/pkg-plist,v retrieving revision 1.27 diff -u -r1.27 pkg-plist --- pkg-plist 12 Sep 2002 14:39:37 -0000 1.27 +++ pkg-plist 31 Oct 2002 17:41:34 -0000 @@ -34,6 +34,7 @@ libexec/fvwm/%%FVWM_VERSION%%/FvwmEvent libexec/fvwm/%%FVWM_VERSION%%/FvwmForm %%GTK%%libexec/fvwm/%%FVWM_VERSION%%/FvwmGtk +libexec/fvwm/%%FVWM_VERSION%%/FvwmGtkDebug libexec/fvwm/%%FVWM_VERSION%%/FvwmIconBox libexec/fvwm/%%FVWM_VERSION%%/FvwmIconMan libexec/fvwm/%%FVWM_VERSION%%/FvwmIdent @@ -409,6 +410,8 @@ share/fvwm/fvwm-script-setup95.pl share/fvwm/system.fvwm2rc-sample-95 share/fvwm/perllib/FVWM/Constants.pm +share/fvwm/perllib/FVWM/Event.pm +share/fvwm/perllib/FVWM/EventNames.pm share/fvwm/perllib/FVWM/Module/Gtk.pm share/fvwm/perllib/FVWM/Module/Tk.pm share/fvwm/perllib/FVWM/Module.pm Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/files/patch-configure,v retrieving revision 1.1 diff -u -r1.1 patch-configure --- files/patch-configure 14 Sep 2002 01:39:27 -0000 1.1 +++ files/patch-configure 31 Oct 2002 17:16:32 -0000 @@ -1,17 +1,17 @@ ---- configure.orig Sun Aug 25 04:31:08 2002 -+++ configure Fri Sep 13 18:29:58 2002 -@@ -3758,7 +3758,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 +--- configure.orig Thu Oct 31 18:14:43 2002 ++++ configure Thu Oct 31 18:15:52 2002 +@@ -6157,7 +6157,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS -LIBS="-lpng ${png_LIBS} -lz -lm $LIBS" +LIBS="-L%%LOCALBASE%%/lib -lpng ${png_LIBS} -lz -lm $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3764 "configure" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" #include "confdefs.h" -@@ -3921,7 +3921,7 @@ +@@ -6429,7 +6429,7 @@ #define HAVE_PNG 1 - EOF + _ACEOF - png_LIBS="-lpng -lz" + png_LIBS="-L%%LOCALBASE%%/lib -lpng -lz" Index: files/patch-fvwm::Makefile.in =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-fvwm::Makefile.in --- files/patch-fvwm::Makefile.in 11 Sep 2002 20:34:33 -0000 1.1 +++ files/patch-fvwm::Makefile.in 31 Oct 2002 17:35:23 -0000 @@ -1,15 +1,15 @@ ---- fvwm/Makefile.in.orig Sun Aug 25 04:34:20 2002 -+++ fvwm/Makefile.in Tue Sep 10 10:21:40 2002 -@@ -919,9 +919,9 @@ +--- fvwm/Makefile.in.orig Thu Oct 31 18:34:30 2002 ++++ fvwm/Makefile.in Thu Oct 31 18:34:51 2002 +@@ -936,9 +936,9 @@ echo "Minor warning: $(bindir)/fvwm2 symlink was not created" install-data-local: - @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1 - @$(LN_S) fvwm.1 $(DESTDIR)$(mandir)/man1/fvwm2.1 || \ -- echo "Minor warning: $(mandir)/man1/fvwm2.1 symlink was not created" +- echo "Minor warning: $(mandir)/man1/fvwm2.1 symlink was not created" + @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1.gz + @$(LN_S) fvwm.1.gz $(DESTDIR)$(mandir)/man1/fvwm2.1.gz || \ -+ echo "Minor warning: $(mandir)/man1/fvwm2.1.gz symlink was not created" ++ echo "Minor warning: $(mandir)/man1/fvwm2.1.gz symlink was not created" # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. --- fvwm2-devel.patch ends here --- >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?200210311747.g9VHlJD08627>