diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-01 20:23:56 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-01 20:23:56 +0000 |
commit | 4e53dd47dc0ce458675b075af8de92cbc7385d89 (patch) | |
tree | 650f6d1696c8b579fb78a49756d11c9893db5f48 | |
parent | - Update to 0.08 (diff) |
Chase PLIB's upgrade.
-rw-r--r-- | games/torcs/Makefile | 1 | ||||
-rw-r--r-- | games/torcs/files/patch-configure | 22 |
2 files changed, 21 insertions, 2 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 1921f4146d9c..ca5ad8378c26 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -7,6 +7,7 @@ PORTNAME= torcs PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/torcs/files/patch-configure b/games/torcs/files/patch-configure index 0d5276fb676f..c176439aeed0 100644 --- a/games/torcs/files/patch-configure +++ b/games/torcs/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sat Feb 7 20:50:14 2004 -+++ configure Sun Feb 8 14:36:34 2004 +--- configure.orig Tue Jun 1 22:10:38 2004 ++++ configure Tue Jun 1 22:13:20 2004 @@ -2023,13 +2023,11 @@ fi @@ -25,3 +25,21 @@ #include <unistd.h> #include <plib/ul.h> +@@ -3369,7 +3364,7 @@ + int main() { + int major, minor, micro; + +- if ( PLIB_VERSION != MIN_PLIB_VERSION ) { ++ if ( PLIB_VERSION < MIN_PLIB_VERSION ) { + return -1; + } + +@@ -3385,7 +3380,7 @@ + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -fr conftest* +- echo "$ac_t""PLIB 1.6.0 was not detected. TORCS can run only with PLIB 1.6.0, so verify that the PLIB 1.6.0 is really the version installed on your system." 1>&6 ++ echo "$ac_t""PLIB 1.6.0 was not detected. TORCS can run only with PLIB > 1.6.0, so verify that the PLIB 1.6.0 is really the version installed on your system." 1>&6 + fi + rm -fr conftest* + fi |