Commit graph

255 commits

Author SHA1 Message Date
Joe Marcus Clarke
1c1995fc24 Update to 1.12.1. 2014-09-21 12:57:46 +00:00
Tijl Coosemans
c8711e099a dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-28 10:21:31 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
Joe Marcus Clarke
9c7cf0ca37 Update to 1.12.0 and switch to GTK+ 3.0 for the GUI.
See https://www.wireshark.org/docs/relnotes/wireshark-1.12.0.html for the
changes in this release.
2014-08-10 03:26:32 +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
Tijl Coosemans
02bbafc3f0 Remove LIBTOOLFILES 2014-07-09 15:29:37 +00:00
Joe Marcus Clarke
a5c2784e2d Update to 1.10.8 and switch to USES=libtool. 2014-06-21 21:58:45 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Baptiste Daroussin
9d17bde769 Fix detection of lua 2014-05-27 10:20:08 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Joe Marcus Clarke
a849fe4716 Update to 1.10.7 and convert to new LIB_DEPENDS. 2014-04-27 21:54:54 +00:00
Joe Marcus Clarke
73d5cef460 Update to 1.10.6. 2014-03-09 23:56:33 +00:00
Joe Marcus Clarke
2c9b129c81 Update to 1.10.5. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.5.html for the list of
changes in this release.
2013-12-23 04:30:36 +00:00
Joe Marcus Clarke
19c5bf299d Update to 1.10.3. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.3.html for a list
of changes in this release.
2013-11-11 15:26:58 +00:00
Joe Marcus Clarke
e74058f67c * Fix previous patch so that build is not broken on < 10.X [1]
* Add support for stage

Reported by:	Kenta Suzumoto <kentas@hush.com> [1]
2013-10-12 17:43:55 +00:00
Joe Marcus Clarke
9f2af0edda Fix the build on 10.X and HEAD.
Submitted by:	Gustau Pérez <gustau.perez@gmail.com>
2013-10-11 15:30:42 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Andrej Zverev
e47ac01488 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 14:54:36 +00:00
Joe Marcus Clarke
3796ff6939 Update to 1.10.2. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.2.html for a list
of changes in this release.
2013-09-15 14:29:31 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Joe Marcus Clarke
040c7aa3fd Update to 1.10.1. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.1.html for a list of
changes in this release.
2013-07-27 17:52:26 +00:00
Joe Marcus Clarke
42d3c2abb9 Update to 1.10.0. 2013-06-08 22:16:58 +00:00
Joe Marcus Clarke
b090c2c2ab Update to 1.8.7. See
http://www.wireshark.org/docs/relnotes/wireshark-1.8.7.html for the list
of changes in this release.
2013-05-21 03:52:32 +00:00
Joe Marcus Clarke
526f459f9e Add some missing options to OPTIONS_DEFINE
Reported by:	sunpoet
2013-05-04 22:00:55 +00:00
Baptiste Daroussin
62da8d5b07 Wireshark always needs pkgconf (this fixes wireshark-lite) 2013-05-03 22:12:23 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Jason Helfman
3ebd84eada - conversion of USE_GETTEXT to USES framework
Approved by:	portmgr (bapt@)
2013-04-30 16:26:32 +00:00
Joe Marcus Clarke
ae311076b5 Correct a typo.
PR:		177563
Submitted by:	Maxim Samsonov <xors@mailup.net>
2013-04-28 22:44:46 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Joe Marcus Clarke
f7f5113565 Switch to USE_PKGCONFIG=build (old habits die hard).
Suggested by:	zeising
2013-03-31 00:32:30 +00:00
Joe Marcus Clarke
7bd8d85cde Make pkgconfig an explicit dependency of tshark. 2013-03-30 20:45:00 +00:00
Joe Marcus Clarke
2dc7ab1663 Put back in an empty line. 2013-03-28 16:20:13 +00:00
Joe Marcus Clarke
0ff8e0128b I knew I shouldn't have touched DISTNAME. Fix tshark build.
Reported by:	miwi
2013-03-28 16:15:16 +00:00
Joe Marcus Clarke
9a7543a784 Make sure X11 is enabled by default.
Submitted by:	William Grzybowski <william88@gmail.com>
2013-03-24 20:58:29 +00:00
Joe Marcus Clarke
daf0a952cf Convert to OPTIONSNG and modernize the header.
PR:		177192
Submitted by:	William Grzybowski <william88@gmail.com>
2013-03-24 15:52:21 +00:00
Joe Marcus Clarke
6039208cf2 Update to 1.8.6. See http://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
for a list of changes in this release.
2013-03-10 00:00:36 +00:00
Joe Marcus Clarke
46b3ae1c10 Update to 1.8.5. See http://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
for the list of changes in this release.
2013-02-04 18:26:11 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Joe Marcus Clarke
13ff10dec1 Fix the build on 9.X when Lua is enabled.
Reported by:	dhw
2012-12-29 05:29:56 +00:00
Joe Marcus Clarke
dbca1ba1e5 Update to 1.8.4.
* Respect WITHOUT_GSSAPI [1]
* Fix Lua support

PR:		174049 [1]
Submitted by:	Kimmo Paasiala <kpaasial@gmail.com> [1]
2012-12-17 06:23:44 +00:00
Joe Marcus Clarke
f9e9444a27 Add a missing '='.
Reported by:	many
Pointyhat to:	mm
2012-12-10 21:50:53 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Joe Marcus Clarke
223a98b11f Update to 1.8.3. See
http://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html for a list of
changes in this release.

Feature safe:	yes
2012-10-21 14:01:14 +00:00
Joe Marcus Clarke
2714aba13a Add a fix for CVE-2012-3548.
PR:		171220
Submitted by:	rea
Obtained from:	Wireshark bug 9009
2012-09-05 15:59:55 +00:00
Joe Marcus Clarke
d8c4bdb2c5 Update to 1.8.2. See
http://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html for the changes
in this release.

Security:	See http://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
2012-08-19 04:55:03 +00:00
Joe Marcus Clarke
b0f50d0dcd Actually commit plist changes.
Submitted by:	olgeni
2012-08-13 14:08:48 +00:00