Index: head/lang/yap/Makefile =================================================================== --- head/lang/yap/Makefile (revision 392737) +++ head/lang/yap/Makefile (revision 392738) @@ -1,40 +1,40 @@ # Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= yap PORTVERSION= 6.2.2 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ MAINTAINER= danilo@FreeBSD.org COMMENT= High-performance Prolog compiler PORTSCOUT= limit:^6\.2\. CONFLICTS= yap-6.3.* OPTIONS_DEFINE= DOCS DOCS_USE= TEX=formats:build,dvipsk:build DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/texi2html:${PORTSDIR}/textproc/texi2html \ ${LOCALBASE}/bin/texi2pdf:${PORTSDIR}/print/texinfo DOCS_INSTALL_TARGET= install install_docs USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-max-performance -USES= gmake +USES= gmake readline USE_GCC= any DOCSDIR= ${PREFIX}/share/doc/Yap DATADIR= ${PREFIX}/share/Yap .include post-build: .if empty(PORT_OPTIONS:MDOCS) # prevent the instalation of three docs files ${REINPLACE_CMD} -e '559,562d' ${WRKSRC}/Makefile .endif .include Index: head/lang/yap/files/patch-Makefile.in =================================================================== --- head/lang/yap/files/patch-Makefile.in (nonexistent) +++ head/lang/yap/files/patch-Makefile.in (revision 392738) @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2015-07-23 15:33:43 UTC ++++ Makefile.in +@@ -94,7 +94,7 @@ SO=@SO@ + MAKEINFO=makeinfo + TEXI2DVI=texi2dvi + TEXI2HTML=texi2html +-TEXI2PDF=texi2pdf ++TEXI2PDF=texi2pdf -b + YAPLIB=@YAPLIB@ + SONAMEFLAG=@SONAMEFLAG@ + +@@ -776,7 +776,7 @@ yap.ps: $(YAPDOCS) + pdf: yap.pdf + + yap.pdf: $(YAPDOCS) +- $(TEXI2PDF) $(srcdir)/docs/yap.tex ++ -$(TEXI2PDF) $(srcdir)/docs/yap.tex + + clean_docs: + rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg Property changes on: head/lang/yap/files/patch-Makefile.in ___________________________________________________________________ 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 Index: head/lang/yap-devel/Makefile =================================================================== --- head/lang/yap-devel/Makefile (revision 392737) +++ head/lang/yap-devel/Makefile (revision 392738) @@ -1,63 +1,63 @@ # Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= yap PORTVERSION= 6.3.3 PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ PKGNAMESUFFIX= -devel MAINTAINER= danilo@FreeBSD.org COMMENT= High-performance Prolog compiler LICENSE= ART20 LGPL3 LICENSE_COMB= dual LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp CONFLICTS= yap-6.2.* OPTIONS_DEFINE= DOCS MYDDAS OPTIONS_SUB= yes MYDDAS_DESC= Enable MySQL support DOCS_USE= TEX=formats:build,dvipsk:build DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/texi2html:${PORTSDIR}/textproc/texi2html \ ${LOCALBASE}/bin/texi2pdf:${PORTSDIR}/print/texinfo DOCS_INSTALL_TARGET= install install_docs MYDDAS_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc MYDDAS_CONFIGURE_ENABLE= myddas myddas-top-level LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= PKGLDFLAGS="${LDFLAGS}" STRIP= #none USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp -USES= gmake shebangfix +USES= gmake libarchive readline shebangfix SHEBANG_FILES= packages/http/examples/demo_inetd SHEBANG_LANG= swipl swipl_OLD_CMD= /usr/bin/swipl swipl_CMD= ${LOCALBASE}/bin/swipl # installed by lang/swi-pl USE_GCC= any EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -dc EXTRACT_AFTER_ARGS= | ${SETENV} LC_ALL=en_US.UTF-8 ${TAR} -xf - DOCSDIR= ${PREFIX}/share/doc/Yap DATADIR= ${PREFIX}/share/Yap .include post-build: .if empty(PORT_OPTIONS:MDOCS) # prevent the installation of docs files ${REINPLACE_CMD} -e '758,761d' ${WRKSRC}/Makefile .endif .include Index: head/lang/yap-devel/files/patch-Makefile.in =================================================================== --- head/lang/yap-devel/files/patch-Makefile.in (nonexistent) +++ head/lang/yap-devel/files/patch-Makefile.in (revision 392738) @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2015-07-23 15:50:49 UTC ++++ Makefile.in +@@ -94,7 +94,7 @@ SO=@SO@ + MAKEINFO=makeinfo + TEXI2DVI=texi2dvi + TEXI2HTML=texi2html +-TEXI2PDF=texi2pdf ++TEXI2PDF=texi2pdf -b + YAPLIB=@YAPLIB@ + SONAMEFLAG=@SONAMEFLAG@ + +@@ -1015,7 +1015,7 @@ yap.ps: $(YAPDOCS) + pdf: yap.pdf + + yap.pdf: $(YAPDOCS) +- $(TEXI2PDF) $(srcdir)/docs/yap.tex ++ -$(TEXI2PDF) $(srcdir)/docs/yap.tex + + clean_docs: + rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg Property changes on: head/lang/yap-devel/files/patch-Makefile.in ___________________________________________________________________ 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