summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-27 14:57:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-27 14:57:59 +0000
commit6bc6f3a9e07f4647594e7ad34d21cff7b6cd3418 (patch)
tree95ab4f85bf7bf8cb530a6cecc47ac36a30dcab4b /print/cups
parentNew port: devel/rubygem-akismet (diff)
- 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)
Notes
Notes: svn path=/head/; revision=411990
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile2
-rw-r--r--print/cups/files/patch-cups-config.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index e0e313844f23..bbc641da89b5 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -4,7 +4,7 @@
PORTNAME= cups
PORTVERSION= 2.1.3
DISTVERSIONSUFFIX=-source
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.cups.org/software/${PORTVERSION}/
diff --git a/print/cups/files/patch-cups-config.in b/print/cups/files/patch-cups-config.in
new file mode 100644
index 000000000000..214a4128e7ac
--- /dev/null
+++ b/print/cups/files/patch-cups-config.in
@@ -0,0 +1,11 @@
+--- cups-config.in.orig 2013-05-29 11:51:34 UTC
++++ cups-config.in
+@@ -105,7 +105,7 @@ while test $# -gt 0; do
+ ;;
+ --libs)
+ if test $static = no; then
+- libs="@EXTLINKCUPS@ $LIBS";
++ libs="@EXTLINKCUPS@";
+ if test $image = yes; then
+ libs="@EXTLINKCUPSIMAGE@ $libs"
+ fi