/print/enscript-letterdj/

ml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/mcwm/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/pekwm: Unbreak with Clang 6tobik2018-08-261-1/+3
| | | | | | | | | | | | | ActionHandler.cc:603:10: error: case value evaluates to 4294967291, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case WORKSPACE_UP: ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p474051_s336054/logs/pekwm-0.1.17_4,1.log PR: 230889 Submitted by: tobik Approved by: Natacha Porté <natbsd@instinctive.eu> (maintainer)
* - Pass maintainership to submitter [1]amdmi32016-07-261-7/+9
| | | | | | | - While here, add LICENSE, switch to USES=localbase, other cosmetic fixes PR: 211131 [1] Submitted by: natbsd@instinctive.eu [1]
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert to USES=jpegantoine2015-06-231-3/+2
|
* converters/libiconv:tijl2015-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* - Turns out this is broken with iconv from base (renders empty chars,nox2014-06-181-2/+2
| | | | | | | | breaks bmpanel2, and also it fails to build when ports iconv is present), so force it to always use iconv from ports. - Bump PORTREVISION. Reported by: Gary Perreault (via irc)
* - Convert USE_BZIP2/XZ to USESmiwi2014-06-021-2/+1
| | | | Approved by: portmgr
* Drop maintainershipbapt2013-12-171-1/+1
|
* Use stagebapt2013-09-231-7/+4
| | | | | | Convert USE_GMAKE to USES=gmake Fix plist Bump portrevision
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-wm)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Readd PORTEPOCH removed by mistakebapt2013-06-251-0/+1
|
* Update to 0.1.17 [1]bapt2013-06-251-3/+2
| | | | | | Add a patch to prevent pekwm_screenshot.sh script to depend on bash Submitted by: Claes Nasten <me@pekdon.net> (upstream) [1]
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Convert my ports to use the new USES=pkgconfigbapt2013-04-231-1/+1
|
* - update to 0.1.16bapt2012-12-311-13/+3
| | | | | | | - add a patch to fix complication with our old gcc 4.2.1 PR: ports/174847 Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
* - update to 0.1.15bapt2012-08-161-2/+1
| | | | - changes: https://www.pekwm.org/projects/pekwm/wikis/Release-0_1_15
* - Use USE_PKGCONFIG macrobapt2012-07-271-5/+2
| | | | - Remove useless post-patch
* - update png to 1.5.10dinoex2012-06-011-1/+2
|
* - update to 0.1.14bapt2012-01-101-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-24