- Update to 0.2.8.3.3
- Add LICENSE - Remove obsolete patch PR: 198218 Submitted by: hardy.schumacher@gmx.de Approved by: maintainer timeout
This commit is contained in:
parent
4b0729c60a
commit
93fc0c8ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386314
3 changed files with 6 additions and 25 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= armagetron
|
||||
PORTVERSION= 0.2.8.3.2
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.2.8.3.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}ad/stable/${PORTVERSION}/
|
||||
DISTNAME= armagetronad-${PORTVERSION}
|
||||
|
@ -12,6 +11,9 @@ EXTRACT_SUFX= .src.tar.bz2
|
|||
MAINTAINER= ianthetechie@gmail.com
|
||||
COMMENT= Multiplayer networked Tron clone in 3D
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-etc --disable-initscripts
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (armagetronad-0.2.8.3.2.src.tar.bz2) = f444e481de94e6c0e3933c709d46effd2adfe823f5ef44768adcc8003b8ba7c5
|
||||
SIZE (armagetronad-0.2.8.3.2.src.tar.bz2) = 1841407
|
||||
SHA256 (armagetronad-0.2.8.3.3.src.tar.bz2) = ddf2d781b134392e9667f17e0319ae2117c20e6eb7738e3cacd701f3608ea5e8
|
||||
SIZE (armagetronad-0.2.8.3.3.src.tar.bz2) = 1857868
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
diff -Nur configure.orig configure
|
||||
--- configure.orig 2013-12-16 15:45:20.000000000 +0400
|
||||
+++ configure 2013-12-16 15:46:48.000000000 +0400
|
||||
@@ -10629,12 +10629,12 @@
|
||||
CPPFLAGS="$CPPFLAGS `libpng-config --cflags`"
|
||||
LIBS="$LIBS $PNGLIBS"
|
||||
|
||||
-ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig"
|
||||
-if test "x$ac_cv_func_png_check_sig" = x""yes; then :
|
||||
+# ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig"
|
||||
+# if test "x$ac_cv_func_png_check_sig" = x""yes; then :
|
||||
|
||||
-else
|
||||
- as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5
|
||||
-fi
|
||||
+# else
|
||||
+# as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5
|
||||
+# fi
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5
|
Loading…
Reference in a new issue