aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmtimer
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with clang11 and point to Github upstreamUlrich Spörlein2020-09-143-2/+23
| | | | Notes: svn path=/head/; revision=548677
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* 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
* 5 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-242-11/+8
| | | | | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket Notes: svn path=/head/; revision=382126
* Remove Author from pkg-descrBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380313
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Remove NOPORTDOCS.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360683
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+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
* Support stagedir.Vanilla I. Shu2014-01-111-4/+3
| | | | | | | Submitted by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=339424
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-clocks) Notes: svn path=/head/; revision=327778
* Add explicit dependency on pkgconf (27 ports)John Marino2013-09-121-1/+1
| | | | Notes: svn path=/head/; revision=327018
* Fix build with clangBaptiste Daroussin2013-07-311-6/+3
| | | | Notes: svn path=/head/; revision=324074
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Use MASTER_SITE_SUBDIR instead of rolling my own.Ulrich Spörlein2010-11-261-1/+2
| | | | | | | Clue provided by: pav Notes: svn path=/head/; revision=265167
* Fix remaining MASTER_SITE_LOCAL abuses for my ports.Ulrich Spörlein2010-11-251-1/+1
| | | | Notes: svn path=/head/; revision=265146
* - Update to my @FreeBSD.org addressUlrich Spörlein2010-05-311-2/+3
| | | | | | | | - Add distfile mirror to single source MASTER_SITES - Also update no longer working addresses Notes: svn path=/head/; revision=255378
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to Maintianer Mail adressMartin Wilke2009-09-121-1/+1
| | | | | | | | PR: 138428 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Notes: svn path=/head/; revision=241266
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Pass maintainership to submitterThomas Abthorpe2009-03-021-1/+1
| | | | | | | Submitted by: Ulrich via freebsd-ports@ Notes: svn path=/head/; revision=229314
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_X_PREFIXBeech Rintoul2008-03-242-9/+7
| | | | | | | | | | - Add USE_XORG= (modules) - Add PLIST_FILES - Remove pkg-plist - Bump portrevision Notes: svn path=/head/; revision=209696
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Reset pat due to no response to email about his status.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159519
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 2.92Patrick Li2004-11-204-22/+20
| | | | Notes: svn path=/head/; revision=122039
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to 2.8Patrick Li2003-04-282-2/+2
| | | | Notes: svn path=/head/; revision=79808
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Update to 2.6Patrick Li2003-03-252-2/+2
| | | | Notes: svn path=/head/; revision=77429
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 2.5Patrick Li2003-02-142-2/+2
| | | | Notes: svn path=/head/; revision=75536
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-011-1/+2
| | | | | | | | PR: 42284 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65421
* Maintainer is now committer so change to new email address.Patrick Li2001-11-151-1/+1
| | | | | | | Approved by: lioux Notes: svn path=/head/; revision=50033
* update to 2.4Mario Sergio Fujikawa Ferreira2001-10-132-15/+4
| | | | | | | | PR: 31244 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48735
* - chase distfile checksumMario Sergio Fujikawa Ferreira2001-09-302-5/+5
| | | | | | | | | | | | | | - changes from Author Josh King <jking@dwave.net>: "Hello, I have added Multi-threaded support to allow the clock, timer and chronograph to keep going while the configure window is up. There have been a couple small changes to the dockapp to make the characters 'I' and ':' appear better and there has been a major rewrite/cleanup of the code." Submitted by: MAINTAINER Notes: svn path=/head/; revision=48288
* update to 2.3Mario Sergio Fujikawa Ferreira2001-09-283-24/+25
| | | | | | | | PR: 30880 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48232
* Chase checksum; trivial pixmap change.Mike Heffner2001-08-201-1/+1
| | | | | | | | Approved by: maintainer Noticed by: bento Notes: svn path=/head/; revision=46536
* - Remove unnecessary dir removal of share/doc. It's been in the mtreeMario Sergio Fujikawa Ferreira2001-05-101-1/+0
| | | | | | | | file since Wed Jun 4 00:02:01 1997 UTC - A great overlook on my part Notes: svn path=/head/; revision=42480
* - Backward compability issue (as old as possible):Mario Sergio Fujikawa Ferreira2001-05-101-1/+1
| | | | | | | | | | o "new" mtree versions take care of @dirrm share/doc o therefore, add a harmless @unexec Submitted by: maintainer Notes: svn path=/head/; revision=42478
* The PORTDOCS installation missed the WRKSRC modification. Fix it.Mario Sergio Fujikawa Ferreira2001-05-031-1/+2
| | | | | | | | | | Also, add a warning to avoid it in the future. Submitted by: Patrick Li <pat@databits.net> Spotted by: alan@clegg.com Notes: svn path=/head/; revision=42185