summaryrefslogtreecommitdiff
path: root/wm/wmakerconf
AgeCommit message (Collapse)AuthorFilesLines
2006-11-19Add missing dependency on Perl and make sure the correct path to thetron1-3/+4
interpreter gets compiled. Bump package revision because of this fix.
2006-06-25Fixed script interpreters. Bumped PKGREVISION.rillig1-2/+5
We're in a pkgsrc freeze and this is not a leaf package, but the only package using this is meta-pkgs/windowmaker-desktop.
2006-06-20Needs msgfmt.joerg1-2/+2
2006-06-11Needs pkg-config.joerg1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-26/+26
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-07-18TOOLS_GZIP_CMD only holds the path to gzip now, so no need to strip offjlam1-2/+2
arguments anymore.
2005-07-10The workref fix in previous commits did not work on NetBSD 1.6; itskristerw1-3/+3
make does not understand the "W" option in :C modifiers, and it handles substitution in strings containing spaces somwheat differently. Bump PKGREVISION.
2005-06-27Bump package revision after new tools fallout has been fixed.tron1-2/+2
2005-06-27Don't use "ac_cv_path_XYZ" because it might not work with the nexttron1-3/+3
autoconf version.
2005-06-27Avoid compiling the path to the "gzip" wrapper script into the binary.tron1-3/+4
2005-06-25Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-16Prevent work/.tools paths being embedded in the package.kristerw1-1/+5
Bump PKGREVISION.
2005-05-25Changes 2.11:adam7-70/+62
* Ported to GTK+2 * Now understands new font name format used by WindowMaker 0.90 * Bug fixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-1/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-11-09Drop maintainership, I am not using this any longer.wiz1-2/+2
2004-11-08Changes 2.9.2:adam7-63/+43
* Improved handling of specific workspaces (WorkspaceSpecificBack attribute), fixing segfaults and previews * Panels are now shown sorted alphabetically instead of in the previous haphazard order Changes 2.9.1: * Updated Danish translation (Morten Bo Johansen <mojo@image.dk>) and German translation (Florian Ernst <florian@uni-hd.de>) * Various segfaults fixed * Fixed bug causing non-alphanumeric keyboard shortcuts to be ignored * Fixed bug where middle and right mouse buttons were swapped in dialog * Installing a theme now puts it in GNUstep/Library/WindowMaker/Themes as one would expect * New themes websites in "Themes" menu to replace those that have ceased to exist
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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-02-25bl3ifyminskim1-7/+7
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-06Fix wmakerconf so it can locate all files installed by WindowMaker injmmv5-8/+92
non-standard locations (i.e., /usr/pkg/* and PKG_SYSCONFDIR). Bump PKGREVISION to 3.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-26Add "windowmaker" as a secondary category; it already existed, but containedjmmv1-2/+2
a single package.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-9/+8
have been converted to USE_BUILDLINK2.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-05Add devel/libproplist/buildlink.mk, since it's not coming automaticallywiz1-1/+2
with wm/windowmaker/buildlink.mk anymore.
2001-09-09Remove dependency on perl -- it's only useful together with a) some morewiz1-2/+1
perl packages b) lynx or c) wget, and then only for web-installing themes.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+3
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-08-23Remove USE_BUILDLINK_X11...it's not usable and may break pkgsrc.jlam1-3/+1
2001-08-03Update to 2.8.1. New since 2.7:wiz4-45/+45
* Added new Window Maker texture style "interwoven gradients" and attributes WorkspaceBorder/WorkspaceBorderSize * New translations: pt_BR.po, es_ES.po
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-17Move to sha1 checksums where appropriate and possible.agc1-2/+3
Add distfile sizes where possible.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-15Move three window manager support packages from x11 to wm.wiz8-0/+134