ports/187684: [MAINTAINER] emulators/tiemu3: Staging support, OPTIONS helpers
Naram Qashat
cyberbotx at cyberbotx.com
Mon Mar 17 23:50:01 UTC 2014
>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 at 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 <bsd.port.options.mk>
+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:
More information about the freebsd-ports-bugs
mailing list