Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.12_9 04 Feb 2024 19:13:55
    |
Gleb Popov (arrowd)  |
*: Move manpages to share/man for imake ports.
Approved by: portmgr (blanket) |
0.5.12_8 20 Jul 2022 14:23:32
    |
Tobias C. Berner (tcberner)  |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
0.5.12_8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5.12_8 02 Oct 2019 19:41:26
  |
bapt  |
Avoid GNU bison by using bison:alias
While here, modernize |
0.5.12_8 03 Nov 2016 09:04:22
  |
amdmi3  |
- Switch to USES=localbase
- Fix license |
0.5.12_8 30 Mar 2016 06:48:08
  |
bapt  |
revert r412141
On FreeBSD 9 the dependency syntax used here will use the "old yacc" which is in
in base and not byacc from ports which does not support %pure_parser.
Dropping bison as a build dependency is not worth a more complex syntax |
0.5.12_8 29 Mar 2016 23:20:33
  |
bapt  |
Replace the bison dependency by byacc
It reduces the number of build dependencies required (bison requires gettext)
Also note that byacc is in base since FreeBSD 10.0 |
0.5.12_8 24 Mar 2015 19:37:44
  |
marino  |
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits
approved by: PTHREAD blanket |
0.5.12_8 20 Dec 2014 19:55:19
  |
bapt  |
cleanup plist |
0.5.12_8 30 Nov 2014 11:20:35
  |
antoine  |
Allow building with bison 3
PR: ports/194680 |
0.5.12_8 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.5.12_8 28 Oct 2013 01:18:17
  |
eadler  |
Cleanup of the ports in the x11 directory
- Convert to staging |
0.5.12_8 20 Sep 2013 23:43:20
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
0.5.12_8 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 |
0.5.12_8 08 Mar 2013 11:32:12
  |
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
0.5.12_8 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.5.12_8 25 Mar 2011 11:36:28
 |
miwi  |
- Remove DEPRECATED
- Fix MASTER_SITES
- Utilize PLIST_FILES
PR: 155843
Submitted by: Ports Fury |
0.5.12_8 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.5.12_8 11 Mar 2011 21:08:58
 |
bapt  |
Deprecate unmaintained ports from x11 where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
0.5.12_8 06 Mar 2009 12:04:11
 |
johans  |
- Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
Replace %{ .. %} with %code { .. } where required
and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat
PR: ports/131640
Approved by: portmgr (pav) |
0.5.12_8 27 Jan 2009 23:38:04
 |
pav  |
- Fix build (needs Xtst)
Reported by: pointyhat |
0.5.12_8 23 Jan 2009 16:28:36
 |
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
0.5.12_7 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) |
0.5.12_6 20 Mar 2008 10:09:36
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.5.12_6 17 Oct 2007 10:13:01
 |
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.5.12_5 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}. |
0.5.12_4 21 Mar 2006 10:13:35
 |
tdb  |
- Fix MASTER_SITES, make fetchable
- Drop USE_REINPLACE
- Drop WWW, since there doesn't appear to be an appropriate one
PR: 94763
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> |
0.5.12_4 25 Nov 2005 19:09:52
 |
pav  |
- Add SHA256 |
0.5.12_4 10 Nov 2004 14:50:52
 |
leeym  |
- utilize USE_GETOPT_LONG and remove dependency on libgnugetopt on 5.x |
0.5.12_4 23 Jun 2004 13:34:39
 |
sf  |
unbreak 4.x.
Reported by: bento via vs@ |
0.5.12_4 16 Mar 2004 22:54:06
 |
marcus  |
Chase the new location of libXft. |
0.5.12_4 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.5.12_3 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.5.12_3 19 Oct 2003 11:10:56
 |
ijliao  |
update WWW |
0.5.12_3 15 Jul 2003 10:08:54
 |
sf  |
PORTSDIR should be referred after pre.mk.
This fixes make readmes infinite loop.
Pointed and Tested by: Melvyn Sopacua <freebsd-ports@webteckies.org> |
0.5.12_3 14 Jul 2003 02:37:55
 |
sf  |
link gnugetopt statically. |
0.5.12_2 12 May 2003 21:59:42
 |
anholt  |
Libraries linked against changed, bump PORTREVISION. |
0.5.12_1 12 May 2003 21:52:49
 |
anholt  |
Un-break after Xft and XFree86 4.3 changes. |
0.5.12_1 20 Feb 2003 19:17:05
 |
knu  |
De-pkg-comment. |
0.5.12_1 18 Feb 2003 04:51:34
 |
anholt  |
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus |
0.5.12_1 02 Dec 2002 16:52:41
 |
marcus  |
Fix build with bison 1.75.
Reported by: bento |
0.5.12_1 01 Sep 2002 16:07:59
 |
dwcjr  |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
0.5.12_1 15 May 2002 14:55:19
 |
ijliao  |
correct etc path |
0.5.12 14 May 2002 08:19:03
 |
ijliao  |
add xstroke 0.5.12
Fullscreen gesture recognition |