aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/mouseclock
Commit message (Collapse)AuthorAgeFilesLines
* Support stagedir.vanilla2014-01-111-3/+2
| | | | Submitted by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-clocks)
* Two imake related changes:tijl2013-09-022-8/+26
| | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt)
* New USES imake to handle the dependency on imake.bapt2013-06-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* - Reassign to the heap due to mail bouncestabthorpe2012-09-301-6/+2
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - use DOCSDIRitetcu2008-11-242-6/+6
| | | | | | | | | - fix plist with -DNOPORTDOCS - pet portlint - bumo PORTREVISION Approved by: maintainer timeout to QAT BotMail Prompted by: QAT QA run
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Unbreak: allow this port to build with XFree86-4.petef2002-06-091-2/+3
|
* BROKEN: DOes not build with XFree86-4kris2002-05-171-0/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Category name is "x11-clocks", not "x11-clock". ;)asami1998-09-231-2/+2
| | | | Pointed out by: steve
* Move "xtimer" from misc to x11-clocks and "asclock bclock dclockasami1998-08-081-2/+2
| | | | | emiclock mlclock mouseclock rclock swisswatch t3d wmtime xalarm xdaliclock" from x11 to x11-clocks.
* Update MAINTAINER's email addressfenner1998-02-082-5/+5
| | | | | PR: ports/5646 Submitted by: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa)
* Patch to output time in 12hr format (ie, 11:00pm is "11:00" rather thanobrien1997-10-071-0/+39
| | | | "23:00") if ``-12hr'' is specified.
* Use ${MASTER_SITE_SUNSITE} instead of a mirror close to porter.asami1997-09-091-2/+3
|
* Import of mouseclock port. mouseclock displays the currenttg1997-09-095-0/+38
time using the X root cursor. PR: 4392 Submitted by: FURUSAWA, Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>