ports/187635: Port update: sysutils/pbimaker

Jesse jessefrgsmith at yahoo.ca
Sun Mar 16 16:30:01 UTC 2014


>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:


More information about the freebsd-ports-bugs mailing list