Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2010 04:57:24 -0400
From:      "Joseph S. Atkinson" <jsa.bsd@gmail.com>
To:        David Southwell <david@vizion2000.net>
Cc:        David DEMELIER <demelier.david@gmail.com>, Wesley Shields <wxs@freebsd.org>, freebsd-ports@freebsd.org
Subject:   Re: vlc install error - possibly plist error for kde4?
Message-ID:  <4C3D7BF4.5000303@gmail.com>
In-Reply-To: <201007140920.37658.david@vizion2000.net>
References:  <201007121719.23393.david@vizion2000.net> <4C3BC53E.3000600@gmail.com> <20100714012305.GA276@atarininja.org> <201007140920.37658.david@vizion2000.net>

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

On 07/14/2010 04:20, David Southwell wrote:
> his morning I was just going to test your patch when I saw you had committed 
> the patch. I  updated my ports and tested the result - which now produces a 
> different error.
>

...

> Syntax error: end of file unexpected (expecting "fi")
> *** Error code 2

Confirmed, the last few characters are missing from the commit. I caught this a
few minutes ago myself.

Attached is a rectifying diff...

--------------080309020300000407080005
Content-Type: text/plain;
 name="vlc_wtf.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="vlc_wtf.diff"

--- /usr/ports/multimedia/vlc/Makefile	2010-07-13 21:22:28.000000000 -0400
+++ Makefile	2010-07-14 04:44:28.000000000 -0400
@@ -319,7 +319,7 @@
 .endif
 
 .if defined(WITH_GNOMEVFS)
-USE_GNOME=	gnomevfs
+USE_GNOME=	gnomevfs2
 CONFIGURE_ARGS+=--enable-gnomevfs
 .else
 COFIGURE_ARGS+=--disable-gnomevfs
@@ -672,7 +672,8 @@
 		${SED} -e 's|^|share/${dir}/|' >> ${PLIST} \
 		&& ${FIND} -d * -type d | \
 		${SED} -e 's|^|@dirrmtry share/${dir}/|' >> ${PLIST} \
-		&& ${ECHO_CMD} "@dirrmtry share/${dir}" >> ${PLIST}
+		&& ${ECHO_CMD} "@dirrmtry share/${dir}" >> ${PLIST} ; \
+	fi
 .endfor
 .if !defined(NOPORTDOCS)
 	cd ${FAKEDIR}/share/doc && ${FIND} -s * -type f -o -type l | \

--------------080309020300000407080005--



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