From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 17 23:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7269A6DB for ; Mon, 17 Mar 2014 23:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4EE1FAE6 for ; Mon, 17 Mar 2014 23:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HNo1YL049727 for ; Mon, 17 Mar 2014 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2HNo1xU049726; Mon, 17 Mar 2014 23:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 17 Mar 2014 23:50:01 GMT Resent-Message-Id: <201403172350.s2HNo1xU049726@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61B8E6C2 for ; Mon, 17 Mar 2014 23:48:36 +0000 (UTC) Received: from qmta04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:40]) by mx1.freebsd.org (Postfix) with ESMTP id 0E186AD8 for ; Mon, 17 Mar 2014 23:48:35 +0000 (UTC) Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta04.westchester.pa.mail.comcast.net with comcast id en6A1n0041ap0As54nobZc; Mon, 17 Mar 2014 23:48:35 +0000 Received: from kirby.cyberbotx.com ([107.5.48.95]) by omta22.westchester.pa.mail.comcast.net with comcast id enob1n00H23DSHF3inob7Z; Mon, 17 Mar 2014 23:48:35 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 10D3A2846A; Mon, 17 Mar 2014 19:48:35 -0400 (EDT) Message-Id: <20140317234835.10D3A2846A@kirby.cyberbotx.com> Date: Mon, 17 Mar 2014 19:48:35 -0400 (EDT) From: Naram Qashat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187684: [MAINTAINER] emulators/tiemu3: Staging support, OPTIONS helpers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 23:50:01 -0000 >Number: 187684 >Category: ports >Synopsis: [MAINTAINER] emulators/tiemu3: Staging support, OPTIONS helpers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 23:50:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST >Description: - Staging support. - Use OPTIONS helpers. Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- tiemu3-3.03.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 348507) +++ Makefile (working copy) @@ -12,9 +12,9 @@ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator -LIB_DEPENDS= ticalcs2:${PORTSDIR}/comms/libticalcs2 \ - ticables2:${PORTSDIR}/comms/libticables2 \ - tifiles2:${PORTSDIR}/devel/libtifiles2 +LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2 \ + libticables2.so:${PORTSDIR}/comms/libticables2 \ + libtifiles2.so:${PORTSDIR}/devel/libtifiles2 USES= gmake pkgconfig USE_AUTOTOOLS= libtool @@ -23,26 +23,14 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic -CONFIGURE_ARGS= --disable-gdb +CONFIGURE_ARGS= --disable-gdb --without-kde -MAN1= tiemu.1 - -NO_STAGE= yes - OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB= NLS="@comment " -.endif - -CONFIGURE_ARGS+= --without-kde - post-patch: .SILENT ${REINPLACE_CMD} -E 's,(install-data-am:).*$$,\1,' ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's,defined(__LINUX__),& || defined(__BSD__),' \ Index: pkg-plist =================================================================== --- pkg-plist (revision 348507) +++ pkg-plist (working copy) @@ -1,4 +1,5 @@ bin/tiemu +man/man1/tiemu.1.gz %%NLS%%share/locale/fr/LC_MESSAGES/tiemu.mo share/tiemu/Manpage.txt share/tiemu/glade/calc-2.glade --- tiemu3-3.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: