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) |
v18.03.08 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 ) |
v18.03.08 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
v18.03.08 20 May 2022 17:14:05 |
John Baldwin (jhb) |
security/quantis-kmod: Remove unused DRIVER_MODULE devclass on recent main.
Reviewed by: ale (maintainer)
Differential Revision: https://reviews.freebsd.org/D35265 |
v18.03.08 26 Apr 2022 15:40:47 |
Alex Dupre (ale) |
security/quantis-kmod: fix build on -CURRENT |
v18.03.08 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
v18.03.08 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
v18.03.08 26 May 2019 09:01:42 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
v18.03.08 19 Oct 2018 07:55:56 |
ale |
Update to v18.03.08 release and unbreak on powerpc64.
PR: 232389
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
v13.11.08 22 May 2017 22:29:17 |
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)
Reported by: swills |
v13.11.08 14 May 2015 10:15:09 |
mat |
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 |
v13.11.08 23 Sep 2014 09:42:44 |
bapt |
Simplify plist |
v13.11.08 26 Mar 2014 13:18:13 |
ale |
Update to v13.11.08 release. |
v13.04.29 11 Mar 2014 06:21:17 |
antoine |
Unbreak |
v13.04.29 10 Mar 2014 17:01:37 |
bapt |
Convert s* to USES=zip |
v13.04.29 27 Jan 2014 11:14:54 |
rene |
- Stage support
- Properly specify BSD license
- Include bsd.port.mk only once
Approved by: portmgr (infrastructure blanket) |
v13.04.29 09 Nov 2013 19:13:28 |
rene |
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery |
v13.04.29 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
v13.04.29 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
v13.04.29 05 Jul 2013 12:07:17 |
ale |
Update to v13.04.29 release. |
v12.09.12 24 Sep 2012 14:22:28 |
ale |
- Update to v12.09.12 release
- Switch to OptionsNG
- Pet portlint |
v11.12.13 29 May 2012 16:23:54 |
jgh |
- remove definition of SRC_BASE before it is defined
PR: ports/165994
Submitted by: jgh
Approved by: maintainer, ale |
v11.12.13 15 Dec 2011 14:04:37 |
ale |
Update to v11.12.13 release. |
v11.05.20 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
v11.05.20 27 May 2011 12:41:13 |
ale |
Update to v11.05.20 release. |
v10.10.08 03 Nov 2010 10:47:35 |
ale |
Update to v10.10.08 release. |
v10.06.29 29 Jun 2010 10:00:46 |
ale |
Update to v10.06.29 release.
Feature safe: yes |
v10.06.01 01 Jun 2010 15:16:12 |
ale |
Quantis is a physical random number generator exploiting
an elementary quantum optics process.
This port contains the kernel driver to access Quantis
PCI and PCIe devices.
WWW: http://www.idquantique.com/ |