From owner-svn-ports-all@FreeBSD.ORG Tue Feb 10 16:36:41 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10C997D9; Tue, 10 Feb 2015 16:36:41 +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 D58533C6; Tue, 10 Feb 2015 16:36:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1AGaeJg090963; Tue, 10 Feb 2015 16:36:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1AGaeAj090962; Tue, 10 Feb 2015 16:36:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502101636.t1AGaeAj090962@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 10 Feb 2015 16:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378782 - head/emulators/xsystem35 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: Tue, 10 Feb 2015 16:36:41 -0000 Author: jbeich Date: Tue Feb 10 16:36:39 2015 New Revision: 378782 URL: https://svnweb.freebsd.org/changeset/ports/378782 QAT: https://qat.redports.org/buildarchive/r378782/ Log: Unbundle libltdl Differential Revision: https://reviews.freebsd.org/D1816 Reviewed by: tijl Approved by: mentors (implicit) Modified: head/emulators/xsystem35/Makefile Modified: head/emulators/xsystem35/Makefile ============================================================================== --- head/emulators/xsystem35/Makefile Tue Feb 10 16:32:31 2015 (r378781) +++ head/emulators/xsystem35/Makefile Tue Feb 10 16:36:39 2015 (r378782) @@ -3,7 +3,7 @@ PORTNAME= xsystem35 PORTVERSION= 1.7.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= emulators games MASTER_SITES= http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/ @@ -13,6 +13,7 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3. LICENSE= GPLv2 # (or later) LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ + libltdl.so:${PORTSDIR}/devel/libltdl \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libjpeg.so:${PORTSDIR}/graphics/jpeg @@ -25,9 +26,9 @@ ESOUND_CONFIGURE_ON=--enable-audio=oss,e MMX_BUILD_DEPENDS=nasm:${PORTSDIR}/devel/nasm MMX_CONFIGURE_ENABLE=mmx +EXTRACT_AFTER_ARGS=--exclude libltdl USES= gettext gmake libtool shebangfix SHEBANG_FILES= contrib/instgame -USE_AUTOTOOLS= autoconf:env USE_GNOME= gtk12 USE_XORG= x11 xext xxf86vm GNU_CONFIGURE= yes @@ -49,12 +50,13 @@ DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNA post-patch: @${CP} ${WRKSRC}/INSTALL ${WRKSRC}/doc/INSTALL - @${REINPLACE_CMD} '/-lxpg4/d' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/-lxpg4/d' \ + -e '/INCLTDL=/d; /LTDLINCL=/d' \ + -e '/LIBLTDL=/s/=.*/="-lltdl"/' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} '/^SUBDIRS/s/ libltdl//' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} 's|__COUNTER__|__COUNTER_H__|' ${WRKSRC}/src/counter.h -pre-configure: - (cd ${WRKSRC}/libltdl; ${AUTOCONF}) - post-install: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/instgame ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR}