non port: x11-clocks/asclock/Makefile |
Number of commits found: 34 |
Thursday, 7 Nov 2024
|
04:59 Dirk Meyer (dinoex)
x11-clocks/asclock: set PORTSCOUT
7433ffd |
Wednesday, 6 Nov 2024
|
20:41 Dirk Meyer (dinoex)
x11-clocks/asclock: update to 1.3
- more language options
- add clock options
8620194 |
Thursday, 11 Jan 2024
|
17:28 Dirk Meyer (dinoex)
x11-clocks/asclock: use ${PREFIX}/share/man
ae5139e |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
x11-clocks: remove 'Created by' lines
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
8426708 |
Monday, 10 Jan 2022
|
15:15 Stefan Eßer (se)
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Friday, 29 Oct 2021
|
09:50 Stefan Eßer (se)
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
819f25b |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 1 Jan 2020
|
20:53 dinoex
- update to 3.1
 |
Thursday, 7 Nov 2019
|
18:36 zeising
Add USES=xorg USES=gl, ports categories x
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.
 |
Sunday, 29 Jan 2017
|
10:51 dinoex
- add LICENSE
- add OPTIONS framework
- cleanup configure
- fix warnings
- make portlint happier
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- 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
 |
Sunday, 3 Aug 2014
|
16:19 dinoex
- fix order in USES
 |
Tuesday, 29 Jul 2014
|
19:11 adamw
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
 |
Monday, 28 Oct 2013
|
20:17 dinoex
- revert r331810
 |
06:20 dinoex
- use STAGEDIR
 |
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
 |
Friday, 20 Sep 2013
|
23:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-clocks)
 |
Saturday, 14 Sep 2013
|
10:56 bapt
Remove USE_GCC=any, builds properly with clang
 |
Friday, 28 Jun 2013
|
11:51 bapt
New USES imake to handle the dependency on imake.
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
 |
Saturday, 26 Jan 2013
|
14:32 dinoex
- add comment for imake problem with clang
 |
Tuesday, 9 Oct 2012
|
22:12 linimon
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
 |
Wednesday, 22 Dec 2010
|
16:53 dinoex
- fix spelling
Reported by: Bruce Cran
 |
Thursday, 4 Dec 2008
|
20:57 dinoex
- fix buffer overrun at startup
PR: 129326
Submitted by: G. Paul Ziemba
 |
Monday, 17 Mar 2008
|
18:47 dinoex
- set USE_XORG
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Saturday, 30 Dec 2006
|
15:08 garga
Register CONFLICTS with asclock-gtk and asclock-xlib
Approved by: dinoex (maintainer)
 |
Tuesday, 31 Oct 2006
|
15:55 dinoex
- take MAINTAINERSHIP
 |
Wednesday, 10 Mar 2004
|
22:47 glewis
. Fix a typo in COMMENT.
 |
Thursday, 5 Feb 2004
|
20:38 trevor
Use PLIST_FILES.
Reviewed by: marcus
 |
Monday, 3 Nov 2003
|
01:19 kris
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
 |
Friday, 7 Mar 2003
|
06:12 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Tuesday, 29 Jan 2002
|
12:14 knu
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
 |
Monday, 5 Feb 2001
|
17:05 olgeni
Style fixes for x11-clocks.
 |
Thursday, 3 Aug 2000
|
10:28 asami
(1) Add new variable, XFREE86_VERSION, to specify which version of 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.
 |
Number of commits found: 34 |