Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2014 16:21:35 GMT
From:      Jesse <jessefrgsmith@yahoo.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187635: Port update: sysutils/pbimaker
Message-ID:  <201403161621.s2GGLZM8027672@cgiserv.freebsd.org>
Resent-Message-ID: <201403161630.s2GGU0m0086045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187635
>Category:       ports
>Synopsis:       Port update: sysutils/pbimaker
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 16 16:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jesse
>Release:        FreeBSD 10.0
>Organization:
RM
>Environment:
>Description:
The attached patch fixes a compile error with PBIMaker on FreeBSD 10.0.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/sysutils/pbimaker/files/patch-Makefile pbimaker/files/patch-Makefile
--- /usr/ports/sysutils/pbimaker/files/patch-Makefile	1969-12-31 20:00:00.000000000 -0400
+++ pbimaker/files/patch-Makefile	2014-03-16 13:16:09.236777058 -0300
@@ -0,0 +1,10 @@
+--- ./Makefile.orig	2014-03-16 13:15:53.263779388 -0300
++++ ./Makefile	2014-03-16 13:15:59.861773190 -0300
+@@ -1,6 +1,6 @@
+ VERSION=1.3
+ PREFIX?=/usr/local
+-CC=gcc
++CC?=gcc
+ MODULES = pbi.o main.o
+ 
+ all: $(MODULES)


>Release-Note:
>Audit-Trail:
>Unformatted:



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