1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

121 Commits

Author SHA1 Message Date
Mathieu Arnold
8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Rene Ladan
23f3c47c3b Remove mention of AIM from the OSCAR description.
AIM shut down on 2017-12-15

Reported by:	Dmitri Goutnik <dg@syrec.org>
2017-12-16 14:25:05 +00:00
Mathieu Arnold
551be3c723 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
  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
2017-11-30 15:50:30 +00:00
Dmitry Marakasov
72914c033c - Update WWW
Approved by:	portmgr blanket
2017-09-08 09:01:44 +00:00
Renato Botelho
20bbff0aea Add patches missed on last commit and fix build without python 2017-06-29 10:55:30 +00:00
Renato Botelho
072286748e * 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
2017-06-27 14:42:30 +00:00
Martin Wilke
5f4e8617b6 - Update to 3.5.1
PR:		217227
Submitted by:	seschwar@gmail.com
Approved by:	maintainer timeout
2017-04-02 15:40:43 +00:00
Jan Beich
a9425224f1 devel/libevent2: drop historical suffix after r362796
PR:		216777
Approved by:	mm (maintainer)
2017-02-20 02:57:04 +00:00
Jan Beich
21a7215c9a 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)
2017-02-04 07:56:59 +00:00
Renato Botelho
180d47bdfc Update irc/bitlbee to 3.5 2017-01-10 10:45:28 +00:00
Renato Botelho
92d426d0b6 When LIBPURPLE is select, do not allow user to select any other native
protocol option
2016-12-08 18:20:35 +00:00
Jan Beich
f5f47a5a4e 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
2016-10-09 12:10:02 +00:00
Dmitry Marakasov
5d02f6df32 - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers

Approved by:	portmgr blanket
2016-09-13 17:11:26 +00:00
Dmitry Marakasov
47d41661c4 - Fix configure handling, this is not really a GNU configure
PR:		212075
Approved by:	portmgr blanket
2016-09-06 13:33:01 +00:00
Renato Botelho
4b433cd8c6 Update irc/bitlbee to 3.4.2 2016-04-11 12:42:08 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Tijl Coosemans
6bc6f3a9e0 - 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)
2016-03-27 14:57:59 +00:00
Dmitry Marakasov
e36fc841c7 - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by:	portmgr blanket
2016-02-25 14:15:40 +00:00
Renato Botelho
216ce14456 Enable OTR by default on bitlbee 2015-09-24 14:39:29 +00:00
Renato Botelho
dbb68802ab - 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
2015-09-18 11:06:12 +00:00
Renato Botelho
d0977ec9c1 Add python as build dependency and unbreak build without SKYPE option 2015-07-21 12:27:51 +00:00
Renato Botelho
f63770ebca - Fix a regression introduced in 3.4 that broke auto_join channels
- Bump PORTREVISION
2015-07-20 20:26:40 +00:00
Renato Botelho
a9a2b54449 Update to 3.4.1 2015-07-20 19:36:32 +00:00
Renato Botelho
4ecbc7a5e4 Do not try to strip a python script, it fixes install with SKYPE option enabled
Reported by:	mat@
2015-05-19 14:23:48 +00:00
Mathieu Arnold
60d1a83c2a 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
2015-05-14 10:15:04 +00:00
Renato Botelho
0cda468d63 - 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>
2015-05-07 19:36:49 +00:00
Renato Botelho
4b873a24ae - 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)
2015-04-09 10:38:48 +00:00
Kurt Jaeger
cba03c03e1 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
- 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)
2015-01-02 18:46:33 +00:00
Carlo Strub
fb14c8850f - Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION
2014-12-02 22:44:25 +00:00
Baptiste Daroussin
a594107ebf Modern plist 2014-10-31 14:50:49 +00:00
Baptiste Daroussin
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
Bryan Drewery
0bdb9ea09b - 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.
2014-08-16 21:26:41 +00:00
Kurt Jaeger
b95d127471 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)
2014-07-30 03:57:23 +00:00
Tijl Coosemans
3ab1b8443e - 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)
2014-07-23 09:54:02 +00:00
Henrik Brix Andersen
b3becdc09a - Update to v3.2.2
- Update libotr dependency to 4.x
- Strip the bitlbee binary
2014-07-19 11:45:08 +00:00
Jimmy Olgeni
5e38556079 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)
2014-06-13 07:36:27 +00:00
Dmitry Marakasov
06358fd1ac - Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-04 14:39:22 +00:00
Antoine Brodin
a4707e1486 - Finish stage support
- Use new LIB_DEPENDS syntax
2014-01-26 15:10:50 +00:00
Henrik Brix Andersen
be70472f90 - Update to v3.2.1
- Add staging support
- OTR requires GnuTLS support

PR:		ports/182379, ports/184506
2014-01-12 13:15:02 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Baptiste Daroussin
26b2bed6dd Convert irc to USES=pkgconfig 2013-04-23 10:51:39 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Henrik Brix Andersen
c4405ee362 - Update to v3.2
- Convert to OptionsNG
- Remove unneeded dependencies on specific ABI versions
2013-02-04 22:01:15 +00:00
Henrik Brix Andersen
9f3ec8bfa7 - Update to v3.0.6
Reminded by:	Jean Trolleur <sigtstp@gmail.com> and grey <grey@artkiver.com>
Feature safe:	yes
2012-11-08 12:30:04 +00:00
Doug Barton
433f1ce663 Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
2012-09-08 06:58:01 +00:00
Doug Barton
308388d3cf 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
2012-07-26 07:19:30 +00:00
Henrik Brix Andersen
49c7e89801 - Update to v3.0.5 2012-02-19 19:46:07 +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
Henrik Brix Andersen
8fd40b0c85 - 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
2011-12-04 20:45:28 +00:00