From owner-svn-ports-head@freebsd.org Fri Jul 24 09:33:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D9689A806A; Fri, 24 Jul 2015 09:33:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.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 1B8141228; Fri, 24 Jul 2015 09:33:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9X2b4008915; Fri, 24 Jul 2015 09:33:02 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9X2Rr008913; Fri, 24 Jul 2015 09:33:02 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507240933.t6O9X2Rr008913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 09:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392807 - in head/print/texlive-base: . files 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.20 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: Fri, 24 Jul 2015 09:33:03 -0000 Author: hrs Date: Fri Jul 24 09:33:01 2015 New Revision: 392807 URL: https://svnweb.freebsd.org/changeset/ports/392807 Log: - Use CTAN mirrors in MASTER_SITES. - Simplify exclude list. Added: head/print/texlive-base/files/patch-Makefile.in (contents, props changed) Modified: head/print/texlive-base/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Fri Jul 24 09:10:07 2015 (r392806) +++ head/print/texlive-base/Makefile Fri Jul 24 09:33:01 2015 (r392807) @@ -4,7 +4,7 @@ PORTNAME= texlive PORTVERSION= 20150521 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ +MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base DISTNAME= ${PORTNAME}-${DISTVERSION}-source DIST_SUBDIR= TeX @@ -40,24 +40,8 @@ EXCLUDE_FILES= ${DISTNAME}/texk/web2c \ ${DISTNAME}/texk/xdvik \ ${DISTNAME}/texk/dvipdfm-x \ ${DISTNAME}/texk/dvipsk \ - ${DISTNAME}/libs/freetype2 \ - ${DISTNAME}/libs/gd \ - ${DISTNAME}/libs/gmp \ - ${DISTNAME}/libs/graphite2 \ - ${DISTNAME}/libs/icu \ - ${DISTNAME}/libs/lua52 \ - ${DISTNAME}/libs/luajit \ - ${DISTNAME}/libs/libpaper \ - ${DISTNAME}/libs/libpng \ - ${DISTNAME}/libs/mpfr \ - ${DISTNAME}/libs/pixman \ - ${DISTNAME}/libs/poppler \ - ${DISTNAME}/libs/teckit \ - ${DISTNAME}/libs/xpdf \ - ${DISTNAME}/libs/zlib \ - ${DISTNAME}/libs/zziplib \ - ${DISTNAME}/utils/t1utils \ - ${DISTNAME}/libs/potrace + ${DISTNAME}/libs \ + ${DISTNAME}/utils/t1utils EXTRACT_AFTER_ARGS= ${EXCLUDE_FILES:S,^,--exclude ,} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-native-texlive-build \ Added: head/print/texlive-base/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/texlive-base/files/patch-Makefile.in Fri Jul 24 09:33:01 2015 (r392807) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-07-23 10:46:25.620611000 +0900 ++++ Makefile.in 2015-07-23 10:46:40.645948000 +0900 +@@ -487,7 +487,7 @@ + NEVER_NAMES_LT = -o -name .libs -o -name '*.lo' + + # Files not to be distributed +-SUBDIRS = . doc $(MAKE_SUBDIRS) libs utils texk ++SUBDIRS = . doc $(MAKE_SUBDIRS) utils texk + DIST_SUBDIRS = auxdir/auxsub doc $(CONF_SUBDIRS) libs utils texk + recurse_this = + recurse_top =