From nobody@FreeBSD.org  Fri Mar 22 19:54:09 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 85C21A51
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 19:54:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 71BEE12F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 19:54:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2MJs9oS009058
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 19:54:09 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2MJs9KI009057;
	Fri, 22 Mar 2013 19:54:09 GMT
	(envelope-from nobody)
Message-Id: <201303221954.r2MJs9KI009057@red.freebsd.org>
Date: Fri, 22 Mar 2013 19:54:09 GMT
From: Beeblebrox <zaphod@berentweb.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: editors/pdfedit does not compile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177277
>Category:       ports
>Synopsis:       editors/pdfedit does not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 20:00:00 UTC 2013
>Closed-Date:    Sat Mar 23 09:52:25 UTC 2013
>Last-Modified:  Sat Mar 23 09:52:25 UTC 2013
>Originator:     Beeblebrox
>Release:        10-Current
>Organization:
>Environment:
FreeBSD 10.0-CURRENT #1 r248618: Fri Mar 22, amd64

>Description:
compile breaks with below message. All options in make.conf were disabled for the debug (no ccache, make_jobs, cflags, etc)

BuiltinFontTables.cc:4242:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  { "Times-Roman",           standardEncoding,            683, -217, {-168, -218, 1000,  898}, NULL },
    ^
BuiltinFontTables.cc:4243:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  { "ZapfDingbats",          zapfDingbatsEncoding,        820, -143, {  -1, -143,  981,  820}, NULL }
    ^
4187 warnings generated.
gmake[3]: Leaving directory `/usr/obj/asp/ports/editors/pdfedit/work/pdfedit-0.4.5/src/xpdf/xpdf'
gmake[2]: *** [libxpdf] Error 2
gmake[2]: Leaving directory `/usr/obj/asp/ports/editors/pdfedit/work/pdfedit-0.4.5/src/xpdf'
gmake[1]: *** [xpdf] Error 2
gmake[1]: Leaving directory `/usr/obj/asp/ports/editors/pdfedit/work/pdfedit-0.4.5/src'
gmake: *** [source] Error 2
*** [do-build] Error code 1


>How-To-Repeat:
make editors/pdfedit
>Fix:
NA

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 23 09:52:25 UTC 2013 
State-Changed-Why:  
using HEAD is your own risk. patches are welcome. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177277 
>Unformatted:
