Commit Graph

10 Commits

Author SHA1 Message Date
Boris Samorodov
fcad1e0ebb Add linux-f10-libGLU to conflicts and bump PORTREVISION.
Affected ports:
. graphics/linux-dri74;
. graphics/linux_dri;
. graphics/linux_dri-devel.
2009-09-14 09:44:56 +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
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +00:00
Jean-Yves Lefort
aed4a99ee5 Conflicts with linux-libGLU 2006-11-06 14:17:41 +00:00
Boris Samorodov
2fb3e05efa Let the ports which have both bz2 and gz distfiles extract on 4.x
(actually, if ${OSVERSION} < 502111):
- remove BROKEN from graphics/linux_dri-devel;
- remove IGNORE from graphics/linux_dri.

The next technique is used (thanks Brooks Davis):
.if ${OSVERSION} < 502111
EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive
TAR=              bsdtar
.endif

Approved by:	netchild (mentor, implicit)
2006-08-08 19:19:35 +00:00
Boris Samorodov
f4d08cc508 Replace spaces with tabs at the BROKEN message.
Pointy hat to:	bsam
Approved by:	netchild (implicit)
2006-08-07 15:01:01 +00:00
Boris Samorodov
01cb06b163 Correct the misplaced BROKEN message.
Pointy hat to:	bsam
Approved by:	netchild (mentor, implicit)
2006-08-07 14:53:46 +00:00
Boris Samorodov
687fb29544 Mark the port BROKEN if ${OSVERSION} < 500000: does not extract on 4.x
(both bz2 and gz sources are used)

Reported by:	krismail
Approved by:	netchild (mentor, implicit)
2006-08-07 14:37:09 +00:00
Eric Anholt
4df68e63a6 Add a linux_dri-devel port: CVS snapshot of DRI drivers for linux, which I
compiled on a debian machine.
2006-06-25 14:33:51 +00:00