summaryrefslogtreecommitdiff
path: root/wm/blackbox70
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg1-2/+2
C++14 default language.
2018-04-01blackbox*: update HOMEPAGEwiz1-3/+2
2015-11-02Add SHA512 digests for distfiles for wm categoryagc1-1/+2
Problems found with existing distfiles: distfiles/fvwm-1.24r.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-13Use BUILDLINK_LDADD.iconv instead of coding it per platformtnn1-2/+2
2013-08-15Fixed pkglint warnings.rillig1-3/+3
2013-04-29Add missing includes from libstdc++'s namespace pollution. Let thejoerg8-15/+123
compiler figure out which types std::advance is used with.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-06-28Fix build failure when time_t is 64 bits on a 32-bit machine.dholland2-1/+20
2012-02-16Fix build on SunOS.hans1-1/+3
2011-11-22Fix build with newer GCC.joerg9-11/+111
2011-09-24Fix fallout from include guard rename in libX11joerg2-1/+15
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-01-14+ Needs libtool.rillig1-1/+2
2008-01-14Fixed build failures with sunpro.rillig4-1/+121
2007-07-19Needs iconv. From Martin Wilke for FreeBSD.joerg1-1/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-02-01Modular Xorg support.joerg2-3/+8
2006-08-20By popular demand:jschauma5-0/+87
Finally add packages for the "new" version of blackbox, 0.70.x. This window manager is incompatible with older versions, and older add-on applications (aka "bbtools") will not work with this version. Hence, add new versions of bbkeys and bbpager as well, to provide at least the basics. (Again, these will not work with older versions.) Why are we adding these? Well, I'm told that blackbox 0.70.x is fully EWMH compliant and has better fonts. And people always ask "why is blackbox 0.70.x not in pkgsrc?". blackbox version 0.65 and the other bbtools that work with blackbox will remain in pkgsrc.