Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-22 | itcl (4.0.0) is in tcl 8.6 (and later). | obache | 1 | -2/+1 | |
2014-02-22 | Do same as bootstrap script | obache | 1 | -2/+2 | |
2014-01-11 | Revbump after updating tcl/tk. | adam | 1 | -2/+2 | |
2013-06-06 | Bump PKGREVISION for libXft changes for NetBSD native X support on | wiz | 1 | -2/+2 | |
NetBSD 6, requested by tron. | |||||
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 1 | -2/+2 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-01-07 | Use tcl-itcl, bump PKGREVISION. | wiz | 1 | -7/+7 | |
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2012-08-21 | Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 | marino | 1 | -2/+2 | |
2012-04-08 | Work around automake failure that appeared recently. | dholland | 2 | -7/+29 | |
2011-03-21 | Let tnt-mmtl depend on tex-* instead of the entire teTeX. | minskim | 1 | -5/+8 | |
2011-01-22 | Set CPP in configure environment to avoid configure getting a bad | dmcmahill | 1 | -1/+8 | |
value which in turn caused a build failure on .F files which cpp can process but gcc -E can't (unless you have a gcc with fortran installed) | |||||
2010-07-30 | "fortran" -> "fortran77" except where it is clear that it isn't F77. | asau | 1 | -2/+2 | |
"fortran" is alias of "fortran77" for now, but it will change later. | |||||
2010-02-27 | Add destdir support. There was a custom install-data-local install rule | dmcmahill | 4 | -14/+39 | |
which was missing $(DESTDIR). | |||||
2009-12-03 | Follow f2c/libf2c split: bump revision of all packages | asau | 1 | -2/+2 | |
that list Fortran in used languages. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -15/+1 | |
2008-04-30 | remove a syntax error from the top level configure script. | dmcmahill | 3 | -1/+45 | |
2008-03-18 | Repair the build when using f2c-f77 as the fortran compiler. | dmcmahill | 8 | -42/+111 | |
Also, do not install calcCAP or calcRL. These two tools seem to give results of questionable accuracy (see the sourceforge bug tracker for the upstream sources) and also don't build with gcc-4 anyway. Bump pkgrevision. | |||||
2006-08-10 | Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed | minskim | 1 | -2/+2 | |
shortly. | |||||
2006-06-30 | Use latex2html-[0-9]* instead of latex2html. Build dependency, so no | joerg | 1 | -2/+2 | |
change. | |||||
2006-05-13 | Remove references to teTeX1. | minskim | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-11-11 | Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT | tonio | 1 | -3/+3 | |
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions | |||||
2005-11-08 | convert ot use tex.buildlink3.mk. | tonio | 1 | -2/+4 | |
use LATEX_DEPMETHOD=build | |||||
2005-05-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-02 | add a missing header | dmcmahill | 2 | -1/+14 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -2/+1 | |
framework. The list of changes include: * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES, so we no longer need to say it in package Makefiles. Packages should now append to USE_LANGUAGES instead of setting it. * Create mk/compiler/f2c.mk which implements another pseudo-compiler "f2c" that may be used with any C compiler backend, e.g. PKGSRC_COMPILER= f2c ccache gcc * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk, etc., to use f2c if the native Fortran compiler isn't present. Packages that use Fortran should now simply include the line: USE_LANGUAGES+= fortran in the package Makefile. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-10-01 | Move cad/tnt to cad/tnt-mmtl and rename the tnt executible from | dmcmahill | 14 | -0/+5079 | |
tnt to tnt-mmtl to avoid a conflict with ham/tnt. Addresses PR27100 from Berndt Josef Wulf. |