aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/libwraster
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Update ImageMagick to 6.9.0.4.Koop Mast2015-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2] Notes: svn path=/head/; revision=377347
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-1/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Fix build on branches with GCC 4.2.1.Hiroki Sato2014-09-141-4/+10
| | | | Notes: svn path=/head/; revision=368207
* It looks like __attribute__ deprecated(msg) wasn't supported until GCC ↵Adam Weinberger2014-09-091-0/+11
| | | | | | | | | | | 4.5.x, and clang has the awesome __has_extension macros. Update the #if line to fix build against GCC 4.2.1 in base. Notes: svn path=/head/; revision=367749
* Update to 0.95.6.Hiroki Sato2014-09-043-7/+9
| | | | Notes: svn path=/head/; revision=367313
* x11-wm/libwraster:Tijl Coosemans2014-06-292-7/+7
| | | | | | | | | | | | | | | | | - USES=libtool - Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS. Not needed and it causes configure test failures with clang. - Use MAKE_CMD. - Bump dependent ports. x11-wm/windowmaker: - USES=libtool - Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command because it causes configure test failures with clang. - Remove FreeBSD < 8 support. Notes: svn path=/head/; revision=359794
* Bump PORTREVISION for jbigkit library version bump.Tijl Coosemans2014-06-221-0/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=358814
* Remove deprecated MAN macrosBaptiste Daroussin2014-01-192-3/+0
| | | | | | | Fix properties Notes: svn path=/head/; revision=340342
* - Update to 0.95.5.Hiroki Sato2013-12-023-11/+10
| | | | | | | | | | | - Use new syntax in LIB_DEPENDS. - Add STAGEDIR support. - USE ${opt}_FOO for OPTIONS. PR: ports/184359 Notes: svn path=/head/; revision=335453
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix build issue when devel/libinotify is installed[*].Hiroki Sato2013-05-023-12/+33
| | | | | | | | | | | | - Fix build with clang. Remove USE_GCC=any. - Convert replacement commands in the post-patch target to patches. - Separate x11-wm/windowmaker and x11-wm/libwraster from each other. PR: ports/176772 [*] Reported by: O. Hartmann [*] Notes: svn path=/head/; revision=317142
* - Update to 0.95.4Martin Wilke2013-02-081-11/+11
| | | | | | | | PR: 175582 Submitted by: Ports Fury Notes: svn path=/head/; revision=311903
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-1/+0
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* - Update to 0.95.3Guido Falsi2012-10-081-5/+2
| | | | | | | | | | | | - Convert to new options framework - Reset PORTREVISION in slave port - Trim Makefile headers PR: ports/172421 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=305518
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* After just 7 short years, a new release of WindowMaker, 0.95.2Doug Barton2012-02-183-44/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features and highlights: Left Half / Right Half Maximize. Maximus: tiled maximization. Maximizes a window such that it occupies the largest area without overlapping others. New mouse-resizing functionality. Windows can now be resized vertically (horizontally) using MOD+Wheel (CTRL+Wheel). History and TAB completion in dialogs. To use this new functionality in your old WMRootMenu, replace %a by %A in the relevant entry. It will look like this (Run..., SHEXEC, "%A(Run, Type command:)"). Or use wmgenmenu to generate a new menu. Bouncing appicon effect. New applications (wmgenmenu and wmmenugen) to generate the root menu automatically by looking which applications you have on your $PATH. Translations to German, Spanish and French of menus generated by wmgenmenu. Improved dockapp recognition. And many trivial things which reduce little annoyances one might have. For example, an option was added to control whether or not Window Maker should do automatic workspace switching to satisfy a focus request from a window located in another workspace. Added keyboard shortcut to uncover/cover the dock. Mac OS X-style window cycling. Preliminary XRandR support (needs a bit more work to be bug-free). Many other bug fixes. For the ports: * Remove patches that have been adopted upstream or otherwise made obsolete * Remove the OPTIONS, and enable all features * Improve PREFIX-safety * Otherwise simplify the windowmaker port * Make libwraster a proper slave port Notes: svn path=/head/; revision=291666
* Move these ports from libungif to giflib since that seems to be the consensusDoug Barton2012-01-281-1/+1
| | | | Notes: svn path=/head/; revision=289905
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Miscellaneous cleanups and fixes, some of the windowmaker stuffDoug Barton2011-05-162-5/+4
| | | | | | | gracefully provided by danfe. Notes: svn path=/head/; revision=274159
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Add back libXft2 deleted in errorDoug Barton2009-08-171-0/+1
| | | | Notes: svn path=/head/; revision=239794
* Add a port that installs only libwraster from Window Maker. A lot ofDoug Barton2009-08-172-0/+77
dockapps depend on libwraster but don't need the full WM port. Notes: svn path=/head/; revision=239792