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) |
1.1.5 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 ) |
1.1.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.5 06 Dec 2019 09:36:51 |
dteske |
sysutils/cmocka: Update cmocka from version 1.1.3 to 1.1.5
Reviewed by: imp (mentor; previous version), swills
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D22629 |
1.1.3 05 Nov 2019 20:57:35 |
rene |
Return dteske's ports to the pool after safekeeping her commit bit. |
1.1.3 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.1.3 28 Jun 2019 08:08:04 |
timur |
Update port to 1.1.3 version.
PR: 238401
Approved by: maintainer timeout |
1.1.1_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.1.1_1 23 Mar 2018 21:20:04 |
dteske |
Fix sysutils/cmocka build on powerpc64
Make sure uintptr_t isn't double-defined
PR: ports/224959
Submitted by: jhibbits
Reported by: jhibbits
Reviewed by: imp
Approved by: imp (mentor) |
1.1.1 30 Oct 2017 04:04:27 |
timur |
Upgrade port to the 1.1.1 version
PR: 222873
Submitted by: timur
Approved by: maintainer(timeout) |
1.1.0 06 Jun 2017 16:38:01 |
mat |
Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig into
libdata/pkgconfig.
Fix ports that where installing the file in the wrong place.
PR: 218067
Submitted by: mat
Exp-run by: antoine
Reviewed by: rene, antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10129 |
1.1.0 03 Dec 2016 17:31:40 |
antoine |
Hook cmocka to the build |
1.1.0 01 Dec 2016 22:24:27 |
dteske |
Add sysutils/cmocka - a fork for Google's cmockery unit testing framework
Differential Revision: https://reviews.freebsd.org/D8673
Reviewed by: shurd, mat
Approved by: shurd
Sponsored by: Panzura, Inc. |