Date: Sat, 4 Mar 2000 16:35:08 -0800 (PST) From: Alex Varju <varju@snapple.webct.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17195: palm/jpilot ports update to version 0.98 Message-ID: <200003050035.QAA30853@snapple.webct.com>
next in thread | raw e-mail | index | archive | help
>Number: 17195 >Category: ports >Synopsis: palm/jpilot ports update to version 0.98 >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: Sat Mar 4 16:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 4.0-CURRENT i386 >Organization: WebCT Canada >Environment: >Description: palm/jpilot ports update to version 0.98 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/Makefile,v retrieving revision 1.7 diff -u -w -r1.7 Makefile --- Makefile 1999/12/25 15:45:40 1.7 +++ Makefile 2000/03/05 00:31:54 @@ -7,14 +7,15 @@ # # "?=" and "+=" are for including this Makefile from japanese/jpilot -DISTNAME= jpilot-0.97 +DISTNAME= jpilot-0.98 CATEGORIES= palm comms MASTER_SITES= http://jpilot.linuxbox.com/ MAINTAINER?= varju@webct.com LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + intl.1:${PORTSDIR}/devel/gettext PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes Index: files/md5 =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/files/md5,v retrieving revision 1.6 diff -u -w -r1.6 md5 --- files/md5 1999/12/25 15:45:40 1.6 +++ files/md5 2000/03/05 00:03:54 @@ -1 +1 @@ -MD5 (jpilot-0.97.tar.gz) = db31cf7de1b7a93add662f295c04def2 +MD5 (jpilot-0.98.tar.gz) = d997b8abc4c06b3f9a1035cfd65add3b Index: patches/patch-ba =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/patches/patch-ba,v retrieving revision 1.1 diff -u -w -r1.1 patch-ba --- patches/patch-ba 1999/12/25 15:45:41 1.1 +++ patches/patch-ba 2000/03/05 00:09:40 @@ -1,22 +1,19 @@ ---- Makefile.in.orig Sun Dec 12 13:23:05 1999 -+++ Makefile.in Fri Dec 24 11:04:06 1999 -@@ -22,7 +22,7 @@ - GTKLIBS = @GTK_LIBS@ +--- Makefile.in.orig Wed Mar 1 18:00:14 2000 ++++ Makefile.in Sat Mar 4 16:08:46 2000 +@@ -43,7 +43,7 @@ + INTLLIBS = @INTLLIBS@ # Targets --all: jpilot -+all: jpilot libplugin +-all: po_dir intl_dir jpilot ++all: po_dir intl_dir jpilot libplugin jpilot: jpilot.o datebook.o address.o todo.o memo.o \ utils.o sync.o prefs.o log.o plugins.o \ -@@ -132,8 +132,10 @@ - ./install-sh -c -m 755 -g bin -o bin empty/AddressDB.pdb $(prefix)/share/jpilot/ - ./install-sh -c -m 755 -g bin -o bin empty/ToDoDB.pdb $(prefix)/share/jpilot/ - ./install-sh -c -m 755 -g bin -o bin empty/MemoDB.pdb $(prefix)/share/jpilot/ +@@ -192,6 +192,7 @@ + ./install-sh -c -m 755 empty/AddressDB.pdb $(prefix)/share/jpilot/ + ./install-sh -c -m 755 empty/ToDoDB.pdb $(prefix)/share/jpilot/ + ./install-sh -c -m 755 empty/MemoDB.pdb $(prefix)/share/jpilot/ + ./install-sh -c -m 644 libplugin.a $(prefix)/lib/ + cd intl; make install + cd po; make install - uninstall: - rm $(prefix)/share/jpilot/* - rm $(prefix)/bin/jpilot - rm $(prefix)/jpilot -+ rm $(prefix)/lib/libplugin.a Index: patches/patch-bb =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/patches/patch-bb,v retrieving revision 1.1 diff -u -w -r1.1 patch-bb --- patches/patch-bb 1999/12/25 15:45:41 1.1 +++ patches/patch-bb 2000/03/05 00:11:08 @@ -1,11 +1,11 @@ ---- configure.orig Wed Nov 10 09:59:25 1999 -+++ configure Fri Dec 24 10:58:01 1999 -@@ -951,7 +951,7 @@ +--- configure.orig Sat Mar 4 16:10:48 2000 ++++ configure Sat Mar 4 16:10:54 2000 +@@ -3779,7 +3779,7 @@ echo $ac_n "checking for dlopen""... $ac_c" 1>&6 - echo "configure:953: checking for dlopen" >&5 + echo "configure:3781: checking for dlopen" >&5 save_LIBS="$LIBS" - LIBS="$LIBS -ldl" + LIBS="$LIBS" cat > conftest.$ac_ext <<EOF - #line 957 "configure" + #line 3785 "configure" #include "confdefs.h" Index: patches/patch-bc =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/patches/patch-bc,v retrieving revision 1.1 diff -u -w -r1.1 patch-bc --- patches/patch-bc 1999/12/25 15:45:41 1.1 +++ patches/patch-bc 2000/03/05 00:11:55 @@ -1,5 +1,5 @@ ---- SyncTime/Makefile.in.orig Fri Nov 5 08:35:11 1999 -+++ SyncTime/Makefile.in Fri Dec 24 11:01:26 1999 +--- SyncTime/Makefile.in.orig Sat Feb 12 20:35:13 2000 ++++ SyncTime/Makefile.in Sat Mar 4 16:11:28 2000 @@ -27,7 +27,7 @@ echo; echo "WARNING - SyncTime is currently broken for PalmOS 3.3"; echo Index: patches/patch-bd =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/patches/patch-bd,v retrieving revision 1.1 diff -u -w -r1.1 patch-bd --- patches/patch-bd 1999/12/25 15:45:41 1.1 +++ patches/patch-bd 2000/03/05 00:31:23 @@ -1,11 +0,0 @@ ---- Expense/Makefile.in.orig Wed Nov 3 13:00:42 1999 -+++ Expense/Makefile.in Fri Dec 24 11:37:21 1999 -@@ -24,7 +24,7 @@ - all: libexpense.so - - libexpense.so: expense.o libplugin.a -- ld -shared -ldl -o libexpense.so expense.o -L. -lplugin -+ ld -shared -o libexpense.so expense.o -L. -lplugin - - expense.o: expense.c libplugin.h - $(CC) $(OPTIONS) $(GTKFLAGS) $(PILOT_FLAGS) -c expense.c Index: pkg/PLIST =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/pkg/PLIST,v retrieving revision 1.4 diff -u -w -r1.4 PLIST --- pkg/PLIST 1999/12/25 15:45:42 1.4 +++ pkg/PLIST 2000/03/05 00:20:20 @@ -8,7 +8,13 @@ share/jpilot/AddressDB.pdb share/jpilot/ToDoDB.pdb share/jpilot/MemoDB.pdb -share/doc/jpilot/plugin.html lib/libplugin.a +share/doc/jpilot/plugin.html +share/locale/da/LC_MESSAGES/jpilot.mo +share/locale/de/LC_MESSAGES/jpilot.mo +share/locale/fr/LC_MESSAGES/jpilot.mo +share/locale/ja/LC_MESSAGES/jpilot.mo +share/locale/sv/LC_MESSAGES/jpilot.mo @dirrm share/jpilot @dirrm share/doc/jpilot +@dirrm share/local >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?200003050035.QAA30853>