svn commit: r349530 - head/emulators/tilem
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Mar 29 14:55:58 UTC 2014
Author: danfe
Date: Sat Mar 29 14:55:57 2014
New Revision: 349530
URL: http://svnweb.freebsd.org/changeset/ports/349530
QAT: https://qat.redports.org/buildarchive/r349530/
Log:
- Stagify, convert USE_BZIP2 to USES, and sort the latter while here
- Inhibit adding of -O3 to CFLAGS (i.e. respect their standard value)
Modified:
head/emulators/tilem/Makefile
head/emulators/tilem/pkg-plist
Modified: head/emulators/tilem/Makefile
==============================================================================
--- head/emulators/tilem/Makefile Sat Mar 29 14:55:53 2014 (r349529)
+++ head/emulators/tilem/Makefile Sat Mar 29 14:55:57 2014 (r349530)
@@ -3,7 +3,7 @@
PORTNAME= tilem
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= SF
@@ -14,14 +14,13 @@ LICENSE= GPLv3
LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2
-USES= desktop-file-utils shared-mime-info pkgconfig
-USE_BZIP2= yes
+USES= desktop-file-utils pkgconfig shared-mime-info tar:bzip2
GNU_CONFIGURE= yes
+CONFIGURE_ENV= OPT_CFLAGS=" " # Inhibit -O3, our default CFLAGS are upheld
USE_GNOME= gtk20
INSTALLS_ICONS= yes
# Unbreak parallel builds (-jX)
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \
${WRKSRC}/Makefile.in
Modified: head/emulators/tilem/pkg-plist
==============================================================================
--- head/emulators/tilem/pkg-plist Sat Mar 29 14:55:53 2014 (r349529)
+++ head/emulators/tilem/pkg-plist Sat Mar 29 14:55:57 2014 (r349530)
@@ -5,29 +5,6 @@ share/icons/hicolor/22x22/apps/tilem.png
share/icons/hicolor/24x24/apps/tilem.png
share/icons/hicolor/32x32/apps/tilem.png
share/icons/hicolor/48x48/apps/tilem.png
-share/mime/application/x-ti73-app.xml
-share/mime/application/x-ti73-backup.xml
-share/mime/application/x-ti73-os.xml
-share/mime/application/x-ti73-program.xml
-share/mime/application/x-ti73-variables.xml
-share/mime/application/x-ti81-program.xml
-share/mime/application/x-ti82-backup.xml
-share/mime/application/x-ti82-program.xml
-share/mime/application/x-ti82-variables.xml
-share/mime/application/x-ti83-backup.xml
-share/mime/application/x-ti83-program.xml
-share/mime/application/x-ti83-variables.xml
-share/mime/application/x-ti83plus-app.xml
-share/mime/application/x-ti83plus-os.xml
-share/mime/application/x-ti83plus-program.xml
-share/mime/application/x-ti83plus-variables.xml
-share/mime/application/x-ti85-backup.xml
-share/mime/application/x-ti85-program.xml
-share/mime/application/x-ti85-variables.xml
-share/mime/application/x-ti86-backup.xml
-share/mime/application/x-ti86-program.xml
-share/mime/application/x-ti86-variables.xml
-share/mime/application/x-tigroup.xml
share/mime/packages/tilem2.xml
share/tilem2/icons/hicolor/16x16/actions/tilem-db-finish.png
share/tilem2/icons/hicolor/16x16/actions/tilem-db-step-over.png
More information about the svn-ports-all
mailing list