aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/buici-clock
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with bison 3.7.4Sunpoet Po-Chuan Hsieh2021-01-263-0/+30
| | | | | | | | PR: 248911 Exp-run by: antoine Notes: svn path=/head/; revision=562665
* 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
* Fix build for 12.0Rodrigo Osorio2018-07-032-5/+8
| | | | | | | | | - call autoreconf during build process - Fix Makefile.in - bump PORTREVISION Notes: svn path=/head/; revision=473812
* 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
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Stage supportAntoine Brodin2013-12-291-8/+5
| | | | Notes: svn path=/head/; revision=338009
* 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
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For the ports that are maintained by ports@ that have pkgconfig as theirDoug Barton2012-07-221-1/+1
| | | | | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in. Notes: svn path=/head/; revision=301357
* - Update to version 0.4.9.2Sylvio Cesar Teixeira2012-06-054-32/+24
| | | | | | | | | | | Remove file: files/patch-Makefile.in PR: ports/168605 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=298536
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Add depend for libSM to USE_XORGBeech Rintoul2008-03-251-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=209807
* - Remove USE_X_PREFIXBeech Rintoul2008-03-241-2/+2
| | | | | | | | - Add USE_XORG= (modules) - Bump portrevision Notes: svn path=/head/; revision=209698
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Reset hendrik@scholz.net due to a number of timeouts.Mark Linimon2006-12-131-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179654
* Really respect X11BASE this time.Frank J. Laszlo2006-12-111-0/+1
| | | | | | | | Reported by: rafan Approved by: maintainer (implicit) Notes: svn path=/head/; revision=179490
* Respect X11BASEFrank J. Laszlo2006-12-091-0/+1
| | | | | | | | PR: ports/106162 Approved by: maintainer (implicit) Notes: svn path=/head/; revision=179295
* - Update to 0.4.5Rong-En Fan2006-07-195-18/+10
| | | | | | | | | | | | | - Use PLIST_FILES - Use REINPLACE_CMD to achieve files/patch-xo:Makefile.in - Rename files/patch-xo::stats.h to files/patch-xo-stats.h (portlint) PR: ports/100099 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=168274
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Unbreak:Volker Stolz2004-12-092-2/+12
| | | | | | | | | | | - Add dependency on bison - build-fix on 4.X (me) PR: ports/74722 Submitted by: maintainer Notes: svn path=/head/; revision=123565
* BROKEN: Build failsKris Kennaway2004-12-041-0/+2
| | | | Notes: svn path=/head/; revision=123079
* new port: x11-clocks/buici-clockEdwin Groothuis2004-11-276-0/+64
new port of buici-clock which shows - as a clock is supposed to - the current time in a nice manner. PR: ports/74235 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=122569