Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 21:48:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387896 - in head/print/pfbtopfa: . files
Message-ID:  <201505292148.t4TLmFke017102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri May 29 21:48:15 2015
New Revision: 387896
URL: https://svnweb.freebsd.org/changeset/ports/387896

Log:
  - Use ${CC} instead of CC,  ${CC} was intented here
  - Do not unconditionally strip binary
  
  PR:		200524

Added:
  head/print/pfbtopfa/files/
  head/print/pfbtopfa/files/patch-Makefile   (contents, props changed)
Modified:
  head/print/pfbtopfa/Makefile

Modified: head/print/pfbtopfa/Makefile
==============================================================================
--- head/print/pfbtopfa/Makefile	Fri May 29 21:43:27 2015	(r387895)
+++ head/print/pfbtopfa/Makefile	Fri May 29 21:48:15 2015	(r387896)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pfbtopfa
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://www.whizkidtech.redprince.net/pfbtopfa/ \
 		ftp://ftp.whizkidtech.redprince.net/fonts/

Added: head/print/pfbtopfa/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/pfbtopfa/files/patch-Makefile	Fri May 29 21:48:15 2015	(r387896)
@@ -0,0 +1,9 @@
+--- Makefile.orig	2003-02-06 23:20:14 UTC
++++ Makefile
+@@ -13,5 +13,4 @@ CC = gcc
+ all: pfbtopfa
+ 
+ pfbtopfa: pfbtopfa.c
+-	CC ${CFLAGS} pfbtopfa.c -o pfbtopfa
+-	strip pfbtopfa
++	${CC} ${CFLAGS} pfbtopfa.c -o pfbtopfa



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505292148.t4TLmFke017102>