Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.20_1 23 Feb 2024 11:25:03 |
Muhammad Moinur Rahman (bofh) |
devel/dev86: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
0.16.20 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 ) |
0.16.20 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.16.20 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 ) |
0.16.20 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.16.20 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.16.20 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
0.16.20 06 Nov 2013 21:54:42 |
wg |
devel/dev86: update to 0.16.20
- Update to 0.16.20 [1]
- Allow staging
PR: ports/183701 [1]
Submitted by: Philip Schulz <phs deadc0.de> (maintainer) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.16.18 28 Mar 2013 13:58:06 |
miwi |
- Fix build with clang
PR: 174240
Submitted by: Keith White <kwhite@uottawa.ca>
Approved by: maintainer |
0.16.18 29 Jul 2012 12:42:44 |
zeising |
Fix build with clang
PR: ports/170067
Submitted by: me
Approved by: maintainer, kwm (mentor) |
0.16.18 22 May 2012 15:18:15 |
decke |
- Update to 0.16.18
- Add additionall mirrors
Submitted by: myself
Approved by: Philip Schulz <phs@deadc0.de> (maintainer)
Reported by: linimon |
0.16.17 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.16.17 20 Feb 2008 21:16:01 |
alepulver |
This is port of Robert de Bath's 8086 Linux development environment. It is an
extension to Bruce Evan's C compiler (devel/bcc port).
WWW: http://homepage.ntlworld.com/robert.debath/
PR: ports/117480
Submitted by: Philip Schulz <phs at deadc0.de> |