From owner-svn-ports-all@FreeBSD.ORG Sat Dec 21 13:16:20 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 388EEDEE; Sat, 21 Dec 2013 13:16:20 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19FAD14B7; Sat, 21 Dec 2013 13:16:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLDGJf0040970; Sat, 21 Dec 2013 13:16:19 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBLDGJs5040967; Sat, 21 Dec 2013 13:16:19 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201312211316.rBLDGJs5040967@svn.freebsd.org> From: Mathieu Arnold Date: Sat, 21 Dec 2013 13:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337144 - in branches/2014Q1/editors/textroom: . files X-SVN-Group: ports-branches 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.17 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: Sat, 21 Dec 2013 13:16:20 -0000 Author: mat Date: Sat Dec 21 13:16:19 2013 New Revision: 337144 URL: http://svnweb.freebsd.org/changeset/ports/337144 Log: MFH: r337139 - Fix build on -current - Support desktop-file-utils - Strip textroom binary PR: ports/184893 Submitted by: KATO Tsuguru Approved by: portmgr (implicit) Modified: branches/2014Q1/editors/textroom/Makefile branches/2014Q1/editors/textroom/files/patch-application_application.pro (contents, props changed) branches/2014Q1/editors/textroom/pkg-plist (contents, props changed) Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/editors/textroom/Makefile ============================================================================== --- branches/2014Q1/editors/textroom/Makefile Sat Dec 21 12:55:29 2013 (r337143) +++ branches/2014Q1/editors/textroom/Makefile Sat Dec 21 13:16:19 2013 (r337144) @@ -3,27 +3,32 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Full screen text editor -LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ - libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ - libcurl.so:${PORTSDIR}/ftp/curl +LICENSE= GPLv3 -USES= qmake shared-mime-info +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 + +USES= desktop-file-utils pkgconfig qmake +USE_GL= gl USE_SDL= mixer -USE_QT4= moc_build rcc_build uic_build corelib gui xml \ - svg opengl qt3support -QMAKE_ARGS= LOCALBASE=${LOCALBASE} +USE_QT4= moc_build rcc_build uic_build \ + corelib gui opengl qt3support svg xml post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/application/src/textroom.cpp \ - ${WRKSRC}/application/src/getaword.cpp \ - ${WRKSRC}/application/src/optionsdialog.cpp +.for i in getaword.cpp optionsdialog.cpp textroom.cpp + @${REINPLACE_CMD} -e \ + 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i} +.endfor + +post-install: + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/textroom .include Modified: branches/2014Q1/editors/textroom/files/patch-application_application.pro ============================================================================== --- branches/2014Q1/editors/textroom/files/patch-application_application.pro Sat Dec 21 12:55:29 2013 (r337143) +++ branches/2014Q1/editors/textroom/files/patch-application_application.pro Sat Dec 21 13:16:19 2013 (r337144) @@ -1,14 +1,14 @@ --- application/application.pro.orig 2011-01-22 03:25:20.000000000 +0100 +++ application/application.pro 2011-02-10 21:37:18.000000000 +0100 -@@ -4,19 +4,20 @@ +@@ -4,20 +4,16 @@ src \ ui -linux-g++ { -+freebsd-g++ { ++unix { INCLUDEPATH += . \ src \ - src/include \ +- src/include \ - /usr/include \ - /usr/include/hunspell \ - /usr/include/libxml++-2.6 \ @@ -18,37 +18,41 @@ - /usr/lib/glib-2.0/include \ - /usr/lib/libxml++-2.6/include \ - /usr/include/SDL -+ $$LOCALBASE/include \ -+ $$LOCALBASE/include/hunspell \ -+ $$LOCALBASE/include/libxml++-2.6 \ -+ $$LOCALBASE/include//libxml++-2.6/include \ -+ $$LOCALBASE/include/glibmm-2.4 \ -+ $$LOCALBASE/lib/glibmm-2.4/include \ -+ $$LOCALBASE/include/glib-2.0 \ -+ $$LOCALBASE/lib/glib-2.0/include \ -+ $$LOCALBASE/lib/libxml++-2.6/include \ -+ $$LOCALBASE/include/SDL - +- ++ src/include ++ PKGCONFIG += \ ++ glib-2.0 \ ++ hunspell \ ++ libcurl \ ++ libxml++-2.6 \ ++ SDL_mixer } -@@ -85,7 +86,7 @@ + macx { +@@ -85,40 +81,33 @@ src/asciireporter.cpp RESOURCES += resource/textroom.qrc \ resource/images/icons-app.qrc -linux-g++ { -+freebsd-g++ { ++unix { CONFIG += release \ ++ link_pkgconfig \ build_all INSTALLS += data \ -@@ -98,27 +99,27 @@ + dict \ + target \ + desktop \ +- uninstaller \ + mime \ + words \ icon - LIBS = -lSDL_mixer \ - -lSDL \ +- LIBS = -lSDL_mixer \ +- -lSDL \ - -lhunspell \ -+ -lhunspell-1.3 \ - -lglibmm-2.4 \ - -lcurl \ - -lxml++-2.6 \ +- -lglibmm-2.4 \ +- -lcurl \ +- -lxml++-2.6 \ ++ LIBS = \ $$TOPDIR/lib/libflo.a - data.path = /usr/share/sounds + data.path = $$PREFIX/share/sounds @@ -68,8 +72,7 @@ + mime.path = $$PREFIX/share/textroom mime.files = resource/desktop/textroom-txr-mime.xml - uninstaller.path = /usr/bin -+ uninstaller.path = $$PREFIX/bin - uninstaller.files = resource/desktop/textroom-uninstall +- uninstaller.files = resource/desktop/textroom-uninstall - dict.path = /usr/share/hunspell + dict.path = $$PREFIX/share/hunspell dict.files = resource/dict/* Modified: branches/2014Q1/editors/textroom/pkg-plist ============================================================================== --- branches/2014Q1/editors/textroom/pkg-plist Sat Dec 21 12:55:29 2013 (r337143) +++ branches/2014Q1/editors/textroom/pkg-plist Sat Dec 21 13:16:19 2013 (r337144) @@ -1,13 +1,12 @@ bin/textroom -bin/textroom-uninstall share/applications/textroom.desktop -share/textroom/textroom-txr-mime.xml -share/textroom/words.txt share/hunspell/tr.aff share/hunspell/tr.dic share/pixmaps/textroom.png share/sounds/keyany.wav share/sounds/keyenter.wav +%%DATADIR%%/textroom-txr-mime.xml +%%DATADIR%%/words.txt +@dirrm %%DATADIR%% @dirrmtry share/sounds @dirrmtry share/hunspell -@dirrm share/textroom