From raaf@luna.afraid.org Tue Oct 17 00:16:49 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9257116A412 for ; Tue, 17 Oct 2006 00:16:49 +0000 (UTC) (envelope-from raaf@luna.afraid.org) Received: from smtp-2.orange.nl (smtp-2.orange.nl [193.252.22.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5258B43D55 for ; Tue, 17 Oct 2006 00:16:48 +0000 (GMT) (envelope-from raaf@luna.afraid.org) Received: from gw.luna.afraid.org (s559292f8.adsl.wanadoo.nl [85.146.146.248]) by mwinf6107.orange.nl (SMTP Server) with ESMTP id 1CA0C7000082 for ; Tue, 17 Oct 2006 02:16:38 +0200 (CEST) Received: by gw.luna.afraid.org (Postfix, from userid 1001) id 865EA10A; Tue, 17 Oct 2006 02:16:38 +0200 (CEST) Message-Id: <20061017001638.865EA10A@gw.luna.afraid.org> Date: Tue, 17 Oct 2006 02:16:38 +0200 (CEST) From: Raaf Reply-To: Raaf To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: multimedia/libxine - Fix Makefile for gtk2 move from X11BASE to LOCALBASE X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 104480 >Category: ports >Synopsis: multimedia/libxine - Fix Makefile for gtk2 move from X11BASE to LOCALBASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: gnome >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 17 00:20:19 GMT 2006 >Closed-Date: Fri Nov 10 18:58:57 GMT 2006 >Last-Modified: Fri Nov 10 19:00:40 GMT 2006 >Originator: Raaf >Release: FreeBSD 6.1-RELEASE-p3 i386 >Organization: >Environment: >Description: gtk2 has been moved from X11BASE to LOCALBASE, fix Makefile. >How-To-Repeat: >Fix: --- libxine.patch begins here --- --- /usr/ports/multimedia/libxine/Makefile.orig Tue Oct 17 01:58:54 2006 +++ /usr/ports/multimedia/libxine/Makefile Tue Oct 17 02:00:01 2006 @@ -137,7 +137,7 @@ CONFIGURE_ARGS+= --disable-imagemagick .endif -.if !defined(WITHOUT_GTK2) && (exists(${X11BASE}/lib/libgtk-x11-2.0.so.0) || defined (WITH_GTK2)) +.if !defined(WITHOUT_GTK2) && (exists(${LOCALBASE}/lib/libgtk-x11-2.0.so.0) || defined (WITH_GTK2)) USE_GNOME+= gtk20 PLIST_SUB+= WITH_GTK2="" .else --- libxine.patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 17 00:20:38 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=104480 Responsible-Changed-From-To: nobutaka->gnome Responsible-Changed-By: mezz Responsible-Changed-When: Fri Nov 10 18:45:53 UTC 2006 Responsible-Changed-Why: We (FreeBSD GNOME Team) introduced the breakage, we fix it. http://www.freebsd.org/cgi/query-pr.cgi?pr=104480 State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Fri Nov 10 18:58:16 UTC 2006 State-Changed-Why: Committed with a bit tweak, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=104480 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/104480: commit references a PR Date: Fri, 10 Nov 2006 18:58:45 +0000 (UTC) mezz 2006-11-10 18:58:06 UTC FreeBSD ports repository Modified files: multimedia/libxine Makefile Log: Fix the autocheck for the new path of gtk20 (X11BASE -> LOCALBASE). PR: ports/104480 Submitted by: Raaf Approved by: FreeBSD GNOME Team introduced the breakage, we fix it. Revision Changes Path 1.99 +1 -1 ports/multimedia/libxine/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: