Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.15.0 26 Aug 2023 13:26:50 |
Guido Falsi (madpilot) |
misc/iso-codes: Update to 4.15.0
- Use DISTVERSION and use version numbering corresponding to upstream
tagging format
- Remove no more required GL_TAGNAME
PR: 273047
Approved by: Maintainer timeout |
4.7 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
4.7 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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) |
4.7 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 ) |
4.7 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
4.7 16 Nov 2021 16:03:16 |
Gleb Popov (arrowd) |
misc/iso-codes: Update to 4.7
PR: 259610
Approved by: kwm (maintainer timeout) |
4.2 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2 12 Mar 2019 21:25:16 |
kwm |
Update iso-codes to 4.2. |
4.1_1 16 Dec 2018 21:41:27 |
kwm |
Switch to gettext-tools, we only need for building.
While here, pet portlint and move some entries out of the USES section.
PR: 234030
Submitted by: John Hein <z7dr6ut7gs@snkmail.com> |
4.1 09 Dec 2018 15:07:57 |
kwm |
Update iso-codes to 4.1.
* Update pkg-descr.
PR: 231470 (based on)
Submitted by: takefu@airport.fm |
3.76 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.76 19 Sep 2017 13:46:52 |
kwm |
Update iso-codes to 3.76. |
3.75 06 May 2017 09:30:38 |
kwm |
Update iso-codes to 3.75. |
3.74 25 Jan 2017 15:52:10 |
kwm |
Update iso-codes to 3.74. |
3.69 20 Aug 2016 18:07:35 |
kwm |
Update iso-codes to 3.69. |
3.65 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.65 18 Feb 2016 21:35:58 |
kwm |
Update iso-codes to 3.65. |
3.63 12 Dec 2015 14:57:56 |
kwm |
Update iso-codes to 3.63. |
3.62 02 Oct 2015 16:43:01 |
kwm |
Update iso-codes to 3.62. |
3.60 13 Aug 2015 08:50:12 |
kwm |
Update iso-codes to 3.60. |
3.59 02 Jul 2015 14:34:48 |
kwm |
Update iso-codes to 3.59.
Sort USES. |
3.57 09 Jan 2015 15:45:53 |
kwm |
Update iso-codes to 3.57. |
3.56 09 Dec 2014 13:36:34 |
bapt |
Cleanup plist |
3.56 22 Sep 2014 09:06:11 |
kwm |
Update to 3.56. |
3.54 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
3.54 27 Jun 2014 16:09:17 |
kwm |
Update to 3.54.
Add beginning of ISO 639-5 support, which documents "Codes for the
representation of names of languages" |
3.51 24 Feb 2014 21:11:47 |
kwm |
Update to 3.51. |
3.49 12 Dec 2013 09:25:39 |
kwm |
Update to 3.49.
Add NO_ARCH
Remove local mirror, the reason for having to host it locally was because
the upstream distfile host suffered a fatal disk failure. Which has been
resolved but the old iso-codes distfiles where lost. |
3.46 24 Nov 2013 17:14:42 |
kwm |
Add local dist site, upstream ftp seems to have vanished. |
3.46 01 Oct 2013 13:38:11 |
kwm |
Update to 3.46.
USE_GMAKE => USES=gmake.
Stageify. |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
3.43 18 Jun 2013 19:26:54 |
kwm |
Update to 3.43. |
3.41 01 May 2013 14:16:41 |
kwm |
Update to 3.41.
Indent USES correctly to be inline with the rest of the file. |
3.40 24 Apr 2013 07:35:41 |
ak |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
3.40 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
3.40 16 Dec 2012 23:40:38 |
kwm |
Update to 3.40.
Trim Makefile header. |
3.37 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
3.37 17 Jul 2012 20:23:51 |
kwm |
Update to 3.37. |
3.35 05 May 2012 21:07:46 |
kwm |
Update to 3.35.
Remove @dirrmtry lines for directories that we don't install in and/or
don't exist. |
3.32.2 14 Feb 2012 14:39:18 |
kwm |
Update to 3.32.2 |
3.29 23 Oct 2011 10:47:52 |
kwm |
Update to 3.29 |
3.25 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
3.25 08 Apr 2011 10:04:19 |
kwm |
Update to 3.25. |
3.24.2 02 Mar 2011 13:25:54 |
kwm |
Update to 3.24.2. |
3.24.1 25 Feb 2011 15:56:58 |
kwm |
Update to 3.24.1. |
3.23 04 Dec 2010 21:56:38 |
kwm |
Update to 3.23. |
3.22 13 Nov 2010 14:24:35 |
kwm |
Update to 3.22.
Remove python build dependancy. |
3.21 03 Oct 2010 07:21:54 |
kwm |
Update to 3.21. |
3.20 30 Sep 2010 22:00:49 |
kwm |
Update to 3.20. |
3.19 02 Aug 2010 08:56:03 |
kwm |
Update to 3.19. |
3.18 26 Jul 2010 21:11:59 |
kwm |
Update to 3.18. |
3.17 15 Jun 2010 20:55:29 |
kwm |
Update to 3.17.
Add license framework. |
3.16_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
3.16 27 May 2010 21:27:01 |
kwm |
Drop build dependancy on xmlproc_parse. Its not needed.
PR: ports/147012
Submitted by: Anonymous <swell.k@gmail.com> |
3.16 21 May 2010 12:46:13 |
kwm |
Update to 3.16. |
3.11.1 02 Nov 2009 11:17:47 |
kwm |
Update to 3.11.1. |
3.11 01 Oct 2009 16:19:41 |
kwm |
Update to 3.11. |
3.10.3 05 Sep 2009 08:51:20 |
kwm |
Update to 3.10.3. |
3.10.2 12 Aug 2009 23:12:47 |
kwm |
Update to 3.10.2. |
3.10.1 11 Jul 2009 19:20:04 |
kwm |
Update to 3.10.1. |
3.10 02 Jun 2009 13:51:04 |
kwm |
Update to 3.10. |
3.9 12 May 2009 18:03:53 |
kwm |
Update to 3.9. |
3.8 12 Apr 2009 14:43:25 |
kwm |
Update to 3.8. |
3.7 10 Mar 2009 12:34:23 |
kwm |
Update to 3.7. |
3.6 02 Mar 2009 15:10:05 |
kwm |
Update to 3.6. |
3.2_1 10 Aug 2008 20:11:43 |
kwm |
Don't delete mtree generated directories |
3.2 08 Aug 2008 21:25:57 |
kwm |
Update to 3.2.
Take maintainership |
3.1 17 Jul 2008 23:12:23 |
miwi |
- Update to 3.1
PR: 125691
Submitted by: Ports Fury |
2.0_2 06 Jun 2008 13:45:40 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.0_1 06 Jun 2008 02:36:00 |
ade |
Major autotools-related update:
automake 1.10 -> 1.10.1
gettext 0.16.1 -> 0.17
libtool 1.5.24 -> 1.5.26
m4 1.4.9 -> 1.4.11
Please see ports/UPDATING entry 20080605 for further information.
PR: 123450
Tested by: Full -exp package building run
Thanks to: linimon, pav
Approved by: portmgr |
2.0 14 Mar 2008 17:34:49 |
tabthorpe |
- Update to 2.0
- Reassign to pool |
1.9 11 Feb 2008 13:21:26 |
tabthorpe |
- Update to 1.9 |
1.8 10 Jan 2008 15:13:27 |
tabthorpe |
- Update to 1.8 |
1.7_1 03 Jan 2008 13:01:52 |
tabthorpe |
- Fix parse error under 7.0-RC1/sparc64
PR: ports/119245
Submitted by: Stephen Hurd <shurd sasktel.net> |
1.7 31 Dec 2007 03:49:19 |
tabthorpe |
- Add mirrorsite
- Reported by Albert Vest, al vest at earth link dot net |
1.7 30 Dec 2007 06:03:04 |
tabthorpe |
- Update to 1.7 |
1.6 19 Dec 2007 19:24:08 |
tabthorpe |
- Update to 1.6 |
1.5 07 Oct 2007 03:04:36 |
tabthorpe |
- Update to 1.5
Approved by: miwi (co-mentor) |
1.4_1 04 Oct 2007 08:41:12 |
pav |
- Clean up rw locate dir. Fixes leftover files for package users
Reported by: pointyhat |
1.4 30 Aug 2007 13:16:06 |
tabthorpe |
- update to 1.4
Approved by: clsung (mentor) |
1.3 23 Aug 2007 04:00:04 |
tabthorpe |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
1.3 30 Jul 2007 03:59:43 |
beech |
- Update to latest version - 1.3
- Set master sites to developers repo.
- Replace patch with reinplace_cmd.
- Remove unnecessary autotools, config args and worksrc=.
- Pass maintainership to submitter.
PR: ports/114840
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: sat (mentor) |
0.58_2 29 Jun 2007 19:33:25 |
linimon |
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD. |
0.58_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.58 05 Dec 2006 22:04:27 |
miwi |
- Update to 0.58
PR: ports/105666
Submitted by: myself
Approved by: maintainer timeout |
0.53 23 Sep 2006 20:52:46 |
bsam |
- Update to 0.53
- Add local mirror
- Remove stale patch (merged to upstream)
PR: 103371
Submitted by: Rainer Alves <rainer.alves at gmail.com> (maintainer) |
0.51.1.1 22 Jun 2006 02:18:06 |
shaun |
Fix WRKSRC so port builds after previous update.
Approved by: ahze (mentor) |
0.51.1.1 21 Jun 2006 19:29:25 |
shaun |
- Update to 0.51.1.1 -> make fetchable again.
PR: ports/99252
Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer)
Approved by: ahze (mentor) |
0.51 08 May 2006 21:39:44 |
pav |
- Update to 0.51
PR: ports/96997
Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer) |
0.50 24 Apr 2006 22:59:22 |
pav |
- Update to 0.50
- Take maintainership
PR: ports/95798
Submitted by: Rainer Alves <rainer.alves@gmail.com> |
0.48 14 Apr 2006 23:25:09 |
linimon |
Reset kwm due to no response about email.
Hat: portmgr |
0.48 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
0.48 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.48 22 Oct 2005 08:53:08 |
kwm |
Fix plist
Submitted by: pointyhat via kris |
0.48 19 Oct 2005 11:10:12 |
kwm |
Update 0.48.
Host distfile locally. |
0.46_2 13 Oct 2005 00:45:39 |
adamw |
Portmgr was right in that the distfile HAS disappeared, and there
are new files available. However, the new files are dissimilar from
the current PORTVERSION (0.46.orig) in that a number of code XML files
have disappeared, and none of the auto* stuff has been generated for
the 0.48-1 tarball.
Having this port marked BROKEN prevents nearly 75 GNOME ports from
building, and I'm not okay with that. While Koop sorts out the
distfile situation and works on updating the port, I've temporarily
hosted the old distfile on MASTER_SITE_LOCAL, and I'm removing the
BROKEN and DEPRECATED lines that linimon added.
I'm sure Koop will update the port soon *poke* |
0.46_2 11 Oct 2005 17:59:16 |
linimon |
Mark as BROKEN: distfile needs to be updated.
Source: distfile survey |
0.46_2 27 Jun 2005 20:52:01 |
marcus |
Be sure to create libdata/pkgconfig since this was only added to mtree
recently, and is still required for older versions of FreeBSD.
Reported by: GNOME Tinderbox |