Date: Sun, 29 Apr 2012 14:07:15 +0100 (BST) From: Chris Rees <crees@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167420: [PATCH] Portbuild -- stop recommending deprecated USE_XLIB Message-ID: <201204291307.q3TD7FnQ007677@pegasus.bayofrum.net> Resent-Message-ID: <201204291310.q3TDAAIP003495@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167420 >Category: ports >Synopsis: [PATCH] Portbuild -- stop recommending deprecated USE_XLIB >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 13:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD pegasus.bayofrum.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Apr 29 12:29:02 BST 2012 root@pegasus.bayofrum.net:/usr/obj/usr/src/sys/PEGASUS amd64 >Description: x11@ is working towards removing the USE_XLIB directive. This isn't helped by pointyhat's suggestion to use it :) I've done the same here as I did for Tinderbox, but I'm not sure if anything else requires changing. >How-To-Repeat: >Fix: --- portbuild-xlib.diff begins here --- Index: www/index.html =================================================================== --- www/index.html (revision 234759) +++ www/index.html (working copy) @@ -956,10 +956,10 @@ often due to misuse of a union.</dd> <dt><img alt="(uncommon)" src="/errorlogs/images/purple-ball.gif"><a name= -"usexlib">USE_XLIB</a></dt> +"usexorg">USE_XORG</a></dt> -<dd>You should specify <tt>USE_XLIB</tt> for this port since it -appears to use X.</dd> +<dd>You should specify <tt>USE_XORG</tt> with the correct dependencies for +this port since it appears to use X.</dd> <dt><img alt="(uncommon)" src="/errorlogs/images/purple-ball.gif"><a name= "varargs">varargs</a></dt> --- portbuild-xlib.diff ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204291307.q3TD7FnQ007677>