Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-30 | Recursive revbump associated with ocaml update to 4.04. | jaapb | 1 | -2/+2 | |
2016-05-05 | Recursive revbump associated with ocaml update. | jaapb | 1 | -2/+2 | |
2015-11-25 | Remove mk/find-prefix.mk usage from the math category. | jperkin | 1 | -7/+5 | |
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg. | |||||
2015-11-03 | Add SHA512 digests for distfiles for math category | agc | 1 | -1/+2 | |
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-10-14 | Switch from x11/Xaw3d to newer x11/libXaw3d. | wiz | 1 | -3/+3 | |
Adapt some packages so they build with that. Bump their PKGREVISIONs. | |||||
2015-08-07 | Recursive revbump associated with lang/ocaml update. | jaapb | 1 | -2/+2 | |
2015-07-04 | Remove USE_X11BASE and X11PREFIX. | joerg | 1 | -2/+1 | |
2015-06-30 | Recursive revbump associated with update of lang/ocaml to 4.02.2. | jaapb | 1 | -2/+2 | |
2015-01-20 | Revbump associated with update of lang/ocaml. | jaapb | 1 | -2/+2 | |
2015-01-01 | Use BROKEN_ON_PLATFORMS with LP64PLATFORMS. | dholland | 1 | -2/+2 | |
2014-10-09 | Revbump for ocaml 4.02.0. | jaapb | 1 | -2/+2 | |
(Some packages omitted because they will be updated to new versions) | |||||
2014-01-11 | Revbump after updating tcl/tk. | adam | 1 | -2/+2 | |
2013-11-01 | Revision bump associated with the update of lang/ocaml to version 4.01. | jaapb | 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 | |||||
2012-10-08 | Revision bump associated with the update of lang/ocaml to version 4. | jaapb | 1 | -2/+2 | |
2012-09-11 | "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-05-07 | Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) | dholland | 1 | -2/+2 | |
It turns out there were a lot of these. | |||||
2012-05-06 | Add checksums for recently added patches. | hans | 1 | -1/+3 | |
2012-05-06 | Fix build with gcc4.5 and newer. Patch taken from Gentoo, see | hans | 2 | -0/+27 | |
https://bugs.gentoo.org/show_bug.cgi?id=321209 | |||||
2011-12-06 | Recursive bump for lang/ocaml buildlink addition. | sbd | 1 | -2/+2 | |
2011-04-01 | Support staged installation. | asau | 3 | -35/+65 | |
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-01-06 | Tends to go into infinite loops on 64bit platforms as confirmed on | joerg | 1 | -4/+2 | |
AMD64, SPARC64 and Alpha by various bulk builders. | |||||
2009-12-03 | Follow f2c/libf2c split: bump revision of all packages | asau | 1 | -2/+2 | |
that list Fortran in used languages. | |||||
2009-10-11 | guard against undefined PKGSRC_FORTRAN. Caught by pbulk on Solaris. | tnn | 1 | -2/+2 | |
2009-10-08 | gcc44/g95 build fix | dmcmahill | 1 | -1/+11 | |
2009-06-14 | Remove @dirrm related logic. | joerg | 1 | -7/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -251/+1 | |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
2008-12-05 | MAKE_JOBS_SAFE= no | ahoka | 1 | -1/+3 | |
2008-11-15 | Address tmp file vulnerability noted at | dmcmahill | 5 | -3/+195 | |
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4983 Bump pkgrev. | |||||
2008-06-23 | Explicitly disable java support so that it doesn't try, and fail, to build | markd | 1 | -1/+2 | |
it if configure script happens to find a java installed. | |||||
2007-10-07 | do not install dold which is has a non-existant interpreter. It isn't used | dmcmahill | 2 | -4/+4 | |
by any system that pkgsrc supports anyway. It seems to only be used by ultrix and it isn't clear that scilab still works on ultrix anyway and it almost certainly doesn't under pkgsrc. | |||||
2007-10-05 | remove some files which failed CHECK_INTERPRETER and are not used except | dmcmahill | 2 | -6/+6 | |
during the build anyway. | |||||
2007-04-10 | Handle DragonFly as FreeBSD for now. Fix build on both. | joerg | 4 | -10/+52 | |
2007-03-28 | fix the SCI variable directory name | dmcmahill | 1 | -2/+2 | |
2007-03-24 | add missing entry | dmcmahill | 1 | -1/+2 | |
2007-03-23 | Update to scilab-4.1. The old version was very out of date and there | dmcmahill | 27 | -1570/+7218 | |
have been many many changes including many bug fixes, graphics improvements, editor improvements, new toolbox functions, etc. | |||||
2007-02-04 | remove some extra included bl3.mk files which are not needed | dmcmahill | 1 | -6/+1 | |
2006-11-10 | Use find -print | xargs rather than find -exec. | tv | 1 | -3/+3 | |
2006-10-11 | Use COMPILER_RPATH_FLAG instead of hard coding -Wl,--rpath. | dmcmahill | 2 | -5/+5 | |
Also fix some obvious typos in the setting of the rpath. Fixes compilation on solaris and probably others. | |||||
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 | |
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto | |||||
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 | |
of the order in which buildlink3.mk files are (recursively) included by a package Makefile. | |||||
2006-05-22 | regen patch-ah with correct offset. | wiz | 2 | -6/+6 | |
2006-05-15 | Fix patch sums. | joerg | 1 | -3/+3 | |
2006-05-12 | Honour LDFLAGS, fix errno usage. | joerg | 8 | -9/+492 | |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 | |
that they look nicer. |