Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Oct 2012 15:41:35 +0200
From:      Kurt Jaeger <fbsd-ports@opsec.eu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172453: [patch update] sysutils/ntfsprogs Makefile GNOME issue
Message-ID:  <E1TKr6t-0000oS-0C@zfs.opsec.eu>
Resent-Message-ID: <201210071350.q97DoDcx053167@freefall.freebsd.org>

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

>Number:         172453
>Category:       ports
>Synopsis:       [patch update] sysutils/ntfsprogs Makefile GNOME issue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 13:50:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD zfs.opsec.eu 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	make fails due to missing GNOME flag

	If one does not compile with the gnome options, one does not need
	the WANT_GNOME=yes, but I'm not sure how to conditionally integrate
	the WANT_GNOME-flag before bsd.port.pre.mk.

>How-To-Repeat:

# cd /usr/ports/sysutils/ntfsprogs/
# make
"/usr/ports/Mk/bsd.gnome.mk", line 657: The Pre include part of bsd.gnome.mk part is not included. Did you forget WANT_GNOME=yes before bsd.port.pre.mk?

>Fix:

--- sysutils/ntfsprogs/Makefile	2012-10-07 00:00:55.661792113 +0200
+++ /usr/home/pi/myp/sysutils/ntfsprogs/Makefile	2012-10-07 15:38:13.032576157 +0200
@@ -38,6 +38,8 @@
 
 SUB_FILES=	pkg-message
 
+WANT_GNOME=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TKr6t-0000oS-0C>