aboutsummaryrefslogtreecommitdiff
path: root/net/libnet
Commit message (Collapse)AuthorAgeFilesLines
* - extend MASTER_SITESDirk Meyer2009-09-221-1/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241903
* - take maintanershipDirk Meyer2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237238
* Reset shipley@dis.org due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219722
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* patch net/libnet's configure to not do anymore checks of bpf deviceEdwin Groothuis2008-05-292-1/+81
| | | | | | | | | | | | | | when building net/libnet, bpf has been there since FreeBSD 3.X, so do not do anymore checks. this is useful when building in jails as they don't have bpf. this is somewhat like #113893 PR: ports/123213 Submitted by: Mars G Miro <spry@anarchy.in.the.ph> Approved by: maintainer timeout Notes: svn path=/head/; revision=213844
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-316-15/+65
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* libnet update:Sergey Matveychuk2005-11-148-127/+122
| | | | | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> Notes: svn path=/head/; revision=148262
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Utilize CONFLICTS with net/libnet-develKirill Ponomarev2004-02-141-1/+1
| | | | Notes: svn path=/head/; revision=100943
* Fix build on -currentKirill Ponomarev2003-07-301-0/+15
| | | | | | | | | | PR: 54612 Submitted by: krion Approved by: fjoe (mentor) (implicit) Maintainer timeout: 8 days Notes: svn path=/head/; revision=85900
* Back out last commit.Jun Kuriyama2003-03-276-22/+83
| | | | | | | | | | 1.1.0 is already in net/libnet-devel and has different API. Bump $PORTEPOCH for my mistake. Spotted by: sheldonh Notes: svn path=/head/; revision=77501
* Upgrade to 1.1.0.Jun Kuriyama2003-03-266-82/+22
| | | | | | | No response from: maintainer Notes: svn path=/head/; revision=77485
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Tag the libnet_error() function with __printflike()Kris Kennaway2002-06-071-0/+11
| | | | Notes: svn path=/head/; revision=60753
* make WWW correctYing-Chieh Liao2001-11-191-1/+1
| | | | Notes: svn path=/head/; revision=50219
* Update this port and close the PR that has been open for aMichael C . Wu2001-07-125-70/+63
| | | | | | | | | | long time. Maintainer has not responded to the PR at all. PR: 28656 Submitted by: cnh@netVmg.com Notes: svn path=/head/; revision=45084
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Update to libnet-1.0.1b and portlintKris Kennaway2000-06-024-38/+69
| | | | | | | No response from: Maintainer Notes: svn path=/head/; revision=29122
* white space fixes and add WWW: (portlint)Michael Haro2000-04-203-7/+6
| | | | Notes: svn path=/head/; revision=27803
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Err, the last commit was actually a downgrade.Chris Piazza1999-10-084-5/+35
| | | | | | | Actually upgrade to version 0.99g Notes: svn path=/head/; revision=22245
* Update to version 0.10aChris Piazza1999-10-084-26/+18
| | | | Notes: svn path=/head/; revision=22239
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Upgrade to fix build problem.Satoshi Asami1999-05-125-20/+13
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=18800
* Hopefully a little bit better worded COMMENT. :)Steve Price1999-05-091-1/+1
| | | | Notes: svn path=/head/; revision=18622
* A C library for creating IP packets.Steve Price1999-05-097-0/+99
PR: 9901 Submitted by: Peter Shipley <shipley@dis.org> Notes: svn path=/head/; revision=18620