ports/136134: [PATCH] graphics/ivtools: Patch to correct the installation in version < 7
Sylvio Cesar
scjamorim at bsd.com.br
Sun Jun 28 15:00:13 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list