Date: Fri, 12 Mar 2004 13:58:41 -0600 (CST) From: Jeremy Messenger <mezz7@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64176: Patch port: print/gnome-cups-manager, fix the build with the future GTK/GNOME. Message-ID: <200403121958.i2CJwffi017292@ns1.mezzweb.com> Resent-Message-ID: <200403122030.i2CKUH3V085483@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403121958.i2CJwffi017292>