aboutsummaryrefslogtreecommitdiff
path: root/net/libnet-devel
Commit message (Collapse)AuthorAgeFilesLines
* - fix libnet-configDirk Meyer2010-12-101-1/+2
| | | | | | | Submitted by: Cy Schubert Notes: svn path=/head/; revision=265969
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.1.5Dirk Meyer2010-11-158-90/+76
| | | | | | | | | | | - set LATEST_LINK - use OPTIONS - use PLIST_SUB to get versions out pkg-plist - fix build in jail without /dev/bpf - take maintainership Notes: svn path=/head/; revision=264600
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* 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
* USE_LDCONFIG for the lib an bump PORTREVISIONIon-Mihai Tetcu2008-05-061-1/+3
| | | | | | | | PR: ports/123056 Submitted by: Antoine Brodin Notes: svn path=/head/; revision=212754
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-191-11/+1
| | | | | | | with letter n-p Notes: svn path=/head/; revision=190385
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-317-22/+96
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* - DeprecateErwin Lansing2006-12-041-0/+3
| | | | | | | | | | - Set EXPIRATION_DATE PR: 106328 Submitted by: gabor Notes: svn path=/head/; revision=178864
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* - Fix build on 4.x (stdint.h -> inttypes.h)Sergey Matveychuk2005-11-161-1/+12
| | | | | | | Submitted by: mnag Notes: svn path=/head/; revision=148491
* libnet update:Sergey Matveychuk2005-11-143-39/+11
| | | | | | | | | | | | | | | | | - 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
* Fix MASTER_SITES.Kirill Ponomarev2005-10-111-1/+1
| | | | Notes: svn path=/head/; revision=144933
* Drop maintainership, since I'm buried in the $REALLIFE stuff.Kirill Ponomarev2005-09-141-1/+1
| | | | Notes: svn path=/head/; revision=142683
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Tarball seems to be broken on the main MASTER_SITE, so changeKirill Ponomarev2004-08-171-1/+1
| | | | | | | it temporary. Notes: svn path=/head/; revision=116504
* - Update to version 1.1.2.1Kirill Ponomarev2004-04-143-7/+21
| | | | Notes: svn path=/head/; revision=107007
* Add missing directoryKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106903
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* - Take maintainershipKirill Ponomarev2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98869
* Reset MAINTAINERScott Mace2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98857
* - Update to 1.1.1Sergei Kolobov2003-12-166-57/+107
| | | | | | | | | | | | | | | | - Removed dependency on automake and autoconf - Use PKGNAMESUFFIX - Use CONFLICTS to prevent installation over stable version - Install examples and documentation - Use DOCSDIR/EXAMPLESDIR - Reword COMMENT and pkg-descr, add Author tag PR: 54421 Submitted by: sergei Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=95975
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Correct Makefile comment typoScott Mace2003-01-181-1/+1
| | | | Notes: svn path=/head/; revision=73410
* Add missing @dirrmKris Kennaway2003-01-141-0/+1
| | | | Notes: svn path=/head/; revision=73092
* Add libnet-develScott Mace2003-01-077-0/+91
libnet-devel will maintain libnet-1.1.x. A limited number of ports currently support or will require libnet-1.1.x in the future. The API is not backwards compatible. Unfortunately many ports still require libnet-1.0.x and do not support the new API (and may never support it). libnet-devel will fill the gap until the API change settles out and 1.0.x is fully deprecated. Notes: svn path=/head/; revision=72710