Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5E_8 20 Jul 2022 14:23:40 |
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 ) |
1.5E_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5E_8 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.5E_8 14 Aug 2019 12:25:52 |
mat |
Convert to UCL & cleanup pkg-message (categories x) |
1.5E_8 07 Nov 2016 15:47:41 |
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 |
1.5E_7 10 Feb 2016 16:55:16 |
amdmi3 |
- Switch to options helpers |
1.5E_7 26 May 2015 00:06:47 |
amdmi3 |
- Use options helpers
- Strip library |
1.5E_6 21 Dec 2014 18:00:32 |
amdmi3 |
- Silence patching
- Drop @dirrm* from plist |
1.5E_6 09 Nov 2014 16:29:07 |
dinoex |
- fix MASTER_SITES |
1.5E_6 10 Feb 2014 06:19:55 |
miwi |
- Stage support |
1.5E_6 25 Oct 2013 15:08:37 |
dinoex |
- fix a bug that causes xfig to hang
Reported by: Cejka Rudolf
Obtained from: debian |
1.5E_5 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
1.5E_5 04 Sep 2013 13:09:08 |
tijl |
- Remove USE_GCC=any.
- Add OPTIONS_DEFINE.
- Remove FreeBSD/alpha support. |
1.5E_4 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.5E_4 01 May 2013 07:20:26 |
jgh |
- conversion to USES framework for gettext
Approved by: portmgr (bapt@) |
1.5E_4 17 Apr 2013 21:49:31 |
dinoex |
- make portlint happier
- drop maintainership
cause options where removed
Feature safe: yes |
1.5E_4 09 Mar 2013 21:43:02 |
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 |
1.5E_4 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.5E_4 29 Sep 2012 19:02:20 |
dinoex |
- cleanup comments |
1.5E_4 06 Jun 2012 16:39:34 |
dinoex |
- remove old OPTIONS |
1.5E_4 08 Aug 2011 16:59:01 |
dinoex |
- cleanup MASTER_SITES |
1.5E_4 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
1.5E_4 04 Jun 2010 14:24:17 |
dinoex |
LICENSE MIT (X11) |
1.5E_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.5E_3 05 May 2010 15:20:39 |
dinoex |
- new option WITHOUT_NLS
PR: 146278
Submitted by: bf |
1.5E_3 26 Sep 2009 04:22:23 |
dinoex |
- use ARCH instead of MACHINE_ARCH
PR: 139000
Submitted by: Sylvio Cesar
Feature safe: yes |
1.5E_3 25 Sep 2009 07:12:52 |
dinoex |
- Added more MASTER_SITES
- honor NOPORTDOCS
PR: 139000
Suggested by: Sylvio Cesar
Feature safe: yes |
1.5E_3 21 Jun 2009 13:58:58 |
dinoex |
- order USE_* |
1.5E_3 09 Jun 2009 15:33:28 |
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) |
1.5E_2 16 Jan 2009 17:22:52 |
dinoex |
- add LICENSE: |
1.5E_2 19 Apr 2008 17:56:05 |
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) |
1.5E_2 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.5E_1 02 Feb 2007 17:06:25 |
pav |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
1.5E_1 02 Dec 2006 19:31:57 |
dinoex |
- take maintainership |
1.5E_1 15 Aug 2006 01:13:42 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.5E_1 10 Jun 2006 12:51:06 |
pav |
- Use SUB_FILES, DOCSDIR
PR: ports/98027
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5E_1 25 Nov 2005 19:33:59 |
pav |
- Add SHA256 |
1.5E_1 29 Aug 2005 05:10:53 |
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) |
1.5_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.5_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.5_1 10 Jan 2005 19:12:13 |
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 |
1.5 03 Sep 2004 20:43:05 |
nork |
Utilize X_WINDOW_SYSTEM. |
1.5 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.5 20 Feb 2003 19:20:28 |
knu |
De-pkg-comment. |
1.5 06 Oct 2002 18:44:13 |
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. |