82 Commits

Author SHA1 Message Date
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
solene
2cfe269512 Update to bitlbee-3.6
ok maintainer
ok kn@
2019-04-21 11:31:20 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
a6ef83ac54 port versions do not go backwards; only REVISION was bumped so we can just bump again 2018-04-18 10:50:34 +00:00
kn
22d03a8737 Unbreak bitlbee after my clumsy retroshare removal commit. 2018-04-18 10:01:26 +00:00
kn
fa3affdb7a Remove net/retroshare
Heavily outdated, broken with new clang (again) and noone seems to care.

OK stsp, landry
2018-04-18 09:19:23 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
kili
f95288adce Move gpg-error to the otr wantlib.
spotted by naddy, ok sthen
2017-09-23 23:11:35 +00:00
sthen
975ad9de13 sync wantlib 2017-09-23 10:19:18 +00:00
sthen
b179f54ee4 add an rc script for bitlbee, ok Tom Doherty (maintainer), ajacoutot@ 2017-05-29 12:11:07 +00:00
akfaew
5df260c0b4 Add an install-dev step, this is required by bitlbee-facebook.
OK sthen@
2017-05-28 11:53:51 +00:00
kili
18710d2d70 Add missing build dependency textproc/docbook-xsl, otherwise it tries to
fetch xhtml/docbook.xsml from the net during build.
2017-05-27 20:02:49 +00:00
akfaew
ae18d8c7a4 Update to bitlbee-3.5.1
OK sthen@
2017-05-27 08:01:33 +00:00
jca
1f34be895c Let cc(1) use PIE where appropriate. 2015-07-19 08:22:14 +00:00
jasper
6b53913330 needs xmlto to build documentation 2015-05-14 09:50:15 +00:00
jca
f87e0893eb bitlbee-3.4 - remove MSN from COMMENT while here
Diffs from Tom Doherty and Henrik Friedrichsen.
Maintainer timeout.
2015-05-13 19:01:10 +00:00
sthen
3f3e64d669 update to bitlbee 3.2.2, from maintainer Tom Doherty (plus minor wantlib sync) 2014-08-21 21:41:57 +00:00
ajacoutot
497984ddf0 rc.conf.local is in man(1) section 8, at least for now. 2014-07-10 13:09:06 +00:00
naddy
324faf2eef fix build of otr flavor; from maintainer Tom Doherty 2014-01-04 16:42:46 +00:00
landry
28615baa94 Update to bitlbee 3.2.1, from maintainer Tom Doherty. 2014-01-02 13:04:34 +00:00
stsp
a2c8c07e9e libotr-4.0.0 support for bitlbee. Patch written by upstream developer pesco,
see http://bugs.bitlbee.org/bitlbee/ticket/1004.
ok pascal@
2013-08-15 16:34:00 +00:00
ajacoutot
a673865760 Tweak MESSAGEs/READMEs now that inetd(8) is off by default. 2013-04-27 15:44:20 +00:00
landry
bac1890bb6 Add two patches to fix jabber connections on accounds where the id domain
(ie me@example.com) is different from the server's fqdn (ie xmpp.example.com),
which is the case of Google Talk.

If the SRV records are properly configured (as detailed here:
http://wiki.xmpp.org/web/SRV_Records) you dont need to set the server
anymore in bitlbee, it will do the dns lookup and automagically connect
to the right server. Note that the purple FLAVOR doesn't exhibit this
bug.

This is needed until someone adds the ns_*parse* family of functions from
BIND8 to our resolver (asr? any takers?)

From Daniel Levai (thanks!), tested by myself & looks good to sthen@.
2013-03-13 21:42:58 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
okan
c9a4101f18 update to 3.2 and switch from gnutls to openssl; mostly from Tom Doherty and
LEVAI Daniel; additionally I'm passing along MAINTAINERship.

testing and OK landry@
2013-01-30 21:45:42 +00:00
okan
67152183bb update to 3.0.6; from Tom Doherty.
ok landry@
2012-11-27 15:40:56 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
0691c69586 Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
okan
3f4bbf4161 update to 3.0.5; from Tom Doherty - thanks!
note the binary libexec/bitlbee -> sbin/bitlbee move.

tested by and ok landry@
2012-04-09 15:37:52 +00:00
okan
39cf1447e1 update to 3.0.4
ok landry@
2011-12-30 17:24:24 +00:00
okan
070aaadde4 use '/etc/rc.d/inetd reload' instead of 'pkill -HUP inetd' in README
requested by ajacoutot@
2011-10-03 14:41:45 +00:00
okan
1e715d6680 update to 3.0.3
- new libpurple and otr flavors
 - remove groff requirement
 - convert to pkg-readmes with corrections
 - fix broken @sample
 - gnutls patch no longer required

started by jirib@live.com and again later by leva@ecentrum.hu, previous
MAINTAINER relinquishing maintainership - thanks.

feedback from ajacoutot@ and landry@
2011-10-03 14:33:14 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
ajacoutot
0e771080ec Unbreak tls support after recent gnutls update. 2011-06-12 08:09:26 +00:00
jasper
4fee5ffce0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.

ok aja@
2011-05-11 12:03:19 +00:00
ajacoutot
96d502a25f Fix DEPENDS after gnutls update.
ok landry@ jasper@
2011-04-15 16:10:37 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
2d4d3c014f WANTLIB conversion 2010-11-11 11:54:08 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
sthen
aad20716cf Update to 1.2.7, fixing MSN chat following changes to Passport
logins.  Similar diff from Abel Abraham Camarillo Ojeda.

While there, sync WANTLIB (glib2 pthread) and stop hiding compiler
command lines. No response from MAINTAINER for a previous update
(1.2.6+patch) - I didn't wait very long but committing now to
get the MSN fix in.
2010-05-16 08:31:28 +00:00
nicm
bf35d13293 Update to 1.2.5, from Tom Doherty.
ok landry@, and maintainer Andrew Dalgleish
2010-04-02 22:02:05 +00:00
ajacoutot
cebb16362c - wantlib/lib_depends cleaning
- add gpl version
2009-03-13 17:02:54 +00:00
martynas
b8904def29 """I just released BitlBee 1.2.2, and I advice public server
maintainers to upgrade their BitlBee daemons as soon as possible,
since this release fixes a security bug that was probably there for
a long time already."""
more info, bitlbee.org
tested by merdely@, wcmaier@, Andrew Dalgleish, Wiktor Izdebski
ok merdely@, wcmaier@
2008-10-16 16:26:44 +00:00
martynas
2da84680f2 bugfix update to bitlbee-1.2.1
ok maintainer Andrew Dalgleish, merdely@, wcmaier@
2008-07-11 01:13:05 +00:00
merdely
632b1dc391 Update to 1.2.
V1.2 adds nice "account set #" feature to manage accounts.
Remove a lot of string handling patches.
Remove patches to rename bitlbee "root" user to "bitlbee".

tested by Andrew Dalgleish (MAINTAINER), James Turner and Wiktor Izdebski
ok martynas@, simon@, okan@, wcmaier@
2008-04-09 22:13:11 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00