Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-05-03 | Drop dependency on libXp (from Imake) | obache | 1 | -4/+2 | |
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION. | |||||
2012-02-16 | Fix build on SunOS. | hans | 9 | -2/+174 | |
2011-10-09 | Fix native X build by cleaning up FONTDIR after imake. Ride previous bump. | dholland | 1 | -3/+10 | |
2011-10-09 | Add a monster cleanup patch, posted as a distfile, to fix rampant | dholland | 9 | -421/+12 | |
misuse of function pointer casts and mismatched function calls and arguments. Now this has some chance at running on something other than i386. PKGREVISION -> 12. | |||||
2011-10-08 | Not MAKE_JOBS_SAFE | dholland | 1 | -1/+3 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -2/+2 | |
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-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-08-11 | Fix PLIST for platforms !NetBSD. Bump PKGREVISION. | hasso | 2 | -5/+5 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -5/+1 | |
2009-02-09 | Forgotten patch from last commit: fix installation. | joerg | 1 | -0/+22 | |
2009-02-07 | Make this more binary package friendly by not sticking stuff into | joerg | 5 | -24/+66 | |
/etc/ppp, but into share/examples/xtel. Add DESTDIR support. | |||||
2008-11-10 | Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. | wiz | 1 | -2/+2 | |
2008-06-11 | Fix PLIST, patch from Hasso Tepper in pkg/38844. | bouyer | 2 | -3/+5 | |
Bump PKGREVISION. | |||||
2007-08-08 | Don't use malloc.h. | joerg | 2 | -1/+15 | |
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -2/+5 | |
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback. | |||||
2006-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -2/+2 | |
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr | |||||
2006-02-28 | Complete previous fix for font handling. Bump PKGREVISION. | wiz | 2 | -5/+3 | |
2006-02-16 | Fix installation with CHECK_FILES. Bump PKGREVISION. | wiz | 2 | -4/+6 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-02 | DragonFly support. Add mkfontdir as build tool. | joerg | 6 | -42/+46 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+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-04-25 | Convert to bl3. | wiz | 1 | -4/+4 | |
2004-02-12 | Let this package compile - no point in redefining sys_nerr, sys_errlist | agc | 2 | -13/+20 | |
and friends these days - <errno.h> should have them. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-02-26 | Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more | jschauma | 2 | -12/+13 | |
portable. Bump PKGREVISION accordingly. | |||||
2002-09-21 | buildlink1 -> buildlink2 | jlam | 1 | -5/+5 | |
2002-07-15 | Remove a trailing empty line. | wiz | 1 | -2/+1 | |
2002-07-15 | Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Some | heinz | 1 | -2/+8 | |
slight formatting changes. | |||||
2002-01-24 | This package depends on xpm, says the alpha bulk build. | wiz | 1 | -1/+2 | |
2002-01-12 | Initial import of Xtel, a Minitel emulator. Probably not of much use outside | bouyer | 12 | -0/+511 | |
France :) |