Date: Tue, 26 Jul 2005 05:10:23 GMT From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/84048: sysutils/ntfsprogs: partition device access requires 512 byte size Message-ID: <200507260510.j6Q5ANCE026966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84048; it has been noted by GNATS. From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: Andriy Gapon <avg@topspin.kiev.ua>, gnome@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/84048: sysutils/ntfsprogs: partition device access requires 512 byte size Date: Mon, 25 Jul 2005 23:05:09 -0600 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?200507260510.j6Q5ANCE026966>