notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: irc/bitlbee/Makefile
SVNWeb

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »  

Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 29 Aug 2021
[ 19:17 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:f41944d682f0bb34cee6990f1a29406674b1eaec  commit hash:f41944d682f0bb34cee6990f1a29406674b1eaec  commit hash:f41944d682f0bb34cee6990f1a29406674b1eaec  f41944d 
irc/bitlbee: Add CPE information

Approved by:	portmgr (blanket)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 15 Aug 2020
[ 12:26 rene search for other commits by this committer ] Original commit   Revision:544933
irc/bitlbee: remove optional expired Skype support
Fri, 2 Aug 2019
[ 13:30 jbeich search for other commits by this committer ] Original commit   Revision:507877 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
Fri, 22 Mar 2019
[ 13:08 garga search for other commits by this committer ] Original commit   Revision:496562
irc/bitlbee: Update to 3.6

While here, sort options descriptions and add missing OPTIONS for LDAP and
PAM authentication
Sat, 23 Feb 2019
[ 17:24 bapt search for other commits by this committer ] Original commit   Revision:493715
Yahoo messenger has been discontinued July 17, 2018
Tue, 22 May 2018
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:470610 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Sat, 16 Dec 2017
[ 14:25 rene search for other commits by this committer ] Original commit   Revision:456471
Remove mention of AIM from the OSCAR description.

AIM shut down on 2017-12-15

Reported by:	Dmitri Goutnik <dg@syrec.org>
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 29 Jun 2017
[ 10:55 garga search for other commits by this committer ] Original commit   Revision:444642
Add patches missed on last commit and fix build without python
Tue, 27 Jun 2017
[ 14:42 garga search for other commits by this committer ] Original commit   Revision:444465
* bitlbee always links to libintl.so and the configure script has no NLS option,
  so add USES=gettext-runtime
* libgcrpyt requires libgpg-error, so add it to GNUTLS_LIB_DEPENDS
* nss requires nspr, so add it to NSS_LIB_DEPENDS
* Add USES=ssl for OpenSSL, its library dependency was completely undeclared
* otr requires libgcrypt, and thus also libgpg-error, so add those to
  OTR_LIB_DEPENDS
* Request the installed binary be stripped
* Mark LIBEVENT option BROKEN because bitlbee will not start in daemon (-D) or
  fork (-F) mode when compiled with libevent; it exits almost immediately after
  start unless run in foreground (-n). This problem has been present for at
  least a year, recent past version of bitlbee also do not work, and the recent
  update of libevent has not helped, so just mark it broken until someone takes
  the initiative to debug and fix the issue.
* While here, remove python build dependency, it's not necessary anymore in
  version 3.5.1

PR:		217311
Submitted by:	rezny
Sun, 2 Apr 2017
[ 15:40 miwi search for other commits by this committer ] Original commit   Revision:437564
- Update to 3.5.1

PR:		217227
Submitted by:	seschwar@gmail.com
Approved by:	maintainer timeout
Mon, 20 Feb 2017
[ 02:57 jbeich search for other commits by this committer ] Original commit   Revision:434427 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Sat, 4 Feb 2017
[ 07:56 jbeich search for other commits by this committer ] Original commit   Revision:433286 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
Tue, 10 Jan 2017
[ 10:45 garga search for other commits by this committer ] Original commit   Revision:431073
Update irc/bitlbee to 3.5
Thu, 8 Dec 2016
[ 18:20 garga search for other commits by this committer ] Original commit   Revision:428148
When LIBPURPLE is select, do not allow user to select any other native
protocol option
Sun, 9 Oct 2016
[ 12:10 jbeich search for other commits by this committer ] Original commit   Revision:423591 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
Tue, 13 Sep 2016
[ 17:11 amdmi3 search for other commits by this committer ] Original commit   Revision:422038
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers

Approved by:	portmgr blanket
Tue, 6 Sep 2016
[ 13:33 amdmi3 search for other commits by this committer ] Original commit   Revision:421426
- Fix configure handling, this is not really a GNU configure

PR:		212075
Approved by:	portmgr blanket
Mon, 11 Apr 2016
[ 12:42 garga search for other commits by this committer ] Original commit   Revision:413028
Update irc/bitlbee to 3.4.2
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 27 Mar 2016
[ 14:58 tijl search for other commits by this committer ] Original commit   Revision:411990 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Thu, 25 Feb 2016
[ 14:15 amdmi3 search for other commits by this committer ] Original commit   Revision:409518
- Explicitly specify version for libotr.so to differentiate security/libotr and
security/libotr3

Approved by:	portmgr blanket
Thu, 24 Sep 2015
[ 14:39 garga search for other commits by this committer ] Original commit   Revision:397692
Enable OTR by default on bitlbee
Fri, 18 Sep 2015
[ 11:06 garga search for other commits by this committer ] Original commit   Revision:397230
- Install headers and pkg-config entry, it's useful for people that want to
  build plugins manually or possible plugin ports
- Instead of use --strip=0 and call STRIP_CMD later, let bitlbee build
  scripts to strip binaries
- Bump PORTREVISION
Tue, 21 Jul 2015
[ 12:27 garga search for other commits by this committer ] Original commit   Revision:392624
Add python as build dependency and unbreak build without SKYPE option
Mon, 20 Jul 2015
[ 20:26 garga search for other commits by this committer ] Original commit   Revision:392599
- Fix a regression introduced in 3.4 that broke auto_join channels
- Bump PORTREVISION
[ 19:36 garga search for other commits by this committer ] Original commit   Revision:392596
Update to 3.4.1
Tue, 19 May 2015
[ 14:23 garga search for other commits by this committer ] Original commit   Revision:386782
Do not try to strip a python script, it fixes install with SKYPE option enabled

Reported by:	mat@
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Thu, 7 May 2015
[ 19:36 garga search for other commits by this committer ] Original commit   Revision:385656
- Add a new SKYPE option, off by default
- Modernize Makefile using OPTION helpers
- Do not set options for configure's default options
- Re-order options alphabetically
- libevent wasn't detected, added --libevent=${PREFIX}

PR:		199657 (based on)
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Thu, 9 Apr 2015
[ 10:38 garga search for other commits by this committer ] Original commit   Revision:383633
- Update to 3.4
- Added xmlto and libxslt as dependencies, needed to build manpages
- Removed IPV6 OPTION, it doesn't exist on configure anymore
- Added NSS as a valid option to SSL
- Added a new single option EVENTS, glib or libevent2
- Removed dependency of gnutls to OTR, it builds fine with openssl and/or nss
- Disabled MSN by default, it was disabled also on configure since latest
  protocol version stopped working
- As suggested by brix, takeover maintainership

PR:		199261
Approved by:	brix (maintainer)
Fri, 2 Jan 2015
[ 18:46 pi search for other commits by this committer ] Original commit   Revision:376062 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 2 Dec 2014
[ 22:44 cs search for other commits by this committer ] Original commit   Revision:373792
- Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION
Sat, 16 Aug 2014
[ 21:26 bdrewery search for other commits by this committer ] Original commit   Revision:365140
- Fix WITH_SSP_PORTS build.
  3.2.2 set the default EFLAGS to '-lm' which resulted in our LDFLAGS
  being added without a preceding space. Now just add our LDFLAGS on
  the end.
Wed, 30 Jul 2014
[ 03:57 pi search for other commits by this committer ] Original commit   Revision:363436 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.5.3_3 -> 1.6.1

- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
Wed, 23 Jul 2014
[ 09:54 tijl search for other commits by this committer ] Original commit   Revision:362645 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Sat, 19 Jul 2014
[ 11:45 brix search for other commits by this committer ] Original commit   Revision:362255
- Update to v3.2.2
- Update libotr dependency to 4.x
- Strip the bitlbee binary
Fri, 13 Jun 2014
[ 07:36 olgeni search for other commits by this committer ] Original commit   Revision:357654 (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Wed, 4 Jun 2014
[ 14:39 amdmi3 search for other commits by this committer ] Original commit   Revision:356504
- Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Sun, 26 Jan 2014
[ 15:10 antoine search for other commits by this committer ] Original commit   Revision:341208
- Finish stage support
- Use new LIB_DEPENDS syntax
Sun, 12 Jan 2014
[ 13:15 brix search for other commits by this committer ] Original commit   Revision:339502
- Update to v3.2.1
- Add staging support
- OTR requires GnuTLS support

PR:		ports/182379, ports/184506
Fri, 20 Sep 2013
[ 18:44 bapt search for other commits by this committer ] Original commit   Revision:327736 (Only the first 10 of 135 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Fri, 3 May 2013
[ 16:36 ehaupt search for other commits by this committer ] Original commit   Revision:317220 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt update
Tue, 23 Apr 2013
[ 10:51 bapt search for other commits by this committer ] Original commit   Revision:316344
Convert irc to USES=pkgconfig
Tue, 5 Feb 2013
[ 16:17 novel search for other commits by this committer ] Original commit   Revision:311722 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Mon, 4 Feb 2013
[ 22:01 brix search for other commits by this committer ] Original commit   Revision:311651
- Update to v3.2
- Convert to OptionsNG
- Remove unneeded dependencies on specific ABI versions
Thu, 8 Nov 2012
[ 12:30 brix search for other commits by this committer ] Original commit   Revision:307180
- Update to v3.0.6

Reminded by:	Jean Trolleur <sigtstp@gmail.com> and grey <grey@artkiver.com>
Feature safe:	yes
Sat, 8 Sep 2012
[ 06:58 dougb search for other commits by this committer ] Original commit   Revision:303871
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
Thu, 26 Jul 2012
[ 07:19 dougb search for other commits by this committer ] Original commit 
For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.

For all but kdenetwork4 use =build. For it use both just in case.

For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
Sun, 19 Feb 2012
[ 19:46 brix search for other commits by this committer ] Original commit 
- Update to v3.0.5
Sun, 4 Dec 2011
[ 20:45 brix search for other commits by this committer ] Original commit 
- Update to v3.0.4
- Skype protocol support will be available at a later point in time,
  as it has few external dependencies not currently available in ports

Requested by:   xi on irc
Feature safe:   yes
Sat, 27 Aug 2011
[ 17:28 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Update Pidgin and friends to 2.10.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
Tue, 26 Jul 2011
[ 18:38 pav search for other commits by this committer ] Original commit 
- Fix build after recent gnutls update

Reported by:    pointyhat
Sat, 2 Jul 2011
[ 22:13 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update Pidgin and friends to 2.9.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
Sun, 19 Jun 2011
[ 21:25 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Chase the libpurple shared lib version.
Mon, 13 Jun 2011
[ 14:17 brix search for other commits by this committer ] Original commit 
- Update to v3.0.3
Sun, 5 Jun 2011
[ 18:43 novel search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/gnutls update and add an UPDATING entry.
Sat, 2 Apr 2011
[ 12:27 brix search for other commits by this committer ] Original commit 
- Update to v3.0.2
Sat, 4 Dec 2010
[ 12:05 brix search for other commits by this committer ] Original commit 
- Update to v3.0.1
Sun, 14 Nov 2010
[ 14:28 brix search for other commits by this committer ] Original commit 
- Add patch for SRV record lookup support on FreeBSD

Submitted by:   ashish@
Thu, 28 Oct 2010
[ 16:20 brix search for other commits by this committer ] Original commit 
- Update to v3.0
- Add LICENSE information
Mon, 26 Jul 2010
[ 12:26 brix search for other commits by this committer ] Original commit 
- Add upstream fix for twitter protocol segfault
(http://bugs.bitlbee.org/bitlbee/ticket/650)

Submitted by:  ashish@
Mon, 5 Jul 2010
[ 19:34 brix search for other commits by this committer ] Original commit 
- Update to v1.2.8
- Add LICENSE

Feature safe:   yes
Tue, 18 May 2010
[ 19:49 brix search for other commits by this committer ] Original commit 
- Update to v1.2.7

Submitted by:   tobez
Fri, 23 Apr 2010
[ 16:12 brix search for other commits by this committer ] Original commit 
- Update to v1.2.6a
- Use UIDs/GIDs files for automatic user/group creation
Sun, 4 Apr 2010
[ 15:02 brix search for other commits by this committer ] Original commit 
Fix build with gcc-3.x on RELENG_6.

Reported by:    pointyhat via erwin
Wed, 17 Mar 2010
[ 09:43 brix search for other commits by this committer ] Original commit 
- Update to v1.2.5
Thu, 29 Oct 2009
[ 21:26 brix search for other commits by this committer ] Original commit 
- Update to v1.2.4

PR:             ports/139699
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Mon, 21 Sep 2009
[ 18:29 brix search for other commits by this committer ] Original commit 
- Simplify RC script

Submitted by:   dougb@
Feature safe:   yes
Sun, 16 Aug 2009
[ 18:04 novel search for other commits by this committer ] Original commit  (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Sun, 16 Nov 2008
[ 15:22 brix search for other commits by this committer ] Original commit 
- Record conflict with bitlbee-otr
- Bump PORTREVISION
Fri, 26 Sep 2008
[ 21:45 brix search for other commits by this committer ] Original commit 
Update to v1.2.3 (security update)

Security:      
http://www.vuxml.org/freebsd/24ec781b-8c11-11dd-9923-0016d325a0ed.html
Wed, 27 Aug 2008
[ 20:16 brix search for other commits by this committer ] Original commit 
- Update to version 1.2.2
- Add options for enabling/disabling support for individual protocols
Sat, 28 Jun 2008
[ 21:32 brix search for other commits by this committer ] Original commit 
Update to version 1.2.1.

Approved by:    erwin (mentor, implicit)
Fri, 6 Jun 2008
[ 13:36 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Mon, 19 May 2008
[ 16:10 brix search for other commits by this committer ] Original commit 
Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' by
default to honor the fact that 'nobody' is not intended to own any
files.

Requested by:   simon
Approved by:    erwin (mentor)
Sun, 20 Apr 2008
[ 22:01 brix search for other commits by this committer ] Original commit 
Fix sed(1) statement for cases where $LDFLAGS contains one or more
colons.

PR:             ports/122921
Approved by:    pav (co-mentor)
Thu, 20 Mar 2008
[ 09:51 pav search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Tue, 18 Mar 2008
[ 20:37 brix search for other commits by this committer ] Original commit 
Update to version 1.2.

- Remove LDAP support (broken in this release)
- Remove old, unmaintained oscar protocol recode patch

Approved by:    erwin (mentor)
Tested by:      Christian Laursen <xi at borderworlds.dk>
Mon, 3 Mar 2008
[ 11:57 novel search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Wed, 9 Jan 2008
[ 20:21 brix search for other commits by this committer ] Original commit 
Take over maintaining this port.

Approved by:    Lars Sommer <lasg@lasg.dk> (previous maintainer), erwin (mentor)
Tue, 8 Jan 2008
[ 20:51 brix search for other commits by this committer ] Original commit 
Various improvements:
- Add rc script for running bitlbee in experimental daemon mode
- Add instructions for launching bitlbee from inetd(8)
- Install bitlbee to be run as nobody, not root
- Store saved user settings in /var/db/bitlbee, not $PREFIX/etc/bitlbee
- Do not rely on autodetection for SSL library
- Use $EXTRA_PATCHES instead of custom post-patch target
- Install port documentation files
- Install example configuration files as port examples
- Reflect custom FreeBSD paths in installed man pages and example files
- Bump PORTREVISION

Please read UPDATING for important migration information.

Approved by:    Lars Sommer <lasg@lasg.dk> (maintainer), erwin (mentor)
Mon, 27 Aug 2007
[ 02:44 clsung search for other commits by this committer ] Original commit 
- Update to 1.0.4

PR:             ports/115837
Submitted by:   maintainer (Lars Sommer)
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Sun, 1 Jul 2007
[ 08:56 novel search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Tue, 17 Apr 2007
[ 00:39 itetcu search for other commits by this committer ] Original commit 
Pass maintainership to Lars Sommer.

PR:             ports/111717
Submitted by:   Lars Sommer
Tue, 27 Feb 2007
[ 20:57 linimon search for other commits by this committer ] Original commit 
Reset peter@dataloss.nl due to maintainer-timeouts.

Hat:            portmgr
Fri, 16 Feb 2007
[ 20:59 alepulver search for other commits by this committer ] Original commit 
- Add DEBUG, OPENSSL and IPV6 options.

PR:             ports/108689
Submitted by:   Spil Oss <spil.oss@gmail.com>
Approved by:    Peter van Dijk <peter@dataloss.nl> (maintainer, timeout)
Tue, 2 Jan 2007
[ 08:54 novel search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Thu, 21 Dec 2006
[ 15:02 osa search for other commits by this committer ] Original commit 
Remove debug prints from the oscar_recode_charset patch.

Found by:       tobez
Wed, 20 Dec 2006
[ 16:26 osa search for other commits by this committer ] Original commit 
Add RECODE knob, its enable oscar_recode_charset variable for
support remote charset.
Bump PORTREVISION.

Obtained from:  http://bugs.bitlbee.org/bitlbee/ticket/53 (ver. 0.5)
Approved by:    maintainer (timeout > 2 weeks)
Sat, 12 Aug 2006
[ 09:52 miwi search for other commits by this committer ] Original commit 
- Update to 1.0.3
- Remove msn6 patch is no longer supported

PR:             ports/99911
Submitted by:   miwi
Approved by:    krion (mentor), maintainer timeout
Thu, 6 Jul 2006
[ 17:41 novel search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Chase gnutls shlib version change.
Fri, 12 May 2006
[ 13:40 lawrance search for other commits by this committer ] Original commit 
Since SUB_FILES accidentally snuck in on my previous commit, to
bitlbee, use it for pkg-message.

Approved by:     Peter van Dijk <peter@dataloss.nl> (maintainer)
Thu, 11 May 2006
[ 09:56 lawrance search for other commits by this committer ] Original commit 
Fix build when WITH_MSN6_FEATURES is defined.

PR:             ports/96408
Submitted by:   Michael Stevens <mstevens@etla.org>
Approved by:    peter@dataloss.nl (maintainer, timeout 14 days)
Tue, 25 Apr 2006
[ 21:33 erwin search for other commits by this committer ] Original commit 
Update to 1.0.2

PR:             96107
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Approved by:    maintainer

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »