aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/dbench
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Maintainer reset for jlaffayeYuri Victorovich2021-02-181-1/+1
| | | | | | | | | | Reason: Many bug reports (including bug#253256) related to jlaffaye's ports timed out in the period from April 2020 to now. PR: 253256 Approved by: jlaffaye (maintainer's timeout 14 days) Notes: svn path=/head/; revision=565988
* Partially revert r530801Adam Weinberger2020-04-061-1/+1
| | | | | | | | | | | | The maintainer reset rule was not applied correctly. jlaffaye's ports are reassigned back to him, with the exception of lang/go where both quantity and length of timeouts made the reset appropriate and necessary. With hat: portmgr Notes: svn path=/head/; revision=530892
* Reset maintainer for ports maintaned by jlaffaye@.Yuri Victorovich2020-04-051-1/+1
| | | | | | | | | | | | | As per policy, based on timeouts on * www/py-scgi: bug#244982 * textproc/discount: bug#244981 * devel/py-python-gflags: bug#244965 * lang/go: bug#244783, https://reviews.freebsd.org/D24122 * news/py-yenc: bug#239309 * irc/libircclient: bug#221567 Notes: svn path=/head/; revision=530801
* Cleanup patches, category benchmarksMathieu Arnold2016-07-272-7/+7
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419178
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Remove useless use of MASTER_SITE_SUBDIR [1]Julien Laffaye2015-08-242-4/+3
| | | | | | | | | | - Convert from USE_AUTOTOOLS to USES=autoreconf [2] - Convert WWW's pkg-descr line from tab to single space Suggested by: bapt [1], [2] Notes: svn path=/head/; revision=395188
* Commit the real fix.Julien Laffaye2015-08-241-3/+4
| | | | | | | | r395185 did not fix fetch stage While I'm here, move LICENSE to make portlint happy. Notes: svn path=/head/; revision=395186
* Unbreak by updating MASTER_SITE_SUBDIRJulien Laffaye2015-08-241-2/+1
| | | | | | | | PR: 199824 Submitted by: lacey.leanne@gmail.com Notes: svn path=/head/; revision=395185
* 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 Notes: svn path=/head/; revision=386312
* Mark as broken unfetchable portsBaptiste Daroussin2015-04-051-0/+1
| | | | Notes: svn path=/head/; revision=383308
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371236
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* - add stage supportOlli Hauer2014-06-013-7/+26
| | | | Notes: svn path=/head/; revision=356069
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in benchmarks Notes: svn path=/head/; revision=336168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* Update my e-mail to my FreeBSD one.Julien Laffaye2011-06-081-1/+1
| | | | | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor) Notes: svn path=/head/; revision=275235
* - Add patch to fix a race conditionPhilippe Audeoud2011-01-083-2/+21
| | | | | | | | | | - Bump PORTREVISION PR: ports/153763 Submitted by: Julien Laffaye <kimelto _AT_ gmail.com> (maintainer) Notes: svn path=/head/; revision=267518
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update to 4.0Baptiste Daroussin2010-08-295-21/+20
| | | | | | | | | | | | - Submitter is now maintainer - remove files/patch-configure PR: ports/150071 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=260167
* Reset jmelo@FreeBSD.org due to many months of inactivity and no responseMark Linimon2010-06-191-1/+1
| | | | | | | | | | to PRs. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=256687
* - Patch how makefile uses $(mandir) instead of hacking configure scriptRong-En Fan2007-07-162-9/+4
| | | | | | | | | | | which will be conflict with default --mandir in bsd.port.mk (testing in exp run now) Reported by: pointyhat exp run Approved by: jmelo (maintainer) Notes: svn path=/head/; revision=195737
* - Fix plist: cover manpage linksPav Lucistnik2007-03-171-8/+3
| | | | | | | | | Pointy hat to: jmelo - While here, remove 4.X conditional Notes: svn path=/head/; revision=187618
* - Fix to install manpage in right place.Jean Milanez Melo2007-03-083-6/+15
| | | | | | | | | | | - Bump portrevision. PR: ports/109590 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Reviewed by: jmelo Notes: svn path=/head/; revision=186906
* - Change my ports MAINTAINER to jmelo@FreeBSD.org.Jean Milanez Melo2006-04-051-1/+1
| | | | | | | Approved by: mnag (mentor) Notes: svn path=/head/; revision=158897
* Actually the new version works on amd64.Tilman Keskinoz2005-11-141-2/+0
| | | | | | | | Tested by: me Approved by: maintainer Notes: svn path=/head/; revision=148272
* - Update to 3.0.4Renato Botelho2005-11-142-7/+6
| | | | | | | | | | | - Add SHA256 - Use NOT_FOR_ARCHS instead .if PR: ports/89006 Submitted by: maintainer Notes: svn path=/head/; revision=148228
* Change IGNORE to BROKEN again. In fact it's can be fixed sometime.Marcus Alves Grando2005-10-211-2/+2
| | | | | | | Notified by: kris Notes: svn path=/head/; revision=146084
* In really mark as IGNORE.Marcus Alves Grando2005-10-211-2/+2
| | | | Notes: svn path=/head/; revision=146069
* Mark amd64 as BROKENMarcus Alves Grando2005-10-212-1/+5
| | | | | | | | | | Make portlint happyer PR: 87810 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=146068
* - Update to 3.03Renato Botelho2005-10-186-85/+30
| | | | | | | | | | - Take maintainership PR: ports/87620 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=145781
* Fix two blunders introduced in previous commit.Volker Stolz2005-03-211-2/+2
| | | | | | | Pointy hat passed from cluster via kris to: me Notes: svn path=/head/; revision=131843
* Cleanup:Volker Stolz2005-03-203-38/+3
| | | | | | | | - Use PLIST_FILES - Avoid excessive Makefile-patching Notes: svn path=/head/; revision=131775
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* update MASTER_SITESMichael Haro2003-12-171-1/+1
| | | | Notes: svn path=/head/; revision=96008
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgOliver Eikemeier2003-11-191-1/+1
| | | | | | | | PR: 59109 Approved by: marcus (mentor) Notes: svn path=/head/; revision=94400
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Make benchmarks/dbench fetchable again.Edwin Groothuis2002-12-291-3/+1
| | | | | | | | | Noticed by: portsurvey. Submitted by: Andrew 'Onyx' Shevtsov <tridge@samba.org> Notes: svn path=/head/; revision=71975
* Master_site is unreachable, informed author/maintainer.Edwin Groothuis2002-12-281-1/+3
| | | | | | | Noticed by: portsurvey Notes: svn path=/head/; revision=71952
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Correct a typo to allow this to buildKris Kennaway2002-08-231-3/+3
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=64852
* Respect CC and CFLAGSKris Kennaway2002-04-061-0/+29
| | | | Notes: svn path=/head/; revision=57361
* Add dbench 1.3, a simulation of the Ziff-Davis netbench benchmark.Mark Pulford2002-02-247-0/+108
PR: 35055 Submitted by: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su> Notes: svn path=/head/; revision=55154