1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

136 Commits

Author SHA1 Message Date
Alexey Dokuchaev
b729eb9992 Remove ONLY_FOR_ARCHS restriction for i386: the port currently builds fine
on it with all options enabled, and this is generally wrong way to account
for breakages in dependencies.
2021-02-01 12:24:44 +00:00
Mark Linimon
f020960d7c Also enable on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-24 20:42:55 +00:00
Kurt Jaeger
6c1160a140 databases/py-sqlrelay: unbreak, take maintainer
- databases/sqlrelay uses a very old config.sub which needs to be replaced
2020-06-14 15:38:12 +00:00
Kurt Jaeger
d6438c38dd devel/rudiments: upgrade 1.1.0 -> 1.2.2
databases/sqlrelay: upgrade 1.4.0 -> 1.7.0

 http://software.firstworks.com/2019/03/rudiments-120-release-announcement.html
 http://software.firstworks.com/2019/08/rudiments-121-release-announcement.html
 http://software.firstworks.com/2020/01/rudiments-122-release-announcement.html
 http://software.firstworks.com/2019/03/sql-relay-150-release-announcement.html
 http://software.firstworks.com/2019/04/sql-relay-151-release-announcement.html
 http://software.firstworks.com/2019/08/sql-relay-160-release-announcement.html
 http://software.firstworks.com/2020/01/sql-relay-170-release-announcement.html
2020-06-14 14:51:20 +00:00
Tobias Kortkamp
581cac9416 Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql 2019-11-15 10:12:08 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb 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
2019-04-09 14:04:49 +00:00
Kurt Jaeger
63d8f7da87 devel/rudiments: upgrade 1.0.7 -> 1.1.0
databases/sqlrelay: upgrade 1.3.0 -> 1.4.0

- dbase="mariadb" works now

 http://software.firstworks.com/2018/09/rudiments-110-release-announcement.html
 http://software.firstworks.com/2018/09/sql-relay-140-release-announcement.html
2018-12-23 10:07:37 +00:00
Alexey Dokuchaev
936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
2018-11-11 15:38:50 +00:00
Kurt Jaeger
e124c9c5ab devel/rudiments: update 1.0.6 -> 1.0.7
databases/sqlrelay: update 1.2.0 -> 1.3.0

 http://software.firstworks.com/2018/05/rudiments-107-release-announcement.html
 http://software.firstworks.com/2018/05/sql-relay-130-release-announcement.html
2018-06-19 09:09:31 +00:00
Kurt Jaeger
fcaaef6d8c databases/sqlrelay: update 1.1.0 -> 1.2.0
- The main focus of this release is ODBC improvements.

Relnotes: http://software.firstworks.com/2017/11/sql-relay-120-release-announcement.html
2018-02-04 15:59:09 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 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
2017-06-27 13:46:53 +00:00
Kurt Jaeger
84453efc23 devel/rudiments: update 1.0.4 -> 1.0.5
databases/sqlrelay: update 1.0.1 -> 1.1.0

 http://software.firstworks.com/2017/05/rudiments-105-release-announcement.html
 http://software.firstworks.com/2017/05/sql-relay-110-release-announcement.html
2017-06-03 19:26:05 +00:00
Kurt Jaeger
96f080dbe5 devel/rudiments: update 1.0.2 -> 1.0.4
databases/sqlrelay: update 1.0.0 -> 1.0.1

rudiments:
- added support for EOT to codetree
- added loop-avoidance to xmldomevents class
- added alias support to codetree class
- replaced readline with libedit
- included implementation of history_truncate_file for versions of
  libedit that don't provide it
- added --disable-wall and --disable-werror configure options

sqlrelay:
- updated sqlr-bench to create "db"-bench.png
- added edoc-generated API docs for the Erlang API
- updated some module-load error verbage
- added initial support for loading Oracle, SAP/Sybase, DB2, and Informix
  libraries on-demand at runtime
- overhauled spec file
- fixed PDO driver for PHP 7 on 32-bit platforms
- added permissions to all open() with O_CREAT calls
- added --with-fortify configure option
- fixed a segfault on ctrl-D in sqlrsh
- fixed uncoordinated access to shared debugstr among listener threads
  by using local instances instead
- added ping-loop to router connection module's logIn() method to manage
  cases where routed-to instances are started after the router
- moved .../var/sqlrelay/tmp/*/* to .../var/run/sqlrelay
- added .sock extension to sockets, .ipc extension to ipc key files,
  .pid extension to pid files, and .up extension to files which
  indicate that the db is up
- changed mode of listener-connection sockets to 700 from 711
- moved .../var/sqlrelay/log to .../var/log/sqlrelay
- moved .../var/sqlrelay/cache to .../var/cache/sqlrelay
- libmysql*sqlrelay.so and libpqsqlrelay.so are no longer installed
- replaced sockseq-generated unix socket with pid-based unix socket
- updated ruby api to support unification of Fixnum and Bignum classes
  into Integer class
- added --with-abs-max-connections configure script parameter
- increased default absolute max connections to 4096 (from 512)
- updated "can't open ... file" errors to mention user/group
- added SQLR_MYSQL_MAP_DATE_TO_DATETIME option to mysql drop-in
  replacement library
- fixed normalize translation not to remove spaces before unary - and !
- updated sqlrsh to set error code correctly and write errors to stderr
- sqlr-cachemanager is no longer enabled at boot by default
- fixed another subtle bug in the ODBC driver that caused the first row
  to be duplicated if columns were not bound
- added --disable-wall and --disable-werror configure options
2017-03-26 09:49:52 +00:00
Bryan Drewery
1147abf53a Remove ${PORTSDIR} from databases/py-sqlrelay dependencies. 2017-02-23 04:35:17 +00:00
Kurt Jaeger
783452a79c devel/rudiments: update 0.57.0 -> 1.0.2
databases/sqlrelay: update 0.67.0 -> 1.0.0

Recommended reading:
 http://software.firstworks.com/2016/12/benchmarking-sql-relay-100.html

 http://software.firstworks.com/2016/12/rudiments-100-release-announcement.html
 http://software.firstworks.com/2016/12/rudiments-102-release-announcement.html
 http://software.firstworks.com/2016/12/sql-relay.html
2017-01-19 19:50:29 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Kurt Jaeger
5a8083d82d devel/rudiments: update 0.56.0 -> 0.57.0
databases/sqlrelay: update 0.66.0 -> 0.67.0

http://software.firstworks.com/2016/11/rudiments-0570-release-announcement.html
http://software.firstworks.com/2016/11/sql-relay-0670-release-announcement.html
2016-11-21 21:13:28 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Kurt Jaeger
ef2ff73de3 devel/rudiments: 0.55.0 -> 0.56.0
databases/sqlrelay: 0.65.0 -> 0.66.0

Changes:	http://software.firstworks.com/2016/09/version-0.html
		http://software.firstworks.com/2016/09/sql-relay-0660-release-announcement.html
2016-10-09 16:10:59 +00:00
Mathieu Arnold
38cbe5cc9e Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Also:
- replace USE_FIREBIRD by USES=firebird.
- convert ports depending on databases/firebird25-client directly to USES=firebird.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:14:02 +00:00
Kurt Jaeger
7962caf263 devel/rudiments: 0.54 -> 0.55.0
databases/sqlrelay: 0.64 -> 0.65.0

rudiments:
- file::open sets errno=ENOENT if the file or path wasn't found on
  Windows now
- fixed a bug with filedescriptor::printf when printing to non-buffered
  files on Windows and Solaris 11
- fixed a bug that caused a crash in codetree if codeposition is NULL
- added missing dll export clause to codetreegrammar class
- added xmldomevents class
- added namespace discrimination in codetree::write
- fixed a codetree end-of-string-during-concatenation bug
- fixed a codetree tree reset bug
- fixed an xmlsax bug that caused text nodes with empty values to be
  inserted between tag nodes when there is no text between tags
- added escapechar option to filedescriptor::read-until-terminator
  methods
- added a generic securitycontext class and integrated it with
  filedescriptor
- implemented GSS/SSPI and TLS/SSL children of securitycontext
- removed old SSL integration with filedescriptor
- updated inet/unixsocketclient to close() as the first step of connect()
- updated charstring::to(Unsigned)Integer-with-endptr methods to have
  const char **endptr arguments
- updated configure script to find erlang on openbsd 5.8
- buffers allocated by vasprintf are free()'ed now rather than deleted
- fixed a commandline bug that could cause it to return the next
  parameter for getValue() of a parameter with no value
- fixed connect()/useBlockingMode error masking bug
- removed -revision during link and adopted Semantic Versioning 2.0
- added pthread_create/EAGAIN retry
- added methods to configure and examine process::fork and thread::run
  retry behavior
- thread methods test for invalid thread before operating on it now
- charstring::split doesn't crash if list or listlength are null now
- added debugprint header
- removed problematic thread::cancel() method
- added thread::runDetached() methods
- removed useBlockingMode() call in stdio constructor as is caused
  problems with apps like Apache that actually need stdin/out/err
  to be in non-blocking mode sometimes

sqlrelay:
- removed erroneous SQLR_SQLExecute export in ODBC driver
- fixed call type of internal ODBC driver functions and made them static
- fixed --disable-API flags in configure.vbs
- fixed bad user/password copy logic in ODBC SQLConnect function
- added missing default implementation of
  sqlrservercursor::getColumnTypeName()
- added parser debug option
- normalize translation can convert foreign decimals now
- updated missing-tnsnames.ora warning
- updated sqlr-start and sqlr-scaler to run programs using fully
  qualified path names
- fixed query timer in sqlrsh
- add timer="query/command" parameter to slowqueries logger
- added odbcversion parameter to ODBC connection
- updated erlang api to use the C++ compiler to link (for netbsd 7.0)
- added major-version check to node.js api for node 4.x+
- ODBC driver's SQLGetData can deal with NULL targetvalue now
- fixed normalize || bug
- fixed normalize bug that removed spaces around * for "all columns"
  improperly
- removed freetds warning, modern sybase has different library file names
- updates to support python3
- added several --disable options to the configure script for unix/linux
- removed sqlr-fields/sqlr-query and updated sqlrsh to provide the same
  functionality
- removed antiquated sqlrelay.dtd
- moved default example directory to share/sqlrelay/examples
- sqlrelay.conf example is installed under example directory now
- Python DB -> Python DB-API in the docs
- moved private members and support classes into C++ API's .cpp files
- removed -revision during link and adopted Semantic Versioning 2.0
- added missing get*List methods to Java API
- removed errant information_schema views from getTableList with mysql
- refactored listenertimeout to use timed semaphore ops and only fall
  back to an alarm if the system doesn't support timed sem ops
  and the instance isn't configured to use threads
- fixed inode-check in logger modules - works correctly with logrotate
- change "an error occurred" to "server closed connection" to reduce
  false-positives from log analyzers - "real" errors will still
  be reported elsewhere
- refactored the config file parser
- added support for kerberos authentication and encryption
- added krb_userlist auth module
- renamed "authentication" to "auth" (for authentication/authorization,
  also matches module name prefix) in config file and docs
- removed an errant flushWriteBuffer after client auth
- moved debugprint stuff into rudiments
- added support for tls authentication and encryption
- added tls_userlist auth module
- fixed long-standing copyrefs bug
- when calling after-triggers, "success" flag is set correctly now
- fixed bug where after-triggers could mask failed queries
- added support for "before and after" triggers
- moved call to set stdinput to use blocking mode from
  rudiments::stdiofiledescriptor to sqlrsh, as doing it in every
  case caused problems with apps like Apache, which need
  stdin/out/err to be in non-blocking mode sometimes (fixes bug
  where PHP's that used the SQL Relay API would cause apache
  workers to hang closing connections after a graceful restart)
- made auth_database module always re-login
- added auth_proxied module to support Oracle's (and potentially other
  databases') n-tier/proxied authentication
- fixed a long-standing bug where passwords weren't checked when
  switching between oracle n-tier authenticated users
2016-04-03 10:17:44 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Kurt Jaeger
8fc64b581e devel/rudiments: 0.53 -> 0.54
databases/sqlrelay: 0.63 -> 0.64

Changes rudiments:
http://software.firstworks.com/2015/10/rudiments-054-release-announcement.html

Changes sqlrelay:
http://software.firstworks.com/2015/10/sql-relay-064-release-announcement.html
2015-10-17 13:07:40 +00:00
Kurt Jaeger
c1368f6f2a devel/rudiments: 0.52 -> 0.53
databases/sqlrelay: 0.62 -> 0.63

0.53 - exposed codetreegrammar class and updated codetree class so that
		successive parses/writes can use the same grammar without
		having to reload it
	added insert/appendXml(File) methods to xmldomnode to parse and
		insert/append xml strings or files to a node
	fixed FILE->fileno detection for solaris 11.2,
		which doesn't have it at all
	llabs() is detected and preferred to abs()
	added partial xml namespace support (namespaces for tags)
	added partial support for extended ascii character set to character
		class
	added setgroups() call before setuid() call to drop extraneous groups
	updated rudiments-config man page, slightly
	removed outdated and unused dtd class
	updated file::resolveSymbolicLink() to use
		directory::maxPathLength(filename) as a starting point
	updated directory::getCurrentDirectory() to use
		MAX_PATH as a starting point
	serialport/serialportprofile, modemserver/modemclient classes are
		disabled in the default build now
	updated intro docs

0.63 - suppressed ruby configure warning
	fixed glib detection if pkg-config isn't present
	fixed mono detection on freebsd
	fixed node.js yes/no misreport bug in configure script
	added freetds tcl test
	fixed slashes in tcl tests for windows
	updated docs to mention firebird buffer size parameters
	updated MAX_ITEM_BUFFER_SIZE to 32768 for firebird
	fixed ruby detection on fedora 22
	fixed missing export for setAuth/ResponseTimeout in ruby api
	added manual include of inttypes.h in php api to work around issue with
		define/undef games, revealed on openbsd 5.7
	tweaked ruby cflags script for debian 8
	refactored mysql detection
	tweaked unixodbc detection to also look in /usr/include/odbc
	renamed "oracle8" connection plugin to "oracle"
	renamed "sybase" connection plugin to "sap"
	updated identity tests in api's/cmdline clients to use
		charstring::contains() rather than !charstring::compare()
	implemented missing destructors for ADO.NET Data Provider
2015-09-02 20:35:02 +00:00
Kurt Jaeger
7783646f65 databases/sqlrelay: ignore strip error if file was not build 2015-08-09 09:17:35 +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
Kurt Jaeger
0577896d34 devel/rudiments: 0.50 -> 0.51
databases/sqlrelay: 0.59 -> 0.60

- Both packages are updated together.
- Lots of changes in devel/rudiments, see ChangeLog
- Fixes in sqlrelay:
  o fixed true->false transposition in sqlrservercontroller::interceptQuery
    that could lead to a reLogIn loop
  o applied George Carrette's patch to fix PDO connectstring options
  o migrated directory/file paths info into sqlrpaths class
  o removed undocumented and not-so-relevent-these-days
  o MAX_CONNECTIONS/overridemaxconnections failsafe in sqlr-start
  o fixed java header detection for javac located in /usr/bin
  o updated java api to support non-null-tolerant implementations of
            environment::NewStringUTF()
  o the perl api builds correctly on OSR5 again
  o the postgresql sslmode is omitted entirely from the connect string now,
            if it's disabled, to prevent problems with older versions of
            postgresql that don't support the parameter at all
  o mono 2.8 or greater is required now
  o added a datedelimiters attribute to the instance tag in sqlrelay.conf
            to limit what date delimiters are used when translating dates
  o re-added mssqlserver detection, which had been accidentally removed
  o fixed statically-linked build
  o fixed mysql lob field bug that could cause a crash
2015-06-21 11:52:03 +00:00
Kurt Jaeger
9ab91a8f24 databases/sqlrelay: 0.58.1 -> 0.59
0.59 - updated docs, removed some Cygwin-specific info
	added support for login warnings
	made bind variable buffers dynamic on the client side
	added maxbindvars parameter on the server side
	binding a NULL to an integer works with db2 now
	moved getting started with DB docs into the cloud
	added a semaphore to ensure that the listener doesn't hand off the
		client to the connection until the connection is ready,
		elimiating a race condition on the handoff socket that could
		occur if the connection timed out waiting for the listener
		just after the listener had decided to use that connection
	oracle temp tables that need to be truncated at the end of the session
		are truncated with "truncate table xxx" now rather than
		"delete from xxx"
	oracle temp tables that need to be dropped at the end of the session
		are truncated first, rather than the connection re-logging in
	an ora-14452 error (basically indicating that a temp table can only be
		dropped after being truncated, or if the current session ends)
		does not automatically trigger a re-login any more
	updated cachemanager to use directory::read() directly instead of
		directory::getChildName(index)
	added cache and opencache commands to sqlrsh
	made cache ttl a 64-bit number
	added enabled="yes"/"no" parameter to logger modules
	updated odbc connection code to use new/delete and rudiments methods
		rather than malloc/free and native calls
	retired Ruby DBI driver
	fixed command line client crash when using -id "instance" with an
		instance that uses authtier="database"
	fixed bugs that could make reexecuted db2 selects fail and cause a
		database re-login loop
	tweaked spec file to remove empty directories on uninstall
	fixed typo that could sometimes cause a listener crash
	postgresql and mdbtools return error code of 1 rather than 0 for all
		errors now
	tweaked odbc driver to work with Oracle Heterogenous Agent (dblinks)
	fixed bugs related to autocommit with db's that support transaction
		blocks
	implemented the ODBC driver-manager dialog for windows
	updated windows installer to install ODBC registry settings
	ODBC driver copies references now
	fixed various bugs in sqlrconfigfile that caused sqlr-start with no
		-id to crash or behave strangely sometimes
	refactored build process to use nmake and be compatible with many
		different versions of MS Visual Studio
	updated the slow query logger to show the date/time that the query
		was executed
	consolidated c, c++ and server source/includes down a few levels
	implemented column-remapping for get db/table/column commands to
		enable different formats for mysql, odbc, etc.
	odbc connection correctly returns database/table lists now
	added support for maxselectlistsize/maxitembuffersize to MySQL
		connection
	updated mysql connection to fetch blob columns in chunks and not be
		bound by maxitembuffersize
	fixed a misspelling in sqlrelay.dtd
	swapped order of init directory detection, looking for /etc/init.d
		ahead of /etc/rc.d/init.d to resolve conflict with dkms on
		SuSE Enterprise
	C# api and tests compile and work under Mono on unix/linux now
	sqlr-start spawns a new window on Windows now
	added global temp table tracking for firebird
	added droptemptables parameter for firebird
	added globaltemptables parameter for oracle and firebird
	updated mysql connection to allow mysql_init to allocate a mysql
		struct on platforms that support mysql_init, rather than
		using a static struct
	fixed subtle noon/midnight-related bugs in date/time translation
	updated mysql connection to get affected rows when not using the
		statement api
	updated mysql connection not to use the statement API on windows,
		for now
	disabled mysql_change_user, for now
	fixed blob-input binds on firebird
2015-05-08 04:03:04 +00:00
Kurt Jaeger
7f2f83227b databases/sqlrelay: 0.58 -> 0.58.1
- fixed bugs that could cause sqlr-start with no id to crash and
  sqlr-start on an id with neither port nor socket defined to crash
2015-04-01 16:59:51 +00:00
Kurt Jaeger
59362c3feb databases/sqlrelay: 0.56 -> 0.58
Changes:
http://software.firstworks.com/2014/10/sql-relay-057-is-out.html
http://software.firstworks.com/2014/12/sql-relay-058-is-out.html

PR:		196366
2014-12-31 12:33:36 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Tijl Coosemans
1d4b5dd574 Remove some unneeded patches and other bits so USES=autoreconf can be
removed (avoids a problem with upcoming devel/libtool update)

PR:		194068
2014-10-03 12:05:43 +00:00
Kurt Jaeger
af1ec3bd95 databases/sqlrelay: 0.53.1 -> 0.56, unbreak, take maintainership
- Long list of changes since 0.53.1, see ChangeLog
- unbreak
- many of the options need to be tested and fine-tuned

PR:		193846
2014-09-22 20:20:20 +00:00
Antoine Brodin
7a7b282fcd Remove optional dependency on BROKEN and unstaged databases/msql 2014-09-07 07:17:30 +00:00
Baptiste Daroussin
e9d232eb4d Remove now useless @cwd 2014-09-02 14:41:00 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Antoine Brodin
4470c4744f Mark BROKEN: Does not build
libtool: compile:  c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -I/usr/local/include -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -DCACHE_DIR=\"/var/sqlrelay/cache\" -I./ -I../../ -I../../src/common -I../../src/util -I/usr/local/include -I/usr/include -DLIBEXECDIR=\"/usr/local/libexec/sqlrelay\" -c sqlrlistener.cpp  -fPIC -DPIC -o .libs/sqlrlistener.o
sqlrlistener.cpp: In member function 'bool sqlrlistener::createSharedMemoryAndSemaphores(const char*)':
sqlrlistener.cpp:441: error: no matching function for call to 'sharedmemory::attach(key_t&)'

Reported by:	pkg-fallout
2014-03-06 20:38:10 +00:00
Antoine Brodin
f138519552 This port is staged. 2014-02-05 23:43:15 +00:00
William Grzybowski
325d90157c devel/rudiments: update to 0.44.1
- Update to 0.44.1 [1]
- Bump dependent ports revision

PR:		ports/184228 [1]
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-26 20:42:34 +00:00
William Grzybowski
f4edb1b634 databases/sqlrelay: add oracle option and disable staging
- Add ORACLE option
- Disable staging for now, the port is far from stage ready
2013-11-13 17:21:57 +00:00
William Grzybowski
c3e5dea7a2 databases/sqlrelay: ubreak build
Reported by:	marino
2013-11-13 16:44:48 +00:00
William Grzybowski
6743d2bbeb databases/sqlrelay: update to 0.53.1
- Update to 0.53.1
- Unbreak build due to librudiments update

Reported by:	marino
2013-11-07 13:50:39 +00:00
William Grzybowski
a077a403ef devel/rudiments: update to 0.44
- Update to 0.44
- Add SSL and PCRE options
- Use options helpers
- Allow staging

PR:		ports/183558
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-02 12:38:47 +00:00
Pawel Pekala
716ff0f22e Fix make index 2013-10-29 01:11:25 +00:00
Pawel Pekala
0fdf155fce - Update devel/rudiments to 0.43 [1]
- Add support for STAGEDIR [1]

- Update databases/sqlrelay to 0.52 (fixes build with new devel/rudiments)
- Remove leading article from COMMENT
- Add support for STAGEDIR
- Remove GTK1 option - no longer available feature
- Rename INTERBASE option to FIREBIRD (globally defined)
- Rename SQLITE2 to SQLITE3 as dependency changed to databases/sqlite3
- Use options substitutions, sort plist

PR:		ports/181880 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-28 22:01:40 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Antoine Brodin
5570e2f745 Fix error in PORT_OPTIONS conversion. 2013-06-14 20:24:11 +00:00
William Grzybowski
f914cb7673 - Fix build compile errors
- Remove BROKEN

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-07 11:59:11 +00:00