From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 17 14:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11CB3CE0 for ; Thu, 17 Oct 2013 14:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E417F26A4 for ; Thu, 17 Oct 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9HEo1Hp012418 for ; Thu, 17 Oct 2013 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9HEo1b1012417; Thu, 17 Oct 2013 14:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 17 Oct 2013 14:50:01 GMT Resent-Message-Id: <201310171450.r9HEo1b1012417@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 87003BB3 for ; Thu, 17 Oct 2013 14:47:42 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.114.159]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 436122671 for ; Thu, 17 Oct 2013 14:47:41 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1VWoW2-0000DI-Iy; Thu, 17 Oct 2013 18:25:30 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 25745473; Thu, 17 Oct 2013 18:25:30 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 13EEAE06; Thu, 17 Oct 2013 18:25:30 +0400 (MSK) Message-Id: <20131017142530.13EEAE06@hades.panopticon> Date: Thu, 17 Oct 2013 18:25:30 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183062: [PATCH] graphics/squish: respect LOCALBASE, support staging Cc: me@rdb.name X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 14:50:02 -0000 >Number: 183062 >Category: ports >Synopsis: [PATCH] graphics/squish: respect LOCALBASE, support staging >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: Thu Oct 17 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK >Description: - Respect PREFIX/LOCALBASE (always installs into /usr/local otherwise) - Support staging - Convert USE_GMAKE to USES - Pet portlint by reordering stuff a bit Port maintainer (me@rdb.name) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- squish-1.10.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 330644) +++ Makefile (working copy) @@ -10,9 +10,12 @@ COMMENT= Open source DXT compression library LICENSE= MIT -USE_GMAKE= YES + +USES= gmake +MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX} PLIST_FILES= include/squish.h \ lib/libsquish.a +CXXFLAGS+= -fPIC OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= ALTIVEC SSE @@ -19,11 +22,8 @@ ALTIVEC_DESC= Use Altivec instructions RG1_DESC= Optimizations Selection -NO_STAGE= yes .include -CXXFLAGS+= -fPIC - .if ${PORT_OPTIONS:MALTIVEC} CXXFLAGS+= -DSQUISH_USE_ALTIVEC=1 -maltivec .endif --- squish-1.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: