notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/virtuoso/Makefile
SVNWeb

Number of commits found: 98

Sun, 30 Apr 2023
[ 11:10 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  a6bb2f8  (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Sat, 11 Dec 2021
[ 13:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  45526ec  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
framework: Add new USES 'magick' for graphics/ImageMagick*

A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 6 Dec 2021
[ 12:36 Rene Ladan (rene) search for other commits by this committer ]    commit hash:a67b5dd8d0b38dba779927f185ecb367c335a540  commit hash:a67b5dd8d0b38dba779927f185ecb367c335a540  commit hash:a67b5dd8d0b38dba779927f185ecb367c335a540  a67b5dd  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
all: return fjoe's ports to the pool

fjoe's ports bit got safekept.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 25 Jan 2021
[ 08:49 antoine search for other commits by this committer ] Original commit   Revision:562546
Mark BROKEN on FreeBSD 14

Reported by:	pkg-fallout
MFH:		2021Q1
Tue, 15 Sep 2020
[ 05:04 linimon search for other commits by this committer ] Original commit   Revision:548698
Remove stale 'arm' ARCH definition.  Add powerpcspe.

Approved by:	portmgr (tier-2 blanket)
Tue, 9 Apr 2019
[ 14:04 sunpoet search for other commits by this committer ] Original commit   Revision:498476 (Only the first 10 of 289 ports in this commit are shown above. View all ports for this commit)
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
Fri, 5 Apr 2019
[ 05:31 antoine search for other commits by this committer ] Original commit   Revision:497914
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Fri, 15 Mar 2019
[ 08:33 tobik search for other commits by this committer ] Original commit   Revision:495774
databases/virtuoso: Replace IODBC_CPPFLAGS and append directly to CPPFLAGS

The result is identical and having a variable that looks like an
options helper (IODBC_CPPFLAGS) after bsd.port.options.mk would be
an error if D19553 is accepted.

Reported by:	tobik (in D19553)
Thu, 13 Dec 2018
[ 07:24 fjoe search for other commits by this committer ] Original commit   Revision:487355
Silence <sys/timeb.h> deprecation warnings during the build.
[ 07:07 fjoe search for other commits by this committer ] Original commit   Revision:487352
Update to 7.2.5
Sat, 10 Nov 2018
[ 19:57 kwm search for other commits by this committer ] Original commit   Revision:484640 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Update ImageMagick to 6.9.10.14 [1]

* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
Mon, 2 Jul 2018
[ 04:00 linimon search for other commits by this committer ] Original commit   Revision:473699 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 23 Dec 2017
[ 15:41 tijl search for other commits by this committer ] Original commit   Revision:457061
Drop unneeded USE_AUTOTOOLS.
Thu, 30 Nov 2017
[ 05:55 linimon search for other commits by this committer ] Original commit   Revision:455165 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Fri, 22 Sep 2017
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450353 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Cleanup after removal of libexecinfo from ports.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450351 (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
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
Sat, 29 Apr 2017
[ 07:04 linimon search for other commits by this committer ] Original commit   Revision:439736 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Provide more descriptive error messages for ports failing on powerpc64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Fri, 13 Jan 2017
[ 14:45 sunpoet search for other commits by this committer ] Original commit   Revision:431393
Use RUBY_SUFFIX

With hat:	ruby
Mon, 14 Nov 2016
[ 06:49 linimon search for other commits by this committer ] Original commit   Revision:426088 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Thu, 10 Nov 2016
[ 01:21 linimon search for other commits by this committer ] Original commit   Revision:425823 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Mark as broken on aarch64: fails to link with sbrk.

While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
Mon, 10 Oct 2016
[ 08:29 fjoe search for other commits by this committer ] Original commit   Revision:423642
- Fix "install" target with ImageMagick disabled.
- USES=execinfo
- Bump PORTREVISION
Tue, 4 Oct 2016
[ 19:41 fjoe search for other commits by this committer ] Original commit   Revision:423293
- Update to 7.2.4.2
- Fix ownership of installed files
Thu, 4 Aug 2016
[ 03:45 marino search for other commits by this committer ] Original commit   Revision:419586
databases/virtuoso: Remove redundant dependency on unzip

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)
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 11 Dec 2015
[ 16:29 amdmi3 search for other commits by this committer ] Original commit   Revision:403550
- List more 32bit platforms in NOT_FOR_ARCHS

Suggested by:	imp
Approved by:	portmgr blanket
Tue, 8 Dec 2015
[ 18:07 amdmi3 search for other commits by this committer ] Original commit   Revision:403326
- Add more archs to NOT_FOR_ARCHS (as per configure error message)
- Add NOT_FOR_ARCHS_REASON

Approved by:	portmgr blanket
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 25 Mar 2015
[ 17:57 marino search for other commits by this committer ] Original commit   Revision:382255
databases/virtusos: take III

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.
[ 12:17 marino search for other commits by this committer ] Original commit   Revision:382205
databases/virtusos: remove entire hosting directory

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.
[ 09:33 marino search for other commits by this committer ] Original commit   Revision:382201 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
databases category: Remove $PTHREAD_LIBS

Note: virtuoso did not pass check-plist from before, so it was fixed.

approved by:	PTHREAD blanket
Sat, 21 Mar 2015
[ 20:29 fjoe search for other commits by this committer ] Original commit   Revision:381865
- Replace deprecated des_ methods with DES_ (fixed the build with LibreSSL)
- Bump PORTREVISION

PR:		198368
Submitted by:	Bernard Spil
Fri, 13 Feb 2015
[ 11:18 fjoe search for other commits by this committer ] Original commit   Revision:378919
Virtuoso 7.x does not support 32-bit architectures.
Sat, 31 Jan 2015
[ 13:11 fjoe search for other commits by this committer ] Original commit   Revision:378206
- Build with system zlib
- Fix IODBC and IMAGEMAGICK options
- Bump PORTREVISION
Wed, 28 Jan 2015
[ 13:55 fjoe search for other commits by this committer ] Original commit   Revision:378060
* Update to 7.1.0. 7.x includes a number of major improvements:
	- 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]
Sun, 18 Jan 2015
[ 21:12 kwm search for other commits by this committer ] Original commit   Revision:377347 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Update ImageMagick to 6.9.0.4.

- 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]
Thu, 15 Jan 2015
[ 09:05 tijl search for other commits by this committer ] Original commit   Revision:377064 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add missing USE_OPENSSL=yes

PR:		195796
Fri, 7 Nov 2014
[ 09:55 kwm search for other commits by this committer ] Original commit   Revision:372250 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Tue, 5 Aug 2014
[ 12:22 marino search for other commits by this committer ] Original commit   Revision:364092
Stage databases/virtuoso and assign maintainership to michelle

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
Sat, 2 Aug 2014
[ 00:36 peter search for other commits by this committer ] Original commit   Revision:363772
Bandaid fix for build failure that can block kde4.  The port has a
hardwired --with-readline and readline doesn't exist on 11.x.

Sponsored by:	portmgr (implicit), db
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 4 Jul 2014
[ 23:48 bapt search for other commits by this committer ] Original commit   Revision:360691 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Tue, 17 Jun 2014
[ 20:05 kwm search for other commits by this committer ] Original commit   Revision:358176 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Update to 6.8.9-3 [1][3].

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]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 14 Feb 2014
[ 16:23 miwi search for other commits by this committer ] Original commit   Revision:344277
- Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES
Wed, 11 Dec 2013
[ 18:08 bapt search for other commits by this committer ] Original commit   Revision:336187 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Tue, 15 Oct 2013
[ 05:16 fjoe search for other commits by this committer ] Original commit   Revision:330366
Remove ONLY_FOR_ARCHS.

PR:		182926
Submitted by:	Justin Hibbits
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Sun, 9 Jun 2013
[ 12:06 fjoe search for other commits by this committer ] Original commit   Revision:320327
Fix build with unixODBC installed.

PR:		176091
Submitted by:	Dima Panov
Thu, 9 May 2013
[ 09:06 fjoe search for other commits by this committer ] Original commit   Revision:317727
- optionsNG'ify
- make libiodbc dependency optional
- disable hidden dependencies on hslookup, wbxml2 and openldap

PR:		176091
Submitted by:	Dima Panov
Sat, 4 May 2013
[ 22:00 bapt search for other commits by this committer ] Original commit   Revision:317371
Fix build with bmake
Thu, 21 Mar 2013
[ 17:43 bapt search for other commits by this committer ] Original commit   Revision:314856 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework left unconverted ports in databases category
Tue, 11 Dec 2012
[ 20:54 beech search for other commits by this committer ] Original commit   Revision:308713
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
Wed, 29 Aug 2012
[ 13:28 fjoe search for other commits by this committer ] Original commit 
Update to 6.1.6.
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Wed, 27 Jun 2012
[ 17:09 fjoe search for other commits by this committer ] Original commit 
Builds on sparc64 just fine now.
Sat, 16 Jun 2012
[ 09:37 fjoe search for other commits by this committer ] Original commit 
- Add "check" target to run Virtuoso tests [1]
- 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]
Thu, 14 Jun 2012
[ 11:55 fjoe search for other commits by this committer ] Original commit 
- Use flex and gperf from ports [1]
flex and gperf from base system are too old for Virtuoso build. While
pre-generated sources (included into the dist tarball) are usually used
during virtuoso port build, flex/gperf can potentially be called
when those source files become out of date (e.g. when some prerequisites
are patched by ports patches that could be potentially included in future).
- Fix clang build: use -std=gnu89 as virtuoso relies on GNU89 definition of
`inline'

Submitted by:   Patrick van Kleef [1]
Fri, 8 Jun 2012
[ 09:07 fjoe search for other commits by this committer ] Original commit 
Use --with-layout=freebsd

Prodded by:     Patrick van Kleef (virtuoso maintainer)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sun, 12 Feb 2012
[ 09:37 fjoe search for other commits by this committer ] Original commit 
- Update to 6.1.4
- Define LICENSE

Submitted by:   Mathias Picker
Tue, 11 Oct 2011
[ 07:17 mm search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Mon, 9 May 2011
[ 10:33 fjoe search for other commits by this committer ] Original commit 
- Update to 6.1.3
- Fix and enable startup script
- Fix permissions after installation
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Thu, 18 Nov 2010
[ 05:03 acm search for other commits by this committer ] Original commit 
- Remove database/unixODBC and  database/firebird20-* CONFLICTS. Now
  database/virtuoso installs bin/isql and bin-isqlw like bin/isql-vt and
  bin/isqlw-vt respectly
- Bump PORTREVISION

PR:             150391
Approved by:    fjoe (maintainer timeout - 5 weeks)
Thu, 29 Jul 2010
[ 08:14 fjoe search for other commits by this committer ] Original commit 
Update to 6.1.2.
Sat, 24 Jul 2010
[ 19:49 mm search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Update ImageMagick to 6.6.2-10
Mon, 19 Apr 2010
[ 10:00 fjoe search for other commits by this committer ] Original commit 
- Update to 6.1.1
- Fix installation checks on recent -CURRENT, where nc prints diagnostic
messages to stderr
Sun, 28 Mar 2010
[ 21:41 mm search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Bump Magick++, MagickWand or MagickCore dependency
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Tue, 16 Feb 2010
[ 18:11 fjoe search for other commits by this committer ] Original commit 
Record conflicts with firebird-client port (${PREFIX}/bin/isql).

PR:             122801
Feature safe:   yes
Wed, 10 Feb 2010
[ 04:08 fjoe search for other commits by this committer ] Original commit 
Due to mistake in virtuoso startup scripts the following error can happen
during the build:

expr: illegal option -- N
usage: expr [-e] expression

where N is any decimal number, because some variables used in "expr"
invocations can be negative integers.

Protect against this error (although the workaround does not fix the root
of this problem).
Mon, 8 Feb 2010
[ 20:14 fjoe search for other commits by this committer ] Original commit 
Do not require JDK to build.
[ 18:24 fjoe search for other commits by this committer ] Original commit 
- Update to 6.1.0
- Add amd64 to the list of supported arches
- Add missing depend on htmldoc
- Add conflict with unixODBC [1]

PR:             122801 [1]
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Tue, 10 Feb 2009
[ 19:50 mm search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Mon, 5 Jan 2009
[ 17:27 pav search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks relevant only on FreeBSD 5.x and older
Tue, 22 Apr 2008
[ 10:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- Chase graphics/ImageMagick shlib version bump

Pointyhat to: mi@
Mon, 26 Nov 2007
[ 17:45 ade search for other commits by this committer ] Original commit 
Unbreak pthread-related issues on 5.x

Approved by:    portmgr
Sun, 25 Nov 2007
[ 01:24 linimon search for other commits by this committer ] Original commit 
Mark as broken on 5.x: fails to find pthread.h.

Something in the infrastructure changed in the late July timeframe that
actually caused this problem.  The only major thing at that time was the
autoconf/libtool change, but I can't see how that could have caused this
failure mode.  It only happens on 5.x; 6.x and 7.x are fine.

Approved by:    portmgr (self)
Sat, 27 Oct 2007
[ 11:43 fjoe search for other commits by this committer ] Original commit 
ONLY_FOR_ARCHS=i386 for a while.
It builds at least on amd64 but coredumps when creating demo database.
Thu, 4 Oct 2007
[ 00:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Fri, 24 Aug 2007
[ 13:58 fjoe search for other commits by this committer ] Original commit 
Update to 5.0.1.
Sat, 21 Apr 2007
[ 05:00 kris search for other commits by this committer ] Original commit 
BROKEN: Install fails
Thu, 11 Jan 2007
[ 18:09 fjoe search for other commits by this committer ] Original commit 
- Use nc (netcat) instead of netstat to check if the server has started.
This should fix pointyhat builds.
- IGNORE on FreeBSD 4.x
Mon, 11 Dec 2006
[ 20:25 fjoe search for other commits by this committer ] Original commit 
- OPTION'ify and fix Kerberos support (does not build with Heimdal).
- Add BUILD_DEPENDS on gawk.
- Remove debugging junk from startup script.
- Bump PORTREVISION.
Sun, 10 Dec 2006
[ 06:47 fjoe search for other commits by this committer ] Original commit 
Update to 4.5.7.
Sat, 9 Dec 2006
[ 13:05 fjoe search for other commits by this committer ] Original commit 
Virtuoso is an innovative Virtualization platform that transparently
integrates Data, Services, and Business Processes across the enterprise.
Its unique product architecture enables it to delivery traditionally
distinct server functionality, within a single product offering,
along the following lines:
* Data Management & Integration (SQL, XML and EII)
* Application Integration (Web Services & SOA)
* Process Management & Integration (BPEL)
* Collaboration and Network Effects

WWW: http://virtuoso.openlinksw.com/

- Hosting modules (python and ruby) will be added as slave ports later.
- Mono hosting is broken on FreeBSD
- Perl hosting is broken on FreeBSD
(perl* ports are built without -Dusemultiplicity)
- PHP4/5 hosting is broken on FreeBSD (php* ports do not install libphp).
- JDBC driver will be added as a slave port later.

Number of commits found: 98