aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmcalclock/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x11-clocks/wmcalclock: Move man pages to share/manNuno Teixeira2024-03-231-2/+2
| | | | Approved by: portmgr (blanket)
* Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENVTijl Coosemans2024-03-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | And remove it from individual ports. Use WRK_ENV in custom build commands where necessary. FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes /etc/make.conf if it exists. This happens when you run make in a port directory but it also happens when the upstream build system uses make. This commit disables make.conf inclusion in the latter case because users can define variables like CFLAGS in make.conf that override ports framework variables and this can cause problems that are difficult to diagnose. If there are any build customisations made through make.conf that stop working because of this commit then they should be made available by the ports tree through some mechanism, e.g. an option in a port. Some ports were picking up variables from Poudriere make.conf and required fixes: - astro/wmspaceweather x11-clocks/wmcalclock: Add OPSYS to MAKE_ENV. - games/zhlt: Add ARCH to MAKE_ENV. - graphics/tachyon: Upstream ARCH is not ports tree ARCH. Set ALL_TARGET=bsd so upstream ARCH is defined correctly. Enable multi-threading support while here. PR: 277455 Exp-run by: antoine
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* x11-clocks: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alexey Dokuchaev <danfe@regency.nsu.ru> * Anders Nordby <anders@fix.no> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Brian Handy <handy@physics.montana.edu> * Chris D. Faulhaber <jedgar@FreeBSD.org> * Chris Piazza <cpiazza@FreeBSD.org> * David Leonard <leonard@dstc.edu.au> * Emanuel Haupt <ehaupt@critical.ch> * FURUSAWA, Kazuhisa <kazu@jp.freebsd.org> * Greg Lewis <glewis@FreeBSD.org> * Harold Gutch <logix@foobar.franken.de> * Hendrik Scholz <hscholz@raisdorf.net> * J Han <hjh@best.com> * KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> * Kris Kennaway <kris@FreeBSD.org> * Lars Koeller <lkoeller@cc.fh-lippe.de> * Martin Wilke (miwi@FreeBSD.org) * Nobuhiro Yasutomi * Patrick Li <pat@databits.net> et al * Per Otterstr=F6m <pelle@fukt.bth.se> * Randall Hopper <aa8vb@ipass.net> * Rich Neswold <rneswold@mcs.net> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Ulrich Spoerlein <uspoerlein@gmail.com> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * desmo@bandwidth.org * gpalmer * gurkan@phys.ethz.ch * obrien@NUXI.com With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix dependency.Hiroki Sato2020-08-231-4/+6
| | | | | | | | | - Fix a build breakage when -fno-common is specified. - Regenerate patch files. - Move the directory creation for DOCSDIR to pre-install. Notes: svn path=/head/; revision=545828
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-0/+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
* - Switch to options helpersDmitry Marakasov2015-09-041-5/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396141
* Support stagedir.Vanilla I. Shu2014-01-111-6/+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
* - Trim old-style header.Hiroki Sato2013-05-021-9/+17
| | | | | | | | - Add OPTIONS_DEFINE=DOCS. - Rename files/patch-a[ab]. Notes: svn path=/head/; revision=317144
* - Update to 1.26Martin Wilke2011-03-271-7/+4
| | | | | | | | PR: 155845 Submitted by: Ports Fury Notes: svn path=/head/; revision=271845
* Deprecate unmaintained ports from x11-clocks where upstream disapear and/orBaptiste Daroussin2011-03-111-0/+3
| | | | | | | | | where no distfiles can be found and are not used by maintained ports This time with less typos in commit message :) Notes: svn path=/head/; revision=270699
* Return kris' ports to the heap.Thomas Abthorpe2011-01-021-1/+1
| | | | | | | | | We hope to see him back again sometime. Hat: portmgr-secretary Notes: svn path=/head/; revision=267265
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209683
* - 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
* Master site and WWW site disappeared with no sign of a replacement.Kris Kennaway2005-07-091-1/+2
| | | | | | | Mirror locally. Notes: svn path=/head/; revision=138750
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-061-0/+1
| | | | Notes: svn path=/head/; revision=100139
* Fix on sparc64 by using a time_t instead of a long, and bump PORTREVISION.Kris Kennaway2003-05-211-0/+1
| | | | Notes: svn path=/head/; revision=81586
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+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
* Style fixes for x11-clocks.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=38000
* - Support X11BASE properlyKevin Lo2000-08-121-6/+0
| | | | | | | | | | | - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20551 Submitted by: Ports Fury Notes: svn path=/head/; revision=31560
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27431
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* Updated to version 1.25.Jim Mock1999-08-241-3/+3
| | | | | | | Reviewed by: kris Notes: svn path=/head/; revision=20916
* Upgrade to 1.24, replace dead MASTER_SITEKris Kennaway1999-04-191-6/+5
| | | | | | | | PR: 10901 Submitted by: Jim Mock <jim@phrantic.phear.net> Notes: svn path=/head/; revision=18002
* Remove a dead MASTER_SITE.Kris Kennaway1999-03-301-3/+2
| | | | Notes: svn path=/head/; revision=17451
* Install in /usr/X11R6/man, not /usr/X11R6/share/manKris Kennaway1999-03-221-2/+2
| | | | | | | | PR: 10712 Submitted by: Joe Abley <jabley@clear.co.nz> Notes: svn path=/head/; revision=17351
* Yet another WM calendar/clock dockapp.Kris Kennaway1999-03-161-0/+32
Notes: svn path=/head/; revision=17249