Commit graph

240 commits

Author SHA1 Message Date
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Adam Weinberger
99afccd1ce Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:14:15 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Hajimu UMEMOTO
6eb75a1c3f Install the manpages of HTML version which were no longer installed
accidentally at the time of stagefy.
2014-06-05 14:58:34 +00:00
Hajimu UMEMOTO
0315bf40f3 Update LICENSE. 2013-12-30 16:01:04 +00:00
Hajimu UMEMOTO
c89205b637 use modern OPTIONS helper. 2013-10-13 18:48:51 +00:00
Hajimu UMEMOTO
1ba51ef48f avoid package name collisions.
Spotted by:	bapt
2013-10-05 18:35:40 +00:00
Hajimu UMEMOTO
7c59d28f6c - enable stage.
- use new LIB_DEPENDS format.
2013-10-05 17:52:49 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
dcf99688a1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 07:14:12 +00:00
Hajimu UMEMOTO
21234b8848 Add Cyrus man pages to manpath.
PR:		ports/180363
Submitted by:	Panagiotis Christias <p.christias__at__noc.ntua.gr>
2013-07-15 19:45:38 +00:00
Andrej Zverev
814e5e602c - Fix typo in r320679 2013-06-12 13:26:53 +00:00
Andrej Zverev
8c7d7ff2bd - lang/perl5.12 upgrade to 5.12.5
- lang/perl5.14 upgrade to 5.14.4
- lang/perl5.16 upgrade to 5.16.3
- Global modify SITE_PERL[1][2]

[1] - See more info:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl
[2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@)

Please, see ports/UPDATING for upgrade procedure.

Reviewed by:	bapt@ (exp-run), culot@
2013-06-12 13:00:55 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Hajimu UMEMOTO
dda3fab6a5 Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Hajimu UMEMOTO
0399911cbf don't segfault on mailbox close with no user.
Obtained from:	http://git.cyrusimap.org/cyrus-imapd/commit/?h=cyrus-imapd-2.4&id=1661683d453ea444aae5832b4a2cb7fd54489672
2012-12-10 11:50:33 +00:00
Hajimu UMEMOTO
debd5801ef - Update to 2.4.17.
- Remove shlib versions.
- Trim Makefile header.

Feature safe:	yes
2012-12-02 15:41:17 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Hajimu UMEMOTO
e317ca1cff Convert to use new OPTIONS framework. 2012-06-12 17:39:22 +00:00
Hajimu UMEMOTO
8abde8bc53 Update to 2.4.16.
From install-upgrade:

  Upgrading from 2.4.15

      * The tools/rehash utility has been fixed, we recommend ALL sites
        with the fulldirhash option enabled to run tools/rehash on their
        mailspools.
2012-04-19 15:46:35 +00:00
Hajimu UMEMOTO
de7b52e441 Update to 2.4.15.
From install-upgrade:

  Upgrading from 2.4.14

      * We recommend that ALL sites with fulldirhash enabled run
        tools/rehash on their mail spools after upgrading from 2.4.14.
        There were serious 32 vs 64 bit hashing bugs which were made worse
        with 2.4.14. NOTE: the syntax of tools/rehash has changed. Run it
        without arguments to see a usage statement.
2012-04-18 18:03:26 +00:00
Hajimu UMEMOTO
88535ac7c1 Update to 2.4.14.
Feature safe:	yes
2012-03-12 15:57:42 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Hajimu UMEMOTO
d5bd43e7e3 Fix plist.
Spotted by:	pointyhat via pav.
2012-01-03 01:20:37 +00:00
Hajimu UMEMOTO
08491a1208 Update to 2.4.13.
A Happy New Year!
2011-12-31 15:01:50 +00:00
Hajimu UMEMOTO
09624a2a86 Update the autosieve patch and unmark BROKEN with the
AUTOSIEVE option.

PR:		ports/162185
Submitted by:	mm
2011-11-01 15:34:58 +00:00
Hajimu UMEMOTO
47c7b80b03 Update to 2.4.12. 2011-10-05 16:12:37 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Hajimu UMEMOTO
dcf4f80d5d Mark BROKEN when AUTOSIEVE is enabled. The 3rd party's
autosieve patch is not aveilable for the latest version
of Cyrus-IMAPd.

PR:		ports/160740
2011-09-15 11:35:28 +00:00
Hajimu UMEMOTO
0ea181e028 Update to 2.4.11. 2011-09-14 11:21:11 +00:00
Sylvio Cesar Teixeira
c9e4736d26 - Chase net-snmp shlib version bump. 2011-07-28 12:43:22 +00:00
Hajimu UMEMOTO
1cef9a4aad Update to 2.4.10. 2011-07-06 12:52:28 +00:00
Hajimu UMEMOTO
13b9d8316e Update to 2.4.9. 2011-06-22 03:37:51 +00:00
Hajimu UMEMOTO
4056696b85 Update to 2.4.8. 2011-04-13 16:56:44 +00:00
Hajimu UMEMOTO
171ccac4d0 Update to 2.4.7. 2011-03-31 04:01:10 +00:00
Hajimu UMEMOTO
e787bf8f2c Update to 2.4.6. 2010-12-20 16:05:31 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Hajimu UMEMOTO
7cd7ce93a1 Change to off the experimental 3rd party patch by default. 2010-11-30 17:43:46 +00:00
Martin Matuska
36f124e9ac - Add optional autocreate and autosieve patches (originally from UoA)
- Patches are maintained by myself (mm@FreeBSD.org)

URL:		http://blog.vx.sk/archives/13-Cyrus-IMAP-UoA.html

PR:		ports/152257
Approved by:	maintainer (timeout)
2010-11-30 11:33:41 +00:00
Hajimu UMEMOTO
6943c99414 Update to 2.4.5. 2010-11-29 19:02:28 +00:00
Hajimu UMEMOTO
d97299712d Use PCRE explicitly. If PCRE was installed, the header of PCRE was
picked upped.  However, since there was bash-ism in the configure
script, libpcre was not linked, correctly.  As the result, the regex
in our libc was used, but the header of PCRE was referred.
2010-11-26 15:23:45 +00:00
Hajimu UMEMOTO
fbd71ae76f Update to 2.4.4. 2010-11-12 12:50:19 +00:00
Hajimu UMEMOTO
5ce7035524 Fix plist.
Reported by:	QAT
2010-11-09 16:17:42 +00:00
Hajimu UMEMOTO
ad1383da15 Update to 2.4.3. 2010-11-09 15:44:04 +00:00
Hajimu UMEMOTO
1ff07c09ef Update to 2.4.2. 2010-10-19 11:46:34 +00:00
Hajimu UMEMOTO
d2ca7a23ae Update to 2.4.1. 2010-10-18 15:27:22 +00:00
Hajimu UMEMOTO
f670b6f88f Add new 2.4 branch of Cyrus IMAPd after repocopy.
PR:		ports/151472
Repocopied by:	portmgr (marcus)
2010-10-18 12:47:19 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Martin Matuska
f25cf7ccd8 Add optional UoA patches:
- Autocreate INBOX patch
- Autosievefolder patch

PR:		ports/150719
Approved by:	maintainer (timeout)
2010-10-05 19:13:35 +00:00