Commit graph

60 commits

Author SHA1 Message Date
Steve Wills
d9e8d252bf net-im/gloox: Update to 1.0.20
PR:		221073
Submitted by:	Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
2017-08-18 03:33:24 +00:00
Carlos J. Puga Medina
af7a601bb7 - Update to 1.0.18
PR:		216767
Submitted by:	Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
2017-02-06 10:53:25 +00:00
Guido Falsi
9feebced2f - Update net-im/gloox to 1.0.17
- Chase shlib version bump in dependent ports

PR:		212338
Submitted by:   Demetris Procopiou <dem.procopiou at gmail.com>
		(maintainer)
2016-09-03 19:19:32 +00:00
Pawel Pekala
fc009f6d58 - Update to version 1.0.16
- Take maintainership

PR:		211605
Submitted by:	Demetris Procopiou
2016-08-06 02:12:29 +00:00
Mathieu Arnold
b8ba2f87ab Update to 1.0.15.
PR:		209047
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-26 12:42:25 +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
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
Guido Falsi
bd5cee9c84 - Update to 1.0.14
- Add option to use mDNS

PR:		202855
Submitted by:	Ports Fury
2015-09-26 13:04:22 +00:00
Antoine Brodin
f0d0f3d8e0 Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool

PR:		198611
Reviewed by:	emaste
Exp-run:	self
2015-06-08 05:59:13 +00:00
Guido Falsi
1d6d6a9bf8 Really remove all files I should have removed. 2015-02-10 21:40:40 +00:00
Guido Falsi
5b3e99ddd1 Remove file I forgot to delete in previous commit. 2015-02-10 21:35:49 +00:00
Guido Falsi
fad83636a5 - Update gloox to 1.0.13
- Chase gloox library version bump in dependent ports

PR:		197450
Submitted by:	tkato432@yahoo.com
2015-02-10 21:13:45 +00:00
Antoine Brodin
caca546154 Cleanup plist 2014-11-21 23:55:49 +00:00
Dmitry Marakasov
38c6aa8300 - Drop .la files, no dependees require them
- Add LICENSE_FILE

Approved by:	portmgr blanket
2014-09-10 12:18:21 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +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
Martin Wilke
7cdf3732ac - Update to 1.0.10
PR:		188867
Submitted by:	Ports Fury
2014-05-18 06:34:39 +00:00
Steve Wills
8a95a4e32a - Update to 1.0.10
PR:		ports/188876
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-23 15:34:10 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Danilo Egea Gondolfo
4238ea2079 - Update from 1.0 to 1.0.9
- Add LICENSE

PR:		ports/185342
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-02-19 23:30:13 +00:00
Guido Falsi
a54b9bae02 - Fix build on head/10
- Support staging
- Use new LIB_DEPENDS format
- Unsilence post-install commands
2014-01-17 12:27:30 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Baptiste Daroussin
e2c1d81e13 Add an explicit dependency on pkg-config
Reported by:	pkg-fallout
2013-07-18 09:33:23 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +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
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
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
43721c23d5 - Bump PORTREVISION to chase the update of dns/libidn 2011-03-14 08:40:06 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Edward Tomasz Napierala
11ba2822cf Drop maintainership for ports I can't maintain anymore. 2010-10-25 20:09:06 +00:00
Edward Tomasz Napierala
eb4e92bae6 Update to 1.0. 2009-11-11 13:57:56 +00:00
Edward Tomasz Napierala
b62c3681e4 Update to 0.9.9.8. 2009-08-26 17:14:57 +00:00
Roman Bogorodskiy
90a48ed40a Fix build with new gnutls by using pkg-config instead of deprecated
gnutls-config.

Reported by:		QAT
2009-08-19 16:24:49 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Edward Tomasz Napierala
3148e89612 Fix OpenSSL usage.
Submitted by:	gibbs@
2009-05-03 17:34:22 +00:00
Edward Tomasz Napierala
996ba49d82 Update to 0.9.9.7. 2009-03-31 17:48:55 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Edward Tomasz Napierala
1f1fa5a299 - Update to 0.9.9.5. 2008-03-26 14:12:31 +00:00
Edward Tomasz Napierala
ad0106b113 - Update to 0.9.9.4. 2008-03-09 16:46:30 +00:00
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Edward Tomasz Napierala
0bcc2f4c97 - Update to 0.9.9.3 2008-01-31 22:16:47 +00:00
Edward Tomasz Napierala
066232672e - Update to 0.9.8 2007-12-14 18:15:47 +00:00
Edward Tomasz Napierala
3205a33c74 - Update to 0.9.6.1. 2007-10-29 15:00:05 +00:00
Edward Tomasz Napierala
5e8fa5134d - Update to 0.9.5. 2007-09-28 13:08:43 +00:00
Edward Tomasz Napierala
1d32694fdf - Update to 0.9.4.1.
Approved by:	miwi (mentor)
2007-08-19 16:22:24 +00:00
Edward Tomasz Napierala
627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00
Edward Tomasz Napierala
843ca463cc - Update to 0.9.2.
Approved by:	miwi (mentor)
2007-07-04 11:15:24 +00:00
Roman Bogorodskiy
95eecf16e6 Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
2007-07-01 08:56:16 +00:00