Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.8_6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Nov 2019 10:08:50
0.8_6
|
tobik  |
e*: Add missing USES={gnome,sdl,xorg} |
14 Jun 2018 12:47:58
0.8_6 
|
tijl  |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine) |
18 Jan 2017 13:20:32
0.8_6 
|
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
01 Apr 2016 14:00:57
0.8_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
28 May 2015 11:41:20
0.8_6
|
amdmi3  |
- Strip libraries |
27 Oct 2014 12:24:23
0.8_5
|
bapt  |
Clean up plist |
03 Oct 2014 21:44:11
0.8_5
|
tijl  |
Convert to USES=autoreconf |
17 Sep 2014 07:38:16
0.8_5
|
tijl  |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
27 Aug 2014 19:12:21
0.8_5
|
tijl  |
Convert to USES=libtool. Because the bundled libtool is too old to work
with devel/libltdl libtoolize and other autotools are needed. |
16 Apr 2014 18:28:50
0.8_4
|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
10 Apr 2014 09:11:08
0.8_3
|
pawel  |
- Add staging support
- More precise LICENSE
- Remove some dependencies pulled in automatically by others
- Fix build with clang
MFH: 2014Q2 |
21 Feb 2014 13:36:40
0.8_3
|
ehaupt  |
Remove trailing whitespaces from category emulators |
10 Feb 2014 13:54:28
0.8_3
|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
16 Dec 2013 11:11:10
0.8_3
|
zeising  |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
29 Sep 2013 17:01:42
0.8_2
|
zeising  |
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
(Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 16:43:53
0.8_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
03 Aug 2013 08:45:52
0.8_1
|
az  |
- Convert to new perl framework
- Trim Makefile header |
25 May 2013 14:37:03
0.8_1
|
zeising  |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
27 Apr 2013 08:50:47
0.8_1
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
26 Apr 2013 10:44:29
0.8_1
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
23 Apr 2013 10:19:45
0.8_1
|
bapt  |
Convert e* to USES=pkgconfig |
28 Mar 2013 16:29:01
0.8_1
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
10 Dec 2012 19:11:12
0.8_1 
|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
07 Nov 2012 23:32:51
0.8
|
pawel  |
- Update to version 0.8
- Install examples
- Add LICENSE
PR: ports/171997
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
25 Jul 2012 06:32:08
0.6_3
|
cs  |
Fix typos in COMMENT |
11 Aug 2011 19:20:17
0.6_3 
|
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
02 Jul 2011 17:14:20
0.6_3
|
miwi  |
= Drop MD5 support |
25 Oct 2010 20:09:07
0.6_3
|
trasz  |
Drop maintainership for ports I can't maintain anymore. |
22 Nov 2009 19:49:43
0.6_3
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
06 Jun 2008 13:27:07
0.6_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
0.6_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) |
22 Mar 2008 14:48:03
0.6_1
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
26 Sep 2007 17:19:03
0.6
|
trasz  |
- Update to 0.6. |
11 Jul 2007 22:06:17
0.4_3
|
trasz  |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
19 May 2007 20:32:57
0.4_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
13 Apr 2007 13:03:49
0.4_2
|
trasz  |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
03 Mar 2007 12:25:06
0.4_2
|
miwi  |
- Respect X11BASE
Submitted by: pointyhat via kris
trasz (maintainer) |
03 Feb 2007 09:49:45
0.4_2
|
miwi  |
- Fix build after remove objformat on head
Submitted : trasz (maintainer via privat mail) |
11 Jan 2007 16:27:09
0.4_2
|
miwi  |
- Fix build with gcc 4.X
PR: ports/107819
Submitted by: trasz (Maintainer) |
10 Jan 2007 17:55:19
0.4_1
|
miwi  |
- Bump PORTREVISION for pointyhat
Submitted by: pointyhat
Approved by: maintainer |
03 Jan 2007 21:13:18
0.4
|
miwi  |
- Fix build with sparc64
PR: 107422
Submitted by: trasz |
21 Dec 2006 20:20:44
0.4
|
miwi  |
The Machine Emulator provides a general-purpose framework
for computer emulation. Right now it can emulate Sun 2/120 and
3/150.
WWW: http://theory.lcs.mit.edu/~fredette/tme/
PR: ports/106839
Submitted by: trasz <trasz at pin.if.uz.zgora.pl> |