From owner-svn-ports-head@FreeBSD.ORG Wed Sep 24 12:27:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC080368; Wed, 24 Sep 2014 12:27:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B708022E; Wed, 24 Sep 2014 12:27:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OCRES5053799; Wed, 24 Sep 2014 12:27:14 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8OCREai053797; Wed, 24 Sep 2014 12:27:14 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409241227.s8OCREai053797@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 24 Sep 2014 12:27:14 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 12:27:14 -0000 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'