Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:07 4.1.0_15 |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
30 Sep 2021 21:23:30 4.1.0_15 |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
04 Jun 2021 05:53:21 4.1.0_15 |
Gerald Pfeifer (gerald)  |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
06 Apr 2021 14:31:13 4.1.0_15 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 4.1.0_15 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Mar 2021 00:40:45
4.1.0_15 |
jrm  |
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700 |
12 Aug 2020 18:30:07
4.1.0_14 |
jrm  |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966 |
18 Mar 2020 02:20:04
4.1.0_13 |
linimon  |
Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.
(Note that these have not yet been re-tested on elfv1.)
While here, pet portlint (e.g. location of BROKEN_*, and, in one case,
USES).
Approved by: portmgr (tier-2 blanket) |
28 Feb 2020 18:00:28
4.1.0_13 |
pi  |
databases/gnats4: back to the pool
PR: 244505
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
13 Aug 2019 16:01:59
4.1.0_13  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
26 Jul 2019 20:46:57
4.1.0_13 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
4.1.0_12 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
10 Nov 2018 18:12:58
4.1.0_11 |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
29 Jul 2018 22:18:46
4.1.0_10 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
02 Jul 2018 04:00:29
4.1.0_9 |
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) |
31 May 2018 01:18:05
4.1.0_9 |
jrm  |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
10 Mar 2018 17:46:06
4.1.0_8 |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
01 Feb 2018 18:03:10
4.1.0_7 |
jrm  |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
10 Sep 2017 20:55:39
4.1.0_7 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
29 Apr 2017 07:04:49
4.1.0_6 |
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
01 Apr 2017 15:23:32
4.1.0_6 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
20 Nov 2016 09:38:09
4.1.0_5 |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
21 Apr 2016 16:43:15
4.1.0_4 |
swills  |
many ports: mark broken on powerpc64 |
30 Oct 2015 22:43:16
4.1.0_4 |
bapt  |
Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992 |
14 May 2015 10:15:09
4.1.0_3 |
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 |
18 Mar 2015 19:59:34
4.1.0_3 |
robak  |
databases/gnats4: add CPE information
- Fix pkg-plist missing @dir entry
PR: 198635
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: maintainer |
31 Oct 2014 19:48:09
4.1.0_3 |
antoine  |
Fix packaging |
31 Oct 2014 19:30:45
4.1.0_3 |
bapt  |
Simplify plist |
23 Aug 2014 22:10:33
4.1.0_3 |
marino  |
Stage databases/gnats4 and assign new maintainer
PR: 192881
Submitted by: Chris Hutchinson
I am sure many people wanted to see this port die, but Chris wanted to
save it. Unfortunately his PR only contained about 2% of the work needed
to properly stage it. I had to overhaul it with the changes to numerous
to recount. Some big ticket items: converted to OptionsNG the EMACS and
CLIENT_ONLY knobs (the ability to define the exact EMACS version is lost,
it just takes the default. There are only 2 EMACS versions anyway).
The chown/mode changes where moved from vendor makefile to pkg-plist. I
also leveraged @sample keyword for the two conf files. |
29 Jul 2014 17:12:50
4.1.0_2 |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
04 Jul 2014 23:48:56
4.1.0_2 |
bapt  |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
04 Jul 2014 23:46:53
4.1.0_2 |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization) |
25 Jun 2014 14:22:19
4.1.0_2 |
bapt  |
Fix build without texinfo in base
With hat: portmgr |
26 May 2014 11:57:56
4.1.0_2 |
miwi  |
- Convert gmake, bzip to USES
Approved by: portmgr |
21 Jan 2014 23:18:05
4.1.0_2 |
bapt  |
Fix properties on pkg-plist |
20 Sep 2013 16:13:49
4.1.0_2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
10 Jun 2013 08:03:21
4.1.0_2 |
vd  |
databases/gnats4: Fix build failure on FreeBSD 10
gnats/gnats.h contains its own prototypes of asprintf() and vasprintf()
which conflict with the system ones:
In file included from edit.c:21:
./gnats.h:140:12: error: conflicting types for 'asprintf'
extern int asprintf (char **buf, const char *fmt, ...);
^
/usr/include/stdio.h:396:6: note: previous declaration is here
int asprintf(char **, const char *, ...) __printflike(2, 3);
Just remove the prototypes from gnats.h.
Reported by: miwi@ |
01 Mar 2012 02:36:28
4.1.0_2 |
pgollucci  |
gnats4 will core dump on a cvsup'd gnats index with default settings.
The following patch will fix this.
A local gnats mirror is often the only way to rip out patches in a
format which is usefull for further PR handling / patching, so it will be
nice if the default database type does match the upstream (gnats-freebsd).
Maybe this trivial fix helps even others to move from gnats to gnats4
PR: ports/159947
Submitted by: ohauer
Approved by: maintainer timeout (vd ; 175 days) |
12 Dec 2011 11:47:14
4.1.0_2 |
vd  |
Fix a missing ' in gnats/edit-pr.sh
PR: ports/163178
Submitted by: manolis@ |
22 Oct 2011 23:50:23
4.1.0_1 |
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
20 Mar 2011 12:54:45
4.1.0_1 |
miwi  |
- Get Rid MD5 support |
22 Jul 2008 09:38:25
4.1.0_1 |
vd  |
databases/gnats4: use sh-compatible syntax in install-sid.sh
PR: ports/124677
Submitted by: Callum Gibson <callumgibson@optusnet.com.au> |
19 Apr 2008 01:15:57
4.1.0 |
edwin  |
Make use of the @rmtry macro |
28 Jan 2006 02:11:36
4.1.0 |
linimon  |
- Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above ) |
22 Jan 2006 08:23:41
4.1.0 |
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:29:10
4.1.0 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
20 Jan 2006 06:12:05
4.1.0 |
vd  |
Change my email address to the @FreeBSD one
Approved by: garga (mentor) |
13 Sep 2005 23:03:39
4.1.0 |
pav  |
- Update to 4.1.0
- Take maintainership
PR: ports/84428
Submitted by: Vasil Dimov <vd@datamax.bg> |
18 Jul 2005 03:49:55
4.0.1 |
linimon  |
With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).
Discussed among: portmgr team |
15 Nov 2004 20:30:11
4.0.1 |
eik  |
update to 4.0.1
- fixes format string vulnerability CAN-2004-0623
<http://lists.gnu.org/archive/html/info-gnats/2004-11/msg00000.html> |
11 Mar 2004 23:31:28
4.0_2 |
eik  |
gnats is back on MASTER_SITE_GNU |
04 Feb 2004 05:21:48
4.0_2 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 14:06:19
4.0_1 |
eik  |
- allow to put the gnats database in ${DATADIR}
- add ceri's freefall patches
Submitted by: ceri (partial) |
14 Nov 2003 01:31:19
4.0_1 |
eik  |
Add a trailing / to the homepage url in an attempt to pacify portsurvey
Approved by: marcus (mentor) |
14 Nov 2003 00:29:48
4.0_1 |
eik  |
switch my ports to my FreeBSD address
Approved by: marcus (mentor) |
09 Oct 2003 01:17:43
4.0_1 |
des  |
Miscellaneous installation improvements, including (but not limited to)
preserving pre-existing configuration and data. |
20 Sep 2003 13:16:46
4.0 |
des  |
Gnats 4.0, a complete rewrite of the good old GNU bug tracking system.
PR: ports/55876
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |