- Make MAKE_JOBS_SAFE=yes.
- Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created
with Makefile.drivers r1.8 had some inconsistent default values.
- Make MAKE_JOBS_SAFE=yes.
- Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created
with Makefile.drivers r1.3 had some inconsistent default values.
devel/hs-binary: this package became part of lang/ghc.
devel/hs-convertible-text: this package is obsolete.
devel/hs-control-monad-attempt: this package is obsolete.
devel/hs-data-object: this package is obsolete.
devel/hs-data-object-yaml: this package is obsolete.
devel/hs-deepseq: this package became part of lang/ghc.
devel/hs-ghc-paths-docs: not needed any more.
devel/hs-haddock-docs: not needed any more.
devel/hs-mtl-docs: not needed any more.
devel/hs-pool: this package is obsolete.
devel/hs-transformers-docs: not needed any more.
print/hs-hscolour-docs: not needed any more.
textproc/hs-xhtml-docs: not needed any more.
textproc/hs-xml-enumerator: this package is obsolete.
www/hs-happstack-data: this package is obsolete.
www/hs-happstack-ixset: this package is obsolete.
www/hs-happstack-state: this package is obsolete.
www/hs-happstack-util: this package is obsolete.
www/hs-http-enumerator: this package is obsolete.
Obtained from: FreeBSD Haskell
Please note that port revision for all the Haskell ports without version changes
are also bumped. Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.
Thanks ashish@ for the assistance.
Obtained from: FreeBSD Haskell
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
- Add LICENSE
- Patch files are no longer used in version 2.0.x
PR: ports/167668
Submitted by: linpc@cs.nctu.edu.tw
Approved by: maintainer timeout (15 days)
for typesetting verbatim source code listings, including the display
of the source code and its compiled LaTeX or METAPOST output
side-by-side, with automatic width detection and enabled page breaks
(in the source), without the need for specifying the source twice.
WWW: http://www.ctan.org/tex-archive/macros/latex2e/contrib/examplep
PR: ports/167788
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead
2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month
2012-05-10 net-im/pino: BROKEN for more than 6 month
2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree
- Install extra scripts and examples
- update pkg-descr
- while here use MAN1PREFIX for man installation
PR: ports/167026
Submitted by: maintainer, fernan@iib.unsam.edu.ar