Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
15 Nov 2020 14:52:53
5.2.10

|
tcberner  |
databases/libgda5: update to 5.2.10 |
26 Nov 2019 21:46:13
5.2.5_1

|
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
17 Sep 2019 19:21:45
5.2.5_1

|
tobik  |
Fix some misspelled or duplicated LICENSE_* |
07 Jul 2019 09:32:09
5.2.5_1

|
amdmi3  |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
09 Apr 2019 14:04:50
5.2.5_1

|
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
11 Nov 2018 21:05:39
5.2.5

|
kwm  |
Update libgda5 to 5.2.5.
Obtained from: GNOME devel repo |
30 Sep 2018 11:58:31
5.2.4_2

|
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |
10 Sep 2018 13:11:24
5.2.4_2

|
mat  |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
27 Jun 2017 13:46:53
5.2.4_2

|
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
23 Apr 2017 14:53:03
5.2.4_1

|
miwi  |
- Fix shebangs |
13 Oct 2016 13:08:10
5.2.4

|
amdmi3  |
- Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default
Approved by: portmgr blanket |
04 Sep 2016 15:01:29
5.2.4

|
amdmi3  |
- Convert to USES=localbase, fixing build (it mixes up bundled and system sqlite
headers)
- While here, verbosify build
Approved by: portmgr blanket |
08 Aug 2016 13:46:50
5.2.4

|
mat  |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
19 May 2016 10:21:25
5.2.4

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
5.2.4

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:18:17
5.2.4

|
mat  |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
08 Oct 2015 15:11:28
5.2.4

|
olgeni  |
Remove trailing whitespace from Makefiles, A-L. |
16 Sep 2015 11:10:24
5.2.4

|
kwm  |
Allow libgda5-jdbc to build with openjdk8.
PR: 199591 (openjdk8 by default exp-run)
Submitted by: swills@ |
05 Aug 2015 19:13:26
5.2.4

|
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980 |
02 Aug 2015 15:03:20
5.2.2_2

|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
20 Apr 2015 12:59:15
5.2.2_1

|
mat  |
Fix with Perl 5.21.1+
With hat: perl@
Sponsored by: Absolight |
14 Apr 2015 10:44:54
5.2.2_1

|
kwm  |
Move pre-configure target inside the jdbc block. So there is no empty target
to run.
Submitted by: mat@ |
12 Apr 2015 15:06:58
5.2.2_1

|
kwm  |
Move regeneration of getsp.java to pre-configure when java is actualy
is present.
Submitted by: antoine@
Double pointyhat to: kwm@ |
12 Apr 2015 07:54:12
5.2.2_1

|
kwm  |
Only try to execute java if we building the jdbc plugin. Else java isn't
available.
Submitted by: antoine@ |
11 Apr 2015 21:21:25
5.2.2_1

|
kwm  |
Fix "amd64" hardcode in java library path lookup and regen the
.class file which configure uses to figure out java setting.
In theory this should fix other archs too if java ever gets ported.
Annoyed by: pkg-fallout mails |
09 Jan 2015 19:53:55
5.2.2_1

|
kwm  |
Enable introspection support.
Add itstool as build depend to fix the build. [1]
Submitted by: antoine@ [1] |
09 Jan 2015 16:36:16
5.2.2

|
kwm  |
Update to 5.2.2.
Allow higher java then 1.6 for the jdbc plugin |
02 Jan 2015 18:46:34
5.0.3_4

|
pi  |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
09 Dec 2014 10:27:26
5.0.3_3

|
bapt  |
cleanup plist |
25 Aug 2014 18:34:16
5.0.3_3

|
amdmi3  |
- Fix plist (don't remove mtree directories)
Approved by: portmgr blanket |
21 Aug 2014 22:50:30
5.0.3_3

|
mandree  |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
05 Aug 2014 22:13:29
5.0.3_2

|
tijl  |
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports) |
24 Jul 2014 18:34:16
5.0.3_1

|
tijl  |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
25 Jun 2014 05:35:32
5.0.3

|
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
02 Jun 2014 12:41:45
5.0.3

|
marino  |
libgda[45]-jdbc: Set to build only with openjdk6
Due to a change in the default system ld.library.path, these ports
fail to build due to not being able to find libjvm.so. Verified by
Redports, only openJDK6 can build these ports currently.
Approved by: gnome (kwm) |
27 May 2014 10:42:12
5.0.3

|
bapt  |
Convert to USES=pgsql
With hat: portmgr |
31 Mar 2014 20:39:35
5.0.3

|
kwm  |
Stagify. |
20 Sep 2013 16:13:49
5.0.3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
06 Sep 2013 11:43:35
5.0.3

|
kwm  |
Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5.
Update libgda5 to 5.0.3 and libgdamm5 to 4.99.6.
Libgda 5 is the new version of libgda data abstraction library.
Obtained from: gnome dev repo. |