Date: Sun, 28 Jun 2009 11:57:17 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: scjamorim@bsd.com.br Subject: ports/136134: [PATCH] graphics/ivtools: Patch to correct the installation in version < 7 Message-ID: <200906281457.n5SEvHfB001333@fbsd_tb7st.vida.br> Resent-Message-ID: <200906281500.n5SF0DvH071844@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136134 >Category: ports >Synopsis: [PATCH] graphics/ivtools: Patch to correct the installation in version < 7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 28 15:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd_tb7st.vida.br 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC >Description: - Patch to correct the installation in the versions below OSVERSION 604100 Port maintainer (scjamorim@bsd.com.br) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ivtools-1.2.6_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/ivtools/Makefile,v retrieving revision 1.38 diff -u -u -r1.38 Makefile --- Makefile 19 Jun 2009 21:56:26 -0000 1.38 +++ Makefile 28 Jun 2009 14:55:27 -0000 @@ -18,11 +18,12 @@ BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +USE_GMAKE= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:262 CONFIGURE_ARGS= --with-tiff=${PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} -USE_LDCONFIG= yes MAKE_ARGS= ARCH=FREEBSD USE_XORG= x11 xaw ice xext @@ -34,4 +35,9 @@ .if ${ARCH} == "amd64" BROKEN= incomplete pkg-plist .endif + +.if ${OSVERSION} <= 604100 +USE_GCC= 4.2+ +.endif + .include <bsd.port.post.mk> --- ivtools-1.2.6_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906281457.n5SEvHfB001333>