Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . use an origin instead of a port name at the header; | bsam | 2009-09-14 | 1 | -4/+4 |
| | | | | | | . change MAINTAINTER (ports -> emulation); . add linux-f10-libGLU to CONFLICTS; . bump PORTREVISION. | ||||
* | . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports; | bsam | 2009-06-03 | 1 | -2/+3 |
| | | | | . bump PORTREVISIONs. | ||||
* | Finish repocopies of new linux-f8 infrastructure ports: | bsam | 2009-04-01 | 1 | -1/+2 |
| | | | | | | . add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION). | ||||
* | Reset jylefort's port maintainerships. portmgr has taken his commit bit | linimon | 2008-04-29 | 1 | -1/+1 |
| | | | | into safekeeping due to inactivity. | ||||
* | - Remove unneeded dependency from gtk12/gtk20 [1] | miwi | 2008-04-20 | 1 | -1/+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) | ||||
* | Fix package building | jylefort | 2006-11-08 | 2 | -1/+6 |
| | |||||
* | Add linux-libGLU.so. Unlike graphics/linux_dri, this port does not | jylefort | 2006-11-06 | 2 | -0/+28 |
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 |