Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 12:14:25 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36891: Update port: graphics/divxcalc
Message-ID:  <200204081914.g38JEPL16383@freefall.freebsd.org>

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

>Number:         36891
>Category:       ports
>Synopsis:       Update port: graphics/divxcalc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 12:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Add missing BUILD_DEPENS to devel/automake14
- Remove unnecessary USE_BISON

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/divxcalc/Makefile graphics/divxcalc/Makefile
--- /usr/ports/graphics/divxcalc/Makefile	Wed Mar 20 12:14:17 2002
+++ graphics/divxcalc/Makefile	Sun Apr  7 18:03:38 2002
@@ -13,10 +13,13 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-USE_BISON=	yes
+BUILD_DEPENDS=	${LOCALBASE}/share/automake14/automake/install-sh:${PORTSDIR}/devel/automake14
+
 USE_GTK=	yes
-GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 
 post-patch:
 	@${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/configure

>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?200204081914.g38JEPL16383>