Commit graph

77 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
9b178ffd7e */*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
2023-05-17 18:30:15 +02:00
Muhammad Moinur Rahman
d6a84c3c82 benchmarks/siege: FIx BUILD on HEAD 2023-03-24 09:07:03 -05:00
Muhammad Moinur Rahman
d4266111e6 benchmarks/siege: Update version 4.1.5=>4.1.6
Relnotes: https://www.joedog.org/2023/01/05/siege-4-1-6/
2023-01-11 03:00:12 -06:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Muhammad Moinur Rahman
8045cdf809 benchmarks/siege: Update version 4.1.3=>4.1.5 2022-08-06 16:57:25 -05:00
Tobias C. Berner
86b2c5122a benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
  *  Andrey Zakhvatov <andy@FreeBSD.org>
  *  Andy Clark <andrewclarkii@gmail.com>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Brad Davis <brd@FreeBSD.org>
  *  Bruce A. Mah <bmah@FreeBSD.org>
  *  Chao Shin <quakelee@cn.freebsd.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  Dima Sivachenko <dima@chg.ru>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Hannes Hauswedell <h2+fbsdports@fsfe.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Lars Eggert <lars@eggert.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Radim Kolar
  *  Radim Kolar <hsn@sendmail.cz>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Scott Flatman <sf@dsinw.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Kandaurov <pluknet@gmail.com>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Slava Shwartsman <slavash@FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Tom Judge <tom@tomjudge.com>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@FreeBSD.org>
  *  Will Andrews <andrews@technologist.com>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  arved
  *  asami
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  gnn
  *  ijliao
  *  janos.mohacsi@bsd.hu
  *  jesper@jdn.dk
  *  jmz
  *  koshy
  *  luigi@FreeBSD.org
  *  mharo@FreeBSD.org
  *  mich@freebsdcluster.org
  *  mr
  *  se
  *  shalunov
  *  thierry@pompo.net
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  uminac

With hat:	portmgr
2022-07-20 16:20:56 +02:00
Muhammad Moinur Rahman
eed8c01c9b benchmarks/siege: Update version 4.1.2=>4.1.3
Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.1.3
2022-04-22 05:56:04 -05:00
Muhammad Moinur Rahman
a35e557b9a benchmarks/siege: Update version 4.1.1=>4.1.2
Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.1.2
2022-03-22 08:20:26 -05:00
Muhammad Moinur Rahman
1047ebc5c8 benchmarks/siege: Update version 4.0.9=>4.1.1
Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.1.1
2021-09-25 17:57:31 -05:00
Muhammad Moinur Rahman
9a89804107 benchmarks/siege: Update version 4.0.8=>4.0.9
Relnotes:	https://github.com/JoeDog/siege/releases/tag/v4.0.9
2021-04-20 23:22:51 +00:00
Muhammad Moinur Rahman
589feb8c01 benchmarks/siege: Update version 4.0.7=>4.0.8
Relnotes:	https://github.com/JoeDog/siege/releases/tag/v4.0.8
2021-04-06 17:58:56 +00:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Muhammad Moinur Rahman
a3eb7c7211 benchmarks/siege: Update version 4.0.5=>4.0.7
Relnotes:	https://github.com/JoeDog/siege/releases/tag/v4.0.7
2020-07-23 09:06:52 +00:00
Muhammad Moinur Rahman
228ad7c0fd benchmarks/siege: Update version 4.0.4=>4.0.5
Relnotes:	http://download.joedog.org/siege/ChangeLog
2020-03-22 14:01:21 +00:00
Muhammad Moinur Rahman
7f9967dffd benchmarks/siege: Update version 4.0.2=>4.0.4
Relnotes:	https://github.com/JoeDog/siege/blob/master/ChangeLog
2017-09-18 21:40:04 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Mathieu Arnold
56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00
Muhammad Moinur Rahman
da53ea1d82 benchmarks/siege: Update version 4.0.1=>4.0.2 2016-06-10 10:25:20 +00:00
Muhammad Moinur Rahman
60f66d01fd benchmarks/siege: Update version 3.1.4=>4.0.1 2016-03-31 11:04:44 +00:00
Muhammad Moinur Rahman
1e2c3f91e8 benchmarks/siege: Update version 3.1.3=>3.1.4
- Fix patch files for 'make makepatch'
2016-02-18 23:01:19 +00:00
Muhammad Moinur Rahman
585f2fa120 benchmarks/siege: Update version 3.1.2=>3.1.3 2015-11-17 08:52:07 +00:00
Muhammad Moinur Rahman
573d26046d benchmarks/siege: Update version 3.1.1=>3.1.2 2015-09-30 12:16:52 +00:00
Muhammad Moinur Rahman
cdf549a5e8 benchmarks/siege: Update version 3.1.0=>3.1.1 2015-09-15 09:41:11 +00:00
Muhammad Moinur Rahman
179913a5e2 benchmarks/siege: Update version 3.0.9=>3.1.0
- Change MASTER_SITES to the newer according to website
- Fix patch files to reflect 'make makepatch'
2015-06-04 11:08:43 +00:00
Muhammad Moinur Rahman
63e3a32208 benchmarks/siege: update version 3.0.8 => 3.0.9
Differential Revision:	https://reviews.freebsd.org/D1389
Approved by:	bapt(mentor), marino(mentor)
2014-12-29 06:53:30 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
e943b2d596 Convert to USES=autoreconf 2014-12-18 11:05:55 +00:00
Baptiste Daroussin
b9c3a29822 Cleanup plist 2014-10-20 07:03:48 +00:00
Tijl Coosemans
a5bee80ce4 Use default LIBTOOLIZE_ARGS 2014-09-13 18:25:04 +00:00
Tilman Keskinoz
68926ea201 Update to 3.0.8
Pass maintainership to submitter

PR:		193382
Submitted by:	Muhammad Moinur Rahman
2014-09-08 20:10:08 +00:00
Vanilla I. Shu
7931f7facd Upgrade to 3.0.7.
PR:		ports/193025
Submitted by:	Ports Fury.
2014-08-28 03:22:49 +00:00
Martin Wilke
64f7597541 - Update to 3.0.6
PR:		185720
Submitted by:	Ports Fury
2014-01-16 15:11:26 +00:00
Baptiste Daroussin
4ceae583cc Drop maintainership 2013-12-16 17:26:49 +00:00
Baptiste Daroussin
7f6cd9e37d Update to 3.0.5 2013-12-12 14:35:56 +00:00
Baptiste Daroussin
26b962df3a Remove useless shebangfix 2013-09-24 11:28:50 +00:00
Baptiste Daroussin
493b54d7ae Use stage, while here fix some shebang
Bump port revision
2013-09-23 06:00:51 +00:00
Baptiste Daroussin
0f0eb50c1e Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks) 2013-09-20 15:52:44 +00:00
Baptiste Daroussin
c37aa810ab Convert my ports to the new perl order 2013-07-31 06:47:15 +00:00
Baptiste Daroussin
e94cd987cf - Trim headers
- Remove useless LICENSE_FILE
2012-12-31 11:35:25 +00:00
Martin Matuska
13e3c6bdcd Properly call freehostent()
PR:		ports/168336
Approved by:	maintainer <bapt@FreeBSD.org>
2012-05-25 18:34:50 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Baptiste Daroussin
5a4055b083 Change maintainer address to my new @FreeBSD.org
Approved by:	jadawin@ (co-mentor)
2010-07-28 17:31:01 +00:00
Philippe Audeoud
bdd7b3a18b - Update to 2.70
- Submitter is now maintainer

PR:		ports/148770
Submitted by:	Bapt <baptiste.daroussin _AT_ gmail.com>
2010-07-20 07:22:37 +00:00
Mark Linimon
9fdb42c6c8 Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.

Hat:		portmgr
Feature safe:	yes
2010-06-19 04:23:03 +00:00
Martin Wilke
bd2220da1b - Update to 2.69
PR:		139456
Submitted by:	sylvio@
Approved by:	maintainer timeout
2010-01-04 23:14:44 +00:00
Marcelo Araujo
902b97f975 - Mark as unbroken on 7.X.
PR:		ports/117631
Submitted by:	Philip M. Golluci <pgollucci@p6m7g8.com>
Approved by:	portmgr (pav), itetcu (mentor, implicit), jmelo (maintainer, implicit)
2007-11-03 19:29:09 +00:00
Jean Milanez Melo
278ff84025 - Update to 2.66.
PR:		ports/115276
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
2007-09-05 14:37:50 +00:00
Jean Milanez Melo
b02b7652cd - Mark as broken on 7.x, does not compile.
Reported by:	krismail
2006-08-25 18:08:09 +00:00