From owner-freebsd-ports Fri Dec 24 12:10:12 1999 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 2540D15412 for ; Fri, 24 Dec 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89481; Fri, 24 Dec 1999 12:10:01 -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 883E015350 for ; Fri, 24 Dec 1999 12:08:07 -0800 (PST) (envelope-from varju@snapple.webct.com) Received: (from root@localhost) by snapple.webct.com (8.9.3/8.9.3) id MAA45817; Fri, 24 Dec 1999 12:08:06 -0800 (PST) (envelope-from varju) Message-Id: <199912242008.MAA45817@snapple.webct.com> Date: Fri, 24 Dec 1999 12:08:06 -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/15671: palm/jpilot port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15671 >Category: ports >Synopsis: add plugin support to palm/jpilot port >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: Fri Dec 24 12:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 4.0-CURRENT i386 >Organization: WebCT, Inc. >Environment: >Description: Add support for building jpilot plugins for this port. This will build the libplugin.a and install it. You can then manually build the plugin shared objects and install them if you wish to use them. >How-To-Repeat: >Fix: diff -ruN jpilot/patches/patch-ba jpilot.new/patches/patch-ba --- jpilot/patches/patch-ba Wed Dec 31 16:00:00 1969 +++ jpilot.new/patches/patch-ba Fri Dec 24 11:56:49 1999 @@ -0,0 +1,22 @@ +--- 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@ + + # Targets +-all: jpilot ++all: 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/ ++ ./install-sh -c -m 644 libplugin.a $(prefix)/lib/ + + uninstall: + rm $(prefix)/share/jpilot/* + rm $(prefix)/bin/jpilot + rm $(prefix)/jpilot ++ rm $(prefix)/lib/libplugin.a diff -ruN jpilot/patches/patch-bb jpilot.new/patches/patch-bb --- jpilot/patches/patch-bb Wed Dec 31 16:00:00 1969 +++ jpilot.new/patches/patch-bb Fri Dec 24 11:56:58 1999 @@ -0,0 +1,11 @@ +--- configure.orig Wed Nov 10 09:59:25 1999 ++++ configure Fri Dec 24 10:58:01 1999 +@@ -951,7 +951,7 @@ + echo $ac_n "checking for dlopen""... $ac_c" 1>&6 + echo "configure:953: 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