Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 23:05:09 -0600
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        gnome@freebsd.org, Andriy Gapon <avg@topspin.kiev.ua>, FreeBSD-gnats-submit@freebsd.org
Subject:   Re: ports/84048: sysutils/ntfsprogs: partition device access	requires 512 byte size
Message-ID:  <42E5C485.7020404@yahoo.com>
In-Reply-To: <1122352260.83962.4.camel@shumai.marcuscom.com>
References:  <200507251034.j6PAYa38076497@oddity.topspin.kiev.ua>	 <42E4FFEB.3050203@yahoo.com> <1122352260.83962.4.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060408060604010404060105
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Joe Marcus Clarke wrote:

>On Mon, 2005-07-25 at 09:06 -0600, John Merryweather Cooper wrote:
>
>  
>
>>> 
>>>
>>>      
>>>
>>While we're at it, if the GNOMEVFS2 option is selected, the build fails
>>as follows:
>>
>>"/usr/ports/Mk/bsd.gnome.mk", line 598: Malformed conditional
>>(${_USE_GNOME_ALL:Mgnomevfs2}=="")
>>"/usr/ports/Mk/bsd.port.mk", line 5234: if-less endif
>>make: fatal errors encountered -- cannot continue
>>*** Error code 1
>>
>>Looks like some of the code in bsd.gnome.mk got a little side-ways in a
>>recent commit.
>>    
>>
>
>The bug is in ntfsprogs.  They are missing:
>
>WANT_GNOME=	yes
>
>Somewhere before bsd.port.pre.mk.  Without this, none of the GNOME
>macros will be defined.
>
>Joe
>
>  
>
>>jmc
>>
>>_______________________________________________
>>freebsd-gnome@freebsd.org mailing list
>>http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
>>To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
>>
>>    
>>
This patch to the Makefile fixes the build with WITH_GNOMEVFS2.

jmc


--------------060408060604010404060105
Content-Type: text/plain;
 name="patch-Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-Makefile"

--- Makefile	Fri Jun 17 09:13:06 2005
+++ Makefile.new	Mon Jul 25 23:00:47 2005
@@ -39,6 +39,8 @@
 		ntfsresize.8	\
 		ntfsundelete.8
 
+WANT_GNOME=	yes
+
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_GNOMEVFS2)

--------------060408060604010404060105--



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