svn commit: r366438 - head/security/pond
Bryan Drewery
bdrewery at FreeBSD.org
Thu Aug 28 17:19:09 UTC 2014
BROKEN is only for marking a port that does not build. Normally only
used by portmgr to mark a port that should not even be attempted to
build because it is known broken; or to stop the user wasting time
fetching/building something that will just break linking for example.
If the code is dangerous then you should use another mechanism to make
sure the user is aware. We don't do this kind of thing in other -devel
ports though so I don't think it's really needed here.
You could add a non-default OPTION that the user must select to build.
Then conventionalize the IGNORE with it.
On 8/28/2014 11:57 AM, Antoine Brodin wrote:
> Author: antoine
> Date: Thu Aug 28 16:57:50 2014
> New Revision: 366438
> URL: http://svnweb.freebsd.org/changeset/ports/366438
> QAT: https://qat.redports.org/buildarchive/r366438/
>
> Log:
> Remove bad usage of BROKEN
>
> With hat: portmgr
>
> Modified:
> head/security/pond/Makefile
>
> Modified: head/security/pond/Makefile
> ==============================================================================
> --- head/security/pond/Makefile Thu Aug 28 16:57:40 2014 (r366437)
> +++ head/security/pond/Makefile Thu Aug 28 16:57:50 2014 (r366438)
> @@ -21,7 +21,7 @@ RUN_DEPENDS= tor:${PORTSDIR}/security/to
> LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell \
> libtspi.so:${PORTSDIR}/security/trousers
>
> -BROKEN= Experimental. Know what you do!
> +IGNORE= Experimental. Know what you do!
> PLIST_FILES= bin/server bin/client
> USE_GNOME= gtk30
> GO_PKGNAME= github.com/agl/pond
>
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140828/781dabe3/attachment.sig>
More information about the svn-ports-head
mailing list