ports/65978: [patch] comms/xlog-0.9.1_1 broken compile fix

Carl Makin carl at stagecraft.cx
Mon Apr 26 06:10:21 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list