non port: benchmarks/dbench/Makefile |
SVNWeb
|
Number of commits found: 43 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 86b2c51 (Only the first 10 of 95 ports in this commit are shown above. )
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> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 18 Feb 2021
|
[ 21:06 yuri ] (Only the first 10 of 15 ports in this commit are shown above. )
Maintainer reset for jlaffaye
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)
|
Mon, 6 Apr 2020
|
[ 17:04 adamw ] (Only the first 10 of 18 ports in this commit are shown above. )
Partially revert r530801
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
|
Sun, 5 Apr 2020
|
[ 18:33 yuri ] (Only the first 10 of 20 ports in this commit are shown above. )
Reset maintainer for ports maintaned by jlaffaye@.
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
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 24 Aug 2015
|
[ 20:55 jlaffaye ]
- Remove useless use of MASTER_SITE_SUBDIR [1]
- Convert from USE_AUTOTOOLS to USES=autoreconf [2]
- Convert WWW's pkg-descr line from tab to single space
Suggested by: bapt [1], [2]
|
[ 20:20 jlaffaye ]
Commit the real fix.
r395185 did not fix fetch stage
While I'm here, move LICENSE to make portlint happy.
|
[ 20:11 jlaffaye ]
Unbreak by updating MASTER_SITE_SUBDIR
PR: 199824
Submitted by: lacey.leanne@gmail.com
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Sun, 5 Apr 2015
|
[ 17:29 bapt ]
Mark as broken unfetchable ports
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- 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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 9 Jun 2014
|
[ 11:21 olgeni ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
|
Sun, 1 Jun 2014
|
[ 09:34 ohauer ]
- add stage support
|
Wed, 11 Dec 2013
|
[ 14:38 bapt ]
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in benchmarks
|
Fri, 20 Sep 2013
|
[ 15:52 bapt ] (Only the first 10 of 74 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
|
Wed, 8 Jun 2011
|
[ 16:52 jlaffaye ] (Only the first 10 of 24 ports in this commit are shown above. )
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor)
|
Sat, 8 Jan 2011
|
[ 16:13 jadawin ]
- Add patch to fix a race condition
- Bump PORTREVISION
PR: ports/153763
Submitted by: Julien Laffaye <kimelto _AT_ gmail.com> (maintainer)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sun, 29 Aug 2010
|
[ 17:05 bapt ]
- Update to 4.0
- Submitter is now maintainer
- remove files/patch-configure
PR: ports/150071
Submitted by: Julien Laffaye <kimelto _at_ gmail.com>
Approved by: tabthorpe (co-mentor)
|
Sat, 19 Jun 2010
|
[ 04:23 linimon ] (Only the first 10 of 26 ports in this commit are shown above. )
Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.
Hat: portmgr
Feature safe: yes
|
Mon, 16 Jul 2007
|
[ 13:25 rafan ]
- Patch how makefile uses $(mandir) instead of hacking configure script
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)
|
Sat, 17 Mar 2007
|
[ 23:34 pav ]
- Fix plist: cover manpage links
Pointy hat to: jmelo
- While here, remove 4.X conditional
|
Thu, 8 Mar 2007
|
[ 14:39 jmelo ]
- Fix to install manpage in right place.
- Bump portrevision.
PR: ports/109590
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Reviewed by: jmelo
|
Wed, 5 Apr 2006
|
[ 21:04 jmelo ] (Only the first 10 of 23 ports in this commit are shown above. )
- Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by: mnag (mentor)
|
Mon, 14 Nov 2005
|
[ 20:11 arved ]
Actually the new version works on amd64.
Tested by: me
Approved by: maintainer
|
[ 12:59 garga ]
- Update to 3.0.4
- Add SHA256
- Use NOT_FOR_ARCHS instead .if
PR: ports/89006
Submitted by: maintainer
|
Fri, 21 Oct 2005
|
[ 23:07 mnag ]
Change IGNORE to BROKEN again. In fact it's can be fixed sometime.
Notified by: kris
|
[ 21:24 mnag ]
In really mark as IGNORE.
|
[ 21:20 mnag ]
Mark amd64 as BROKEN
Make portlint happyer
PR: 87810
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
|
Tue, 18 Oct 2005
|
[ 17:34 garga ]
- Update to 3.03
- Take maintainership
PR: ports/87620
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
Mon, 21 Mar 2005
|
[ 15:01 vs ]
Fix two blunders introduced in previous commit.
Pointy hat passed from cluster via kris to: me
|
Sun, 20 Mar 2005
|
[ 19:14 vs ]
Cleanup:
- Use PLIST_FILES
- Avoid excessive Makefile-patching
|
Wed, 17 Dec 2003
|
[ 03:59 mharo ]
update MASTER_SITES
|
Wed, 19 Nov 2003
|
[ 19:28 eik ] (Only the first 10 of 26 ports in this commit are shown above. )
Reset unreachable MAINTAINERs to ports@FreeBSD.org
PR: 59109
Approved by: marcus (mentor)
|
Fri, 21 Feb 2003
|
[ 11:00 knu ] (Only the first 10 of 14 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 29 Dec 2002
|
[ 08:38 edwin ]
Make benchmarks/dbench fetchable again.
Noticed by: portsurvey.
Submitted by: Andrew 'Onyx' Shevtsov <tridge@samba.org>
|
Sat, 28 Dec 2002
|
[ 04:14 edwin ]
Master_site is unreachable, informed author/maintainer.
Noticed by: portsurvey
|
Mon, 4 Nov 2002
|
[ 05:46 edwin ] (Only the first 10 of 75 ports in this commit are shown above. )
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
|
Sun, 24 Feb 2002
|
[ 03:46 markp ]
Add dbench 1.3, a simulation of the Ziff-Davis netbench benchmark.
|
Number of commits found: 43 |