Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2008 05:16:58 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124089: Port fix: graphics/reallyslick - Unbreak
Message-ID:  <200805290516.m4T5GwfS084120@www.freebsd.org>
Resent-Message-ID: <200805290520.m4T5K11M050202@freefall.freebsd.org>

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

>Number:         124089
>Category:       ports
>Synopsis:       Port fix: graphics/reallyslick - Unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 29 05:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Sun May 18 23:44:45 CEST 2008     root@:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
- Add Magick flags to CONFIGURE_ENV to allow the port to be built again
- Remove BROKEN flag
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN reallyslick.orig/Makefile reallyslick/Makefile
--- reallyslick.orig/Makefile	2008-05-29 06:53:23.418939712 +0200
+++ reallyslick/Makefile	2008-05-29 07:09:21.675382361 +0200
@@ -18,16 +18,16 @@
 
 LIB_DEPENDS=	MagickWand.1:${PORTSDIR}/graphics/ImageMagick
 
-BROKEN=		does not compile
-
 USE_BZIP2=	yes
 USE_GL=		yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool:15:env
 
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+=	-I${LOCALBASE}/include `Magick-config --cflags`
+LDFLAGS+=	-L${LOCALBASE}/lib `Magick-config --libs`
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
 
 MAN1=	biof.1 busyspheres.1 colorfire.1 cyclone.1 euphoria.1 fieldlines.1 flocks.1 \
 	flux.1 helios.1 hufo_smoke.1 hufo_tunnel.1 lattice.1 matrixview.1 \


>Release-Note:
>Audit-Trail:
>Unformatted:



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