summaryrefslogtreecommitdiff
path: root/graphics/linux_dri-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Conflicts with linux-libGLUJean-Yves Lefort2006-11-061-1/+1
| | | | Notes: svn path=/head/; revision=176611
* Let the ports which have both bz2 and gz distfiles extract on 4.xBoris Samorodov2006-08-081-4/+7
| | | | | | | | | | | | | | | | | (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) Notes: svn path=/head/; revision=170141
* Replace spaces with tabs at the BROKEN message.Boris Samorodov2006-08-071-1/+1
| | | | | | | | Pointy hat to: bsam Approved by: netchild (implicit) Notes: svn path=/head/; revision=169997
* Correct the misplaced BROKEN message.Boris Samorodov2006-08-071-5/+5
| | | | | | | | Pointy hat to: bsam Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=169996
* Mark the port BROKEN if ${OSVERSION} < 500000: does not extract on 4.xBoris Samorodov2006-08-071-0/+4
| | | | | | | | | | (both bz2 and gz sources are used) Reported by: krismail Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=169993
* Add a linux_dri-devel port: CVS snapshot of DRI drivers for linux, which IEric Anholt2006-06-254-0/+112
compiled on a debian machine. Notes: svn path=/head/; revision=166298