ports/65357: [patch] comms/tilp: fix broken build (due to gtk+ update)

Tijl Coosemans tijl at ulyssis.org
Fri Apr 9 12:40:20 UTC 2004


>Number:         65357
>Category:       ports
>Synopsis:       [patch] comms/tilp: fix broken build (due to gtk+ update)
>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:   Fri Apr 09 05:40:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD kalimero.kotnet.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Apr 7 16:28:33 CEST 2004 root at kalimero.kotnet.org:/usr/obj/usr/src/sys/TIJL i386


	
>Description:
This port sets GTK_DISABLE_DEPRECATED during build, but uses an in gtk+ 2.4 deprecated struct.
Build log can be found at http://bento.freebsd.org/errorlogs/i386-4-full/tilp-6.68_2.log
>How-To-Repeat:
	
>Fix:

Add patch-src-Makefile.in (below) to the port's files/ directory

--- patch-src-Makefile.in begins here ---
--- src/Makefile.in.orig	Fri Apr  9 14:10:34 2004
+++ src/Makefile.in	Fri Apr  9 14:10:59 2004
@@ -218,7 +218,7 @@
 
 # libtool stuff: set export symbols for resolving
 tilp_LDFLAGS = $(LDFLAGS) $(no_undefined) #-lefence
-tilp_CFLAGS = $(CLFAGS) -DGTK_DISABLE_DEPRECATED
+tilp_CFLAGS = $(CLFAGS)
 subdir = src
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--- patch-src-Makefile.in ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list