Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 12:27:14 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369172 - in head/x11-fm/rox-filer: . files
Message-ID:  <201409241227.s8OCREai053797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Sep 24 12:27:13 2014
New Revision: 369172
URL: http://svnweb.freebsd.org/changeset/ports/369172
QAT: https://qat.redports.org/buildarchive/r369172/

Log:
  Patch configure instead of configure.in to avoid USE_AUTOTOOLS

Added:
  head/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure   (contents, props changed)
Deleted:
  head/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in
Modified:
  head/x11-fm/rox-filer/Makefile

Modified: head/x11-fm/rox-filer/Makefile
==============================================================================
--- head/x11-fm/rox-filer/Makefile	Wed Sep 24 12:10:53 2014	(r369171)
+++ head/x11-fm/rox-filer/Makefile	Wed Sep 24 12:27:13 2014	(r369172)
@@ -14,11 +14,11 @@ RUN_DEPENDS=	${LOCALBASE}/share/mime/pac
 
 PLIST_SUB+=	LOCALBASE=${LOCALBASE}
 
-USE_AUTOTOOLS=	autoconf213
 USE_XORG=	x11 sm xaw xproto
 USE_GNOME=	atk gconf2 glib20 gnomevfs2 gtk20 libglade2 libidl libxml2 orbit2 pango
 USES=		gmake pkgconfig shared-mime-info tar:bzip2
 
+GNU_CONFIGURE=		yes
 CONFIGURE_ENV=		APP_DIR=${WRKSRC}/ROX-Filer
 CONFIGURE_ARGS=		--enable-rox --with-platform=FreeBSD
 CONFIGURE_WRKSRC=	${WRKSRC}/ROX-Filer/src

Added: head/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure	Wed Sep 24 12:27:13 2014	(r369172)
@@ -0,0 +1,13 @@
+--- ROX-Filer/src/configure.orig
++++ ROX-Filer/src/configure
+@@ -2134,10 +2134,6 @@
+ ac_config_headers="$ac_config_headers config.h"
+ 
+ 
+- if [ -f configure ]; then
+-	as_fn_error $? "Please run configure from the build directory (try ../AppRun --compile)" "$LINENO" 5
+-	exit 1
+-fi
+ 
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'



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