| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382201
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 198368
Submitted by: Bernard Spil
Notes:
svn path=/head/; revision=381865
|
|
|
|
| |
Notes:
svn path=/head/; revision=378919
|
|
|
|
|
|
|
|
| |
- Fix IODBC and IMAGEMAGICK options
- Bump PORTREVISION
Notes:
svn path=/head/; revision=378206
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
PR: 195796
Notes:
svn path=/head/; revision=377064
|
|
|
|
|
|
|
| |
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Notes:
svn path=/head/; revision=372250
|
|
|
|
| |
Notes:
svn path=/head/; revision=371255
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
hardwired --with-readline and readline doesn't exist on 11.x.
Sponsored by: portmgr (implicit), db
Notes:
svn path=/head/; revision=363772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
pending PR (related to stage)
With hat: portmgr
Notes:
svn path=/head/; revision=360691
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- While here convert USE_GMAKE to USES
Notes:
svn path=/head/; revision=344277
|
|
|
|
|
|
|
| |
LIB_DEPENDS in databases
Notes:
svn path=/head/; revision=336187
|
|
|
|
|
|
|
|
| |
PR: 182926
Submitted by: Justin Hibbits
Notes:
svn path=/head/; revision=330366
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
|
|
|
|
|
|
| |
PR: 176091
Submitted by: Dima Panov
Notes:
svn path=/head/; revision=320327
|
|
|
|
|
|
|
|
|
|
|
| |
- make libiodbc dependency optional
- disable hidden dependencies on hslookup, wbxml2 and openldap
PR: 176091
Submitted by: Dima Panov
Notes:
svn path=/head/; revision=317727
|
|
|
|
| |
Notes:
svn path=/head/; revision=317371
|
|
|
|
| |
Notes:
svn path=/head/; revision=314856
|
|
|
|
|
|
|
|
| |
- Remove version
- Bump PORTREVISION
Notes:
svn path=/head/; revision=308713
|
|
|
|
| |
Notes:
svn path=/head/; revision=303338
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
| |
Notes:
svn path=/head/; revision=300103
|
|
|
|
| |
Notes:
svn path=/head/; revision=299393
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
Submitted by: Patrick van Kleef
Obtained from: upstream (fixed in upcoming virtuoso 6.1.6)
Notes:
svn path=/head/; revision=299335
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=299254
|
|
|
|
|
|
|
| |
Prodded by: Patrick van Kleef (virtuoso maintainer)
Notes:
svn path=/head/; revision=298740
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=291049
|
|
|
|
|
|
|
|
|
| |
- Define LICENSE
Submitted by: Mathias Picker
Notes:
svn path=/head/; revision=291028
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=283359
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
| |
- Fix and enable startup script
- Fix permissions after installation
Notes:
svn path=/head/; revision=273861
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=264739
|
|
|
|
| |
Notes:
svn path=/head/; revision=258421
|
|
|
|
| |
Notes:
svn path=/head/; revision=258173
|
|
|
|
|
|
|
|
| |
- Fix installation checks on recent -CURRENT, where nc prints diagnostic
messages to stderr
Notes:
svn path=/head/; revision=252903
|
|
|
|
| |
Notes:
svn path=/head/; revision=251659
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|