ports/163228: [patch] print/poster: respect CC/CFLAGS

Jan Beich jbeich at tormail.net
Tue Dec 13 06:10:15 UTC 2011


>Number:         163228
>Category:       ports
>Synopsis:       [patch] print/poster: respect CC/CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 13 06:10:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
# slightly different from pointyhat
$ export PATH=~/.bin:$PATH
$ for cc in CC cc c++ gcc g++ cpp; do ln -s /usr/bin/false ~/.bin/${cc}; done
>Description:
Avoid Makefile, our implicit rules (in sys.mk) are better.
>How-To-Repeat:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/poster-1.0.log
>Fix:
--- cc.diff begins here ---
Index: print/poster/Makefile
===================================================================
RCS file: /a/.csup/ports/print/poster/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- print/poster/Makefile	6 Feb 2004 13:12:14 -0000	1.6
+++ print/poster/Makefile	13 Dec 2011 04:15:03 -0000
@@ -15,6 +15,8 @@ MAINTAINER=	sanpei at FreeBSD.org
 COMMENT=	Resize a postscript image to print on larger media and/or multiple sheets
 
 ALL_TARGET=	poster
+MAKEFILE=	/dev/null
+MAKE_ENV=	LDLIBS="-lm"
 NO_WRKSUBDIR=	yes
 
 MAN1=		poster.1
--- cc.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list