summaryrefslogtreecommitdiff
path: root/wm/icewm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05Update to 1.2.38pre2ryoon1-2/+1
* Fix wrong color on NetBSD/evbearmv6hf-el with Yasushi Oshima's patch Chagnelog: 1.2.38pre2: - various bug fixes 1.2.38pre1: - xinerama fixes - app-group transient window implementation - FreeBSD ACPI support - Alexander Motin (amotin) 1.2.37: - fix centering of transient windows over parents (Bert Wesarg) - check if window is allowed to be moved, before starting movement (Bert Wesarg) - fix key handling on buttons 1.2.36: - add option TaskBarFullscreenAutoShow (default = 1) 1.2.36pre2: 2008-08-17 - regrab keyboard bindings when keyboard mapping changes 1.2.36pre1: 2008-08-07 - fix unresponsive taskbar when PassFirstClickToClient=0 - add support for sysfs interface (instead of proc) for battery status (initial code by Santiago Garcia Mantinan) - fix maximized window repositioning on fullscreen toggle - bug 1852567 - make searching for icons more consistent (iconPath first, search each directory first for all possible types - xpm, png) - Italian translation update - Korean translation update - translation cleanup: converted .po files to UTF-8
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2012-11-16Don't delete static array, delete the elements. Fix template look up.joerg1-2/+2
Bump revision.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2008-06-16Update to 1.2.34 as requested by PR pkg/38890;hauke1-2/+1
Patches proviced by Joel Carnat <joel@carnat.net>.
2007-08-25Remove bogus ${PREFIX}/etc/icewm handling in PLIST.obache1-1/+2
Specify PKG_SYSCONFSUBDIR instead. Problem noticed in PR 36289. Bump PKGREVISION.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-2/+8
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-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-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-10-04Fixed "test ==" in the configure script.rillig1-2/+1
Fixed some pkglint warnings.
2006-08-06Remove BROKEN_IN for packages that built in the latestkristerw1-3/+1
NetBSD 3.0_STABLE/i386 bulk build.
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-02-09Update to IceWM 1.2.25. Changes:ghen1-2/+1
1.2.25: 2006-02-03 - fix resize of maximized windows when taskbar set to AutoHide - fix support for screens 0.1 and up 1.2.25pre1: 2006-01-31 - fix format in window size/position display (Bert Wesarg) - fix configure to use pkg-config for xft (Marius Feraru) - fix build with Sun Forte C++ (Grant McDorman) - icewmtray crash fixes (Grant McDorman) 1.2.24: 2006-01-22 - option to --replace an extisting window manager - change menu scroll wheel direction (Thomas Holder) - paint desktop tray background (Thomas Holder) - gcc 4.1 build fixes (Hanno Boeck) - fix gcc strict aliasing errors (Pavel Nemec) 1.2.24pre1: 2005-12-04 - restore Dutch translation from Ton Kersten - zh_TW translation from Wei-Lun Chao - fix TaskBarKeepBelow=1 preference - fix problems in horizontal maximization - implemented support for --replace option - Make shaped decorations work in 21 bit graphics cards (like those common in sparcs) -- Bernhard R. Link Ok with wiz.
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.
2006-01-23Fix PLIST (two new taskbar icons since 1.2.23), bump PKREVISION for bothghen1-1/+2
wm/icewm and wm/icewm-imlib.
2005-01-13There's no need to bumping PKGREVISION, because the packages werextraeme1-2/+1
not building before, thanks jmmv.
2005-01-13Fix the icewm* packages on NetBSD >= 2.0 (with native iconv(3)), thextraeme1-1/+2
problem was that the prototype used by this was not matching the NetBSD one, which uses ``const char **'' as its second argument, when libiconv and POSIX uses ``char **''. This closes PR pkg/28693. Bumped PKGREVISION to all icewm* pkgs for the bulk builds.
2004-09-01update to 1.2.16recht1-2/+1
1.2.16: 2004-08-16 - fullscreen fix for _NET_WM_STATE_FULLSCREEN (affects mplayer) - use our own replacement for basename - ACPI battery status fix (gicco) - fix bug 984427 (addressbar ignores backspace when numlock pressed) - Polish translation update 1.2.15: 2004-08-09 - enable locale for icesh 1.2.15pre4: 2004-08-05 - fix crash/lockup at startup in ACPI status applet when ac module not loaded - tray icon sizing cleanups - fix bug 883518: keyboard gets locked until icewm menu is activated - double buffering fixes - French translation update - Finnish translation update (Taisto Kuikka) - menuprogreload menu keyword added (Konstantin Korikov) syntax: menuprogreload title icon timeout command ... - battery status display for FreeBSD (Hanspeter Roth) - smart snap window positioning triggered by C+S+A+numpad (Bert Wesarg) - key to show desktop (Super+D) 1.2.15pre3: 2004-08-01 - icesound gcc 2.95.3 compile fix (Thomas Zajic) - net status support for OpenBSD (Hanspeter Roth) - FreeBSD build fix (Hanspeter Roth) - basename cleanups for FreeBSD - systray cleanups for wine, ... - battery status uses design capacity (Hanspeter Roth) 1.2.15pre2: 2004-07-18 - Slovak translation (Radovan Stas) - fix activation from gnome-2.6 panel to properly raise window - fix transparency support (caused crashes in xchat...) - NetBSD support for NetStatus (Iain Hibbert) - net modifier setup code to cope with weird xorg modifier setup 1.2.15pre1: 2004-06-27 - fix ppp applet isdn online status - fix focusing new+maximized windows - fix some alt+tab pref combinations (hidden + all/group workspaces) - some more gcc 3.4 fixes (morfic)
2004-07-02Bump PKGREVISION to 1 because of:jmmv1-1/+2
- Disable i18n under NetBSD < 2.0. It doesn't let icewm run (even when pkgsrc's libiconv is used). If anybody has a better way to really solve the problem...). Fixes PR pkg/23979 by syn at sceen.net. - While here, move HTML documentation out of share/doc/html.
2004-06-26Update wm/icewm to 1.2.14, provided by Iain Hibbert via pkgsrc-wip.xtraeme1-2/+1
Changes: # 1.2.14: 2004-05-22 * minor tweak to alt+tab behavior when selecting from all workspaces # 1.2.14pre16: 2004-05-09 * netwm modal state broken, disabled * make menu/config file parsing behave more like sh (handle both single and double quotes) -- Eduard Bloch * Italian translation update * Czech translation update * fix build with gcc-3.4 # 1.2.14pre15: 2004-05-02 * add new theme yellowmotif (Andreas Leitgeb (avl42)) * fix in window mapping code for Citrix client * bug fixes in xft clipping # 1.2.14pre14: 2004-04-20 * Solaris fixes to configure.in (Damjan Perenic) * implement EWMH "modal" state * show themable preferences in ~/.icewm/preferences * fix order in CPU Status (Hanspeter Roth) # 1.2.14pre13: 2004-04-12 * fix antialiasing of menu icons * fix raising of new window when in fullscreen * Linux Kernel 2.6 iowait,irq,softirq cpu status support (Hanspeter Roth) * improved support for NetWM hints (state: above, below, ...) * fix delayed mouse focus with fast keyboard desktop switches # 1.2.14pre12: 2004-03-21 * fixed icon antialiasing with IMLIB * fix crash with XPM icon loading * Solaris fixes (Damjan Perenic) # 1.2.14pre11: 2004-03-16 * minor bug fixes and build fixes # 1.2.14pre10: 2004-02-29 * fix comile with --enable-lite * CPUStatus fix for FreeBSD 5.2 / gcc 3.3.3 (Hanspeter Roth) * fix crash in CPU status (L10N related, translations need to be updated) * made ShowMenuButtonIcon setting themable again * KeyWinMaximizeHoriz binding (no default key yet) * Italian translation update (Yuri Bongiorno) * Finnish translation update (Taisto Kuikka) * Turkish translation (Coku Erdem) # 1.2.14pre9: 2004-01-19 * improve maximized window position handling on workspace switches # 1.2.14pre8: 2004-01-11 * add Xft font specification for Infadel2 theme * image support for the "show desktop" icon * change startup order in icewm-session (icewm now first, startup last) * minimize all / show desktop should not minimize unminimizable windows * improvements to icehelp * fix winoptions icon override behavior * keep theme history in ~/.icewm/themes (Eduard Bloch) # 1.2.14pre7: 2004-01-03 * fix reaping of children in icewm-session * initial mapping code cleanup # 1.2.14pre6: 2003-12-30 * fix "lost focus when maximizing" in mouse-focus mode * fix "Super+key" bindings again * remove line/string length limits for preferences file # 1.2.14pre5: 2003-12-25 * fix problem with replaying Super+X when not activating menu * build fixes for FreeBSD * build fix for Xrandr \< 1.0 (not tested) * *bsd cpu status support (Hanspeter Roth) # 1.2.14pre4: 2003-12-23 * movesize-fx obsoleted * wm-session obsoleted * header cleanups * fix monitor for linux 2.0 (Miroslav Stibor) * fix focus/click with multiple emacs frames * all font preferences now have a ...Xft variant that can be set to fontconfig pattern specification. example: MenuFontNameXft=sans-serif:size=12:bold * enabled shaped window decorations by default (configure) # 1.2.14pre3: 2003-12-22 * debian fixes (Eduard Bloch) * fixes and cleanups # 1.2.14pre2: 2003-12-20 * compile fixes for egcs-2.91.66 (Miroslav Stibor) * icewm-session explicitly terminates icewm and icewmtray (Hanspeter Roth) * code refactoring and cleanup # 1.2.14pre1: 2003-11-01 * initial support for XRANDR * enable alt+Tab in LITE * only allow a restricted set of prefs to be set in a theme * fix shutdown in logout menu (was a reboot) * fix crash on startup when TaskBarShowWindowListMenu=0 and TaskBarDoubleHeight=1 set (Alexander Portnoy - alexpor) * icesound fixes (some variants need testing) * nested themes menus (Eduard Bloch) * support for rollover titlebar buttons (Rob Costello) * CPU status fixes. New option: TaskBarCPUDelay (Miroslav Stibor) * Net status fixes. New options: TaskBarNetSamples, TaskBarNetDelay (Miroslav Stibor) * fixes to icewm-session * Ctrl+Alt+Numpad moves window (Bert Wesarg)
2004-04-09Fix path to help files. From Iain Hibbert in PR 25111.wiz1-1/+2
Bump PKGREVISION.
2004-02-26bl3ifyxtraeme1-2/+2
2003-08-31Updated icewm to 1.2.12xtraeme1-2/+1
Changes: 1.2.12: 2003-08-24 MAJOR CHANGE: reverted preferences/theme order to same as before 1.2.10. Added "prefoverride" file for overriding theme preferences. - icewmbg is only re/started when already running - fix build with --disable-taskbar - fix build with --disable-shape - fix ShowMoveSizeStatus with OpaqueMove/Resize 1.2.11: 2003-08-19 - added forcedClose window option (Hanspeter Roth) - added recent average in network monitor - fix icewmbg not setting theme background - fix spelling of _NET_WORKAREA hint (Jeff Pohlmeyer (tgeek)) - fix spelling of --client-id option name (YAMAMOTO, Taku <taku@cent.saitama-u.ac.jp>) - fix random restart failures - fix codeset handling on FreeBSD - Czech translation update (Jan Horak) - Bulgarian translation (Pavel Pyuter) - fix painting of exposed icons 1.2.10: 2003-08-11 - added "Default" to Themes submenu - documentation updates 1.2.10pre11: 2003-08-10 - theme selector now writes the selected theme in ~/.icewm/theme - theme selector now restarts icewmbg automatically - minor cleanups in apm applet - build fixes - Infadel2 theme cleanups (Hanspeter Roth) 1.2.10pre10: 2003-08-01 - fixed icewmbg semtransparency support. icewmbg will no longer exit when semitransparency is enabled - major focus cleanups 1.2.10pre9: 2003-07-30 - double buffering performance optimizations 1.2.10pre8: 2003-07-27 - FIXED: taskbar tray location off by one pixel 1.2.10pre7: 2003-07-26 - FIXED: shaped windows when --enable-shaped-decorations - FIXED: icewmbg prefs now added to default preferences file 1.2.10pre6: 2003-07-25 - FIXED: theme local font path with Xft/fontconfig - disabled movement of maximized windows offscreen (use shift to override) - corefonts now enabled when Xft major version = 1 1.2.10pre5: 2003-07-24 - FIXED: compile with --enable-corefonts - FIXED: compile with Xft v1 - Dutch translation update by Reinout van Schouwen - added internal border to taskbar 1.2.10pre4: 2003-07-19 - FIXED: problem with --enable-shaped-decorations and full-screen windows (mplayer) - Italian translation update by Yuri Bongiorno 1.2.10pre3: 2003-07-13 - implement support for depth 1 window icons - FIXED build with some compilers - painting is now double buffered (TODO: optional) and faster - Russian translation update (Anton B. Farygin) 1.2.10pre2: 2003-07-05 - MAJOR CHANGE: the theme needs to be specified in the ~/.icewm/theme file, like this: Theme=icedesert/default.theme - Theme settings are now loaded before ~/.icewm/preferences - FIXED network monitor crash with "pl" locale (Pawel Warowny) - simplified tray icon option in window menu - Finnish translation update (Taisto Kuikka (taistok)) 1.2.10pre1: 2003-06-29 - MAJOR CHANGE: icewm background handling moved to icewmbg program - fixes to gnome2 menu support (Nehal Mistry) - FIXED: task bar auto hide with taskbar menus - FIXED: some focusing problems with gtk2 (Owen Taylor, Bernhard Walle) - code cleanups in font handling 1.2.9: 2003-06-22 - added gnome2 menu support (Nehal Mistry) - added missing netwm active window notification - new option FocusRequestFlashTime - fix problem with accented characters in the title bar - fix aspect ratio on maximization - fix gcc 3.3 build - fix crash with a single workspace (oops!) - Polish translation update (Arkadiusz Lipiec) - documentation of using WINDOW_ROLE property in winoptions (Jo Valentine-Cooper) Changes on pkgsrc: * Use shared PLIST on icewm-{gnome,imlib} Ok'ed by wiz@ and jmmv@
2003-07-16Make this package work with NetBSD's iconv(3) as suggested by T.Shiozaki.tron1-2/+2
This fixes PR pkg/22143 by myself.
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-03Move USE_BUILDLINK2 definition to icewm/Makefile.common.jmmv1-3/+1
2003-06-03Update icewm{,-gnome} to 1.2.7. Changes since 1.2.0:jmmv1-4/+6
1.2.7: 2003-03-08 - minor bug fixes 1.2.7pre3: 2003-03-02 - new option QuickSwitchGroupWorkspaces (if QuickSwitchToAllWorkspaces=1) - Italian translation update - more menu tweaks - implement NetWM window type SPLASH - ACPI status patch from Klaus Schneider - Made Alt+<left,right mouse button> behave in more standard manner - DoNotFocus window option added. 1.2.7pre2: 2003-02-26 - Major improvement in percieved speed of menus - Dutch translation by Ton Kersten - add new options: ShowRun, ShowAbout, ShowWindowList, ShowLogoutSubMenu, AllowFullscreen (Ton Kersten) - support WM_WINDOW_ROLE, too - fix detection of netwm hints for some apps - fix AutoReloadMenus bug 1.2.7pre1: 2003-02-23 - fix .order file handling for gnome menus (Thomas Zajic) - changed default theme to icedesert (Nehal Mistry) - fix crash in alt+tab when window closes - rewrite icewm.spec.in Christian W. Zuckschwerdt (zany@triq.net) - Belarussian translation by Hleb Valoska (el_globus@tut.by) - tweaked character set (CODESET) detection - 'Programs' menu is now invoked from menu file, not from the code - fixed fonts in Infadel2 theme when Xft is used 1.2.6: 2003-01-19 - Slovenian translation by Jernej Kovacic - improve focus handling on non-xinerama multihead displays - another submenu/icon handling fix for gnome menus (Thomas Zajic) - added nonICCCMconfigureRequest window option workaround for non ICCCM compliant applications - WINDOW_ROLE handling for winoptions (Stanislav Svirid) - fix crash in mail status checker in pop/imap configuration - implement startMinimized window option, similiar to startMaximized 1.2.5: 2003-01-05 - fix lockup when doing operations through window list - fix compile problem --with-xpm - fix icesh.cc focus handling (by Todd R. Eigenschink) - update workaround for some TK issues - slow startup fix (caused by broken lazy menu loading) 1.2.4: 2003-01-03 - fixed submenu/icon handling for gnome menus (Thomas Zajic) - acpi optimization (Michal Ceresna) - fix crash in "Tile ..." - fix submenu deactivation problem (reported by Bernhard Walle) - fix focus loss on xmms exit (reported by Bernhard Walle) - fix problem with restarting the wm (when icewm-menu-gnome1 not present) 1.2.3: 2002-12-26 - IMPORTANT: system configuration directory changed to /etc/icewm (from /etc/X11/icewm or /usr/local/etc/X11/icewm). icewm now installs it's data files in /usr/local/share/icewm. - added --disable-winmenu and --disable-taskbar configure options - bug fixes in menu code - fixed lockup when running under session manager (GNOME2) 1.2.3pre2: 2002-12-15 - support for Xinerama - rewritten RPM packaging - new "menuprog" statement in menu files for reading a submenu from a pipe - Italian translation update - moved gnome menu support into an external utility (icewm-menu-gnome1) (used trough "menuprog", requires gnome 1.x) - added keybinding for showing the window list menu (KeySysWinListMenu) 1.2.3pre1: 2002-10-20 + soon - some small fixes for the swedish translation (tucker) - new APM/ACPI monitor code by Michal Ceresna (cemi) - Norwegian translation by Petter Johan Olsen - the Address Bar in the taskbar now works even without TaskBarDoubleHeight (Ctrl+Alt+Space) - new APM/ACPI battery monitoring code - rewritten the work area implementation (doNotCover should now work much better) - new "preferences" setting: focusOnAppRaise - focus the window when application requests to raise it - cleaned up the icewmbg implementation (TODO: config file for it) - fixed the Reboot vs Shutdown issue - Alt+Left Button drag now used for window move and resize (no more Ctrl+Alt) - fixed configure option: --enable-depend now used for make depend 1.2.2: 2002-09-06 - fixed icewm.spec file for building RPMs - fixed CHANGES file 1.2.1: 2002-08-31 - TaskBar and root menu is no longer disabled under Gnome (adjust your ~/.icewm/preferences manually: ShowTaskBar=0; UseRootButtons=0) - feature: partial support of the Enhanced Window Manager Specification (NETWM) needed for GNOME2 and KDE3 compliance flux - feature: scriptable menus (as found in WindowMaker) - feature: execute "startup" or "restart" script found in resource path ($ICEWM_HOME, $ETCDIR, $LIBDIR) after initialization - bugfix: added --help switch to icewm, allow GNU stylish long options - feature: the directory for user preferences can be selected by the ICEWM_PRIVCFG variable now (default still is and will forever be ~/.icewm, but think about the beauty of setting ICEWM_PRIVCFG to "$HOME/.etc/icewm"...) - bugfix/feature: menu parser is case-insensitive now - bugfix/feature: normal users won't need GNU make anymore - cleanup of lib/.../*.xpm by Andrey Smagin - FocusChangesWorkspace option by Daniel Pittman -- determines if a new window open on another workspace switches to that workspace - PointerRaiseDelay focusing fix by Thomas Linder - bugfix: enable menu items in window list popup only when appropriate (closes bug 217168) - change the ppp status applet to decrease the scale when the troughput goes down. - feature: improved icesh's worth by adding support for window classes - ui-change: added fullscreen window menu action; changed default key binding for hide, rollup and undoArrange action - added startMaximized{,Vert,Horz} winoptions - initial UrgencyHint implementation - added "menufile" statement for menu files - configure script defaults changed: imlib, i18n, nls are now default
2003-05-03Use bsd.pkg.install.mk to handle the subdirectory in PKG_SYSCONFDIR, andjmmv1-2/+2
avoid removing a non-existent directory from the PLIST. Rename the zh_CN.gb2312 locale to zh_CN.GB2312. Bump PKGREVISION to 3.
2003-01-09Remove useless definition of CONFIG_APM (apm is managed through a configurejmmv1-2/+2
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_SYSCONFDIRgrant1-1/+2
- bump PKGREVISION fixes pkg/18601 from Hauke Fath.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-5/+5
have been converted to USE_BUILDLINK2.
2002-08-22Updated icewm to 1.2.0martti1-2/+2
- 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-02-28Added gettext-lib as dependency (pkg/15751)martti1-1/+2
2002-02-27Fix distribution version number here.tron1-2/+2
2002-02-26Updated icewm to 1.0.9.2 (provided by Sergey Svishchev in pkg/15478)martti1-2/+2
* a lot of bug fixes * new translations * NLS support
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-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam1-2/+4
individual package Makefiles.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-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-24Include Makefile.common near the start of the package Makefile, andjlam1-2/+3
manually include bsd.pkg.mk in each package.
2001-06-30Converted to use buildlink.mk fileszuntum1-6/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+3
2000-12-12Add new category wm for window managers, and move lots of package fromwiz1-0/+11
x11 here. Only changes are: `wm' in category added and some paths fixed.