Mathieu Arnold
f037e39601
USE_BDB cleanup.
...
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
2016-08-08 13:46:50 +00:00
Dmitry Marakasov
e87a8bd319
- Fix trailing whitespace in pkg-messages
...
Approved by: portmgr blanket
2016-05-19 11:09:14 +00:00
Mathieu Arnold
21bc5c0345
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
...
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold
8d6597e0bb
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:16:16 +00:00
Alexey Dokuchaev
ff5011faa2
Merge patches that patch the same file.
2016-01-29 03:21:32 +00:00
Baptiste Daroussin
4783df2d96
Convert to @sample
2015-09-26 14:06:33 +00:00
Bryan Drewery
05fd808dad
Release maintainership
2015-05-28 20:40:58 +00:00
Dmitry Marakasov
b8579afa2d
- Add CPE info
...
Approved by: portmgr blanket
2015-04-25 00:52:06 +00:00
Bryan Drewery
149ff68acf
Disable SSLv2 and SSLv3.
...
PR: 197027
Submitted by: Kai Gallasch <k@free.de>
MFH: 2015Q1
2015-03-19 17:04:07 +00:00
Bryan Drewery
2596a5c208
Update plist to new pkg-1.3 format for @dir
2015-03-19 16:29:03 +00:00
Bryan Drewery
353abd6bec
Support building with LibreSSL.
...
PR: 198386
Submitted by: Bernard Spil <spil.oss@gmail.com>
2015-03-19 15:53:02 +00:00
Chris Rees
1e94b6fb2f
Switch to USES=pgsql
2014-11-22 19:13:49 +00:00
Bryan Drewery
60a1b3c5fe
- Fix linking to port openssl with WITH_OPENSSL_PORT
...
Reported by: Derek Schrock
2014-10-20 23:13:25 +00:00
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
Bryan Drewery
f0dca0c670
- Take maintainership
...
- Attempt to limit portscout to version 1.2
- Fix rc script for one* commands [1]
Not bumping PORTREVISION as the installed version doesn't change, should
not affect dependent ports.
PR: 177497 [1]
Submitted by: nick@3wh.net [1]
2014-06-30 17:33:21 +00:00
John Marino
5831861d65
mail/dovecot: Reset maintainer after 7 consecutive timeouts
...
The last time the maintainer was heard from was July 2010. How this
port didn't get reset after the first 3 timeouts, I'm not sure.
2014-06-19 10:27:39 +00:00
Olli Hauer
f5e93ef638
- add stage support
...
- bump PORTREVISION
- add USES=libtool:keepla
- sort pkg-plist
- use USER/GROUP support from framework (remove pkg-install)
PR: ports/188868
Submitted by: ohauer
Approved by: maintainer timeout (4 weeks)
2014-05-18 17:05:12 +00:00
Pawel Pekala
30d8ef7905
Fix linking on FreeBSD 10 when GSSAPI=on
...
PR: ports/184667
Submitted by: Adam McDougall <mcdouga9@egr.msu.edu>
Approved by: maintainer timeout
2014-01-30 22:05:06 +00:00
Baptiste Daroussin
e04b632220
Fix properties on pkg-plist
2014-01-21 23:40:21 +00:00
Mathieu Arnold
7650a97958
Fix pkgname collisions.
2014-01-09 15:51:57 +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
Baptiste Daroussin
62fddef0e1
Convert to new options framework
2013-06-04 15:47:06 +00:00
Marcus von Appen
a3a0715f38
- Convert USE_ICONV=yes to USES=iconv
...
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
2013-04-27 11:59:28 +00:00
Mark Linimon
07192a24ed
Mark as broken on ARM.
...
PR: ports/170946
Submitted by: linimon
Hat: portmgr
2012-09-04 03:05:23 +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
Wesley Shields
a211a2b1ff
Don't check WITH_FOO && !WITHOUT_FOO. [1]
...
Remove gssapi patch that is no longer needed. [2]
These both apply to mail/dovecot2 also. I will be working with the
maintainer there to get these committed.
PR: ports/167824 [1]
ports/
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> [1]
Leon Messner <l.messner@physik.tu-berlin.de> [2]
Approved by: maintainer timeout
2012-07-09 19:24:21 +00:00
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Jimmy Olgeni
30c35512ea
Fix typo in pkg-message.
...
Feature safe: yes
2011-11-29 13:53:11 +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
Wesley Shields
857f23f724
- Adjust the comment noting the need to bump various ports anytime this one is
...
bumped.
2011-07-18 00:57:51 +00:00
Wesley Shields
ec3ecfb702
- Update to 1.2.17.
...
PR: ports/158271
Submitted by: wxs@
Approved by: maintainer timeout
2011-07-17 14:32:40 +00:00
Sahil Tandon
20fdedbbca
- Update to 1.2.16 [1]
...
- Add CONFLICTS with mail/dovecot2
PR: ports/152914 [1]
Submitted by: Alexander Milanov <a@amilanov.com>
Approved by: maintainer timeout
2010-12-23 04:42:02 +00:00
Sunpoet Po-Chuan Hsieh
a1d4623701
- Update rc.d script: add "reload" command
...
- Bump PORTREVISION
PR: ports/151457
Submitted by: Alexander Milanov <a@amilanov.com>
Approved by: maintainer (timeout 16 days), pgollucci (mentor, implicit)
2010-10-30 16:51:25 +00:00
Sahil Tandon
c0b3610750
- Update to 1.2.14
...
PR: ports/150354
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Approved by: maintainer timeout (14 days)
2010-09-22 03:02:39 +00:00
Sahil Tandon
6af0287c16
- Use pre-su-install instead of pre-install target [1]
...
- Update to 1.2.12 [2]
PR: ports/147988 [1], ports/147996 [2]
Submitted by: glewis@ [1], Denny Lin <dennylin93@hs.ntnu.edu.tw> [2]
Approved by: Yarema <yds@CoolRat.org> (maintainer)
wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
2010-07-05 05:39:49 +00:00
Sahil Tandon
c78d448467
- Update to 1.2.11 [1]
...
- Remove IPV6 from OPTIONS [2]
PR: ports/144897 [1], ports/145488 [2]
Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw> [1]
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> [2]
Approved by: maintainer timeout (> 2 weeks)
Approved by: wxs@ (mentor)
2010-04-24 21:20:34 +00:00
Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Wesley Shields
4475924ab5
- Update to 1.2.10
...
- Remove LDA option
PR: ports/141727
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com>
Yarema <yds@CoolRat.org> (maintainer)
2010-01-26 14:23:20 +00:00
Wesley Shields
d994375584
- Update to 1.2.8
...
PR: ports/139386
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: Yarema <yds@CoolRat.org> (maintainer)
2009-12-10 15:30:08 +00:00
Wesley Shields
0bf7b17adc
- Fix a bug where GSSAPI authentication was always failing. [1]
...
- Flip MANAGESIEVE option to on (this makes the mail/managesieve package
useful). [2]
PR: [1]: ports/138300
[2]: ports@ list
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Approved by: Yarema <yds@CoolRat.org> (maintainer)
2009-09-03 13:42:09 +00:00
Wesley Shields
e2af77984f
- Correct a typo.
2009-08-24 17:16:57 +00:00
Wesley Shields
1a5b124068
- Update to 1.2.4
...
- Add a note about changes to this port affecting mail/dovecot-sieve and
mail/dovecot-managesieve
PR: ports/137901
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: Yarema <yds@CoolRat.org> (maintainer)
2009-08-24 17:05:26 +00:00
Wesley Shields
eedaec168d
- Add another MASTER_SITE
...
- Remove BROKEN with managesieve option (no need to bump PORTREVISION
as this option is off by default).
PR: ports/137937
Submitted by: Yarema <yds@CoolRat.org> (maintainer)
2009-08-19 01:28:50 +00:00
Jimmy Olgeni
58acd93aaa
Fix typo ("development").
2009-08-16 14:13:44 +00:00
Wesley Shields
a660d6f89c
- Mark as broken if manage sieve option is selected.
...
The mail/dovecot-managesieve port needs to be updated to work with the
new version of dovecot.
Submitted by: Jesco Freund <jesco freund at googlemail.com> (private mail)
2009-08-15 13:21:29 +00:00
Wesley Shields
3be8b4180a
- Update to 1.2.3
...
PR: ports/137261
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout
2009-08-14 21:30:42 +00:00
Wesley Shields
d08e243246
- Add a comment about the relationship between this port and
...
mail/dovecot-antispam. If dovecot is upgraded and dovecot-antispam is not
rebuilt then dovecot-antispam fails.
PR: ports/135311
Submitted by: Harlan Stenn <harlan@everett.org>
2009-07-03 14:29:55 +00:00
Dennis Herrmann
e30b3a408c
- Update to 1.1.16
...
PR: ports/135194
Submitted by: Yarema <yds@CoolRat.org> (maintainer)
2009-06-03 15:39:13 +00:00