summaryrefslogtreecommitdiff
path: root/benchmarks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWWSunpoet Po-Chuan Hsieh2014-07-081-1/+1
| | | | Notes: svn path=/head/; revision=361164
* This port is not stage clean.Mathieu Arnold2014-07-031-0/+1
| | | | | | | | Approved by: portmgr (implicit) Sponsored by: Absolight Notes: svn path=/head/; revision=360381
* - Support stagingJason E. Hale2014-07-033-31/+27
| | | | | | | | | - Update MASTER_SITES - Use options helpers - WWW disappeared, so use old site Notes: svn path=/head/; revision=360378
* - Fix fetchDmitry Marakasov2014-07-031-3/+9
| | | | | | | - Switch to USES=libtool Notes: svn path=/head/; revision=360333
* multiple: reset gslin's maintainerEitan Adler2014-06-302-2/+2
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* Update phoronix-test-suite to 5.2.0Martin Matuska2014-06-294-35/+109
| | | | | | | Stage Notes: svn path=/head/; revision=359761
* Reset maintainer, email bouncesAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359385
* - Set license_file.Stephen Montgomery-Smith2014-06-231-0/+1
| | | | Notes: svn path=/head/; revision=358876
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-192-3/+4
| | | | | | | | | - Fix GNU_CONFIGURE Approved by: portmgr blanket Notes: svn path=/head/; revision=358409
* Update to iperf-3.0.5, also track new MASTER_SITES.Bruce A. Mah2014-06-173-10/+7
| | | | | | | | | | While here, use PORTDOCS for listing documentation files. Approved by: mat (mentor) Sponsored by: ESnet Notes: svn path=/head/; revision=358155
* 1: Stagify.Vanilla I. Shu2014-06-133-13/+23
| | | | | | | | 2: use @sample on pkg-plist. 3: bump version. Notes: svn path=/head/; revision=357685
* Reset the 99 ports still listed under sylvio@John Marino2014-06-112-2/+2
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-112-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-094-4/+4
| | | | | | | | | | 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
* cat astro / benchmarksOlli Hauer2014-06-019-15/+9
| | | | | | | | - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License Notes: svn path=/head/; revision=356065
* Convert to USES=pgsqlBaptiste Daroussin2014-05-271-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355482
* - Fix parallel builds (-jX) and remove MAKE_JOBS_UNSAFEAlexey Dokuchaev2014-05-264-17/+20
| | | | | | | | - Utilize PLIST_FILES and PORTDOCS instead of pkg-plist - Reword port description a bit; fix Makefile header Notes: svn path=/head/; revision=355289
* - Convert to OptionsNGAlex Kozlov2014-05-221-4/+5
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354879
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* Update to version 2.1.9Steven Kreuzer2014-05-133-5/+6
| | | | Notes: svn path=/head/; revision=353947
* Fix build with Gcc/libstdc++Ganael LAPLANCHE2014-05-124-14/+52
| | | | | | | | | PR: ports/188678 Submitted by: Matthew Rezny <matthew@reztek.cz> Tested by: marino Notes: svn path=/head/; revision=353774
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Remove expired ports:Rene Ladan2014-05-044-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts Notes: svn path=/head/; revision=352941
* - Fix staging when DOCS=off [1]Pawel Pekala2014-05-032-32/+14
| | | | | | | | | | | - Switch to PLIST_FILES - Use options helpers PR: ports/188390 [1] (patch not used) Submitted by: Alexey Markov <redrat@mail.ru> Notes: svn path=/head/; revision=352920
* - Remove GCC dependencyGanael LAPLANCHE2014-04-285-9/+74
| | | | | | | | | | - Fix several compilation warnings PR: ports/188678 Submitted by: Matthew Rezny <matthew@reztek.cz> Notes: svn path=/head/; revision=352485
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Convert to pkg-messageThierry Thomas2014-04-052-13/+11
| | | | | | | - Change my address. Notes: svn path=/head/; revision=350259
* Stagify.Thierry Thomas2014-04-051-14/+8
| | | | Notes: svn path=/head/; revision=350258
* s/post-patch-script/post-patch/Baptiste Daroussin2014-04-041-4/+3
| | | | Notes: svn path=/head/; revision=350107
* Remove expired ports:Rene Ladan2014-03-3014-546/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/xmess: No more public distfiles 2014-03-07 benchmarks/xdd: No more public distfiles 2014-03-07 chinese/srecite: No more public distfiles 2014-03-07 games/hlstats: No more public distfiles 2014-03-07 audio/teamspeak_server: No more public distfiles 2014-03-07 games/utserver: No more public distfiles 2014-03-07 databases/p5-hp200lx-db: No more public distfiles 2014-03-07 audio/teamspeak_client: No more public distfiles 2014-03-10 german/vtiger: Depends on expiring www/vtiger 2014-03-10 www/gallery: No more public distfiles 2014-03-10 www/vtiger: No more public distfiles 2014-03-10 net/linux-nx-client: No more public distfiles 2014-03-10 emulators/extract-xiso: No more public distfiles 2014-03-10 www/trac-wantedpages: No more public distfiles 2014-03-10 www/trac-ldap: No more public distfiles 2014-03-10 www/trac-codetags: No more public distfiles 2014-03-10 www/trac-addcomment: No more public distfiles 2014-03-10 www/trac-nav: No more public distfiles 2014-03-10 www/baikal: No more public distfiles 2014-03-10 www/trac-pagetopdf: No more public distfiles 2014-03-10 sysutils/logmon: No more public distfiles 2014-03-10 www/trac-simpleticket: No more public distfiles 2014-03-10 www/trac-wikinegotiator: No more public distfiles 2014-03-10 www/trac-pagelist: No more public distfiles 2014-03-10 www/trac-remind: No more public distfiles 2014-03-10 www/trac-macropost: No more public distfiles 2014-03-10 mail/vexim: No more public distfiles 2014-03-10 lang/rscheme: No more public distfiles Notes: svn path=/head/; revision=349601
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andGabor Pali2014-03-291-1/+1
| | | | | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=349475
* PNET group: use EXPIRATION_DATE, not EXPIRATIONJohn Marino2014-03-281-1/+1
| | | | Notes: svn path=/head/; revision=349421
* Expire PNET and all dependencies: Abandonware, alpha qualityJohn Marino2014-03-281-0/+3
| | | | | | | | | | | | | | | | | | | | PNET was never more than alpha quality software and IMO never deserved a place in ports. It has been abandoned for years and no releases since March 2007. To celebrate this dubious anniversary, I'm setting a countdown on these ports. As illustration, even pkgsrc, which doesn't throw anything way, eliminated their PNET ports over a year ago. I brought up the subject to Sylvio, the maintainer, well over a year ago but he's been MIA the entire time, so I am also resetting maintainership now as well. Checking on http://www.gnu.org/software/dotgnu/, it informs that the DotGNU project has been decommissioned since December 2012. Execution on May Day. Notes: svn path=/head/; revision=349418
* Update to iperf3 3.0.3.Bruce A. Mah2014-03-273-15/+17
| | | | | | | | | | Move PLIST out of the Makefile and into a separate pkg-plist file. Approved by: mat (mentor) Sponsored by: ESnet Notes: svn path=/head/; revision=349316
* - Convert to new options frameworkPawel Pekala2014-03-201-20/+14
| | | | | | | - Support staging Notes: svn path=/head/; revision=348683
* Convert to USES=lhaBaptiste Daroussin2014-03-121-1/+1
| | | | Notes: svn path=/head/; revision=347965
* Update to iperf3 3.0.2.Bruce A. Mah2014-03-113-5/+11
| | | | | | | | Approved by: mat (mentor) Sponsored by: ESnet Notes: svn path=/head/; revision=347888
* - Update to 0.73Martin Wilke2014-03-1110-25/+225
| | | | | | | | | | | - Use new options helper - Update pkg-descr PR: 187289 Submitted by: ports fury Notes: svn path=/head/; revision=347831
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-106-5/+6
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Fix ignore checkAntoine Brodin2014-03-081-1/+1
| | | | Notes: svn path=/head/; revision=347501
* Convert b* to USES=zipBaptiste Daroussin2014-03-074-7/+7
| | | | Notes: svn path=/head/; revision=347402
* Spell OPTIONS_DEFAULT conventionally.Brooks Davis2014-03-051-2/+2
| | | | | | | Bump PORTREVISION as this changes the package. Notes: svn path=/head/; revision=347145
* Readd USE_GCC=any while it builds fine with clang, it is not compatible with ↵Baptiste Daroussin2014-03-031-0/+1
| | | | | | | libc++ Notes: svn path=/head/; revision=346885
* Remove USE_GCC=any the ports builds fine with clang 3.3+Baptiste Daroussin2014-03-031-5/+0
| | | | Notes: svn path=/head/; revision=346843
* This needs a modern version of GCC, not just any version of GCC, toGerald Pfeifer2014-03-021-1/+1
| | | | | | | make sure things build on FreeBSD 9.x as well as 10.x. Notes: svn path=/head/; revision=346794
* Fix integer type overflow, limiting test range to first 4GB of the media.Alexander Motin2014-03-022-4/+5
| | | | | | | Reviewed by: pjd Notes: svn path=/head/; revision=346787
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-011-1/+1
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* Support stagingEmanuel Haupt2014-02-261-2/+2
| | | | Notes: svn path=/head/; revision=346106
* - Unbreak, it seems this port wants libpcap from ports not baseAntoine Brodin2014-02-222-6/+4
| | | | | | | | | - Stage support Reported by: pkg-fallout Notes: svn path=/head/; revision=345669