From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 21:44:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AC59A43; Fri, 3 Oct 2014 21:44:12 +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 4D380B3F; Fri, 3 Oct 2014 21:44:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93LiCTE008528; Fri, 3 Oct 2014 21:44:12 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93LiBih008526; Fri, 3 Oct 2014 21:44:11 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410032144.s93LiBih008526@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 21:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369938 - in head/emulators/tme: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 21:44:12 -0000 Author: tijl Date: Fri Oct 3 21:44:11 2014 New Revision: 369938 URL: https://svnweb.freebsd.org/changeset/ports/369938 QAT: https://qat.redports.org/buildarchive/r369938/ Log: Convert to USES=autoreconf Modified: head/emulators/tme/Makefile head/emulators/tme/files/patch-configure.in Modified: head/emulators/tme/Makefile ============================================================================== --- head/emulators/tme/Makefile Fri Oct 3 20:49:50 2014 (r369937) +++ head/emulators/tme/Makefile Fri Oct 3 21:44:11 2014 (r369938) @@ -15,9 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl -USES= compiler gettext gmake iconv libtool perl5 pkgconfig -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -AUTOMAKE_ARGS= -a -c -f +USES= autoreconf compiler gettext gmake iconv libtool perl5 pkgconfig USE_GNOME= gdkpixbuf2 gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -37,6 +35,9 @@ CFLAGS+= -fbracket-depth=1024 .endif post-patch: + @${RM} -r ${WRKSRC}/libltdl + @${REINPLACE_CMD} 's/LTDL_SHLIBPATH_VAR/LT_MODULE_PATH_VAR/' \ + ${WRKSRC}/libtme/Makefile.am ${WRKSRC}/libtme/module.c @${REINPLACE_CMD} -e '/^#ifdef/s|\*/||' \ ${WRKSRC}/libtme/misc.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ Modified: head/emulators/tme/files/patch-configure.in ============================================================================== --- head/emulators/tme/files/patch-configure.in Fri Oct 3 20:49:50 2014 (r369937) +++ head/emulators/tme/files/patch-configure.in Fri Oct 3 21:44:11 2014 (r369938) @@ -1,6 +1,6 @@ --- configure.in.orig +++ configure.in -@@ -599,7 +599,7 @@ +@@ -599,18 +599,16 @@ esac changequote([, ])dnl AC_MSG_RESULT([${misc_hosts}]) @@ -9,7 +9,21 @@ misc_hosts= fi -@@ -683,11 +683,8 @@ + dnl Configure for libtool. +-AC_LIBLTDL_INSTALLABLE ++LT_CONFIG_LTDL_DIR([libltdl]) ++LT_INIT([dlopen]) ++LTDL_INIT([installable]) + AC_SUBST(INCLTDL) + AC_SUBST(LIBLTDL) +-AC_LIBTOOL_DLOPEN +-AM_PROG_LIBTOOL +-AC_SUBST(LTLIBOBJS) +-AC_CONFIG_SUBDIRS(libltdl) + TME_PREOPEN= + if test $enable_shared = no; then + TME_PREOPEN='`sort -u $(top_builddir)/tme-preopen.txt`' +@@ -683,11 +681,8 @@ #define _TMECONFIG_H TMEEOF