Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -2/+4 | |
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-06-26 | Fixed reference to the /var directory. Bumped PKGREVISION. | rillig | 6 | -27/+34 | |
2006-05-15 | Uses C++. | joerg | 1 | -1/+2 | |
2006-03-09 | Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. | jlam | 1 | -2/+2 | |
Remove deprecated ossaudio.buildlink3.mk. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-30 | Include ossaudio.b3.mk. | joerg | 1 | -1/+2 | |
2005-12-30 | Add DragonFly support. Fix ossaudio usage. Use system perror. | joerg | 5 | -16/+32 | |
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 | |
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-06-07 | Use 0 instead of NULL to avoid an undeclared identifier error. | minskim | 2 | -4/+4 | |
2005-06-07 | Include time.h to use time(3). | minskim | 2 | -10/+18 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+5 | |
2004-07-10 | Add missing header file so this compiles with gcc3. | wiz | 2 | -1/+14 | |
2004-04-18 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-06-07 | Truncate COMMENT to under 70 characters | cjep | 1 | -2/+2 | |
2003-04-10 | make usage of pax more consistent, use -O to bomb on broken archives | grant | 1 | -4/+4 | |
(suggested by lukem), group z, r and f flags. some whitespace cleanup. | |||||
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -4/+4 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-10-21 | Convert to buildlink2. | wiz | 1 | -4/+4 | |
2002-07-11 | Re-import of maelstrom as maelstrom-x11 to better show which version it is; | wiz | 13 | -0/+412 | |
also, the SDL version seems to be the only one that's under development right now. Requested in pkg/15583 by Ben Wong. |