aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
Commit message (Collapse)AuthorAgeFilesLines
* Take maintainershipRomain Tartière2017-10-201-1/+1
| | | | Notes: svn path=/head/; revision=452530
* Convert USES of tcl or tk from 84+ to 85+Pietro Cerutti2017-09-071-2/+2
| | | | | | | | This shouldn't change anything in the default case because tcl86 is chosen anyway. Notes: svn path=/head/; revision=449392
* Update GNUstep core libraries.David Chisnall2017-08-211-1/+1
| | | | | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release. Notes: svn path=/head/; revision=448472
* - Add LICENSEDmitry Marakasov2017-06-181-3/+6
| | | | | | | - Unsilence installation commands Notes: svn path=/head/; revision=443822
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-257-2/+7
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* - Switch to USES=localbaseDmitry Marakasov2017-04-101-8/+1
| | | | | | | | | - Remove obsolete OSVERSION condition Approved by: portmgr blanket Notes: svn path=/head/; revision=438182
* Update the port to v0.4.9.4 and take maintenershipRodrigo Osorio2017-04-024-17/+19
| | | | | | | | Fix distfile format,WORKDIR and patch Makefile Add license file Notes: svn path=/head/; revision=437547
* - Update to 0.7.0Olivier Duchateau2017-02-254-7/+17
| | | | | | | | - Sort USES - Rewrite pkg-descr Notes: svn path=/head/; revision=434835
* - Add LICENSEDmitry Marakasov2017-02-251-0/+2
| | | | Notes: svn path=/head/; revision=434803
* - add LICENSEDirk Meyer2017-01-292-26/+91
| | | | | | | | | | - add OPTIONS framework - cleanup configure - fix warnings - make portlint happier Notes: svn path=/head/; revision=432714
* Reset sanpei@'s ports after 18 months of inactivity.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432165
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-084-4/+4
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-082-2/+2
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 toTijl Coosemans2016-12-082-2/+2
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428142
* - Add LICENSEDmitry Marakasov2016-11-231-1/+4
| | | | | | | | - Add NO_ARCH - Silence patching Notes: svn path=/head/; revision=426899
* Reset edwin's ports, he has handed in his commit bit.Rene Ladan2016-11-161-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=426269
* ${RM} already has -f.Mathieu Arnold2016-10-213-3/+3
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Introduce new extensible virtual categories for KDETobias C. Berner2016-10-184-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Notes: svn path=/head/; revision=424182
* - Add LICENSEDmitry Marakasov2016-09-081-0/+3
| | | | Notes: svn path=/head/; revision=421563
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-247-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* Remove unneeded usage of:Mathieu Arnold2016-06-061-2/+1
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* Add USE_KDE4 so that KDE4_VERSION is definedSteve Wills2016-05-261-0/+1
| | | | | | | | | PR: 209756 Submitted by: T.C.Berner <tcberner@gmail.com> Reported by: Vladimir Omelchuk <admin@vladiom.com.ua> Notes: svn path=/head/; revision=415902
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-257-7/+6
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-232-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-197-12/+12
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* x11-clocks/glclock: Removed -fforce-mem -fforce-addr to fix build with clangKurt Jaeger2016-05-096-19/+19
| | | | | | | | | | - make patches conform to recommended format (makepatch) PR: 209399 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=414879
* Unbreak.Mathieu Arnold2016-04-124-15/+17
| | | | | | | | | PR: 208724 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=413140
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-017-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Add LICENSEDmitry Marakasov2016-02-143-14/+17
| | | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=408892
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-124-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* Unmark BROKEN.Raphael Kubo da Costa2015-12-281-1/+0
| | | | | | | I was able to fetch the port just fine. Notes: svn path=/head/; revision=404656
* - Switch to options helpersDmitry Marakasov2015-12-281-2/+4
| | | | Notes: svn path=/head/; revision=404633
* - Switch to USES=tarDmitry Marakasov2015-12-281-3/+6
| | | | | | | | - Switch to WRKSRC_SUBDIR - Switch to options helpers Notes: svn path=/head/; revision=404632
* - Update MASTER_SITESMartin Wilke2015-12-241-3/+1
| | | | | | | | PR: 205530 Submitted by: nyan@ Notes: svn path=/head/; revision=404389
* - Update MASTER_SITESMartin Wilke2015-12-083-20/+66
| | | | | | | | | | | | | | - Add optional GTK2 support - Add LICENSE - Update WWW PR: 204200 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4298 Notes: svn path=/head/; revision=403328
* - Update to 0.51.Marcelo Araujo2015-12-062-5/+10
| | | | | | | | | | | | | | - Project moved to github. - Add LICENSEs. Changelog at: https://github.com/engerim42/wmbinclock/blob/master/CHANGELOG Submitted by: Thomas Kuiper <tkuiper@inxsoft.net> (author) Approved by: logix@foobar.franken.de (maintainer implicite) Sponsored by: Hackathon Taipei. Notes: svn path=/head/; revision=403083
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-092-0/+4
| | | | Notes: svn path=/head/; revision=401096
* This port is no longer interactive as of r400147.Cy Schubert2015-10-251-1/+0
| | | | Notes: svn path=/head/; revision=400151
* Resurrect xalarm 3.06.Cy Schubert2015-10-259-0/+207
| | | | | | | Take on maintainership. Notes: svn path=/head/; revision=400147
* - Unbreak the build by s/glPolygonOffsetEXT/glPolygonOffset/Alexey Dokuchaev2015-10-241-14/+6
| | | | | | | | | | - Simplify installation routine while I'm here PR: 203455 Submitted by: Walter Schwarzenfeld Notes: svn path=/head/; revision=400125
* x11-clocks/wmclock: Upgrade version 1.0.15 => 1.0.16John Marino2015-10-163-8/+47
| | | | | | | | | | The PORTDATA mechanism was removed (per my request). PR: 203487 Submitted by: ports fury Notes: svn path=/head/; revision=399471
* Mark BROKEN: fails to linkAntoine Brodin2015-09-271-0/+2
| | | | | | | | | | | c++ -O2 -pipe -DIMAGE_PATH=\"/usr/local/lib/X11/glclock/\" -fstack-protector -fno-strict-aliasing -L/usr/local/lib -o glclock main.o glclock.o GLObject.o GLextensions.o PnmIO.o MString.o -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lm GLextensions.o: In function `IsSupported_EXT_polygon_offset()': GLextensions.cpp:(.text+0x1027): undefined reference to `glPolygonOffsetEXT' Reported by: pkg-fallout Notes: svn path=/head/; revision=398032
* Make all GNUstep ports install into the System domain so that the Local ↵David Chisnall2015-09-192-34/+34
| | | | | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977 Notes: svn path=/head/; revision=397315
* - Switch to options helpersDmitry Marakasov2015-09-171-18/+11
| | | | Notes: svn path=/head/; revision=397104
* Mark as broken: does not fetchBaptiste Daroussin2015-09-131-0/+1
| | | | Notes: svn path=/head/; revision=396869
* Mark as broken: does not fetchBaptiste Daroussin2015-09-131-0/+1
| | | | Notes: svn path=/head/; revision=396868
* - Switch to options helpersDmitry Marakasov2015-09-041-5/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396141