From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 11 12:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 ESMTPS id A218D516 for ; Wed, 11 Dec 2013 12:10:00 +0000 (UTC) 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 6324110E4 for ; Wed, 11 Dec 2013 12:10:00 +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 rBBCA0tb069769 for ; Wed, 11 Dec 2013 12:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBBCA0aC069768; Wed, 11 Dec 2013 12:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Dec 2013 12:10:00 GMT Resent-Message-Id: <201312111210.rBBCA0aC069768@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, Reinier de Blois 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 ESMTPS id A411736B for ; Wed, 11 Dec 2013 12:05:15 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 906AB1069 for ; Wed, 11 Dec 2013 12:05:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBBC5FRT096320 for ; Wed, 11 Dec 2013 12:05:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBBC5FMU096316; Wed, 11 Dec 2013 12:05:15 GMT (envelope-from nobody) Message-Id: <201312111205.rBBC5FMU096316@oldred.freebsd.org> Date: Wed, 11 Dec 2013 12:05:15 GMT From: Reinier de Blois To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184683: [MAINTAINER] graphics/squish: fix compile error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 12:10:00 -0000 >Number: 184683 >Category: ports >Synopsis: [MAINTAINER] graphics/squish: fix compile error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 11 12:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Reinier de Blois >Release: >Organization: >Environment: >Description: A compile error popped up in this port on later FreeBSD versions. Attached is a fix. (It also changes my e-mail address to one that I check more frequently). >How-To-Repeat: >Fix: Patch made by using "svn diff" in the graphics/squish directory. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 336157) +++ Makefile (working copy) @@ -1,4 +1,4 @@ -# Created by: Reinier de Blois +# Created by: Reinier de Blois # $FreeBSD$ PORTNAME= squish @@ -6,7 +6,7 @@ CATEGORIES= graphics MASTER_SITES= http://libsquish.googlecode.com/files/ -MAINTAINER= me@rdb.name +MAINTAINER= rddeblois@gmail.com COMMENT= Open source DXT compression library LICENSE= MIT @@ -15,7 +15,7 @@ MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX} PLIST_FILES= include/squish.h \ lib/libsquish.a -CXXFLAGS+= -fPIC +CXXFLAGS+= -fPIC -include limits.h OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= ALTIVEC SSE >Release-Note: >Audit-Trail: >Unformatted: