ports/64176: Patch port: print/gnome-cups-manager, fix the build with the future GTK/GNOME.

Jeremy Messenger mezz7 at cox.net
Fri Mar 12 20:30:18 UTC 2004


>Number:         64176
>Category:       ports
>Synopsis:       Patch port: print/gnome-cups-manager, fix the build with the future GTK/GNOME.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 12 12:30:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mezz
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Thu Jan 29
23:14:45 CST 2004 mezz at mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386

>Description:
Fix the build with the future GTK 2.4 and GNOME 2.6, which basically just
remove the DISABLE_*_DEPRECATED that are no longer exist.

>How-To-Repeat:
n/a

>Fix:

--- gnome-cups-manager.diff begins here ---
diff -ur gnome-cups-manager.orig/Makefile gnome-cups-manager/Makefile
--- gnome-cups-manager.orig/Makefile	Wed Feb  4 14:49:55 2004
+++ gnome-cups-manager/Makefile	Fri Mar 12 14:17:27 2004
@@ -30,6 +30,9 @@
 	@${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
 		< ${FILESDIR}/gnome-cups-manager.desktop \
 		> ${WRKSRC}/gnome-cups-manager.desktop
+	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+		"s|-D.*_DISABLE_DEPRECATED||g"
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/gnome-cups-manager.desktop \
 	${PREFIX}/share/gnome/applications
--- gnome-cups-manager.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list