Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 15:33:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395298 - head/devel/automoc4
Message-ID:  <201508251533.t7PFXvD8000329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251533.t7PFXvD8000329>