1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

143 Commits

Author SHA1 Message Date
Joe Marcus Clarke
d31e213f7e Complete the 5.X build fix.
Reported by:	pointyhat via kris
2007-08-01 07:46:21 +00:00
Joe Marcus Clarke
58d3783b4d Attempt to fix wireshark and friends' build on 5.X. 2007-07-29 22:00:21 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Joe Marcus Clarke
ba48601a48 Remove some REINPLACE hunks that crept into the previous commit. 2007-07-07 19:10:28 +00:00
Joe Marcus Clarke
f8b1406eae Fix some build issues when using glib12.
Reported by:	pointyhat via pav
2007-07-07 19:08:41 +00:00
Joe Marcus Clarke
6e7a0fc2d7 Update to 0.99.6, and remove all 4.X cruft.
See http://www.wireshark.org/docs/relnotes/wireshark-0.99.6.html for all
the changes in this release.

Security:	See http://www.wireshark.org/security/wnpa-sec-2007-02.html
                for relevant security advisories fixed in this release
2007-07-06 07:04:10 +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
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jun Kuriyama
384985f41e - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION. 2007-02-28 01:19:04 +00:00
Joe Marcus Clarke
2a2bb4941f Add -funit-at-a-time to CFLAGS to fix a build problem on 5.X.
Reported by:	pointyhat via kris
2007-02-22 07:36:43 +00:00
Joe Marcus Clarke
6773b2c49d Fix the build on 64-bit architectures. 2007-02-15 06:38:54 +00:00
Joe Marcus Clarke
cd16c16ac8 Fix the build on systems with malloc debugging enabled by making sure
a struct is properly initialized to 0.
2007-02-10 06:13:23 +00:00
Joe Marcus Clarke
00d373711a Update to 0.99.5. See
http://www.wireshark.org/docs/relnotes/wireshark-0.99.5.html for a list
of changes.
2007-02-03 23:31:52 +00:00
Roman Bogorodskiy
3d0dcc46ab - Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
2007-01-02 08:54:13 +00:00
Joe Marcus Clarke
43389de323 Update to 0.99.4. This release fixes a few security bugs as well as other
functional problems, adds some new features and protocol support, and
updates many other protocols.  Also:

* Force snmp.name searches to be spring searches instead of OIDs.  This
  reverts to ethereal behavior, and works a lot better
* Convert to OPTIONS
* Add optional RTP stream playback support
* Use OPENSSLBASE instead of /usr to pick up ports OpenSSL [1]

For a summary of all features and fixes see
http://www.wireshark.org/docs/relnotes/wireshark-0.99.4.html .

Security:	See http://www.wireshark.org/docs/relnotes/wireshark-0.99.4.html
		for security bugs fixed in this release
Requested by:	David Wood <david@wood2.org.uk> [1]
2006-11-01 21:06:46 +00:00
Joe Marcus Clarke
0235e1b52f Update to 0.99.3a. 2006-08-25 07:14:07 +00:00
Joe Marcus Clarke
362bb57aa5 Correct DATADIR name for tshark and tshark-lite.
Reported by:	pointyhat via erwin
2006-08-04 21:14:31 +00:00
Joe Marcus Clarke
9a9ca79483 Correct rather dumb typo in pkg-descr.
Reported by:	Chris Timmons <cwt@networks.cwu.edu>
2006-07-28 21:04:54 +00:00
Joe Marcus Clarke
5b24572dbf Add a dependency on libgcrypt if it is found. libgcrypt adds the ability
to decrypt IPSec packets.

PR:		100645
2006-07-23 17:40:38 +00:00
Joe Marcus Clarke
6fdbe60136 Bring the description in line with reality. 2006-07-21 18:10:33 +00:00
Joe Marcus Clarke
6c220a4e2e Correct the DISTNAME for tshark[-lite].
Reported by:	olgeni
2006-07-19 23:28:35 +00:00
Joe Marcus Clarke
acbaaee2e6 Fix build on 4.X by removing the extra patch which is apparently no
longer needed.

PR:		100476
2006-07-18 13:23:02 +00:00
Joe Marcus Clarke
a69db4b2a0 Add wireshark and tshark after repocopies from ethereal and tethereal
respectively.  Wireshark is a rename of ethereal after the principal
developer moved companies and lost the Ethereal copyright.

Messenger, don't shoot!

Now the ethereal binary is called wireshark, the tethereal binary is
called tshark, and idl2eth is now idl2wrs.  All other binaries have
kept the same name.

In addition to this name change, I have also changed the PREFIX from X11BASE
to LOCALBASE.
2006-07-18 05:03:53 +00:00
Roman Bogorodskiy
26d33e9388 Chase gnutls shlib version change. 2006-07-06 17:41:23 +00:00
Tom McLaughlin
85ee28ec12 - Add optional dependency on gnutls if it is installed or via WITH_GNUTLS.
(gnutls support cannot be disabled if it is present.)

- Replace manual openssl check with USE_OPENSSL

Approved by:	marcus
2006-05-05 01:43:24 +00:00
Joe Marcus Clarke
a04cae1f2b Grr...correct path to dumpcap. 2006-05-04 21:03:30 +00:00
Joe Marcus Clarke
01ac113f15 Add dumpcap to ethereal-lite. dumpcap is required for proper ethereal
operation.

Requested by:	Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
2006-05-04 04:49:26 +00:00
Joe Marcus Clarke
99b7c72fe6 Fix parsing of radiotap packet captures.
Submitted by:	sam
Obtained from:	Ethereal SVN
2006-04-28 19:23:29 +00:00
Joe Marcus Clarke
8a44189263 Add USE_GCC=3.4+ to fix the build on 4.X.
Reported by:	pointyhat via kris
2006-04-27 05:14:31 +00:00
Joe Marcus Clarke
5b38285381 Fix the dissection of 802.11 QoS packets.
Submitted by:	sam
2006-04-27 02:22:29 +00:00
Joe Marcus Clarke
aa50053db4 Update to 0.99.0. See
http://www.ethereal.com/docs/release-notes/ethereal-0.99.0.html for the
complete list of changes.

Security:	Ethereal 0.99.0 fixes numerous security bugs.  See
		http://www.ethereal.com/docs/release-notes/ethereal-0.99.0.html
		for details
2006-04-26 21:13:30 +00:00
Joe Marcus Clarke
e3e7faeda3 Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
2006-04-24 02:43:51 +00:00
Sergey Matveychuk
2201ea0607 - Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.

Reproached by:	kris
2006-04-21 18:39:19 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Joe Marcus Clarke
26374b53e9 Make portlint happy. 2006-02-04 06:25:57 +00:00
Joe Marcus Clarke
1dc7ecd019 Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing up
in the net-snmp mibs directory during build.
2006-02-04 06:25:16 +00:00
Joe Marcus Clarke
e9e5f6bd57 Fix patching on FreeBSD <= 5.4-RELEASE. 2005-12-31 06:47:08 +00:00
Joe Marcus Clarke
c18700310b Update to 0.10.14. See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.14.html for a list
of all the changes.

Security:	See http://www.ethereal.com/appnotes/enpa-sa-00022.html for
		security advisories fixed in this version.
2005-12-29 23:19:11 +00:00
Joe Marcus Clarke
d8fea3bfc4 * Fix a bug in caclulating the 802.11 header length for QoS data frames
(way bad regression from previous code)
* Add support for packets w/ data padding between the 802.11 header and
  the payload (as indicated in the radiotap flags)
* Add support for handling FCS indication in the radiotap flags
* Fix display of TSF (previous code was not byte swapping)
* Update ieee80211_mhz2ieee in radiotap.c to handle more channels
* Nuke some #if 0 code leftover in radiotap.c

Submitted by:	sam
2005-12-09 04:03:57 +00:00
Jun Kuriyama
b650876e96 Chase shlib version bump of net-snmp. 2005-11-30 05:23:10 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
338a3ccff7 This patch isn't needed for recent 5-STABLE users, either. 2005-10-21 01:19:15 +00:00
Joe Marcus Clarke
a9e72e2a56 Update to 0.10.13. This fixes many security problems as well as adds some
minor news features, some new dissectors, and enhances a good number of the
current dissectors.  See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.13.html for the
complete list of changes.

Security:	See
		http://www.ethereal.com/docs/release-notes/ethereal-0.10.13.html
		for all the security issues fixed in this release
2005-10-20 21:40:44 +00:00
Joe Marcus Clarke
3877968350 Update to 0.10.12 with the usual number of security fixes, new features, and
improved dissector support.  See http://www.ethereal.com/news/item_20050726_01.html for the list of changes.

Security:	See http://www.ethereal.com/news/item_20050726_01.html for
		the list of security fixes in this release
2005-07-27 19:36:53 +00:00
Joe Marcus Clarke
040869bc3f * Add USE_PYTHON_BUILD
* Replace the static iconv dependency with USE_ICONV (bad Joe!)

PR:		81236
Submitted by:	Tod McQuillin <devin@spamcop.net>
2005-05-20 05:59:48 +00:00
Joe Marcus Clarke
bced5612c7 Fix a problem with the last patch. It was causing the build to fail.
Reported by:	many
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-05-15 04:48:15 +00:00
Joe Marcus Clarke
eb8e32a1db Work around a GCC bug that prevented ethereal from linking when compiled
with optimizations above -O.  See
http://www.ethereal.com/lists/ethereal-dev/200505/msg00069.html for more
details.

Obtained from:	Ethereal mailing list (see URL above)
Reported by:	many
2005-05-13 05:46:41 +00:00
Joe Marcus Clarke
ad7138b930 * Add a dependency on gnometarget
* Add a dependency on libiconv to fix the gtk12/glib12 build [1]

Reported by:	pointyhat via kris [1]
2005-05-11 17:37:34 +00:00
Joe Marcus Clarke
bcef4c8b0b Fix the build with Glib/GTK+ 1.2. 2005-05-08 02:04:18 +00:00