diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-24 17:33:01 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-24 17:33:01 +0800 |
commit | c01ae12b1aa04f74416f12ea2d406f7fc1001934 (patch) | |
tree | a2c98456e6cb3b2d47f9e1d3698173e03f973342 /print | |
parent | d389c9b63eb77747ee2a7c340dba9556d9cec5f0 (diff) | |
download | freebsd-ports-gnome-c01ae12b1aa04f74416f12ea2d406f7fc1001934.tar.gz freebsd-ports-gnome-c01ae12b1aa04f74416f12ea2d406f7fc1001934.tar.zst freebsd-ports-gnome-c01ae12b1aa04f74416f12ea2d406f7fc1001934.zip |
- Use CTAN mirrors in MASTER_SITES.
- Simplify exclude list.
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-base/Makefile | 22 | ||||
-rw-r--r-- | print/texlive-base/files/patch-Makefile.in | 11 |
2 files changed, 14 insertions, 19 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 3c46e25b077e..6874a128512d 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -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 \ diff --git a/print/texlive-base/files/patch-Makefile.in b/print/texlive-base/files/patch-Makefile.in new file mode 100644 index 000000000000..f99a005ca201 --- /dev/null +++ b/print/texlive-base/files/patch-Makefile.in @@ -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 = |