From owner-svn-ports-head@FreeBSD.ORG Sun Sep 7 15:09:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 791A3D03; Sun, 7 Sep 2014 15:09:40 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64F81100F; Sun, 7 Sep 2014 15:09:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s87F9eMp033188; Sun, 7 Sep 2014 15:09:40 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s87F9ejm033186; Sun, 7 Sep 2014 15:09:40 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201409071509.s87F9ejm033186@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 7 Sep 2014 15:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367554 - in head: math/asymptote print/pdfjam X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2014 15:09:40 -0000 Author: adamw Date: Sun Sep 7 15:09:39 2014 New Revision: 367554 URL: http://svnweb.freebsd.org/changeset/ports/367554 QAT: https://qat.redports.org/buildarchive/r367554/ Log: Change USE_TEX=texlive. Modified: head/math/asymptote/Makefile head/print/pdfjam/Makefile Modified: head/math/asymptote/Makefile ============================================================================== --- head/math/asymptote/Makefile Sun Sep 7 15:09:29 2014 (r367553) +++ head/math/asymptote/Makefile Sun Sep 7 15:09:39 2014 (r367554) @@ -41,7 +41,7 @@ USE_GHOSTSCRIPT=yes USE_GL= glut USE_PERL5= build USE_PYTHON= yes -USE_TEX= dvipsk formats texlive +USE_TEX= dvipsk formats WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/print/pdfjam/Makefile ============================================================================== --- head/print/pdfjam/Makefile Sun Sep 7 15:09:29 2014 (r367553) +++ head/print/pdfjam/Makefile Sun Sep 7 15:09:39 2014 (r367554) @@ -11,7 +11,7 @@ MASTER_SITES= http://www2.warwick.ac.uk/ MAINTAINER= johans@FreeBSD.org COMMENT= Shell scripts to manipulate PDF files -USE_TEX= texlive +USE_TEX= formats base WRKSRC= ${WRKDIR}/${PORTNAME} PROGS= pdf90 pdf180 pdf270 pdfbook pdfflip pdfjam \