Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2015 09:33:02 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
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
Message-ID:  <201507240933.t6O9X2Rr008913@repo.freebsd.org>

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



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