From owner-svn-ports-head@freebsd.org Sun Feb 12 11:55:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70B6FCDCA73; Sun, 12 Feb 2017 11:55:52 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DA31190A; Sun, 12 Feb 2017 11:55:52 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CBtpln031883; Sun, 12 Feb 2017 11:55:51 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CBtpRh031882; Sun, 12 Feb 2017 11:55:51 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201702121155.v1CBtpRh031882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 12 Feb 2017 11:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433936 - head/x11/nvidia-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 11:55:52 -0000 Author: kwm Date: Sun Feb 12 11:55:51 2017 New Revision: 433936 URL: https://svnweb.freebsd.org/changeset/ports/433936 Log: Unbreak the build of nvidia-driver-304, which I broke in r433892 [1] While here add += to the SUB_LIST lines so we don't accidently overwrite other SUB_LIST if they should be added later. Reported by: Walter Schwarzenfeld [1] Modified: head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Sun Feb 12 09:01:29 2017 (r433935) +++ head/x11/nvidia-driver/Makefile Sun Feb 12 11:55:51 2017 (r433936) @@ -58,9 +58,9 @@ NVVERSION= ${DISTVERSION} .endif .if ${NVVERSION} >= 331.013 -SUB_LIST= NVGL="" +SUB_LIST+= NVGL="" .else -SUB_LIST= NVGL="# " +SUB_LIST+= NVGL="\# " .endif .if ${NVVERSION} < 355.006