aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda5
Commit message (Collapse)AuthorAgeFilesLines
* - Switch couple more ports to verbose buildDmitry Marakasov2016-10-131-2/+1
| | | | | | | | | - Remove --disable-silent-rules which are used by default Approved by: portmgr blanket Notes: svn path=/head/; revision=423912
* - Convert to USES=localbase, fixing build (it mixes up bundled and system ↵Dmitry Marakasov2016-09-041-4/+3
| | | | | | | | | | | sqlite headers) - While here, verbosify build Approved by: portmgr blanket Notes: svn path=/head/; revision=421341
* USE_BDB cleanup.Mathieu Arnold2016-08-081-2/+2
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=419843
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* Allow libgda5-jdbc to build with openjdk8.Koop Mast2015-09-161-0/+1
| | | | | | | | PR: 199591 (openjdk8 by default exp-run) Submitted by: swills@ Notes: svn path=/head/; revision=397054
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast2015-08-054-413/+369
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=393607
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Fix with Perl 5.21.1+Mathieu Arnold2015-04-201-0/+47
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384358
* Move pre-configure target inside the jdbc block. So there is no empty targetKoop Mast2015-04-141-1/+1
| | | | | | | | | to run. Submitted by: mat@ Notes: svn path=/head/; revision=383993
* Move regeneration of getsp.java to pre-configure when java is actualyKoop Mast2015-04-121-1/+5
| | | | | | | | | | is present. Submitted by: antoine@ Double pointyhat to: kwm@ Notes: svn path=/head/; revision=383872
* Only try to execute java if we building the jdbc plugin. Else java isn'tKoop Mast2015-04-121-0/+2
| | | | | | | | | available. Submitted by: antoine@ Notes: svn path=/head/; revision=383841
* Fix "amd64" hardcode in java library path lookup and regen theKoop Mast2015-04-111-0/+3
| | | | | | | | | | | .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 Notes: svn path=/head/; revision=383831
* Enable introspection support.Koop Mast2015-01-092-2/+5
| | | | | | | | | Add itstool as build depend to fix the build. [1] Submitted by: antoine@ [1] Notes: svn path=/head/; revision=376651
* Update to 5.2.2.Koop Mast2015-01-094-92/+51
| | | | | | | Allow higher java then 1.6 for the jdbc plugin Notes: svn path=/head/; revision=376622
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* cleanup plistBaptiste Daroussin2014-12-091-32/+0
| | | | Notes: svn path=/head/; revision=374356
* - Fix plist (don't remove mtree directories)Dmitry Marakasov2014-08-251-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366125
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=365599
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=364143
* net/openldap24-*:Tijl Coosemans2014-07-242-26/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-3/+3
| | | | | | | | | | 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 Notes: svn path=/head/; revision=359185
* libgda[45]-jdbc: Set to build only with openjdk6John Marino2014-06-021-0/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=356223
* Convert to USES=pgsqlBaptiste Daroussin2014-05-271-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355482
* Stagify.Koop Mast2014-03-312-6/+5
| | | | Notes: svn path=/head/; revision=349802
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5.Koop Mast2013-09-065-0/+779
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. Notes: svn path=/head/; revision=326490