Commit graph

9 commits

Author SHA1 Message Date
Doug Barton
a4e938b826 Assist with de-MD5'ification 2011-07-04 22:07:21 +00:00
Emanuel Haupt
c03a60a4cc Update MASTER_SITES 2011-03-08 08:21:32 +00:00
Boris Samorodov
28cba67c62 . use an origin instead of a port name at the header;
. change MAINTAINTER (ports -> emulation);
. add linux-f10-libGLU to CONFLICTS;
. bump PORTREVISION.
2009-09-14 09:23:33 +00:00
Boris Samorodov
f6f9c02e7e . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
2009-06-02 21:15:40 +00:00
Boris Samorodov
7aec2c3eab 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).
2009-04-01 10:10:16 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Jean-Yves Lefort
dbb1737ef3 Fix package building 2006-11-07 21:38:48 +00:00
Jean-Yves Lefort
be37eb43d5 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
2006-11-06 14:15:28 +00:00