2014-09-27 04:30:11 by OBATA Akio | Files touched by this commit (16) | |
Log message: no future hope. |
2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't and might probably not have staged installation. |
2012-06-13 10:06:52 by othyro | Files touched by this commit (1) |
Log message: +LICENSE |
2011-11-21 19:24:43 by abs | Files touched by this commit (13) |
Log message: Remove obsolete @dirrm lines |
2010-12-26 06:01:21 by David Sainty | Files touched by this commit (78) |
Log message: Mechanically replace references to graphics/jpeg with the suitable alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in *; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" \ "$i" fi done done |
2010-08-01 16:57:08 by Aleksej Saushev | Files touched by this commit (36) |
Log message: Assume anything that wants Fortran for now actually wants Fortran-77. |
2009-12-12 21:09:33 by Thomas Klausner | Files touched by this commit (1) |
Log message: Set PLIST.ffmpeg when it is compiled in. |
2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message: Remove obsolete @dirrm lines. |
2009-06-08 11:38:20 by OBATA Akio | Files touched by this commit (6) |
Log message: * Add support for X11_TYPE=modular * marked as DESTDIR ready * convert to use PLIST_VARS. * Fixed to build with recent environment. |
2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284) |
Log message: Convert buildlink3.mk files to new world order. |