Date: Thu, 8 Apr 2004 23:06:45 -0400 From: "Andrew J. Caines" <A.J.Caines@halplant.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: A.J.Caines@halplant.com Subject: ports/65343: MAINTAINER-UPDATE: Message-ID: <1081480005.0@hal9000.halplant.com> Resent-Message-ID: <200404090310.i393AHu6069845@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65343 >Category: ports >Synopsis: MAINTAINER-UPDATE: >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 08 20:10:17 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Andrew J. Caines >Release: FreeBSD 4.10-BETA i386 >Organization: H.A.L. Plant >Environment: System: FreeBSD 4.10-BETA #0: Thu Apr 8 08:44:55 EDT 2004 root@hal9000.halplant.com:/data/obj/data/src/sys/HAL9000 >Description: Fixes build problem following Gnome 2.6 upgrade. >How-To-Repeat: >Fix: --- gtk2-theme-switch.2.0.0.r2.patch begins here --- diff -ruN gtk2-theme-switch.2.0.0.r2/Makefile gtk2-theme-switch/Makefile --- gtk2-theme-switch.2.0.0.r2/Makefile Mon Apr 5 04:09:52 2004 +++ gtk2-theme-switch/Makefile Thu Apr 8 22:15:25 2004 @@ -7,7 +7,7 @@ PORTNAME= gtk2-theme-switch PORTVERSION= 2.0.0.r2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ DISTNAME= ${PORTNAME:S/gtk2/gtk/}-${PORTVERSION:S/.r/rc/} diff -ruN gtk2-theme-switch.2.0.0.r2/files/patch-aa gtk2-theme-switch/files/patch-aa --- gtk2-theme-switch.2.0.0.r2/files/patch-aa Thu Nov 13 03:55:43 2003 +++ gtk2-theme-switch/files/patch-aa Thu Apr 8 21:40:28 2004 @@ -1,6 +1,6 @@ ---- Makefile.orig Wed Jun 11 01:16:36 2003 -+++ Makefile Thu Nov 13 01:33:20 2003 -@@ -1,6 +1,6 @@ +--- Makefile.orig Thu Apr 8 21:39:25 2004 ++++ Makefile Thu Apr 8 21:40:02 2004 +@@ -1,8 +1,7 @@ -GCC = cc -PREFIX=/usr/local -CFLAGS = -O2 -Wall $(shell pkg-config --cflags gtk+-2.0) @@ -8,5 +8,7 @@ +PREFIX?=/usr/local +CFLAGS += -Wall $(shell pkg-config --cflags gtk+-2.0) LIBS = $(shell pkg-config --libs gtk+-2.0) - CFLAGS += -DGTK_DISABLE_BROKEN -DGTK_DISABLE_DEPRECATED +-CFLAGS += -DGTK_DISABLE_BROKEN -DGTK_DISABLE_DEPRECATED + VERSION = 2.0.0rc2 + all: switch --- gtk2-theme-switch.2.0.0.r2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1081480005.0>