Commit Graph

209 Commits

Author SHA1 Message Date
Hajimu UMEMOTO
b785fd4b4f Update to 2.3.11. 2019-07-31 13:30:35 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Gleb Smirnoff
51e4d91e24 Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
2017-03-21 08:03:00 +00:00
Hajimu UMEMOTO
cb32325f30 Update to 2.3.10. 2016-10-24 08:42:56 +00:00
Hajimu UMEMOTO
7ad904be28 Update to 2.3.9. 2016-10-12 08:54:28 +00:00
Hajimu UMEMOTO
dfaa946400 Update to 2.3.8. 2016-09-08 12:41:02 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Hajimu UMEMOTO
daa1d37700 Update to 2.3.7. 2016-06-05 17:36:47 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25: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
Hajimu UMEMOTO
f3516110fd - Use OPTIONS helper.
- Use @sample.
- Re-generate patches to make portlint happy.
2015-11-12 11:10:28 +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
Hajimu UMEMOTO
a342b14f4d Fix build on HEAD.
Spotted by:	pkg-fallout
2015-05-01 02:27:30 +00:00
Hajimu UMEMOTO
a56133d45f - Try to fix build after SMBus change (r281985). [1]
- Rename patch.

Spotted by:	pkg-fallout [1]
2015-04-29 19:32:46 +00:00
Antoine Brodin
23b328aaf9 Cleanup plist 2014-11-22 09:13:35 +00:00
Adam Weinberger
7792c21583 Rename sysutils/ patch-xy patches to reflect the files they modify. 2014-07-29 15:00:12 +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
Jimmy Olgeni
fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00
Hajimu UMEMOTO
adb28c1be8 Don't expose STAGEDIR into installed binary nor .pc. 2014-06-17 16:44:58 +00:00
Dmitry Marakasov
a7a7844382 - Convert USE_BZIP2 to USES
Approved by:	portmgr blanket
2014-06-03 13:50:08 +00:00
Hajimu UMEMOTO
e9c0887e36 We don't need LICENSE_FILE for GPLv3. 2013-12-30 16:18:01 +00:00
Hajimu UMEMOTO
e7ac26213e - avoid package name collisions.
- shorten pkg-descr.
- use USES=gmake.
2013-10-12 18:08:23 +00:00
Hajimu UMEMOTO
8d10a2a487 enable stage. 2013-10-04 12:40:50 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Hajimu UMEMOTO
359d4bd8a7 - Add USES+=pkgconfig to fix build. [1]
- Convert USE_GMAKE=yes to USES+=gmake.
- Use WWW: with a single space to make portlint happy.

PR:		ports/181098 [1]
Submitted by:	CyberLeo <cyberleo__at__cyberleo.net> [1]
2013-08-11 15:23:50 +00:00
Baptiste Daroussin
b21906283d Fix build with recent binutils 2013-07-28 20:33:15 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10: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
Hajimu UMEMOTO
debf6c985b - Use OPTIONS_RADIO for OpenSSL/GnuTLS selection.
- Add DOCS to OPTIONS.
- Remove ABI version numbers from LIB_DEPENDS.
- Trim Makefile header.
2012-12-16 12:05:19 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Hajimu UMEMOTO
95acd1c374 - The descprition of NTLM option is in bsd.options.desc.mk, now.
- Use OPTIONS_SINGLE for OpenSSL/GnuTLS selection.
2012-07-01 16:09:13 +00:00
Hajimu UMEMOTO
aebe701141 Convert to use new OPTIONS framework. 2012-06-16 19:11:44 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Hajimu UMEMOTO
26d59be053 Skip uninterested interfaces such as USB devices added to ifadders
in recent RELENG_8.
2011-05-03 17:41:27 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Hajimu UMEMOTO
373c339e8f Update to 2.3.5. 2010-10-08 12:44:05 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Hajimu UMEMOTO
04bdb5a1f9 Fix build on 9-CURRENT after utmp -> utmpx change. 2010-01-19 11:25:22 +00:00
Hajimu UMEMOTO
d3552dea42 Update to 2.3.4. 2010-01-05 11:32:27 +00:00
Hajimu UMEMOTO
f3493576f6 Update to 2.3.3. 2009-12-22 12:34:58 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Hajimu UMEMOTO
1841267782 - Add multi cpu support.
- Though coretemp set dev.cpu.N.temperature in celsius, amdtemp set
  it in kelvin.
2009-08-04 13:34:26 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00