From owner-svn-ports-all@FreeBSD.ORG Fri Apr 18 17:10:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01CA9686; Fri, 18 Apr 2014 17:10:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C9E5D1730; Fri, 18 Apr 2014 17:10:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IHAGTa051608; Fri, 18 Apr 2014 17:10:16 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3IHAGeZ051606; Fri, 18 Apr 2014 17:10:16 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201404181710.s3IHAGeZ051606@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 18 Apr 2014 17:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351551 - in head/graphics/svgalib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 17:10:17 -0000 Author: mat Date: Fri Apr 18 17:10:16 2014 New Revision: 351551 URL: http://svnweb.freebsd.org/changeset/ports/351551 QAT: https://qat.redports.org/buildarchive/r351551/ Log: Fix build as a user. USES+=uidfix dos2unix shebangfix Sponsored by: Absolight Modified: head/graphics/svgalib/Makefile head/graphics/svgalib/files/patch-aa Modified: head/graphics/svgalib/Makefile ============================================================================== --- head/graphics/svgalib/Makefile Fri Apr 18 17:03:05 2014 (r351550) +++ head/graphics/svgalib/Makefile Fri Apr 18 17:10:16 2014 (r351551) @@ -3,7 +3,7 @@ PORTNAME= svgalib PORTVERSION= 1.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics devel MASTER_SITES= http://www.svgalib.org/ @@ -12,8 +12,9 @@ COMMENT= A low level console graphics li ONLY_FOR_ARCHS= i386 amd64 -USE_DOS2UNIX= utils/gtf/gtf.h utils/gtf/scitech.h -USES= gmake +USES= gmake uidfix dos2unix shebangfix +DOS2UNIX_FILES= utils/gtf/gtf.h utils/gtf/scitech.h +SHEBANG_FILES= utils/svgakeymap USE_LDCONFIG= yes ALL_TARGET= shared static Modified: head/graphics/svgalib/files/patch-aa ============================================================================== --- head/graphics/svgalib/files/patch-aa Fri Apr 18 17:03:05 2014 (r351550) +++ head/graphics/svgalib/files/patch-aa Fri Apr 18 17:10:16 2014 (r351551) @@ -1,5 +1,5 @@ ---- Makefile.cfg.orig Tue May 29 21:39:13 2001 -+++ Makefile.cfg Thu Jul 31 18:12:15 2003 +--- Makefile.cfg.orig 2001-05-29 16:39:13.000000000 +0200 ++++ Makefile.cfg 2014-04-18 19:02:17.000000000 +0200 @@ -9,8 +9,8 @@ # to n means yes! @@ -110,3 +110,13 @@ # # Comment out any dac support that you don't want included in the library. +@@ -289,6 +289,6 @@ + + # Utilites used. + AR = ar +-INSTALL_PROGRAM = install -c -s -m 755 -o root -g bin +-INSTALL_SHLIB = install -c -m 755 -o root -g bin +-INSTALL_DATA = install -c -m 644 -o root -g bin ++INSTALL_PROGRAM ?= install -c -s -m 755 ++INSTALL_SHLIB ?= install -c -m 755 ++INSTALL_DATA ?= install -c -m 644