Index: head/print/tex-ptexenc/Makefile =================================================================== --- head/print/tex-ptexenc/Makefile (revision 392907) +++ head/print/tex-ptexenc/Makefile (revision 392908) @@ -1,28 +1,33 @@ # $FreeBSD$ PORTNAME= ptexenc PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ +MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMEPREFIX= tex- DISTNAME= texlive-20150521-source DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Library for Japanese pTeX and its tools -USES= tar:xz libtool pkgconfig +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +USES= iconv libtool pkgconfig tar:xz USE_TEX= kpathsea USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc -EXTRACT_AFTER_ARGS= ${EXTRACT_FILES} -EXTRACT_FILES= ${DISTNAME}/build-aux \ - ${DISTNAME}/texk/ptexenc +EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S/^/${DISTNAME}\//} +EXTRACT_FILES= build-aux texk/ptexenc GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-system-kpathsea \ +CONFIGURE_ARGS= --enable-kanji-iconv \ + --with-system-kpathsea \ --with-kpathsea-includes=${LOCALBASE}/include \ --with-kpathsea-libdir=${LOCALBASE}/lib +LIBS+= ${ICONV_LIB} +CPPFLAGS+= -I${ICONV_PREFIX}/include INSTALL_TARGET= install-strip .include Index: head/print/tex-ptexenc/files/patch-configure =================================================================== --- head/print/tex-ptexenc/files/patch-configure (nonexistent) +++ head/print/tex-ptexenc/files/patch-configure (revision 392908) @@ -0,0 +1,38 @@ +--- configure.orig 2015-07-25 21:31:25 UTC ++++ configure +@@ -14889,7 +14889,7 @@ if ${ac_cv_lib_iconv_iconv_open+:} false + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-liconv $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -14924,7 +14924,7 @@ if test "x$ac_cv_lib_iconv_iconv_open" = + #define HAVE_LIBICONV 1 + _ACEOF + +- LIBS="-liconv $LIBS" ++ LIBS="$LIBS" + + else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv_open in -liconv" >&5 +@@ -14933,7 +14933,7 @@ if ${ac_cv_lib_iconv_libiconv_open+:} fa + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-liconv $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -14968,7 +14968,7 @@ if test "x$ac_cv_lib_iconv_libiconv_open + #define HAVE_LIBICONV 1 + _ACEOF + +- LIBS="-liconv $LIBS" ++ LIBS="$LIBS" + + fi + Property changes on: head/print/tex-ptexenc/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property