Date: Wed, 21 Apr 2004 22:57:44 +1000 (EST) From: Carl Makin <carl@stagecraft.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65978: [patch] comms/xlog-0.9.1_1 broken compile fix Message-ID: <200404211257.i3LCviRk074885@bumper.stagecraft.cx> Resent-Message-ID: <200404260610.i3Q6ALdE064175@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65978 >Category: ports >Synopsis: [patch] comms/xlog-0.9.1_1 broken compile fix >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: Sun Apr 25 23:10:20 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Carl Makin >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD bumper.stagecraft.cx 4.9-STABLE FreeBSD 4.9-STABLE #14: Sun Feb 8 19:11:25 EST 2004 carl@bumper.stagecraft.cx:/usr/obj/usr/src/sys/BUMPER i386 >Description: The port comms/xlog-0.9.1_1 fails to compile due to gtk definition brokenness. It is marked as BROKEN in the Makefile. >How-To-Repeat: er.. Install port. <grin> >Fix: Add the attached patch into the port's files directory. Apparently some of the gtk functions used in this version of xlog are now deprecated. The patch removes the defines which expose the deprecated functions. --- patch-Makefile.in begins here --- --- src/Makefile.in.orig Wed Apr 21 22:28:34 2004 +++ src/Makefile.in Wed Apr 21 22:28:57 2004 @@ -142,12 +142,7 @@ SUBDIRS = logfile INCLUDES = \ - @PACKAGE_CFLAGS@ -I.. \ - -DG_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DGDK_PIXBUF_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED - + @PACKAGE_CFLAGS@ -I.. CLEANFILES = *~ --- patch-Makefile.in ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404211257.i3LCviRk074885>