From owner-freebsd-ports Sat Dec 11 18:50: 7 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 9F0B91506D for ; Sat, 11 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07420; Sat, 11 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 3135A14F8A for ; Sat, 11 Dec 1999 18:49:53 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-1999121003000035) with ESMTP id LAA10424 for ; Sun, 12 Dec 1999 11:49:51 +0900 Received: from acidrain (ppp26-Mobara1.mtci.ne.jp [210.172.1.228]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id LAA00535 for ; Sun, 12 Dec 1999 11:49:50 +0900 Received: (qmail 10280 invoked by uid 1001); 12 Dec 1999 02:47:29 -0000 Message-Id: <19991212024729.10279.qmail@dolphin.be.to> Date: 12 Dec 1999 02:47:29 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15432: fix devel/t1lib packaging error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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