Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Jan 2021 00:45:17
3.0.0_2

|
amdmi3  |
- Switch to USES=localbase
- Add missing dependency on xxf86vm
- Switch to options helpers
- Remove redundant INSTALL_TARGET
Approved by: portmgr blanket |
19 Aug 2020 13:04:49
3.0.0_2

|
zeising  |
graphics/freeglut: fix for -fno-common
Fix the build of graphics/freeglut when built with -fno-common, which is the
default with llvm 11.
MFH: 2020Q3 |
28 May 2020 08:43:30
3.0.0_2

|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). |
03 Nov 2019 21:56:38
3.0.0_2

|
zeising  |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
13 Aug 2019 16:03:12
3.0.0_2

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
25 Dec 2018 20:25:40
3.0.0_2

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
25 Oct 2018 18:48:23
3.0.0_2

|
zeising  |
graphics/freeglut: Fix build after joy(4) removal
Fix build of graphics/freeglut after the removal of the joy(4) driver in
FreeBSD CURRENT. The same fix is applied for all FreeBSD versions though.
Simply remove the include of sys/joystick.h, and instead bring in the
definition of struct joystick from that file into the freeglut source. None
of the ioctls in sys/joystick.h are ever used in freeglut.
Please note that juystick support in freeglut on FreeBSD is not really
tested, so no promises are made about it.
Reported by: goshanecr on the FreeBSD forum
in collaboration with: imp |
23 May 2017 05:03:16
3.0.0_1

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
21 Oct 2016 15:21:13
3.0.0

|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
12 Dec 2015 18:51:43
3.0.0

|
kwm  |
Update freeglut to 3.0.
* Update COMMENT/pkg-message
* Remove conflicts libglut has been gone for ages.
Obtained from: xorg devel repo |
19 May 2015 19:06:06
2.8.1_4

|
amdmi3  |
- Drop .la file
- Strip library
- Add LICENSE_FILE
PR: 196155
Submitted by: amdmi3
Approved by: maintainer timeout (x11, 6 months) |
22 Apr 2015 23:45:50
2.8.1_3

|
amdmi3  |
- Fix build on mips:
/usr/bin/ld: undefined reference to symbol `sin@@FBSD_1.0' (try adding -lm)
PR: 196155 (partial)
Submitted by: amdmi3
Approved by: maintainer timeout (x11)
Approved by: portmgr blanket |
20 Oct 2014 17:04:21
2.8.1_3

|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
2.8.1_3

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
15 Jul 2014 15:30:09
2.8.1_2

|
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
13 Jun 2014 07:36:28
2.8.1_2

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
05 May 2014 09:45:37
2.8.1_2

|
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
23 Apr 2014 13:25:17
2.8.1_2

|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
16 Apr 2014 18:28:50
2.8.1_1

|
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 ) |
16 Dec 2013 11:11:10
2.8.1

|
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] |
20 Sep 2013 18:35:46
2.8.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
25 May 2013 14:37:03
2.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 ) |
23 Apr 2013 10:47:03
2.8.0

|
bapt  |
Convert g* to USES=pkgconfig |
05 Aug 2012 09:42:16
2.8.0
|
zeising  |
Remove the pkg-message. The information contained in here is dated.
Approved by: miwi (mentor) |
10 Jun 2012 08:34:35
2.8.0
|
miwi  |
- Pass maintainership to x11@
PR: 168912
Submitted by: previous maintainer |
08 Feb 2012 10:32:53
2.8.0
|
gahr  |
- Update to 2.8.0
Changes:
* There are now callbacks to support multitouch capability.
* Solaris and OSX support have improved.
* Fullscreen mode and Game mode behave better.
* Addition of Visual Studio 2010 projects & solutions.
* Many bugs have been fixed.
PR: 163829
Submitted by: Pietro Cerutti <gahr@FreeBSD.org> |
23 Sep 2011 22:26:39
2.6.0
|
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 |
17 Sep 2011 08:42:12
2.6.0
|
crees  |
Update email address for ports maintained by aldis@bsdroot.lv -->
graudeejs@gmail.com |
03 Jul 2011 14:12:23
2.6.0
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
2.6.0
|
ade  |
Sync to new bsd.autotools.mk |
06 Jul 2010 17:35:47
2.6.0
|
rene  |
- Update to 2.6.0
- Add a patch to build with the USB2 stack
- Unbreak on 8.X
PR: ports/148215
Submitted by: Aldis Berjoza [aldis bsdroot.lv]
Approved by: tabthorpe (mentor)
Feature safe: yes |
02 Aug 2009 19:36:34
2.4.0_4
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
22 May 2009 09:27:14
2.4.0_4
|
erwin  |
Mark BROKEN on 8.x: does not build. |
21 Aug 2008 06:18:49
2.4.0_4
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 17:56:05
2.4.0_4 
|
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) |
23 Mar 2008 23:00:25
2.4.0_4
|
thierry  |
- Since X11BASE = LOCALBASE, register a conflict between freeglut and
libglut;
- s/USE_XLIB/USE_XORG/ |
19 May 2007 20:32:57
2.4.0_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Apr 2007 21:06:14
2.4.0_1
|
gabor  |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h |
01 Feb 2007 02:42:06
2.4.0_1
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
23 Dec 2006 18:01:50
2.4.0_1
|
stas  |
- Fix building with gcc41. The fix should be for really for xproto (c99
compatiblity), but it's not good to fix that now when the x11r7 import
is planned. |
14 Aug 2006 23:06:39
2.4.0_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
07 May 2006 23:46:33
2.4.0_1
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
23 Feb 2006 10:40:45
2.4.0_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
16 Jan 2006 00:07:03
2.4.0
|
pav  |
- Move freeglut from x11-toolkits to graphics, where libglut already is
PR: ports/91711
Submitted by: Sangwoo Shim <sangwoos@gmail.com>
Repocopied by: marcus |