From llwang@infor.ck.tp.edu.tw  Wed Jan 18 10:05:24 2006
Return-Path: <llwang@infor.ck.tp.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C597616A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2006 10:05:24 +0000 (GMT)
	(envelope-from llwang@infor.ck.tp.edu.tw)
Received: from infor.ck.tp.edu.tw (infor.ck.tp.edu.tw [203.64.26.200])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7248E43D70
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2006 10:05:24 +0000 (GMT)
	(envelope-from llwang@infor.ck.tp.edu.tw)
Received: by infor.ck.tp.edu.tw (Postfix, from userid 1001)
	id 2275845C06; Wed, 18 Jan 2006 18:05:22 +0800 (CST)
Message-Id: <20060118100522.2275845C06@infor.ck.tp.edu.tw>
Date: Wed, 18 Jan 2006 18:05:22 +0800 (CST)
From: Li-Lun Wang (Leland Wang) <llwang@infor.org>
Reply-To: Li-Lun Wang (Leland Wang) <llwang@infor.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: udo@ebi.xs4all.nl
Subject: fix build problem for textproc/words by maintainer
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91950
>Category:       ports
>Synopsis:       fix build problem for textproc/words by maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    anray
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 18 10:10:03 GMT 2006
>Closed-Date:    Thu Jan 19 11:12:38 GMT 2006
>Last-Modified:  Thu Jan 19 11:12:38 GMT 2006
>Originator:     Li-Lun Wang (Leland Wang)
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD Athena.infor.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #1: Wed Dec 3 02:14:02 CST 2003 root@Athena.infor.org:/home/adm/obj/usr/src/sys/Athena i386


	
>Description:
Fix build problem of textproc/words introduced by the recent gnat update.
Not bumping PORTREVISION because both existing and new packages use
static gnat library and do net depend on the shared library.
	
>How-To-Repeat:
	
>Fix:
diff -urN words.orig/Makefile words/Makefile
--- words.orig/Makefile	Tue Aug 30 15:45:27 2005
+++ words/Makefile	Wed Jan 18 03:49:30 2006
@@ -17,14 +17,6 @@
 COMMENT=	A Latin-English Dictionary Program
 
 BUILD_DEPENDS=	gnatmake:${PORTSDIR}/lang/gnat
-.if defined(PACKAGE_BUILDING)
-STATIC=		yes
-.endif
-.if defined(STATIC)
-GNATLINK_ARGS=	-largs -static
-.else
-LIB_DEPENDS=	gnat-3.15.1:${PORTSDIR}/lang/gnat
-.endif
 
 USE_ZIP=	yes
 USE_REINPLACE=	yes

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->anray 
Responsible-Changed-By: anray 
Responsible-Changed-When: Thu Jan 19 11:03:05 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91950 
State-Changed-From-To: open->closed 
State-Changed-By: anray 
State-Changed-When: Thu Jan 19 11:12:36 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91950 
>Unformatted:
