Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2007-10-11 | Fix PR#36236 | adam | 5 | -14/+61 | |
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 3 | -2/+24 | |
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-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-12 | Moved the misplaced definition of PKGREVISION to the package Makefiles. | rillig | 2 | -3/+3 | |
2005-12-06 | No _POSIX_SOURCE on DragonFly: putenv used. | joerg | 2 | -4/+4 | |
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-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -2/+2 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 checksums to the SHA1 ones. | wiz | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-11-13 | Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the | jlam | 1 | -2/+2 | |
former) for applications that are known to require C++. | |||||
2004-06-02 | Enable pkgviews installation. Patches provided by Joachim Kuebart on | minskim | 1 | -1/+5 | |
tech-pkg@. | |||||
2004-06-02 | Move a common line to Makefile.common. | minskim | 2 | -4/+3 | |
2004-05-01 | Convert to buildlink3. | snj | 2 | -4/+4 | |
2004-04-24 | Relinquish maintainership of packages to tech-pkg@NetBSD.org. | jlam | 1 | -2/+2 | |
2003-11-10 | Set USE_GCC_SHLIB. Fixes linking on Solaris. | gavan | 1 | -1/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-14 | Make this compile under gcc-3.3. | fredb | 2 | -1/+15 | |
2003-05-05 | Bump PKGREVISION for (subtle) change in keyboard mapping. | fredb | 1 | -1/+2 | |
2003-05-05 | Revert my change of 2001-10-09. Every server with a properly set up | fredb | 2 | -12/+3 | |
keyboard mapping will have a left Meta key, but Mac keyboards, for instance, don't even have a left Alt by default. | |||||
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -2/+2 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 3 | -6/+5 | |
have been converted to USE_BUILDLINK2. | |||||
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 | |
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too! | |||||
2002-04-15 | Make this build on NetBSD-1.5ZC. Include <stdlib.h> to get prototype for | fredb | 3 | -1/+28 | |
putenv(), and don't set _POSIX_SOURCE. | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -3/+3 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-11-01 | Change reachover references into another package's pkg/ directory into | jlam | 1 | -2/+2 | |
references to the other package's base directory. This is needed after the files in the pkg/ directory were dispersed into the base directory. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-09 | Interpret the "Alt" key mentioned in the documentation as keysym "Alt_L", | fredb | 2 | -4/+13 | |
not "Meta_L". This restores the wmx 5.0 behavior. | |||||
2001-10-07 | Make the background pixmap feature work as documented. Now, placing | fredb | 2 | -1/+26 | |
a file named "background.xpm", containing a pixmap called "background", in the ${HOME}/.wmx/ directory will decorate both the menu background and the borders. | |||||
2001-08-29 | Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references | jlam | 1 | -1/+2 | |
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge. | |||||
2001-07-27 | Update wmx to latest stable release wmx-6. Changes from version 5 include: | jlam | 7 | -93/+92 | |
* multihead support due to Sven Oliver `SvOlli' Moll * shaped window support and window grouping due to Henri * some behavioural improvements * a few bug fixes This package obsoletes wm/wmx-current, so remove the latter. | |||||
2001-04-17 | Move to sha1 checksums where appropriate and possible. | agc | 1 | -2/+3 | |
Add distfile sizes where possible. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+3 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-12 | Add new category wm for window managers, and move lots of package from | wiz | 8 | -0/+115 | |
x11 here. Only changes are: `wm' in category added and some paths fixed. |