Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2006 18:05:22 +0800 (CST)
From:      Li-Lun Wang (Leland Wang) <llwang@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        udo@ebi.xs4all.nl
Subject:   ports/91950: fix build problem for textproc/words by maintainer
Message-ID:  <20060118100522.2275845C06@infor.ck.tp.edu.tw>
Resent-Message-ID: <200601181010.k0IAA4RQ087752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91950
>Category:       ports
>Synopsis:       fix build problem for textproc/words by maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 18 10:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060118100522.2275845C06>