From okazaki@be.to  Sat Dec 11 18:49:54 1999
Return-Path: <okazaki@be.to>
Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5])
	by hub.freebsd.org (Postfix) with ESMTP id 3135A14F8A
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: fix devel/t1lib packaging error
X-Send-Pr-Version: 3.2

>Number:         15432
>Category:       ports
>Synopsis:       fix devel/t1lib packaging error
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 11 18:50:02 PST 1999
>Closed-Date:    Thu Dec 23 10:55:31 PST 1999
>Last-Modified:  Thu Dec 23 11:17:16 PST 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Thu Dec 23 10:55:31 PST 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
