Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:40 1.5E_8 |
Tobias C. Berner (tcberner)  |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 1.5E_8 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2019 18:36:56
1.5E_8 |
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. |
14 Aug 2019 12:25:52
1.5E_8 |
mat  |
Convert to UCL & cleanup pkg-message (categories x) |
07 Nov 2016 15:47:41
1.5E_8 |
amdmi3  |
- Make NLS support non-optional; the option affects list of installed headers
and supported library functions, and disabling it makes third party ports
(games/xgospell, for example) fail |
10 Feb 2016 16:55:16
1.5E_7 |
amdmi3  |
- Switch to options helpers |
26 May 2015 00:06:47
1.5E_7 |
amdmi3  |
- Use options helpers
- Strip library |
21 Dec 2014 18:00:32
1.5E_6 |
amdmi3  |
- Silence patching
- Drop @dirrm* from plist |
09 Nov 2014 16:29:07
1.5E_6 |
dinoex  |
- fix MASTER_SITES |
10 Feb 2014 06:19:55
1.5E_6 |
miwi  |
- Stage support |
25 Oct 2013 15:08:37
1.5E_6 |
dinoex  |
- fix a bug that causes xfig to hang
Reported by: Cejka Rudolf
Obtained from: debian |
20 Sep 2013 23:57:48
1.5E_5 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
04 Sep 2013 13:09:08
1.5E_5 |
tijl  |
- Remove USE_GCC=any.
- Add OPTIONS_DEFINE.
- Remove FreeBSD/alpha support. |
28 Jun 2013 11:51:06
1.5E_4 |
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 |
01 May 2013 07:20:26
1.5E_4 |
jgh  |
- conversion to USES framework for gettext
Approved by: portmgr (bapt@) |
17 Apr 2013 21:49:31
1.5E_4 |
dinoex  |
- make portlint happier
- drop maintainership
cause options where removed
Feature safe: yes |
09 Mar 2013 21:43:02
1.5E_4 |
bapt  |
Get rid of XAWVER option in bsd.port.mk it does not need to be specified there
also remove a useless global XAWVER PLIST_SUB |
09 Oct 2012 22:12:14
1.5E_4 |
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. |
29 Sep 2012 19:02:20
1.5E_4 |
dinoex  |
- cleanup comments |
06 Jun 2012 16:39:34
1.5E_4 |
dinoex  |
- remove old OPTIONS |
08 Aug 2011 16:59:01
1.5E_4 |
dinoex  |
- cleanup MASTER_SITES |
02 Jul 2011 18:18:48
1.5E_4 |
miwi  |
- Kick MD5 support |
04 Jun 2010 14:24:17
1.5E_4 |
dinoex  |
LICENSE MIT (X11) |
31 May 2010 02:01:56
1.5E_4 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
05 May 2010 15:20:39
1.5E_3 |
dinoex  |
- new option WITHOUT_NLS
PR: 146278
Submitted by: bf |
26 Sep 2009 04:22:23
1.5E_3 |
dinoex  |
- use ARCH instead of MACHINE_ARCH
PR: 139000
Submitted by: Sylvio Cesar
Feature safe: yes |
25 Sep 2009 07:12:52
1.5E_3 |
dinoex  |
- Added more MASTER_SITES
- honor NOPORTDOCS
PR: 139000
Suggested by: Sylvio Cesar
Feature safe: yes |
21 Jun 2009 13:58:58
1.5E_3 |
dinoex  |
- order USE_* |
09 Jun 2009 15:33:28
1.5E_3 |
amdmi3  |
Convert most of remaining ports that depend on xorg-libraries to
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) |
16 Jan 2009 17:22:52
1.5E_2 |
dinoex  |
- add LICENSE: |
19 Apr 2008 17:56:05
1.5E_2  |
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) |
19 May 2007 20:32:57
1.5E_2 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
02 Feb 2007 17:06:25
1.5E_1 |
pav  |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
02 Dec 2006 19:31:57
1.5E_1 |
dinoex  |
- take maintainership |
15 Aug 2006 01:13:42
1.5E_1 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
10 Jun 2006 12:51:06
1.5E_1 |
pav  |
- Use SUB_FILES, DOCSDIR
PR: ports/98027
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
25 Nov 2005 19:33:59
1.5E_1 |
pav  |
- Add SHA256 |
29 Aug 2005 05:10:53
1.5E_1 |
lesi  |
Upgrade to 1.5E.
Use an additional patch provided by Stefan Monnier that allows the user to
enable or disable arrows in scrollbars at runtime.
PR: ports/84748
Submitted by: Carlos A M dos Santos (casantos at urisan.tche.br) |
12 Apr 2005 03:26:57
1.5_1 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.5_1 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
10 Jan 2005 19:12:13
1.5_1 |
lesi  |
Modify pkg-message on the fly to get proper library version in message.
The version of Xaw3d library depends on version of Xaw library installed by
XFree86, XFree86-4-libraries or xorg-libraries. Since Xaw version was
bumped with X.Org 6.8.1, bump PORTREVISION of this port to help people
updating (XAWVER in bsd.port.mk was already bumped).
Prodded by: kris
Pointy hat to: lesi |
03 Sep 2004 20:43:05
1.5 |
nork  |
Utilize X_WINDOW_SYSTEM. |
29 Jan 2004 16:13:06
1.5 |
trevor  |
SIZEify. |
20 Feb 2003 19:20:28
1.5 |
knu  |
De-pkg-comment. |
06 Oct 2002 18:44:13
1.5 |
naddy  |
Fix a link in the package list conditional on XFree86 3/4.
Modified from
PR: 43235
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
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 16:49:18  |
olgeni  |
Batch of style fixes for x11-toolkits. |
27 Dec 2000 20:53:50  |
markm  |
Force a link so that "make reinstall" works. |
08 Oct 2000 11:23:49  |
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 08:03:53  |
asami  |
Convert category x11-toolkits to new layout. |
11 Aug 2000 02:46:08  |
asami  |
Use newly-added %%XAWVER%% for XFree86-4 compatibility. |
16 Jun 2000 22:52:41  |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52  |
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:12:51  |
sobomax  |
Second round of INSTALL_SHLIBS=yes fixes. |