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_2 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_2 19 Oct 2021 08:36:47 |
Tobias Kortkamp (tobik) |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
1.1_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_2 06 May 2020 16:11:15 |
yuri |
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas. |
1.1_1 22 Jan 2020 13:01:32 |
jbeich |
misc/libpostal: unbreak CBLAS=on after r523749
=======================<phase: lib-depends >============================
===> libpostal-1.1_1 depends on shared library: libopenblas.so - not found
===> Installing existing package /packages/All/openblas-0.3.7,1.txz
Installing openblas-0.3.7,1...
pkg-static: openblas-0.3.7,1 conflicts with cblas-1.0_12 (installs files into
the same place). Problematic file: /usr/local/include/cblas.h
Failed to install the following 1 package(s): /packages/All/openblas-0.3.7,1.txz
*** Error code 70
PR: 231371 |
1.1_1 27 Dec 2019 12:44:47 |
dmgk |
misc/libpostal: Unbreak on aarch64
- Unbreak build:
test_expand.c:105:118: error: passing 'void *' to parameter of incompatible type
'va_list' (aka '__builtin_va_list')
CHECK_CALL(test_expansion_contains_phrase_option_with_languages(input,
output, options, root, num_languages, NULL));
- Pet portclippy while here |
1.1 16 Sep 2019 20:55:08 |
dmgk |
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677 |
1.1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.1 06 Apr 2019 00:40:40 |
linimon |
Now builds on powerpc64.
Approved by: portmgr (tier-2 blanket)
Obtained from: swills |
1.1 05 Apr 2019 14:35:45 |
swills |
misc/libpostal: Update to 1.1-alpha
PR: 237026
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
1.0.0 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.0.0 18 Jun 2018 14:00:43 |
linimon |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.0.0 11 Jan 2018 14:18:01 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
1.0.0 18 Dec 2017 22:43:44 |
yuri |
New port: misc/libpostal: Library for parsing/normalizing street addresses
around the world
PR: 224262
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13468 |