Date: Sun, 12 Mar 2000 11:48:13 -0800 (PST) From: Alex Varju <varju@snapple.webct.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17345: fix package build for palm/jpilot port Message-ID: <200003121948.LAA21188@snapple.webct.com>
next in thread | raw e-mail | index | archive | help
>Number: 17345 >Category: ports >Synopsis: fix package build for 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: Sun Mar 12 11:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 4.0-CURRENT i386 >Organization: WebCT Canada >Environment: >Description: The package build is failing because the file docs/plugin.html is not being installed by default. This patch should fix that. >How-To-Repeat: >Fix: Index: patch-ba =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/patches/patch-ba,v retrieving revision 1.2 diff -u -w -r1.2 patch-ba --- patch-ba 2000/03/05 13:57:21 1.2 +++ patch-ba 2000/03/12 19:45:35 @@ -1,5 +1,5 @@ --- Makefile.in.orig Wed Mar 1 18:00:14 2000 -+++ Makefile.in Sat Mar 4 16:08:46 2000 ++++ Makefile.in Sun Mar 12 11:37:58 2000 @@ -43,7 +43,7 @@ INTLLIBS = @INTLLIBS@ @@ -9,11 +9,12 @@ jpilot: jpilot.o datebook.o address.o todo.o memo.o \ utils.o sync.o prefs.o log.o plugins.o \ -@@ -192,6 +192,7 @@ +@@ -192,6 +192,8 @@ ./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/ ++ ./install-sh -c -m 644 docs/plugin.html $(prefix)/share/doc/jpilot/plugin.html cd intl; make install cd po; make install >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?200003121948.LAA21188>