From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 05:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6452A1065671 for ; Thu, 29 May 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5AEBB8FC20 for ; Thu, 29 May 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4T5K1DB050203 for ; Thu, 29 May 2008 05:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4T5K11M050202; Thu, 29 May 2008 05:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 29 May 2008 05:20:01 GMT Resent-Message-Id: <200805290520.m4T5K11M050202@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A17021065670 for ; Thu, 29 May 2008 05:18:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id AAAC98FC1A for ; Thu, 29 May 2008 05:18:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4T5Gwol084121 for ; Thu, 29 May 2008 05:16:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4T5GwfS084120; Thu, 29 May 2008 05:16:58 GMT (envelope-from nobody) Message-Id: <200805290516.m4T5GwfS084120@www.freebsd.org> Date: Thu, 29 May 2008 05:16:58 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124089: Port fix: graphics/reallyslick - Unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 05:20:01 -0000 >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: