Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2011 17:18:47 -1100
From:      Jan Beich <jbeich@tormail.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163228: [patch] print/poster: respect CC/CFLAGS
Message-ID:  <1RaLTL-000H61-0X@internal.tormail.net>
Resent-Message-ID: <201112130610.pBD6ACaS090287@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1RaLTL-000H61-0X>