From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 17 11:10:09 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A88016A40E for ; Tue, 17 Apr 2007 11:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id EB8D213C4BA for ; Tue, 17 Apr 2007 11:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3HBA8RV057494 for ; Tue, 17 Apr 2007 11:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3HBA8kW057493; Tue, 17 Apr 2007 11:10:08 GMT (envelope-from gnats) Resent-Date: Tue, 17 Apr 2007 11:10:08 GMT Resent-Message-Id: <200704171110.l3HBA8kW057493@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, Marcelo Araujo (araujo@bsdmail.org) Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7195D16A407 for ; Tue, 17 Apr 2007 11:08:28 +0000 (UTC) (envelope-from araujo@bsdmail.org) Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2056D13C45E for ; Tue, 17 Apr 2007 11:08:27 +0000 (UTC) (envelope-from araujo@bsdmail.org) Received: from localhost (localhost.intelbras.com.br [127.0.0.1]) by mail.intelbras.com.br (Postfix) with ESMTP id 2A7982DA41B; Tue, 17 Apr 2007 08:08:27 -0300 (BRT) Received: from mail.intelbras.com.br ([127.0.0.1]) by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id daOeLmDcegir; Tue, 17 Apr 2007 08:08:22 -0300 (BRT) Received: from bsdmail.org (unknown [192.168.130.1]) by mail.intelbras.com.br (Postfix) with ESMTP id C777B2DA49E; Tue, 17 Apr 2007 08:08:22 -0300 (BRT) Received: (nullmailer pid 48669 invoked by uid 0); Tue, 17 Apr 2007 11:08:25 -0000 Message-Id: <1176808105.486076.48668.nullmailer@bsdmail.org> Date: Tue, 17 Apr 2007 08:08:25 -0300 From: Marcelo Araujo (araujo@bsdmail.org) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: araujo@bsdmail.org Subject: ports/111763: [PATCH] x11-toolkits/fox16: update version to 1.6.25 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: Tue, 17 Apr 2007 11:10:09 -0000 >Number: 111763 >Category: ports >Synopsis: [PATCH] x11-toolkits/fox16: update version to 1.6.25 >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: Tue Apr 17 11:10:08 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Marcelo Araujo (araujo@bsdmail.org) >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 >Description: - update version to 1.6.25 - add OPTIONS in Makefile. Port maintainer (araujo@bsdmail.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fox-1.6.25.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/fox16/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 29 Mar 2007 10:52:52 -0000 1.10 +++ Makefile 17 Apr 2007 11:07:15 -0000 @@ -26,7 +26,7 @@ LATEST_LINK= fox16 MAJORVER= 1.6 -SHVER= 21 +SHVER= 25 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack @@ -41,11 +41,15 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -.include +OPTIONS= XFT "Enable Xft support" on \ + SHM "Enable Shared Memory support" on \ + CUPS "Enable CUPS support" off \ + DEBUG "Build with DEBUG support" off \ + FOX_APPLICATIONS "Install sample applications" off \ + OPTIMIZED_CXXFLAGS "Enable additional optimizations" off \ + PROFILING "Build with PROFILING support" off -.if ${OSVERSION} < 500000 -IGNORE= Does not compile at 4.x -.endif +.include ## ## Additional Options Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/fox16/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 19 Mar 2007 03:49:39 -0000 1.6 +++ distinfo 17 Apr 2007 11:07:15 -0000 @@ -1,3 +1,3 @@ -MD5 (fox-1.6.21.tar.gz) = 5145f4af132ceb60fcadc5397417a151 -SHA256 (fox-1.6.21.tar.gz) = 2907cec569b69866352b47ba91ebd7bcab2625e215f94c5c3fe68c78c6b21c67 -SIZE (fox-1.6.21.tar.gz) = 4193638 +MD5 (fox-1.6.25.tar.gz) = 216095ac8d78f5376415f72b309bf50d +SHA256 (fox-1.6.25.tar.gz) = 45bef477eb274e09d36bdb04ab99981e58678d4fedb8e1b47400f2e285f4d1f9 +SIZE (fox-1.6.25.tar.gz) = 4193062 --- fox-1.6.25.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: