Commit graph

218 commits

Author SHA1 Message Date
Chris Rees
3d413084d6 Add OPTIONS from audio/musicpd 2012-05-29 19:31:59 +00:00
Sunpoet Po-Chuan Hsieh
e83766f3c6 - Add shared GEOTIFF, GIF, JPEG, TIFF descriptions
- Sort *_DESC
2012-05-29 17:13:15 +00:00
Martin Wilke
80c715a694 - Fix freshports sanity check 2012-05-29 17:01:13 +00:00
Martin Wilke
44a8264372 - - Add shared FPECTL, IPV6, PTH, PYMALLOC, SEM, THREADS and UCS2/4 description
Reviewed by:	bapt
2012-05-29 16:40:15 +00:00
Sunpoet Po-Chuan Hsieh
d28f0afaf4 - Add shared ICONV description 2012-05-29 16:19:40 +00:00
Sunpoet Po-Chuan Hsieh
5e332999c7 - Add shared GUI and X11 descriptions 2012-05-29 16:08:29 +00:00
Baptiste Daroussin
071d342cff Show up debug flags
Add shared DEBUG description
2012-05-29 15:30:53 +00:00
Martin Wilke
fe616488ea - Do not activate EXAMPLES by default if NOPORTEXAMPELS is set
- Add shared EXAMPES descriptions

With hat:	portmgr
2012-05-29 15:19:59 +00:00
Baptiste Daroussin
aae22bea01 Convert to new options framework
Add shared AAC, DAGRAB, GOGO, MPP and SPEEX descriptions
2012-05-29 15:12:39 +00:00
Martin Wilke
8f1980ecae - Convert to new options framework
- Add shared MAGICK, MYSQL, PGSQL and SQLITE descriptions

Reviewed by:	bapt
2012-05-29 14:59:39 +00:00
Alberto Villa
29e0278749 - Fix spelling of "D-Bus".
- Rephrase comment.
2012-05-29 14:42:45 +00:00
Martin Wilke
86d771def0 - Convert to new options framework
- Add shared mmkeys and xspf descriptions
2012-05-29 14:38:30 +00:00
Baptiste Daroussin
ef49eaca32 Do not spam stdout with dialog command line 2012-05-29 14:25:13 +00:00
Baptiste Daroussin
ab5f5da94f Convert to new options framework
While here activate flac by default
share descriptions of mp4, id3, flac and vorbis
2012-05-29 14:01:15 +00:00
Baptiste Daroussin
53e9fa3e2f Convert to new options framework
While here add shared dbus and curl descriptions
2012-05-29 13:52:14 +00:00
Baptiste Daroussin
bcb67a0012 Convert to new option framework
Add PNG to shared options descriptions
2012-05-29 13:38:49 +00:00
Baptiste Daroussin
ed3d7031d5 Switch prayer to new options format.
While here SSL, LDAP and TIDY description in shared bsd.options.desc.mk
set maintainer of bsd.options.desc.mk to ports@FreeBSD.org to point that it is
open to any committer
2012-05-29 12:18:32 +00:00
Baptiste Daroussin
c263127442 New options framework for the ports
for maintainers:
it introduces 3 different types of options: simple, multi and single:
- simple options are the same as the current options (i.e. on or off.)
- multi options are options where at least one must be set (1-N).
- single options are options where one and only one must be set (exclusive
  options).

for users:
- OPTIONS_SET: globally enable some options
- OPTIONS_UNSET: globally disable some options
- ${UNIQUENAME}_SET: enable per-port choice of options
- ${UNIQUENAME}_UNSET: disable per-port choice of options

For compatibility the old OPTIONS framework is now working on top of the new one
The options previously set with old OPTIONS are imported and converted
transparently.

A new knob NO_DIALOG if defined in the the config-conditional target is ignored
(prevent the dialog(1) ui to show up.

Thanks to all people involved:
beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing, comments, patches
2012-05-29 09:54:27 +00:00