| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=294825
|
|
|
|
| |
Notes:
svn path=/head/; revision=277075
|
|
|
|
| |
Notes:
svn path=/head/; revision=270504
|
|
|
|
|
|
|
|
|
| |
. change MAINTAINTER (ports -> emulation);
. add linux-f10-libGLU to CONFLICTS;
. bump PORTREVISION.
Notes:
svn path=/head/; revision=241378
|
|
|
|
|
|
|
| |
. bump PORTREVISIONs.
Notes:
svn path=/head/; revision=235056
|
|
|
|
|
|
|
|
|
| |
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
Notes:
svn path=/head/; revision=231432
|
|
|
|
|
|
|
| |
into safekeeping due to inactivity.
Notes:
svn path=/head/; revision=212200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
| |
Notes:
svn path=/head/; revision=176750
|
|
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
Notes:
svn path=/head/; revision=176609
|