From owner-freebsd-ports Sat Mar 4 16:40:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3439337B938 for ; Sat, 4 Mar 2000 16:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49548; Sat, 4 Mar 2000 16:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from snapple.webct.com (snapple.webct.com [209.87.17.45]) by hub.freebsd.org (Postfix) with ESMTP id BFC1937B91E for ; Sat, 4 Mar 2000 16:36:34 -0800 (PST) (envelope-from varju@snapple.webct.com) Received: (from root@localhost) by snapple.webct.com (8.9.3/8.9.3) id QAA30853; Sat, 4 Mar 2000 16:35:08 -0800 (PST) (envelope-from varju) Message-Id: <200003050035.QAA30853@snapple.webct.com> Date: Sat, 4 Mar 2000 16:35:08 -0800 (PST) From: Alex Varju Reply-To: varju@snapple.webct.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17195: palm/jpilot ports update to version 0.98 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message