| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
AIM shut down on 2017-12-15
Reported by: Dmitri Goutnik <dg@syrec.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 217227
Submitted by: seschwar@gmail.com
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 216777
Approved by: mm (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
protocol option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 212075
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
and security/libotr3
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
|
|
|
| |
Reported by: mat@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
|
|
|
|
|
|
| |
- Use striping
- Please portlint
- Bump PORTREVISION
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
- Update libotr dependency to 4.x
- Strip the bitlbee binary
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
|
|
|
|
|
|
|
| |
- Add staging support
- OTR requires GnuTLS support
PR: ports/182379, ports/184506
|
|
|
|
| |
irc)
|
| |
|
| |
|
|
|
|
| |
- Chase shlib version bump for dependant ports
|
|
|
|
|
| |
- Convert to OptionsNG
- Remove unneeded dependencies on specific ABI versions
|
|
|
|
|
| |
Reminded by: Jean Trolleur <sigtstp@gmail.com> and grey <grey@artkiver.com>
Feature safe: yes
|
|
|
|
| |
to this new dependency.
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: ashish@
|
|
|
|
| |
- Add LICENSE information
|
|
|
|
|
|
| |
(http://bugs.bitlbee.org/bitlbee/ticket/650)
Submitted by: ashish@
|
|
|
|
|
|
| |
- Add LICENSE
Feature safe: yes
|
|
|
|
| |
Submitted by: tobez
|
|
|
|
| |
- Use UIDs/GIDs files for automatic user/group creation
|
|
|
|
| |
Reported by: pointyhat via erwin
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
| |
|
|
|
|
|
| |
PR: ports/139699
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
|
|
|
|
| |
Submitted by: dougb@
Feature safe: yes
|
|
|
|
|
| |
PR: ports/138268
Submitted by: garga
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/24ec781b-8c11-11dd-9923-0016d325a0ed.html
|
|
|
|
| |
- Add options for enabling/disabling support for individual protocols
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
default to honor the fact that 'nobody' is not intended to own any
files.
Requested by: simon
Approved by: erwin (mentor)
|
|
|
|
|
|
|
| |
colons.
PR: ports/122921
Approved by: pav (co-mentor)
|
| |
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
| |
- Add an entry to UPDATING
|
|
|
|
| |
Approved by: Lars Sommer <lasg@lasg.dk> (previous maintainer), erwin (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: ports/115837
Submitted by: maintainer (Lars Sommer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
bump PORTREVISIONs.
|
|
|
|
|
| |
PR: ports/111717
Submitted by: Lars Sommer
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
| |
PR: ports/108689
Submitted by: Spil Oss <spil.oss@gmail.com>
Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer, timeout)
|
|
|
|
|
| |
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
|
|
|
| |
Found by: tobez
|
|
|
|
|
|
|
|
| |
support remote charset.
Bump PORTREVISION.
Obtained from: http://bugs.bitlbee.org/bitlbee/ticket/53 (ver. 0.5)
Approved by: maintainer (timeout > 2 weeks)
|
|
|
|
|
|
|
|
| |
- Remove msn6 patch is no longer supported
PR: ports/99911
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout
|
| |
|
|
|
|
|
|
| |
bitlbee, use it for pkg-message.
Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer)
|
|
|
|
|
|
| |
PR: ports/96408
Submitted by: Michael Stevens <mstevens@etla.org>
Approved by: peter@dataloss.nl (maintainer, timeout 14 days)
|
|
|
|
|
|
| |
PR: 96107
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/92173
Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/90136
Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
|
|
|
|
|
| |
PR: 88814
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add optional patch adding support for various MSN6 features
- Add optional patch for LDAP authentication support
PR: ports/84929
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer)
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/72757
Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Add WITH_FLOOD knob
Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer),
Herbert J. Skuhra <herbert.skuhra@gmx.at>
|
|
|
|
| |
Pointy hat to: sergei
|
| |
|
|
|
|
|
|
| |
PR: ports/65052
Submitted by: Daniel Johansson <donnex@donnex.net>
Approved by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fix the dependency for MSN support.
PR: ports/63165
Submitted by: maintainer
|
|
|
|
| |
(Part 2)
|
|
|
|
|
|
| |
PR: ports/60230
Reported by: Peter Schuller <peter.schuller@infidyne.com>
Pointy hat to: erwin
|
|
|
|
|
|
|
|
|
| |
- add WITH_MSN to decide if want MSN support
- add pkg-message to notice installed config files
PR: 58798
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Approved by: maintainer
|
|
|
|
| |
Approved by: maintainer
|
|
This is a new port for bitlbee (http://www.lintux.cx/bitlbee.html)
which acts as an IRC server and then is an ICQ/AIM/MSN/Jabber
etc. client itself.
PR: ports/53232
Submitted by: Peter van Dijk <peter@dataloss.nl>
|