non port: emulators/simh/Makefile |
Number of commits found: 36 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu)
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Eric L. Hernes <erich@FreeBSD.org>
* Felix Palmen <felix@palmen-it.de>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gerald Pfeifer <gerald@FreeBSD.org>
* Gunter Wambaugh <techgunter@yahoo.com>
* Jacques Vidrine <nectar@FreeBSD.org>
* Janni
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jeremy Karlson
* Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
* Joel Sutton <jsutton@webnet.com.au>
* Joerg Wunsch <joerg@FreeBSD.org>
* Jonathan M. Bresler (jmb)
* Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Kaltashkin Eugene <zhecka@gmail.com>
* Kevin Bowling <kbowling@FreeBSD.org>
* Li-Lun Wang <llwang@infor.org>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Martin Hinner
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Neumann <mneumann@ntecs.de>
* Miguel Mendez <flynn@energyhq.homeip.net>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Nicole Reid <root@cooltrainer.org>
* Nishika <nishika@cheerful.com>
* Pavel I Volkov <pavelivolkov@googlemail.com>
* Piotr Kubaj
* Ruan Wei (iamayan@gmail.com)
* Sebastian Schuetz <sschuetz@fhm.edu>
* Seiichirou Hiraoka
* Shaun Amott <shaun@FreeBSD.org>
* Sheldon Hearn <axl@iafrica.com>
* Simon Dick <simond@irrelevant.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Stijn Hoop <stijn@win.tue.nl>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Bernard <nanard@free.fr>
* Timothy Beyer <beyert@cs.ucr.edu>
* Tobias Reifenberger <tr@freebsd.mayn.de>
* Tom Carrick <knyghtmare@knyghtmare.com>
* Travis Poppe <tlp@liquidx.org>
* Uffe Jakobsen <uffe@uffe.org>
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Yukihiro Nakai <nakai@FreeBSD.org>
* alepulver
* alex
* dchapes@ddm.on.ca
* dk
* elbarto
* janek@gaja.ipan.lublin.pl
* jhb
* jmz
* joerg
* jraynard
* krion
* kstailey
* mbr@FreeBSD.org
* okeeblow <root@cooltrainer.org>
* pixel
* pjm
* tenser@spitfire.ecsel.psu.edu
* trasz
* trasz <trasz@pin.if.uz.zgora.pl>
* # Created by Timothy Beyer <beyert@cs.ucr.edu>
With hat: portmgr
27eb52a |
Monday, 10 Jan 2022
|
15:15 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
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 1 Sep 2020
|
10:49 se
Fix build with clang11
Reported by: pkg-fallout
 |
Wednesday, 25 Mar 2020
|
11:23 ak
- Correct license
PR: 244370
Submitted by: Bob Eager <bob@eager.cx> (maintainer)
 |
Monday, 2 Jul 2018
|
03:08 linimon
Attempt to see if the build can be fixed on non-clang-based archs.
Approved by: portmgr (tier-2 blanket)
 |
Friday, 13 Oct 2017
|
11:38 pizzamig
emulators/simh: fix name clash with other ports and tidy compilations
Fix name clash with gri and nova, that caused conflicts
Fix compilation warnings
PR: 222968
Submitted by: bob@eager.cx (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12651
 |
Saturday, 13 May 2017
|
23:21 linimon
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 10 Apr 2017
|
10:26 ak
- Add a number of PDF files containing comprehensive documentation [1]
- Add manual page [1]
- Stop mangling binary files with dos2unix [2]
PR: 218151 [1]
PR: 218405 [2]
Submitted by: bob@eager.cx (maintainer) [1]
Submitted by: Brad Sliger <code@sliger.org> [2]
Approved by: bob@eager.cx (maintainer) [2]
 |
Tuesday, 3 Jan 2017
|
14:00 matthew
Fixes to allow building on 12-CURRENT
- fix build failures in i386 and amd64 due to compiler changes
- fix numerous compilation warnings and logical errors that may trap
in the future
- convert all distribution files from DOS format to ease future changes
- convert legacy patch file to new naming convention
PR: 214990
Submitted by: bob@eager.cx (maintainer)
 |
Sunday, 24 Apr 2016
|
09:29 lme
Pass maintainership to submitter
PR: 208924
Submitted by: Bob Eager <rde@tavi.co.uk> / <bob@eager.cx>
Sponsored by: Essen Linuxhotel Hackathon 2016
 |
Sunday, 31 Jan 2016
|
21:46 amdmi3
- Switch to options helpers
- Simplift plist handling
 |
Sunday, 24 Jan 2016
|
16:25 dim
During the exp-run in bug 206074, it was found that emulators/simh gives
errors with a recent clang 3.8.0 snapshot [1]:
/usr/bin/ld: unrecognized option '-plugin'
And more of such linking errors. This is because the simh main Makefile
attempts to use -flto -fwhole-program with clang, but this support
depends on the correctly link time optimization infrastructure being
installed (e.g. the LLVMgold.so plugin, and more).
Since LTO is not available yet in base, here is a patch to disable the
use of these options more thorougly.
Approved by: koobs (ports)
PR: 206411
MFH: 2016Q1
 |
Thursday, 5 Nov 2015
|
12:36 mat
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735
 |
Tuesday, 24 Mar 2015
|
22:17 marino
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators
approved by: PTHREAD blanket
 |
Saturday, 20 Dec 2014
|
18:17 bapt
cleanup plist
 |
Thursday, 10 Apr 2014
|
08:29 pawel
- Add staging support
- Define DOCS option
- Correct typo in pkg-descr
 |
Friday, 7 Mar 2014
|
16:55 bapt
Convert e* to USES=zip
 |
Tuesday, 19 Nov 2013
|
23:08 mat
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
 |
Friday, 20 Sep 2013
|
16:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Wednesday, 23 May 2012
|
02:01 miwi
- Update to 3.9.0
PR: 168031
Submitted by: Ports Fury
 |
Friday, 18 Nov 2011
|
23:30 ehaupt
Remove trailing whitespaces.
Feature safe: yes
 |
Monday, 25 Oct 2010
|
20:09 trasz
Drop maintainership for ports I can't maintain anymore.
 |
Sunday, 15 Feb 2009
|
10:01 trasz
Update to V3.8-1.
 |
Monday, 12 Jan 2009
|
21:30 trasz
Remove dependency on ports version of libpcap; it's no longer needed
and causes build problems for qemu-devel.
Submitted by: David O'Brien <obrien@FreeBSD.org> (slightly modified)
 |
Tuesday, 22 Jul 2008
|
22:01 trasz
- Update to 3.8-0.
 |
Thursday, 6 Sep 2007
|
14:49 trasz
- Update to 3.7.3
- Remove RESTRICTED clause and LEGAL entry. It seems license was changed
to something more reasonable.
Approved by: miwi (mentor, implicit)
 |
Wednesday, 18 Jul 2007
|
11:30 trasz
Install bin/i7094.
Approved by: miwi (mentor)
 |
Friday, 13 Jul 2007
|
19:32 trasz
- Update to 3.7.2.
Approved by: miwi (mentor, implicit)
 |
Wednesday, 11 Jul 2007
|
22:06 trasz
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat
 |
Tuesday, 29 May 2007
|
18:17 trasz
- Update to 3.7-1
Approved by: miwi (mentor)
 |
Friday, 13 Apr 2007
|
13:03 trasz
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor)
 |
Monday, 9 Apr 2007
|
17:48 miwi
- Fix firmware directory
PR: 111061
Submitted by: trasz (maintainer)
 |
Wednesday, 28 Mar 2007
|
06:17 miwi
Project was renamed
PR: 110753
Submitted by: trasz (maintainer)
Repocopy by: marcus
 |
Number of commits found: 36 |