aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rate
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Include missing "dns.h" header to get the prototype for dns_lookup() whichAlexey Dokuchaev2020-09-043-1/+21
| | | | | | | | returns char *. Without it, compiler has to assume that it returns an int, which results in segmentation fault e.g. in -A (bandwidth abusers) mode. Notes: svn path=/head/; revision=547555
* - fix IP truncation and add license infoMichael Landin2016-01-313-6/+20
| | | | | | | | PR: 206782 Submitted by: Franco Fichtner (franco@opnsense.org) Notes: svn path=/head/; revision=407636
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-9/+8
| | | | Notes: svn path=/head/; revision=380307
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=357486
* Support stagingEmanuel Haupt2014-02-241-6/+4
| | | | Notes: svn path=/head/; revision=345824
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - Override CC as well as CFLAGS/LDFLAGS from command lineMichael Landin2011-12-201-6/+1
| | | | | | | | PR: ports/163227 Submitted by: Jan Beich <jbeich@tormail.net> Notes: svn path=/head/; revision=287726
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-4/+2
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - option to put interface in promiscuous modeMichael Landin2010-07-191-0/+47
| | | | | | | | PR: ports/148065 Submitted by: Artem Roshenia <sniz@tut.by> Notes: svn path=/head/; revision=257949
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104421
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-2/+2
| | | | Notes: svn path=/head/; revision=100139
* New port: A traffic analysis command-line utilityMichael Landin2003-08-224-0/+49
Approved by: roberto (mentor) Notes: svn path=/head/; revision=87502