Date: Fri, 18 Apr 2014 17:10:16 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351551 - in head/graphics/svgalib: . files Message-ID: <201404181710.s3IHAGeZ051606@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404181710.s3IHAGeZ051606>