Commit graph

14265 commits

Author SHA1 Message Date
Kurt Jaeger
7783646f65 databases/sqlrelay: ignore strip error if file was not build 2015-08-09 09:17:35 +00:00
Jose Alonso Cardenas Marquez
230cf6828f - editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
  fpc units only are added like build dependencies (less dependencies registered
  when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
2015-08-09 08:06:43 +00:00
Matthew Seaman
8152ccc017 Update to 4.4.13.1
Quick reaction update to correct a mistake in 4.4.13 that prevented
importing a SQL dump file

Change Log:	  https://www.phpmyadmin.net/files/4.4.13.1/
2015-08-08 21:20:45 +00:00
Kurt Jaeger
63fd3b0ced databases/sqlrelay: 0.60 -> 0.62
- added query filter plugin framework
- added regex, string and pattern filters
- added normalization translation
- added reformatdatetime result set translation
- fixed error in sqlrconfigfile class that could cause sqlr-start to
- 	crash if one instance defines addresses but the next doesn't
- added query status flag to sqlrservercursor
- tweaked odbc driver's SQLGetTypeInfo()
- field name is passed into runResultSetTranslations() now
- added support for maxitembuffersize, maxselectlistsize,
- 	and maxbindcount for firebird
- added native api for node.js
- added recognition of bigint, ubigint and uniqueidentifier fields in
- 	freetds/sybase
- added nullsasnulls command to sqlrsh
- added workaround for freetds empty (but non-null) text fields not
  getting properly converted to null-terminated empty strings
- fetchatonce, maxitembuffersize and maxselectlistsize are set to
  defaulting values if invalid values are given for them
- added lazyconnect option to PHP PDO and Perl DBI drivers (defaults to 1)
- direct Transact SQL which returns a result set is now supported with
  Sybase/SAP/MSSQLServer/FreeTDS
- added docs for authentication, query translation, query filter and
  result set translation modules
- added -fPIC to sqlrserver-config --cflags, if supported
- the "default" auth module is now called "userlist"
- added database auth module that is analagous to authtier="database"
- replaced passwordencryption attribute with passwordencryptionid
- added --disable-postgresql8-api configure option
- tweaked -Werror detection in configure script
- refactored sqlr-bench build to work on windows
2015-08-08 12:11:27 +00:00
Matthew Seaman
5ea4e7fa78 Update to 4.4.13
This is a routine bug-fix update.

Change Log:	  https://www.phpmyadmin.net/files/4.4.13/
2015-08-08 09:29:01 +00:00
Koop Mast
063d99b91e Make the camel-lock-helper-1.2 application part of the mail group and set sgid.
This allows evolution do do local mail delivery again.

PR:		202119
Submitted by:	mwisnicki+freebsd@gmail.com
2015-08-06 11:42:04 +00:00
Koop Mast
d129587b5d 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
2015-08-05 19:13:24 +00:00
Steve Wills
47f47fe75b databases/rubygem-activerecord41: create port
Add rails 4.1 version of activerecord

PR:		201816
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
2015-08-04 20:07:40 +00:00
Steve Wills
a731994c2d databases/rubygem-activemodel41: create port
Add rails 4.1 version of activemodel

PR:		201815
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
2015-08-04 19:56:49 +00:00
Antoine Brodin
a77a28b5f8 Fix stage support
Submitted by:	Daniel Nebdal
2015-08-04 18:45:20 +00:00
Mathieu Arnold
284038d67d Remove unneeded MASTER_SITES=GH entries.
Sponsored by:	Absolight
2015-08-04 14:26:48 +00:00
Mathieu Arnold
63d17e75d7 Cleanup some abusive use of GH_TAGNAME.
With hat:	portmgr
Sponsored by:	Absolight
2015-08-04 11:29:18 +00:00
Jason Unovitch
60777d0c88 Trim spurious slash that caused recursive CONFIGURE_ENV warning
PR:		201733
Submitted by:	tremere@cainites.net
Approved by:	cheffo@freebsd-bg.org (maintainer), pgollucci (mentor)
2015-08-04 02:27:33 +00:00
Koop Mast
757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00
Tijl Coosemans
a374acb969 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
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
2015-08-02 15:03:19 +00:00
Dmitry Marakasov
36803dfaf6 - Mark BROKEN: does not build
===>  Missing license file for LGPL21 in /wrkdirs/usr/ports/databases/p5-qdbm/work/qdbm-1.8.78/perl/COPYING

Even if that's fixed, it still don't build, likely because master/slave port desync

Approved by:	portmgr blanket
Reported by:	pkg-fallout
2015-07-31 19:52:05 +00:00
Sunpoet Po-Chuan Hsieh
2f02fcf747 - Update to 0.3.19
Changes:	https://github.com/brianmario/mysql2/releases
2015-07-31 16:26:23 +00:00
Dmitry Marakasov
83cb8fb168 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-31 15:27:02 +00:00
Dmitry Marakasov
3f3a7dc127 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-31 15:20:52 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
TAKATSU Tomonari
71c37a22df - Update to 0.10.4
- Update WWW: line in pkg-descr
2015-07-29 21:58:23 +00:00
Wen Heping
2508b50661 - Update to 6.4.5
PR:		201838
Submitted by:	tkato432@yahoo.com
2015-07-29 12:15:48 +00:00
Jimmy Olgeni
9516127087 Add databases/elixir-geo, a set of GIS functions for Elixir with
optional PostGIS support.
2015-07-28 09:21:52 +00:00
Bartek Rutkowski
a4775bd2d6 databases/adminer: update 4.1.0 -> 4.2.1
- Pet portlint

PR:		199418
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-07-28 08:21:33 +00:00
Antoine Brodin
011dfa81be Unbreak INDEX, reverting r392921
With hat:	portmgr
2015-07-26 13:35:29 +00:00
Alexander Leidinger
3aeeb3f1bd 64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
2015-07-26 13:06:24 +00:00
Mikolaj Golub
ffe0cd9c7c Update to 1.2.12 2015-07-26 09:05:17 +00:00
Kurt Jaeger
312439c99b databases/cego: 2.23.11 -> 2.23.12
- In CegoQueryHelper::evalPredicate fixed termination for INSUB- and
  NOTINB queries. There was no reset at the end of the evaluation, which
  might lead to open table cursors. In case of procedure queries, this
  might lead to locking problems.
  Since the query is reset after evaluation, query caching is no more
  useful. This must be treated in an advanced way.
- Further patches in CegoTableManager::deleteDataTable,
  CegoFactor::evalReferences and CegoSelect::nextTuple for advanced
  query cache handling. All patches have impact on queries of the form
  DELETE FROM t1 WHERE a IN ( SELECT ....)

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2015-07-25 17:11:37 +00:00
Florian Smeets
29a2076306 Update to 2.2.14
Committed from:	Essen FreeBSD Hackathon
2015-07-25 13:58:33 +00:00
Florian Smeets
8bb2d067fb Update to 5.5.44-37.3
Committed from:	Essen FreeBSD Hackathon
2015-07-25 11:51:29 +00:00
Jimmy Olgeni
f46f88917d Upgrade to version 0.14.3. 2015-07-24 07:46:46 +00:00
Baptiste Daroussin
15a9b4d2cb Really fix ldap option 2015-07-24 06:05:22 +00:00
Jimmy Olgeni
91fd035064 Upgrade to version 0.4.0. 2015-07-23 15:26:55 +00:00
Jimmy Olgeni
f8ea15a828 Upgrade to version 0.5.0. 2015-07-23 15:21:23 +00:00
Matthew Seaman
fd5f35edc9 Update to 4.4.12
This is a routine bugfix update

Change Log:	  https://www.phpmyadmin.net/files/4.4.12/
2015-07-23 09:09:44 +00:00
Hiroki Sato
ad5be98a94 Add missing ${ICONV_LIB}.
Spotted by:	mat
2015-07-23 02:37:04 +00:00
Baptiste Daroussin
1f9d1528bc Fix ldap option 2015-07-22 23:20:02 +00:00
Baptiste Daroussin
59f0a24756 Only defined options marked as server only for the servers
Remove (server) from the description
2015-07-22 23:10:39 +00:00
Baptiste Daroussin
4a7d808593 UNIQUENAME is not used anymore for long to save options 2015-07-22 22:56:56 +00:00
Baptiste Daroussin
bc46027203 Simplify a bit the Makefiles
Use OPTIONS_SUB to automatically PLIST_SUB
Use OPTIONS helpers
2015-07-22 22:45:35 +00:00
Baptiste Daroussin
ab7ead91d4 Cleanup plist and avoid useless @exec 2015-07-22 21:46:27 +00:00
Jimmy Olgeni
902ee2030b Upgrade to version 0.14.2. 2015-07-22 12:31:04 +00:00
Kurt Jaeger
c6cfc3974c databases/p5-DBD-mysql: 4.031 -> 4.032
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.032/ChangeLog
- Added support for utf8mb4 by Daniël van Eeden and Eric Herman (Booking.com)
- Added patch for connection attributes in MySQL 5.6.6+, by Daniël van Eeden
  and Eric Herman (Booking.com).
- Fixed test rt88006-bit-prepare on MyISAM storage
  (Reported both in RT102657 and by Scimon on github)
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717
  "Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de)
- Corrected name of INSTALL.pm in POD
  David Farrell <davidnmfarrell AT gmail DOT com>
2015-07-22 11:04:24 +00:00
Rene Ladan
8df5671f1e Remove expired port:
2015-07-22 databases/p5-DBD-Pg32: Use databases/p5-DBD-Pg instead, compatability probles are fixed
2015-07-22 05:41:10 +00:00
Jun Kuriyama
87cb42b606 - Upgrade to 0.002216. 2015-07-22 00:26:44 +00:00
Kurt Jaeger
3732864b52 databases/cego: 2.23.10 -> 2.23.11
- Added performance patch in CegoFieldValue.
  Values with a length up to STATICFIELDBUF size ( 100 bytes ) are handled
  using a static byte array. This saves expensive memory allocation
  calls in most cases. First very rough performances analysis has
  shown a performance improvement of about 5-10 percent
- The local copy logic was shifted from CegoSelect::nextGroupedTuple
  to CegoGroupSpace::insertTuple.

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2015-07-21 07:39:35 +00:00
Jimmy Olgeni
c95b28ad58 Upgrade to version 0.14.1. 2015-07-19 22:08:15 +00:00
Baptiste Daroussin
cd6ed67653 Enforce libarchive from ports
This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd
2015-07-19 22:04:44 +00:00
Jimmy Olgeni
ca10d7153e Upgrade to version 0.14.0. 2015-07-19 19:23:11 +00:00
Kurt Jaeger
ecd3da542a databases/cego: 2.23.9 -> 2.23.10
- Fix in CegoSelect::nextGroupedTuple.
  For the 'grouping key' values, a local copy of CegoFieldValue has to be
  created. Otherwise, grouping references might be invalidated, which result
  in aborted grouping queries with strange error message ( No token
  available ) on client side.
  For local copy creation, the CegoFieldValue::getLocalCopy method has
  been modified ( was not used until now ).
  This effect was observed with small buffer poolsizes in
  combination with grouping queries on large tables. The probability
  of grouping key invalidation is higher in that case, because
  buffer pool pages are reloaded more often.

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2015-07-19 08:27:59 +00:00