summaryrefslogtreecommitdiff
path: root/benchmarks/netio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainership on most of my portsTilman Keskinoz2021-11-111-1/+1
|
* benchmarks/netio: make fetchableTilman Keskinoz2021-09-022-8/+6
| | | | | | | * The Source is now on GH * Switch to tarball * Source is identical to previous zip file apart from Copyright update and RCS tag
* Deorbit RESTRICTED && NO_CDROM, part one.Mathieu Arnold2021-05-061-3/+4
| | | | | | | | For ports that already use the licenses framwork, merge the content of RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs. Approved by: rene Differential Revision: https://reviews.freebsd.org/D30010
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for b* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* Mark benchmarks/netio as RESTRICTED.Tilman Keskinoz2019-03-261-2/+5
| | | | License forbids commercial use.
* Update to 1.33Tilman Keskinoz2019-03-263-42/+39
|
* benchmarks/*: Use NO_WRKSUBDIRTobias Kortkamp2019-02-021-2/+3
|
* Fix WWWTilman Keskinoz2017-08-021-1/+1
| | | | | PR: 221082 Submitted by: robertc@robertcollins.net
* Cleanup patches, category benchmarksMathieu Arnold2016-07-272-2/+2
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-203-233/+233
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-6/+2
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Remove unnecessary whitespace changes in patchfileTilman Keskinoz2015-03-232-3031/+241
| | | | add in previous commit
* benchmarks/netio: update 1.26 -> 1.32Bartek Rutkowski2015-03-223-287/+3131
| | | | | | | | - Fix clang build issues - Maintainer's timeout (arved@FreeBSD.org) PR: 181789 Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com>
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-021-2/+1
|
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Convert b* to USES=zipBaptiste Daroussin2014-03-071-2/+1
|
* Support StagedirTilman Keskinoz2013-12-301-3/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | benchmarks)
* Convert benchmarks from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-5/+2
| | | | | | While here: - Trim headers - convert some port to the new perl5 world
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | With hat: portmgr (myself)
* Update to 1.26Tilman Keskinoz2006-09-025-167/+257
|
* Remove USE_REINPLACE from all categories starting with BEdwin Groothuis2006-05-031-1/+0
|
* Add optional IPv6 supportTilman Keskinoz2005-12-033-2/+222
| | | | Submitted by: Andreas Kohn <andreas@syndrom23.de>
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-082-1/+2
| | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio
* - Remove dead WWWClement Laforet2005-01-181-2/+0
|
* Add netio, a simple network benchmarkTilman Keskinoz2005-01-093-0/+41