Date: 12 Dec 1999 02:47:29 -0000 From: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15432: fix devel/t1lib packaging error Message-ID: <19991212024729.10279.qmail@dolphin.be.to>
next in thread | raw e-mail | index | archive | help
>Number: 15432 >Category: ports >Synopsis: fix devel/t1lib packaging error >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 11 18:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.3-STABLE i386 >Organization: Unknown >Environment: ports/devel/t1lib/Makefile,v 1.6 1999/11/01 01:16:29 >Description: According to http://bento.freebsd.org/errorlogs/3-latest/t1lib-0.9.2.log, t1lib port fails to package itself because it lacks a dependency to X11. >How-To-Repeat: In the system with no X installed, cd /usr/ports/devel/t1lib make package >Fix: Please apply the following patch. diff -urN /usr/ports/devel/t1lib/Makefile t1lib/Makefile --- /usr/ports/devel/t1lib/Makefile Mon Nov 1 15:31:49 1999 +++ t1lib/Makefile Sun Dec 12 10:26:34 1999 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBTOOL= yes +USE_XLIB= yes ALL_TARGET= without_doc .include <bsd.port.mk> diff -urN /usr/ports/devel/t1lib/pkg/PLIST t1lib/pkg/PLIST --- /usr/ports/devel/t1lib/pkg/PLIST Mon Nov 1 15:31:50 1999 +++ t1lib/pkg/PLIST Sun Dec 12 10:27:01 1999 @@ -3,9 +3,7 @@ include/t1lib.h include/t1libx.h lib/libt1.a -lib/libt1.la lib/libt1x.a -lib/libt1x.la lib/libt1.so lib/libt1.so.9 lib/libt1x.so >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?19991212024729.10279.qmail>