From 895dddca5e39376095924ad9b991522fd46111dd Mon Sep 17 00:00:00 2001 From: schmonz Date: Thu, 23 Oct 2008 04:40:55 +0000 Subject: Update to 0.2.7. From the changelog: * A huge set of patches for modules and plugins, many thanks to all the contributors (hope to list them all): cdmack, Viruzzo, Lance, maxadamo, nvhs, russell822, Andre Martin, Daniel Black, Picov, RISKO Gergely, blackmoon and Spil * A new zenity-based (GNOME eye-candy) updater interface by maxadamo * Internationalization support (and Italian localization) for the regular fltk updater by blackmoon * Updated versions of the cURL and gnutls libraries for Windows * The luasocket library is now part of freepops and can be used to write modules We still avoid installing any of the self-updaters. Might be nice to add in a future PKGREVISION. --- mail/freepops/patches/patch-ab | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'mail/freepops/patches/patch-ab') diff --git a/mail/freepops/patches/patch-ab b/mail/freepops/patches/patch-ab index a2322dc3efc..5c6fbe68f40 100644 --- a/mail/freepops/patches/patch-ab +++ b/mail/freepops/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 2007/06/05 05:56:01 schmonz Exp $ +$NetBSD: patch-ab,v 1.2 2008/10/23 04:40:55 schmonz Exp $ ---- Makefile.orig 2007-05-26 06:18:56.000000000 -0400 +--- Makefile.orig 2008-06-11 13:33:56.000000000 -0400 +++ Makefile -@@ -60,26 +60,19 @@ install: all +@@ -65,11 +65,9 @@ install: all $(H)mkdir -p $(PREFIX) $(H)mkdir -p $(PREFIX)bin $(H)mkdir -p $(PREFIX)share/freepops/lua/ @@ -16,10 +16,12 @@ $NetBSD: patch-ab,v 1.1.1.1 2007/06/05 05:56:01 schmonz Exp $ $(H)if [ ! -z "$(FLTKUI)" ]; then \ mkdir -p $(PREFIX)lib/freepops/; \ cp updater-ui/fltk/updater_fltk$(SHAREDEXTENSION) \ - $(PREFIX)lib/freepops/; \ - cp updater-ui/fltk/freepops-updater-fltk $(PREFIX)bin; \ +@@ -82,16 +80,10 @@ install: all + $(PREFIX)share/locale/$$lang/LC_MESSAGES/updater_fltk.mo; \ + done; \ fi - $(H)cp updater-ui/dialog/freepops-updater-dialog $(PREFIX)bin +- $(H)cp updater-ui/zenity/freepops-updater-zenity $(PREFIX)bin - $(H)chmod a+rx $(PREFIX)bin/freepops-updater-dialog $(H)cp src/freepopsd$(EXEEXTENSION) $(PREFIX)bin $(H)cp src/lua/*.lua modules/include/*.lua config.lua \ @@ -31,16 +33,16 @@ $NetBSD: patch-ab,v 1.1.1.1 2007/06/05 05:56:01 schmonz Exp $ $(H)mkdir -p $(PREFIX)share/freepops/lua/lxp/ $(H)mkdir -p $(PREFIX)share/freepops/lua/browser/ $(H)mkdir -p $(PREFIX)share/freepops/lua/soap/ -@@ -98,14 +91,12 @@ install: all +@@ -110,15 +102,12 @@ install: all cp $$X $(PREFIX)share/freepops/lua/soap/; \ done; \ fi - $(H)cp doc/freepopsd.1 $(PREFIX)share/man/man1/ - $(H)cp doc/freepops-updater-dialog.1 $(PREFIX)share/man/man1/ +- $(H)cp doc/freepops-updater-zenity.1 $(PREFIX)share/man/man1/ + $(H)cp doc/freepopsd.1 $(PREFIX)$(PKGMANDIR)/man1/ $(H)if [ ! -z "$(FLTKUI)" ]; then \ -- cp doc/freepops-updater-fltk.1 $(PREFIX)share/man/man1/;\ -+ cp doc/freepops-updater-fltk.1 $(PREFIX)$(PKGMANDIR)/man1/;\ + cp doc/freepops-updater-fltk.1 $(PREFIX)share/man/man1/;\ fi - $(H)cp doc/manual*.pdf $(PREFIX)share/doc/freepops/ || true $(H)cp doc/MANUAL.txt $(PREFIX)share/doc/freepops/ || true -- cgit v1.2.3