non port: x11-clocks/asclock-xlib/Makefile |
Number of commits found: 24 |
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 |
Monday, 4 Oct 2021
|
19:58 Rene Ladan (rene)
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary
e56a7da |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
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.
 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
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
 |
Tuesday, 24 Jun 2014
|
15:15 kuriyama
Remove IS_INTERACTIVE.
PR: ports/191208
Submitted by: marino
 |
Monday, 9 Jun 2014
|
15:41 kuriyama
- Stagify.
 |
Friday, 20 Sep 2013
|
23:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-clocks)
 |
Friday, 28 Jun 2013
|
23:05 bapt
Convert to USES=imake
 |
Sunday, 25 Sep 2011
|
02:35 dougb
When not -D BATCH mark IS_INTERACTIVE, make imake dependency unconditional
PR: ports/151723
Submitted by: me
Approved by: maintainer timeout (11 months)
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
 |
Saturday, 2 Jun 2007
|
03:00 kuriyama
- Correct MAN1 handling.
- Fix compilation with gcc 4.2.
Mostly submitted by: dougb
 |
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, 22 Feb 2003
|
07:48 kuriyama
de-pkg-comment.
 |
Friday, 6 Jul 2001
|
00:19 kuriyama
Original asclock.org website have disappeared.
 |
Monday, 5 Feb 2001
|
17:05 olgeni
Style fixes for x11-clocks.
 |
Monday, 11 Dec 2000
|
01:38 kuriyama
Master site (www.asclock.org) seems to be down for about 2 month. Add
$MASTER_SITE_LOCAL to $MASTER_SITES.
 |
Thursday, 2 Nov 2000
|
04:21 kuriyama
Add missing MAN1=asclock.1.
 |
Tuesday, 12 Sep 2000
|
13:50 kuriyama
Move variable definitions before including bsd.port.pre.mk. This fixes $PREFIX
problem.
 |
Monday, 14 Aug 2000
|
06:49 kuriyama
I don't know why I used both $X11BASE and $LOCALBASE for installing
destination.
 |
Tuesday, 8 Aug 2000
|
09:14 kuriyama
Use USE_IMAKE when BATCH=YES.
 |
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: 24 |