Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2005 12:30:59 +0200 (CEST)
From:      Jean-Baptiste Quenot <jb.quenot@caraldi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80886: Maintainer update: fix build of comms/efax-gtk
Message-ID:  <20050511103059.70E556216@vision.anyware>
Resent-Message-ID: <200505111040.j4BAe5EK053194@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80886
>Category:       ports
>Synopsis:       Maintainer update: fix build of comms/efax-gtk
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 11 10:40:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Baptiste Quenot
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD vision.anyware 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Apr 21 11:41:35 CEST 2005 jbq@vision.anyware:/usr/obj/usr/src/sys/GENERIC i386
>Description:
This port does not build properly because it has a missing dependency on gtk.
ports-i386@pointyhat.freebsd.org: efax-gtk-3.0.0 failed on i386 6
>How-To-Repeat:
Try to compile when gtk is not installed: it fails.
>Fix:
diff -ruN --exclude=work --exclude=admin --exclude=.svn /usr/ports/comms/efax-gtk/Makefile /local-home/jbq/usr/ports/efax-gtk/Makefile
--- /usr/ports/comms/efax-gtk/Makefile	Tue May 10 00:00:15 2005
+++ /local-home/jbq/usr/ports/efax-gtk/Makefile	Wed May 11 12:28:55 2005
@@ -19,6 +19,7 @@
 RUN_DEPENDS=		${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv
 RUN_DEPENDS+=		${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
 
+USE_GNOME=		gtk20
 USE_X_PREFIX=		YES
 GNU_CONFIGURE=		YES
 CONFIGURE_ARGS=		--datadir=${PREFIX}/share/gnome
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050511103059.70E556216>