aboutsummaryrefslogtreecommitdiff
path: root/x11/xlockmore
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - update to 5.66Jason Helfman2020-12-082-4/+4
| | | | Notes: svn path=/head/; revision=557306
* - update to 5.65Jason Helfman2020-07-242-5/+5
| | | | Notes: svn path=/head/; revision=542993
* - update to 5.63Jason Helfman2020-05-142-4/+4
| | | | Notes: svn path=/head/; revision=535252
* - update to 5.62Jason Helfman2020-03-312-4/+4
| | | | Notes: svn path=/head/; revision=529946
* Clean up LIB_DEPENDSAntoine Brodin2019-12-171-2/+2
| | | | Notes: svn path=/head/; revision=520328
* - update to 5.61Jason Helfman2019-12-132-7/+13
| | | | | | | | | | - enable ttf [1] PR: 241175 [1] Reported by: vermaden@interia.pl [1] Notes: svn path=/head/; revision=520055
* - fix compilation for MESAGL optionJason Helfman2019-10-221-1/+2
| | | | | | | | PR: 241220 (based on) Submitted by: russo@bogodyn.org Notes: svn path=/head/; revision=515216
* - update to 5.59Jason Helfman2019-10-043-72/+38
| | | | | | | | | | | | | | | | | | | - remove no longer required post-patch target, shifted into release - fix options that fail to build - enable by default options that were unconditionally enabled before the latest change - option-specific dependencies should only be pulled in when the option is turned on (e.g. change USE_XORG=xinerama to XINERAMA_USE= xorg=xinerama) - use preferred options helpers (e.g. change MESAGL_CONFIGURE_OFF=--without-opengl --without-ftgl to MESAGL_CONFIGURE_WITH= mesa opengl ftgl - sort variables according to the 'Order of Variables in Port Makefiles' chapter in the Porter's Handbook - add missing library dependencies - add missing tab after = - ?= -> = Submitted by: jrm@ Reviewed by: jgh@ Differential Revision: https://reviews.freebsd.org/D21556 Notes: svn path=/head/; revision=513774
* - update OPTIONS handlingJason Helfman2019-09-052-98/+34
| | | | | | | | | | | - shift hosting distfile at FreeBSD resources to SF - drop unsupported KERBEROS4 option - xlockmore.README was distributed via upstream, however same file is in source code - bump portrevision Notes: svn path=/head/; revision=511271
* - update to 5.58Jason Helfman2019-08-212-5/+16
| | | | | | | - introduce DOCS option Notes: svn path=/head/; revision=509521
* Cleanup LIB_DEPENDSAntoine Brodin2019-08-071-1/+1
| | | | Notes: svn path=/head/; revision=508338
* - update to 5.57Jason Helfman2019-08-062-17/+9
| | | | | | | | | - remove unnecessary patches (worked with upstream to bring in) - shift to uses for gnome - add libdepends on libpng16.so:graphics/png Notes: svn path=/head/; revision=508287
* Return jgh's ports to the various pools after his commit bit was safekept.Rene Ladan2019-08-051-1/+1
| | | | | | | Hat: portmgr-secretary Notes: svn path=/head/; revision=508206
* x11/xlockmore: Actually make JP=on imply MB=onTobias Kortkamp2019-05-281-1/+3
| | | | | | | | Currently MB is appended too late to PORT_OPTIONS to have any actual effect. Notes: svn path=/head/; revision=502852
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=484640
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-1/+1
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* - update to 5.55Jason Helfman2018-07-184-5/+41
| | | | | | | | | | | | - fix CLANG 6.0.0 compile issue [1] - address DESTDIR and INSTALL_PROGRAM issues PR: 225827 Submitted by: tobik@ [1 (patch)] Reported by: ohartmann@walstatt.org [1] Notes: svn path=/head/; revision=474899
* - Fix hidden dependency on ftglDmitry Marakasov2018-06-071-3/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=471918
* - Fix condition for fortune binary locationDmitry Marakasov2018-05-071-2/+3
| | | | | | | | | | - While here, silence patching Reported by: jbeich Approved by: portmgr blanket Notes: svn path=/head/; revision=469303
* - Remove always-true OSVERSION conditionDmitry Marakasov2018-05-071-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=469292
* - update to 5.54Jason Helfman2017-07-252-5/+4
| | | | Notes: svn path=/head/; revision=446631
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* - Always check OPSYS along with OSVERSIONDmitry Marakasov2017-04-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=438347
* - update to version 5.51Jason Helfman2017-03-213-10/+15
| | | | | | | | | | | | | | - address issue with fortune [1] - address master_sites for distribution as main site is no longer operational - attach xorg library dependencies - attach license - adjust make_args for destdir support PR: 217182 [1] Reported by:>>>>Richard Narron <comet.berkeley@gmail.com> Notes: svn path=/head/; revision=436623
* - fix for MESAGLJason Helfman2016-06-101-1/+1
| | | | | | | | | /usr/local/include/FTGL/ftgl.h:32:10: fatal error: 'ft2build.h' file not found Reported by: dhw Notes: svn path=/head/; revision=416686
* - add/enable xinerama support (default)Jason Helfman2016-06-091-1/+8
| | | | Notes: svn path=/head/; revision=416638
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* 3 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-1/+1
| | | | | | | | | Categories: editors, x11, x11-toolkits approved by: PTHREAD blanket Notes: svn path=/head/; revision=382163
* - add mirrorJason Helfman2015-03-241-1/+2
| | | | Notes: svn path=/head/; revision=382112
* - update to 5.46Jason Helfman2015-03-134-49/+5
| | | | | | | | - patches dropped as they were worked in upstream - drop old MASTER_SITES Notes: svn path=/head/; revision=381231
* - fix fetch, upstream is shifting to static parent to better trackJason Helfman2015-03-051-1/+1
| | | | Notes: svn path=/head/; revision=380475
* - restore variable set in /etc/make.confJason Helfman2015-02-021-1/+4
| | | | | | | Submitted by: bapt@ Notes: svn path=/head/; revision=378339
* - merge japanese/xlockmore into x11/xlockmoreJason Helfman2015-02-021-3/+7
| | | | Notes: svn path=/head/; revision=378336
* - adddres misuse of optionsJason Helfman2015-02-011-2/+2
| | | | | | | | PR: 197242 Submitted by: amdmi3@ Notes: svn path=/head/; revision=378257
* - update to 5.45Jason Helfman2015-01-312-5/+5
| | | | | | | | | | | - pet portlint - address compile failure for freetype2 [1] PR: 18552 [1] Reported by: russo@bogodyn.org [1] Notes: svn path=/head/; revision=378192
* 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
* Cleanup @dirrmBaptiste Daroussin2015-01-171-1/+0
| | | | Notes: svn path=/head/; revision=377263
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376416
* Remove * from LIB_DEPENDS lines and specify the default library nameKoop Mast2014-11-071-1/+1
| | | | | | | for ImageMagick. Using '*' it is unsupported and potention bugs here. Notes: svn path=/head/; revision=372250
* Rename x11/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
| | | | Notes: svn path=/head/; revision=363352
* Update to 6.8.9-3 [1][3].Koop Mast2014-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports) Notes: svn path=/head/; revision=358176
* - fix staging issue, bump portrevision as build behavior is changedJason Helfman2014-04-293-8/+41
| | | | | | | | | | - while here convert bzip2 to new uses framework PR: 188779 Submitted by: john.hein@microsemi.com (via mail) Notes: svn path=/head/; revision=352659
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - unbreak when built with GTK2 option enabledJason Helfman2013-12-291-1/+2
| | | | | | | | | | - while here fix maintainership for the one slave ports PR: 185065 Reported by: freebsd@skysmurf.nl Notes: svn path=/head/; revision=337934
* - update to 5.43 [1]Jason Helfman2013-12-203-19/+10
| | | | | | | | | | | - convert to new lib_depends format - convert to staging (thanks bapt@!) PR: 184940 [1] Submitted by: umeno@rr.iij4u.or.jp [1] Notes: svn path=/head/; revision=337074
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* - update to 5.42Jason Helfman2013-03-232-7/+6
| | | | | | | | | | - while here promote more reliable master_site PR: 177132 Submitted by: umeno@rr.iij4u.or.jp Notes: svn path=/head/; revision=315000
* - add option for ImageMagick (MAGICK)Jason Helfman2012-12-201-1/+7
| | | | | | | | | PR: 174469 Submitted by: katsura@cc.osaka-kyoiku.ac.jp Approved by: maintainer, jgh@ Notes: svn path=/head/; revision=309331
* Convert SINGLE to RADIO optionBaptiste Daroussin2012-12-111-7/+3
| | | | | | | | | | | Removed useless bsd.port.{pre,post}.mk which was wrong and used to work by accident, bsd.port.options.mk should never be included after bsd.port.pre.mk Reported by: flo Reviewed by: jgh (maintainer) Notes: svn path=/head/; revision=308667