Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3 07 Nov 2024 04:59:51 |
Dirk Meyer (dinoex) |
x11-clocks/asclock: set PORTSCOUT |
1.3 06 Nov 2024 20:41:28 |
Dirk Meyer (dinoex) |
x11-clocks/asclock: update to 1.3
- more language options
- add clock options |
1.0_5 11 Jan 2024 17:28:25 |
Dirk Meyer (dinoex) |
x11-clocks/asclock: use ${PREFIX}/share/man |
1.0_4 20 Jul 2022 14:23:33 |
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> (Only the first 15 lines of the commit message are shown above ) |
1.0_4 10 Jan 2022 15:15:39 |
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 (Only the first 15 lines of the commit message are shown above ) |
1.0_4 29 Oct 2021 09:50:18 |
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) |
1.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_4 01 Jan 2020 20:53:40 |
dinoex |
- update to 3.1 |
1.0_4 07 Nov 2019 18:36:56 |
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. |
1.0_4 29 Jan 2017 10:51:29 |
dinoex |
- add LICENSE
- add OPTIONS framework
- cleanup configure
- fix warnings
- make portlint happier |
1.0_3 14 May 2015 10:15:09 |
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 |
1.0_3 03 Aug 2014 16:19:18 |
dinoex |
- fix order in USES |
1.0_3 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.0_3 28 Oct 2013 20:17:50 |
dinoex |
- revert r331810 |
1.0_3 28 Oct 2013 06:20:44 |
dinoex |
- use STAGEDIR |
1.0_3 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
1.0_3 20 Sep 2013 23:44:55 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-clocks) |
1.0_3 14 Sep 2013 10:56:35 |
bapt |
Remove USE_GCC=any, builds properly with clang |
1.0_3 28 Jun 2013 11:51:06 |
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 |
1.0_3 26 Jan 2013 14:32:26 |
dinoex |
- add comment for imake problem with clang |
1.0_3 09 Oct 2012 22:12:14 |
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. |
1.0_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0_3 22 Dec 2010 16:53:45 |
dinoex |
- fix spelling
Reported by: Bruce Cran |
1.0_3 16 Jan 2009 17:19:47 |
dinoex |
- add LICENSE: |
1.0_3 04 Dec 2008 20:57:48 |
dinoex |
- fix buffer overrun at startup
PR: 129326
Submitted by: G. Paul Ziemba |
1.0_2 17 Mar 2008 18:47:57 |
dinoex |
- set USE_XORG |
1.0_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0 30 Dec 2006 15:08:20 |
garga |
Register CONFLICTS with asclock-gtk and asclock-xlib
Approved by: dinoex (maintainer) |
1.0 31 Oct 2006 15:55:55 |
dinoex |
- take MAINTAINERSHIP |
1.0 25 Nov 2005 19:16:38 |
pav |
- Add SHA256 |
1.0 04 Aug 2004 18:07:40 |
glewis |
. Fix a typo (extentions -> extensions). |
1.0 10 Mar 2004 22:47:25 |
glewis |
. Fix a typo in COMMENT. |
1.0 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
1.0 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.0 03 Nov 2003 01:19:26 |
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 |
1.0 07 Mar 2003 06:12:26 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
29 Jan 2002 12:14:18 |
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.
|
05 Feb 2001 17:05:30 |
olgeni |
Style fixes for x11-clocks. |
08 Oct 2000 07:41:03 |
asami |
Convert category x11-clocks to new layout. |
03 Aug 2000 10:28:58 |
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. |