summaryrefslogtreecommitdiff
path: root/print/tex/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove print/texBaptiste Daroussin2016-07-306-102/+0
| | | | | | | | | texlive has replaced it long ago, it also does not fit well in the "modern" world patching it to get it not conflict with getline(3) is painful (web2c part) while the version in texlive just work Notes: svn path=/head/; revision=419312
* Rename p*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-296-0/+0
| | | | Notes: svn path=/head/; revision=363322
* Fix installation/packaging when ${PREFIX}/share/texmf already existed,Antoine Brodin2014-06-291-2/+11
| | | | | | | it installed there instead of into ${STAGEDIR} Notes: svn path=/head/; revision=359789
* Fix the build on amd64.Jean-Marc Zucconi2006-01-181-0/+12
| | | | | | | Submitted by: jasone Notes: svn path=/head/; revision=153797
* Fix the build with the latest version of bison.Jean-Marc Zucconi2002-11-231-0/+10
| | | | | | | Submitted by: Kent Stewart <kstewart@owt.com> Notes: svn path=/head/; revision=70918
* A number of changes to this port:Kris Kennaway2001-05-144-0/+71
* Portlint and clean up some style bugs * Replace a hand-rolled configure script with pre/post-configure and GNU_CONFIGURE (side-effect is to respect CC and CFLAGS in the build instead of using -O2) * respect the value of INSTALL_SCRIPT so the installation doesn't bomb out when we pass in INSTALL_PROGRAM as well * allow automatic packaging (the MANUAL_PACKAGE_BUILD) seems to be a hold- over from several years ago before package builds were done separately. Approved by: jmz (maintainer) Notes: svn path=/head/; revision=42605