svn commit: r335415 - head/deskutils/vym

Max Brazhnikov makc at FreeBSD.org
Sun Dec 1 17:53:13 UTC 2013


Author: makc
Date: Sun Dec  1 17:53:13 2013
New Revision: 335415
URL: http://svnweb.freebsd.org/changeset/ports/335415

Log:
  - Run LRELEASE at configure stage, when build dependencies are already
    present. This fixes regression introduced with my previous commit.
  - While I'm here update USE_QT4 components to reflect actual demands.

Modified:
  head/deskutils/vym/Makefile

Modified: head/deskutils/vym/Makefile
==============================================================================
--- head/deskutils/vym/Makefile	Sun Dec  1 17:51:42 2013	(r335414)
+++ head/deskutils/vym/Makefile	Sun Dec  1 17:53:13 2013	(r335415)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vym
 PORTVERSION=	2.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/vym/${PORTVERSION}
 
@@ -12,8 +12,8 @@ COMMENT=	VYM is a tool to generate and m
 
 USES=		qmake
 USE_BZIP2=	yes
-USE_QT4=	uic_build moc_build \
-		qt3support network xml dbus svg
+USE_QT4=	uic_build moc_build qt3support_build \
+		network xml dbus svg
 QMAKE_ARGS=	DATADIR=${DATADIR:C,/vym$,,} \
 		DOCDIR=${DOCSDIR}
 
@@ -36,8 +36,10 @@ post-patch:
 .if !${PORT_OPTIONS:MDOCS}
 	${REINPLACE_CMD} -e '/INSTALLS += doc/d' ${WRKSRC}/vym.pro
 .endif
+
+pre-configure:
 .if ${PORT_OPTIONS:MNLS}
-	cd ${WRKSRC} && ${LRELEASE} vym.pro
+	${LRELEASE} ${WRKSRC}/vym.pro
 .endif
 
 post-install:


More information about the svn-ports-head mailing list