aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-libGLU
Commit message (Collapse)AuthorAgeFilesLines
* Set the expiration date for all ports which depend upon linux_base-fc4 toAlexander Leidinger2012-04-141-0/+2
| | | | | | | | | | | | | | | | 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
* Assist with de-MD5'ificationDoug Barton2011-07-041-2/+0
| | | | Notes: svn path=/head/; revision=277075
* Update MASTER_SITESEmanuel Haupt2011-03-081-0/+1
| | | | Notes: svn path=/head/; revision=270504
* . use an origin instead of a port name at the header;Boris Samorodov2009-09-141-4/+4
| | | | | | | | | . change MAINTAINTER (ports -> emulation); . add linux-f10-libGLU to CONFLICTS; . bump PORTREVISION. Notes: svn path=/head/; revision=241378
* . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;Boris Samorodov2009-06-021-2/+3
| | | | | | | . bump PORTREVISIONs. Notes: svn path=/head/; revision=235056
* Finish repocopies of new linux-f8 infrastructure ports:Boris Samorodov2009-04-011-1/+2
| | | | | | | | | . 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
* Reset jylefort's port maintainerships. portmgr has taken his commit bitMark Linimon2008-04-291-1/+1
| | | | | | | into safekeeping due to inactivity. Notes: svn path=/head/; revision=212200
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* Fix package buildingJean-Yves Lefort2006-11-072-1/+6
| | | | Notes: svn path=/head/; revision=176750
* Add linux-libGLU.so. Unlike graphics/linux_dri, this port does notJean-Yves Lefort2006-11-062-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 Notes: svn path=/head/; revision=176609