Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-03 | Use bsd.pkg.install.mk to handle the subdirectory in PKG_SYSCONFDIR, and | jmmv | 7 | -11/+47 | |
avoid removing a non-existent directory from the PLIST. Rename the zh_CN.gb2312 locale to zh_CN.GB2312. Bump PKGREVISION to 3. | |||||
2003-04-27 | Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... | cjep | 1 | -20/+20 | |
2003-04-27 | Use PKGLOCALEDIR | cjep | 2 | -21/+22 | |
2003-01-09 | Remove useless definition of CONFIG_APM (apm is managed through a configure | jmmv | 2 | -8/+5 | |
argument) as reported in PR pkg/19017 by Sergey Svishchev. Fix START_XPM definition with START_PIXMAP (the former is completely ignored). PKGREVISION++ because of this (icewm executable has changed). | |||||
2002-11-21 | - honour PKG_SYSCONFDIR | grant | 2 | -2/+4 | |
- bump PKGREVISION fixes pkg/18601 from Hauke Fath. | |||||
2002-08-26 | Fix path to help files (pkg/18061 by Sergey Svishchev). | martti | 2 | -1/+15 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 5 | -9/+9 | |
have been converted to USE_BUILDLINK2. | |||||
2002-08-22 | Updated icewm to 1.2.0 | martti | 5 | -17/+17 | |
- translation updates - bug fixes - new features - HorizontalEdgeSwitch and VerticalEdgeSwitch - LowerOnClickWhenRaised lower the active window when clicked again - added icesh - a command line window manager - TitleBarHorzOffset/TitleBarVertOffset - allow transparent menu selection - gradient support - transparent applets ... | |||||
2002-05-03 | Fix apm handling, per pkg/16626 from Joachim Koenig-Baltes. | wiz | 2 | -5/+7 | |
2002-03-10 | Set START_XPM even if no APM on the machine (the two are unrelated). | wiz | 1 | -2/+3 | |
2002-03-10 | regen patch-ag with pkgdiff-0.104 (200k -> 2k) | wiz | 2 | -6180/+5 | |
2002-03-10 | Share distinfo between icewm{,-gnome}. | wiz | 1 | -1/+2 | |
2002-03-08 | Fix cases where apmvar.h doesn't exist. | jmc | 4 | -2/+6253 | |
By default the apm applet is always compiled in unless the lite support is enabled which turns off way too much. So, split the apm option out into it's own option and test for it by checking in Makefile.common for apmvar.h's existance. If it doesn't exist pass --disable-apm. This makes this compile again on machines that do not have machine/apmvar.h (and are NetBSD) such as macppc. Bump version via PKGVERSION to nb1. | |||||
2002-03-04 | Added BUILD_USES_MSGFMT. | martti | 1 | -17/+18 | |
2002-02-28 | Added gettext-lib as dependency (pkg/15751) | martti | 1 | -1/+2 | |
2002-02-27 | Fix distribution version number here. | tron | 1 | -2/+2 | |
2002-02-27 | Don't define "PKGNAME" here because it breaks the "icewm-gnome" package. | tron | 1 | -3/+1 | |
2002-02-26 | Updated icewm to 1.0.9.2 (provided by Sergey Svishchev in pkg/15478) | martti | 10 | -80/+151 | |
* a lot of bug fixes * new translations * NLS support | |||||
2002-02-08 | Set maintainer to packages@ | wiz | 1 | -2/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -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-23 | x11.buildlink.mk needs to be included before any buildlink.mk files that | jlam | 1 | -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-09-09 | Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the | jlam | 2 | -4/+5 | |
individual package Makefiles. | |||||
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-08-24 | Include Makefile.common near the start of the package Makefile, and | jlam | 2 | -5/+4 | |
manually include bsd.pkg.mk in each package. | |||||
2001-06-30 | Converted to use buildlink.mk files | zuntum | 2 | -7/+4 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-18 | Move to sha1 checksums, and add file sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-08 | Regen patch-sum; remove whitespace from PLIST. | wiz | 2 | -10/+9 | |
2001-03-03 | Add a file with "patch" is an ugly kludge. But the file into "${FILESDIR}" | tron | 3 | -175/+173 | |
where it belongs and copy it to "${WRKSRC}" in the "post-extract" targets. This also prevents the installation of "bsd-daemon.xpm.orig". | |||||
2001-03-03 | Add missing file "lib/X11/icewm/taskbar/bsd-daemon.xpm". | tron | 1 | -1/+2 | |
2001-02-23 | Make this right: We want RCS Ids. | wiz | 3 | -3/+7 | |
2001-02-23 | Apply patches supplied in pkg/11959 by Anders Dinsen to display | wiz | 3 | -1/+186 | |
a BSD daemon instead of something else... | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+3 | |
2000-12-12 | Add new category wm for window managers, and move lots of package from | wiz | 12 | -0/+433 | |
x11 here. Only changes are: `wm' in category added and some paths fixed. |