svn commit: r395298 - head/devel/automoc4

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Aug 25 15:33:57 UTC 2015


Author: rakuco
Date: Tue Aug 25 15:33:56 2015
New Revision: 395298
URL: https://svnweb.freebsd.org/changeset/ports/395298

Log:
  Drop USES=iconv.
  
  The port does not use iconv anywhere. While here, unset MAKE_JOBS_UNSAFE,
  there is only one source file that needs to be built.

Modified:
  head/devel/automoc4/Makefile

Modified: head/devel/automoc4/Makefile
==============================================================================
--- head/devel/automoc4/Makefile	Tue Aug 25 15:07:18 2015	(r395297)
+++ head/devel/automoc4/Makefile	Tue Aug 25 15:33:56 2015	(r395298)
@@ -3,7 +3,7 @@
 
 PORTNAME=	automoc4
 PORTVERSION=	0.9.88
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/
 DIST_SUBDIR=	KDE
@@ -12,7 +12,6 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Automatic moc for Qt 4 packages
 
 USE_QT4=	corelib moc qmake_build rcc_build uic_build
-USES=		cmake iconv tar:bzip2
-MAKE_JOBS_UNSAFE=	yes
+USES=		cmake tar:bzip2
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list