pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/crossfire-server



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:34:18 UTC 2020

Modified Files:
        pkgsrc/games/crossfire-server: Makefile

Log Message:
Ignore portability issues in file normally not used


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/games/crossfire-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/crossfire-server/Makefile
diff -u pkgsrc/games/crossfire-server/Makefile:1.50 pkgsrc/games/crossfire-server/Makefile:1.51
--- pkgsrc/games/crossfire-server/Makefile:1.50 Sun Mar  8 16:49:35 2020
+++ pkgsrc/games/crossfire-server/Makefile      Thu Mar 26 02:34:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/03/08 16:49:35 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2020/03/26 02:34:18 joerg Exp $
 
 DISTNAME=      crossfire-1.71.0
 PKGNAME=       ${DISTNAME:S/crossfire-/crossfire-server-/1}
@@ -24,6 +24,8 @@ PLIST_SRC=    ${WRKDIR}/PLIST PLIST
 
 BUILD_DEFS+=   VARBASE
 
+CHECK_PORTABILITY_SKIP+=       utils/get_release.in
+
 # "Collect is already running.
 # If you think this is an error, rmdir collect.lock"
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index