Renato Botelho
6005cc36f3
Move USES entry to proper place and silence portlint
2018-11-06 17:18:40 +00:00
Ryan Steinmetz
919dfbf205
- Fix DAG build
2018-08-26 13:10:35 +00:00
Renato Botelho
52e1c8b452
Update net/libpcap to 1.9.0
...
Sponsored by: Rubicon Communications, LLC (Netgate)
2018-07-23 18:26:49 +00:00
Renato Botelho
7fbcd66fa4
- Update net/libpcap to 1.8.1
...
- Simplify Makefile
- Sort pkg-plist using make makeplist
Sponsored by: Rubicon Communications (Netgate)
2016-10-28 11:09:19 +00:00
Renato Botelho
b055279630
Fix net/libpcap build without IPV6
...
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/602
Sponsored by: Rubicon Communications (Netgate)
2016-08-05 18:41:21 +00:00
Renato Botelho
bb66768020
- Update net/libpcap to 1.8.0
...
- Force it to use flex from ports since version available on base is not
new enough
Sponsored by: Rubicon Communications (Netgate)
2016-08-04 18:48:54 +00:00
Dmitry Marakasov
c86e9d9724
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
...
Approved by: portmgr blanket
2016-05-23 20:35:01 +00:00
Renato Botelho
efd310ce77
- Update net/libpcap to 1.7.4
...
- Move PLIST_FILES to pkg-plist
- Remove LIBPCAP_OVERWRITE_BASE
- Use OPTION helpers
2015-11-23 18:53:59 +00:00
Renato Botelho
bfd46a92ef
Update to 1.7.3
2015-04-23 10:34:39 +00:00
Mathieu Arnold
0438143249
Remove OSVERSION checks that do not make sense any more.
...
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Renato Botelho
527cf15add
Update to 1.7.2
...
PR: 198976
Submitted by: pi
2015-03-28 10:43:21 +00:00
Renato Botelho
48819b0d3e
- Update to 1.6.2 [1]
...
- Add LICENSE
PR: 196568 [1]
Submitted by: pi [1]
2015-01-08 14:39:11 +00:00
Wesley Shields
c219c8d956
Assign these over to garga@.
...
He can give them a better home than I can at this time.
2015-01-06 14:21:24 +00:00
Baptiste Daroussin
5587763f34
cleanup plist
2014-12-20 19:23:19 +00:00
Antoine Brodin
228ab58873
Change INSTALL_DATA to install with mode 644
...
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
2014-09-04 19:26:24 +00:00
Antoine Brodin
451c20bedb
Allow staging as a regular user
2014-08-24 20:20:41 +00:00
Ryan Steinmetz
4af0966ffd
- Remove MLINKS as this port is staged
...
- Do not try to link against dbus if it is installed
- Do not bump PORTREVISION as this should be a pkg no-op
2014-08-14 17:19:59 +00:00
Martin Wilke
c2866e7e03
- Convert gmake,bzip2 to USES
...
Approved by: portmgr
2014-05-29 12:00:30 +00:00
Wesley Shields
a8ef9bf3b4
Make stage aware.
2013-12-29 20:44:39 +00:00
Wesley Shields
4fd976b0a6
Update to 1.5.2
2013-12-29 05:22:35 +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
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Wesley Shields
0cece56d5f
Update to 1.4.0.
2013-05-30 02:15:01 +00:00
Baptiste Daroussin
9250d94365
Convert USE_BISON to USES= bison
...
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Wesley Shields
b636db25a4
Update to 1.3.0.
...
While here convert to new-style options.
2012-06-19 01:38:43 +00:00
Wesley Shields
a96ddd6b8a
- Update to 1.2.1.
...
- Remove two patch files which are now in this release.
2012-01-15 03:15:56 +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
Wesley Shields
e282e73442
Bring in commit ecdc5c0a7f7591a7cd4aff696e42757c677fbbf7 from upstream.
...
This fixes a crash when using 'ip6 protochain' filters.
PR: kern/157188
Submitted by: plosher@
2011-05-22 17:15:21 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Wesley Shields
c6ca1864f9
Correctly support interface descriptions.
...
PR: ports/150860
Submitted by: Lucius Windschuh <lwindschuh@gmail.com >
Obtained from: libpcap git repository
2010-09-26 14:48:46 +00:00
Wesley Shields
2d783f5218
Fix building when using WITH_DAG.
...
PR: ports/149008
Submitted by: Ryan Steinmetz <rpsfa@rit.edu >
2010-08-16 02:20:43 +00:00
Wesley Shields
d9e89a89cd
Attempt to unbreak on sparc64
...
Noticed by: linimon@ (via pointyhat)
2010-04-21 01:51:03 +00:00
Wesley Shields
d321ca6382
- Update to 1.1.1. It now installs libpcap.so.1 instead of libpcap.so.3.
2010-04-07 19:49:12 +00:00
Wesley Shields
55ab2a5aeb
- Fix build on -CURRENT.
...
Obtained from: r203052
Feature safe: yes
2010-03-01 19:14:02 +00:00
Wesley Shields
632fdaa015
- Explictly declare when cloning is allowed.
...
Bump PORTREVISION to address this for older packages.
- While here fix whitespace.
Noticed by: csjp@
2010-01-24 22:14:45 +00:00
Wesley Shields
c6eb35f215
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
...
is MAKE_JOBS_UNSAFE).
2009-05-09 02:46:09 +00:00
Wesley Shields
9f92002a9b
- Pick up maintainership on these ports.
2009-04-24 14:39:33 +00:00
Bruce M Simpson
5dd199fdd0
Drop maintainership.
2009-04-24 13:47:04 +00:00
Bruce M Simpson
c93900c42f
Update to 1.0.0.
2009-04-24 13:42:36 +00:00
Ade Lovett
dbd39ca660
Migration from bison 1.x to 2.x
...
PR: 117086
Tested by: -exp runs
2007-10-17 10:13:01 +00:00
Gabor Kovesdan
42542fb076
- Remove the DESTDIR modifications from individual ports as we have a new,
...
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
2007-08-04 11:41:30 +00:00
Bruce M Simpson
e754b69e7a
libpcap -> 0.9.7
2007-08-02 21:25:25 +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
Bruce M Simpson
0cb0b2750f
Fix LIBPCAP_OVERWRITE_BASE for 0.9.6.
...
Submitted by: Craig Leres
2007-07-09 10:28:11 +00:00
Bruce M Simpson
8118bb2b6a
Update to 0.9.6.
...
PR: ports/114212
Submitted by: Robin Gruyters
2007-07-03 16:26:32 +00:00
Bruce M Simpson
b501550500
add to ipv6 category
...
PR: 106895
Submitted by: Janos Mohacsi
2006-12-19 10:31:17 +00:00
Bruce M Simpson
bcf4382bd3
Update to 0.9.5.
...
PR: 104147
Submitted by: chinsan
2006-10-08 16:37:58 +00:00
Erwin Lansing
50513d5d52
Add support for DESTDIR part I.
...
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Bruce M Simpson
aaed6be69d
Fix port for values of LIBPCAP_OVERWRITE_BASE which are defined.
...
PR: ports/95060
Submitted by: Craig Leres
2006-08-02 11:22:45 +00:00
Bruce M Simpson
68332e9ce6
Update to libpcap 0.9.4 and tcpdump 3.9.4.
...
Add new MASTER_SITE mirror icrew.org.
2005-12-13 00:13:51 +00:00