diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-12-28 21:56:21 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-12-28 21:56:21 +0800 |
commit | 0c30fc0a5778c05bd782fdbaba8e8717c455f602 (patch) | |
tree | 416a3d00e3ac0f47db0331765cb9c2702ce9a81c | |
parent | aa3507129a1df9a924b93ce6534a9c3614477103 (diff) | |
download | freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.tar.gz freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.tar.zst freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.zip |
- Add PORTSCOUT variable.
-rw-r--r-- | devel/allegro/Makefile | 3 | ||||
-rw-r--r-- | games/quake2max/Makefile | 3 | ||||
-rw-r--r-- | games/rtcw/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index d9e9359ae4c2..103f120d47e7 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -43,6 +43,9 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" SHLIB_VER= 42 DEMO= demo.c demo.dat demo.h music.txt ../readme.txt +# Restrict to stable (even) versions, indicated by the second component. +PORTSCOUT= limitw:1,even + .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 diff --git a/games/quake2max/Makefile b/games/quake2max/Makefile index 101d70fe7172..c1ad81263641 100644 --- a/games/quake2max/Makefile +++ b/games/quake2max/Makefile @@ -42,6 +42,9 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME} Q2MAX_DATA= ${PORTNAME}.${PORTVERSION:S/.//}.rar +# The data is not available and compiled executables do not work for 0.45. +PORTSCOUT= skipv:0.45 + .include "${.CURDIR}/../quake2-data/Makefile.include" .include <bsd.port.pre.mk> diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 3ff8f0d8b724..bbfa4d8065ec 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -26,6 +26,9 @@ NO_WRKSUBDIR= yes SUB_FILES= pkg-message PROGS= wolf wolfded wolfsp +# Ignore older version which seems to be newer. +PORTSCOUT= skipv:1.41-3 + do-extract: @${MKDIR} ${WRKDIR} @cd ${WRKDIR} && tail +376 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ |