- Fix an apparent typo: OPTIONS_SET should be OPTIONS_DEFINE
- Remove bogus, superfluous trailing slashes after directory names
- Make INSTALL_DATA commands atomic and $cwd-agnostic while here
Approved by: miwi, bapt (portmgr, implicit)
- Remove uneeded DEBUG flags
- Convert to new LIB_DEPENDS format
- Convert to USES=gmake
Check share/doc/dbmail/UPGRADING for updating details.
PR: ports/180963
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, modernize LIB_DEPENDS
- Connect "check" target to our standard "regression-test" that automated
package builders know about
- Trim the header and drop check for alpha: unfortunately, it's long gone
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit)
Using OPSYS allows port to build on DragonFly without modification.
There were no functional changes made to port.
Approved by: bapt/culot (mentors, implicit)
libcmime is a lightweight mime library, written in C. It attempts to
be a general library for parsing and creating mime email messages and
is designed to provide an easy to use and easy to integrate interface
for developers. libcmime is a pretty fresh project so the library is
still in beta state and there will be early and frequent releases.
WWW: http://www.libcmime.org/
PR: ports/181158
Submitted by: Axel Steiner <ast treibsand.com>
- Remove NO_PACKAGE, it needs manual configuration post installation but
it packages fine and BSD license allows it
- Unbreak with clang (reported by pkg-fallout)
- Remove obsolete MAKE_JOBS_SAFE
- Mute MKDIR
- Remove loop in DOCS installation
- Pad PKGMESSAGE
- update firefox-esr, thunderbird and libxul to 17.0.8
- update seamonkey to 2.20
- fix plist for *-i18n
Security: 0998e79d-0055-11e3-905b-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org>
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)
Approved by: lth@ (maintainer)
here: trim the header, adjust CATEGORIES and COMMENT, employ USES for perl5,
add LICENSE (GPLv2), install handful or docs, and update port description.
PR: ports/178024
Submitted by: koitsu
Approved by: maintainer timeout (since April 21st)
- Avoid using not-quite-compatible :L modifier in WRKSRC assignment
- Add LICENSE (GPLv2), properly define and handle portdocs and examples
- Generally clean up Makefile and port description while I am here
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
This allows mail/epstools to properly build with clang.
Bump port revision libeps.a has to be regenerated
While here:
- convert to optionsng
- trim header
- Define LICENSE (GPLv2)
- Make the port parallel build (-jX) safe
- Install manpages relative to MANPREFIX
- Add DOCS and EXAMPLES options; use new smart syntax
- Rename BZIP option to our standard BZIP2
Reported by: pointyhat-west
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
e-mails of one or more users from Cyrus format to Dovecot Maildir++ folders.
It allows for performing a server transition which is fully transparent to
both POP and IMAP users.
WWW: http://www.cyrus2dovecot.sw.fu-berlin.de/
PR: ports/18590
Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru>
backends the dependency on aspell isn't necessary anymore.
- Also remove dependency on pinentry-gtk2 to allow users to install one of
the other pinentry ports.
- Remove bsd.openssl.mk hack.
PR: 180716
Approved by: ehaupt (maintainer)
- Update to 2.2.1
- Copy old version to www/zend-framework1
- Chase mail/squirrelmail-postfixadmin-plugin dependency
- Take maintainership
If you wish to stay with the older version run:
# portmaster -o www/zend-framework1 www/zend-framework
or
# portupgrade -fo www/zend-framework1 www/zend-framework
or
# pkg set -o www/zend-framework:www/zend-framework1
PR: ports/179689
Submitted by: wg (myself)
Approved by: maintainer
response to a bug report); Attila Nagy is not using the port any more.
- Add/fix GUILE option (to make it build in Tinderbox) and fix the pkg-plist
accordingly, so that the port now installs successfully and uninstalls
without left-over files with default options (i. e. no options) and
with GUILE enabled.
- Remove versions from LIB_DEPENDS.
WARNING: THIS PORT NEEDS MORE ATTENTION, known issues:
- movemail is reported to stall on messages containing NUL bytes in the
middle of (body) lines
- enabling the PYTHON option causes pkg-plist breakage, missing
bin/popauth, and other issues
- Note the upstream has released a 2.99.96 alpha/beta version earlier
this year, but I did not have the time to review bug fixes and other
changes. It seems a massive overhaul, partial rewrite, though.