pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gps



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jul 20 18:01:45 UTC 2019

Modified Files:
        pkgsrc/devel/gps: Makefile

Log Message:
fix PKG_FAIL_REASON


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/gps/Makefile

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

Modified files:

Index: pkgsrc/devel/gps/Makefile
diff -u pkgsrc/devel/gps/Makefile:1.59 pkgsrc/devel/gps/Makefile:1.60
--- pkgsrc/devel/gps/Makefile:1.59      Thu May 23 19:22:58 2019
+++ pkgsrc/devel/gps/Makefile   Sat Jul 20 18:01:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2019/05/23 19:22:58 rillig Exp $
+# $NetBSD: Makefile,v 1.60 2019/07/20 18:01:45 tnn Exp $
 
 DISTNAME=      gps-${GPS_VERSION}
 PKGREVISION=   22
@@ -13,7 +13,7 @@ LICENSE=      gnu-gpl-v2
 
 # GPS is no longer buildable and needs to be updated to work with
 # current Ada compilers. The former MAINTAINER abandoned it.
-PKG_FAIL_REASON=       Unbuildable with gcc5-aux.
+PKG_FAIL_REASON+=      "Unbuildable with gcc5-aux."
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake sed perl awk pkg-config



Home | Main Index | Thread Index | Old Index