| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 Apr 2012 20:24:51
6.8.2_3  |
netchild  |
Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).
I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.
Discussed with: bsam |
04 Jul 2011 21:58:50
6.8.2_3
|
dougb  |
Assist with de-MD5'ification |
08 Mar 2011 08:21:33
6.8.2_3
|
ehaupt  |
Update MASTER_SITES |
14 Sep 2009 09:23:33
6.8.2_3
|
bsam  |
. use an origin instead of a port name at the header;
. change MAINTAINTER (ports -> emulation);
. add linux-f10-libGLU to CONFLICTS;
. bump PORTREVISION. |
02 Jun 2009 21:15:40
6.8.2_2
|
bsam  |
. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs. |
01 Apr 2009 10:10:16
6.8.2_1
|
bsam  |
Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION). |
29 Apr 2008 05:11:44
6.8.2
|
linimon  |
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity. |
19 Apr 2008 17:56:05
6.8.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) |
07 Nov 2006 21:38:48
6.8.2
|
jylefort  |
Fix package building |
06 Nov 2006 14:15:28
6.8.2
|
jylefort  |
Add linux-libGLU.so. Unlike graphics/linux_dri, this port does not
provide libGL.so and is therefore useful for nvidia users (since
x11/nvidia-driver already provides libGL.so). That is, to express a
dependency on libGLU, do this:
.if defined(WITH_NVIDIA_GL)
RUN_DEPENDS+=
${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux-libGLU
.else
RUN_DEPENDS+=
${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux_dri
.endif |