aboutsummaryrefslogtreecommitdiff
path: root/databases/virtuoso
Commit message (Collapse)AuthorAgeFilesLines
* Drop unneeded USE_AUTOTOOLS.Tijl Coosemans2017-12-231-1/+0
| | | | Notes: svn path=/head/; revision=457061
* For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them soMark Linimon2017-11-301-1/+1
| | | | | | | | | | | | on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455165
* Cleanup after removal of libexecinfo from ports.Mathieu Arnold2017-09-221-2/+2
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450353
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=444463
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-291-1/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439736
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Use RUBY_SUFFIXSunpoet Po-Chuan Hsieh2017-01-131-1/+1
| | | | | | | With hat: ruby Notes: svn path=/head/; revision=431393
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426088
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-5/+6
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* - Fix "install" target with ImageMagick disabled.Max Khon2016-10-101-7/+3
| | | | | | | | - USES=execinfo - Bump PORTREVISION Notes: svn path=/head/; revision=423642
* - Update to 7.2.4.2Max Khon2016-10-044-26/+41
| | | | | | | - Fix ownership of installed files Notes: svn path=/head/; revision=423293
* databases/virtuoso: Remove redundant dependency on unzipJohn Marino2016-08-041-2/+1
| | | | | | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Note that it's pulled in by a non-default option. Approved by: infrastructure blanket (removal of redundant deps) Notes: svn path=/head/; revision=419586
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - List more 32bit platforms in NOT_FOR_ARCHSDmitry Marakasov2015-12-111-1/+1
| | | | | | | | Suggested by: imp Approved by: portmgr blanket Notes: svn path=/head/; revision=403550
* - Add more archs to NOT_FOR_ARCHS (as per configure error message)Dmitry Marakasov2015-12-081-1/+2
| | | | | | | | | - Add NOT_FOR_ARCHS_REASON Approved by: portmgr blanket Notes: svn path=/head/; revision=403326
* 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
* databases/virtusos: take IIIJohn Marino2015-03-251-6/+8
| | | | | | | | | It turns out the problematic directory is used, but only if the ImageMagick option is set. Adjust accordingly, and hopefully this is the final attempt to fix. Notes: svn path=/head/; revision=382255
* databases/virtusos: remove entire hosting directoryJohn Marino2015-03-251-2/+2
| | | | | | | | | When I tested the fix to virtuoso, the directory was empty, but according to a report, it isn't always. Change rmdir to rm -rf so the port builds in all cases. No bump necessasry. Notes: svn path=/head/; revision=382205
* databases category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-6/+5
| | | | | | | | | Note: virtuoso did not pass check-plist from before, so it was fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382201
* - Replace deprecated des_ methods with DES_ (fixed the build with LibreSSL)Max Khon2015-03-212-1/+347
| | | | | | | | | | - Bump PORTREVISION PR: 198368 Submitted by: Bernard Spil Notes: svn path=/head/; revision=381865
* Virtuoso 7.x does not support 32-bit architectures.Max Khon2015-02-131-0/+2
| | | | Notes: svn path=/head/; revision=378919
* - Build with system zlibMax Khon2015-01-312-3/+11
| | | | | | | | - Fix IODBC and IMAGEMAGICK options - Bump PORTREVISION Notes: svn path=/head/; revision=378206
* * Update to 7.1.0. 7.x includes a number of major improvements:Max Khon2015-01-283-1122/+34
| | | | | | | | | | | | | | | | | | | | | - column-wise physical data storage - data compression - finer-grained multithreading - vectorized execution of queries - support for a JDBC 4.1 driver - new DAV API and DETs - upgraded Conductor - upgraded Facet Browser - Virtuoso-specific query optimizer hint (ASSUME) - SPARQL-GEO (was closed-source in earlier versions) - SPARQL 1.1 BIND and VALUES clauses - Connectors for Jena 2.10.x and Sesame 2.7.x * Take maintainership back [1] Approved by: MAINTAINER [1] Notes: svn path=/head/; revision=378060
* Update ImageMagick to 6.9.0.4.Koop Mast2015-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2] Notes: svn path=/head/; revision=377347
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Remove * from LIB_DEPENDS lines and specify the default library nameKoop Mast2014-11-071-1/+1
| | | | | | | for ImageMagick. Using '*' it is unsupported and potention bugs here. Notes: svn path=/head/; revision=372250
* Cleanup plistBaptiste Daroussin2014-10-201-24/+0
| | | | Notes: svn path=/head/; revision=371255
* Stage databases/virtuoso and assign maintainership to michelleJohn Marino2014-08-054-219/+164
| | | | | | | | | | | This can't be tested in Redports due to the attempt to start the service during the build, but it does pass local poudriere builds of the submitter. PR: 192353 Submitted by: Michelle Sullivan Notes: svn path=/head/; revision=364092
* Bandaid fix for build failure that can block kde4. The port has aPeter Wemm2014-08-021-1/+1
| | | | | | | | | hardwired --with-readline and readline doesn't exist on 11.x. Sponsored by: portmgr (implicit), db Notes: svn path=/head/; revision=363772
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360691
* Update to 6.8.9-3 [1][3].Koop Mast2014-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports) Notes: svn path=/head/; revision=358176
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Remove useless bmake/fmake checkMartin Wilke2014-02-141-3/+1
| | | | | | | - While here convert USE_GMAKE to USES Notes: svn path=/head/; revision=344277
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-4/+4
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Remove ONLY_FOR_ARCHS.Max Khon2013-10-151-1/+0
| | | | | | | | PR: 182926 Submitted by: Justin Hibbits Notes: svn path=/head/; revision=330366
* 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
* Fix build with unixODBC installed.Max Khon2013-06-091-2/+3
| | | | | | | | PR: 176091 Submitted by: Dima Panov Notes: svn path=/head/; revision=320327
* - optionsNG'ifyMax Khon2013-05-092-21/+29
| | | | | | | | | | | - make libiodbc dependency optional - disable hidden dependencies on hslookup, wbxml2 and openldap PR: 176091 Submitted by: Dima Panov Notes: svn path=/head/; revision=317727
* Fix build with bmakeBaptiste Daroussin2013-05-041-1/+5
| | | | Notes: svn path=/head/; revision=317371
* Convert to new options framework left unconverted ports in databases categoryBaptiste Daroussin2013-03-211-19/+13
| | | | Notes: svn path=/head/; revision=314856
* - Bump port after ImageMagick updateBeech Rintoul2012-12-111-1/+2
| | | | | | | | - Remove version - Bump PORTREVISION Notes: svn path=/head/; revision=308713
* Update to 6.1.6.Max Khon2012-08-295-53/+163
| | | | Notes: svn path=/head/; revision=303338
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Builds on sparc64 just fine now.Max Khon2012-06-271-1/+1
| | | | Notes: svn path=/head/; revision=300103
* Fix gawk patch.Max Khon2012-06-161-21/+18
| | | | Notes: svn path=/head/; revision=299393
* - Add "check" target to run Virtuoso tests [1]Max Khon2012-06-162-5/+19
| | | | | | | | | | | - Add build dependency on "unzip" (required by "check") [1] - Do not patch isql executable name: override it using ISQL env var Submitted by: Patrick van Kleef [1] Prodded by: Patrick van Kleef [1] Notes: svn path=/head/; revision=299391
* Fix build with gawk 4.0.1.Max Khon2012-06-151-0/+37
| | | | | | | | Submitted by: Patrick van Kleef Obtained from: upstream (fixed in upcoming virtuoso 6.1.6) Notes: svn path=/head/; revision=299335