pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gps fix PKG_FAIL_REASON



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cc6cedff7dc
branches:  trunk
changeset: 398465:1cc6cedff7dc
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jul 20 18:01:45 2019 +0000

description:
fix PKG_FAIL_REASON

diffstat:

 devel/gps/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 967a2c1fb8a5 -r 1cc6cedff7dc devel/gps/Makefile
--- a/devel/gps/Makefile        Sat Jul 20 14:03:59 2019 +0000
+++ b/devel/gps/Makefile        Sat Jul 20 18:01:45 2019 +0000
@@ -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 @@
 
 # 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