Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
3.3_7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
3.3_7 20 Jul 2022 14:22:28
    |
Tobias C. Berner (tcberner)  |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.3_7 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
3.3_7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.3_7 25 Nov 2019 23:25:52
  |
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
3.3_7 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.3_7 30 Aug 2014 10:32:28
  |
antoine  |
Allow staging as a regular user and simplify
PR: ports/193102 |
3.3_7 15 Jun 2014 12:17:46
  |
marino  |
misc/cpuid: Add support for RDRAND/F16C and newer intel features
There is no maintainer for this port, so submitted patches are just
assumed to be correct.
PR: 179065
Submitted by: Arthurmech (gmail.com)
Adds: RDRAND/F16 support
PR: 185277
Submitted by: netch (netch.kiev.ua)
Adds: Additional intel features |
3.3_6 31 Mar 2014 05:42:53
  |
eadler  |
misc/cpuid: reset maintainership
There are two open PRs which I've not yet dealt with: ports/185277 ports/179065
Prodded by: linimon |
3.3_6 25 Sep 2013 00:54:09
  |
bdrewery  |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 20:50:59

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
3.3_6 16 Jul 2013 21:59:48
  |
eadler  |
Remove now excess verbiage.
Reviewed by: bapt |
3.3_6 08 Mar 2013 20:23:39
  |
eadler  |
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc) |
3.3_6 15 Dec 2012 16:05:45
  |
eadler  |
Fix manually done conversion - make the headers correct |
3.3_6 06 Oct 2012 14:35:46
  |
eadler  |
Trim the headers in the ports I maintain. |
3.3_6 20 Oct 2011 03:23:12
 |
eadler  |
- take maintainership
Approved by: bapt,sahil (mentors, implicit) |
3.3_6 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
3.3_6 25 May 2010 17:07:39
 |
rene  |
Add detection for new features and fix family/model detections according to
AN-485.
Bump PORTREVISION
PR: ports/146864
Submitted by: Valentin Nechayev [netch netch.kiev.ua]
Approved by: tabthorpe (mentor) |
3.3_5 26 Aug 2009 05:46:11
 |
bland  |
- Use the latest Intel spec sheet and added many of the missing features.
- Corrected some of the old ones which appeared to have been originally
typed wrong.
PR: 138129 |
3.3_4 23 Oct 2008 17:43:10
 |
stefan  |
Add support for reading ECX (miscellaneous features) on AMD Athlon chips.
PR: 117993
Submitted by: cokane |
3.3_3 14 Nov 2006 20:49:38
 |
edwin  |
Update misc/cpuid handling of AMD CPU features
PR: ports/105534
Submitted by: Ed Maste <emaste@FreeBSD.org> |
3.3_2 07 Feb 2006 16:47:57
 |
yar  |
This software has quite broken original Makefile, at least for us.
Instead of trying to patch it, just supply a BSD-specific Makefile
using <bsd.prog.mk>. This removes the build-time dependency of this
tiny port on USE_REINPLACE and the heavy-weight gmake at once. |
3.3_2 09 Dec 2005 09:18:10
 |
pav  |
- Add support for many new Intel features
PR: ports/90036
Submitted by: Valentin Nechayev <netch@netch.kiev.ua> |
3.3_1 25 Nov 2005 16:09:33
 |
pav  |
- Add SHA256 |
3.3_1 30 Dec 2004 19:24:56
 |
sem  |
- This port works on amd64
PR: ports/75653
Submitted by: Roland Smith <rsmith(at)xs4all.nl> |
3.3_1 05 Feb 2004 20:38:07
 |
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
3.3_1 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
3.3 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
3.3 20 Feb 2003 18:46:39
 |
knu  |
De-pkg-comment. |
3.3 30 Aug 2002 03:31:31
 |
kevlo  |
Update MASTER_SITES and WWW
PR: 42145
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
3.3 22 Jun 2002 17:23:30
 |
ijliao  |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39665
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
03 Jan 2002 14:59:52
    |
ijliao  |
upgrade to 3.3 |
22 May 2001 17:24:00
    |
ijliao  |
mark it only for i386 |
22 May 2001 15:31:29
    |
ijliao  |
add cpuid CPU identification utility |