Muhammad Moinur Rahman
f6582ab517
databases/freetds-devel: Update version 1.00.37=>1.00.38
2016-06-11 19:34:03 +00:00
Muhammad Moinur Rahman
4cd5490aa4
databases/freetds-devel: Update version 0.99.678=>1.00.37
...
- Upgrade TDS version to 7.4
2016-06-10 22:12:21 +00:00
Muhammad Moinur Rahman
87fd8c1741
databases/freetds-devel: Update version 0.99.640=>0.99.678
2016-04-18 08:07:53 +00:00
Muhammad Moinur Rahman
71ee51aa48
databases/freetds-devel: Update version 0.99.614=>0.99.640
2016-04-02 22:25:09 +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
Tijl Coosemans
6bc6f3a9e0
- Update security/gnutls to 3.4.10.
...
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
2016-03-27 14:57:59 +00:00
Muhammad Moinur Rahman
262d8f817b
databases/freetds-devel: Update version 0.99.479=>0.99.614
2016-02-23 20:17:56 +00:00
Muhammad Moinur Rahman
1d248b6468
databases/freetds-devel: Updated version 0.99.307=>0.99.479
2016-01-02 00:11:22 +00:00
Muhammad Moinur Rahman
a18485ebb5
databases/freetds-devel: Update version 0.96.65=>0.99.307
...
- Add gettext support
2015-09-16 10:38:26 +00:00
Muhammad Moinur Rahman
29dcd6fd2a
databases/freetds-devel: Update version 0.96.55=>0.96.65
...
- Convert patch files to 'make makepatch' compatible
2015-05-25 15:00:50 +00:00
Muhammad Moinur Rahman
0b1d8a457e
databases/freetds-devel: Update version 0.96.3=>0.96.55
...
- Update patch files to reflect 'make makepatch' output standard
2015-05-20 14:29:41 +00:00
Muhammad Moinur Rahman
f4b916569d
databases/freetds-devel: Update version 0.92.1003=>0.96.3
...
- Migrate to new USES framework instead of USE_AUTOTOOLS
2015-05-10 12:08:03 +00:00
Muhammad Moinur Rahman
94941a1055
databases/freetds-devel: Update version 0.92.984=>0.92.1003
2015-04-01 10:54:13 +00:00
Muhammad Moinur Rahman
ab3ab4f700
databases/freetds-devel: Update version 0.92.872=>0.92984
...
- Fix PORTEPOCH which was unintentionally removed at r378508
2015-03-24 11:12:21 +00:00
Muhammad Moinur Rahman
abce2c0a8a
databases/freetds-devel: Update version 0.92.870=>0.92.872
...
Approved by: bapt marino (implicit)
2015-02-09 13:58:52 +00:00
Muhammad Moinur Rahman
676855e787
databases/freetds-devel: Update version 0.92.812=>0.92.870
...
- UnBREAK [1]
- Correct SIGBUS on tdsdbopen() [1]
PR: 197196 [1]
Differential Revision: https://reviews.freebsd.org/D1773
Submitted by: dg@fastmail.co.uk [1]
Approved by: marino(mentor)
2015-02-06 08:22:55 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb
Change my non-FreeBSD MAINTAINER mail to bofh@
...
Approved by: bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
3edc030b9f
Cleanup plist
2014-10-20 10:41:12 +00:00
Antoine Brodin
c8fc771288
Mark BROKEN: Fails to build
...
with gcc:
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c -o threadsafe.lo threadsafe.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c threadsafe.c -fPIC -DPIC -o .libs/threadsafe.o
In file included from threadsafe.c:84:
../../include/freetds/tds.h:149: warning: function declaration isn't a prototype
../../include/freetds/tds.h:149: error: bit-field '__res_state' has invalid type
Makefile:439: recipe for target 'threadsafe.lo' failed
with clang:
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c -o threadsafe.lo threadsafe.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c threadsafe.c -fPIC -DPIC -o .libs/threadsafe.o
In file included from threadsafe.c:84:
../../include/freetds/tds.h:149:16: error: bit-field '__res_state' has non-integral type 'TDS_USMALLINT (*())'
TDS_USMALLINT _res:10;
^ ~~
/usr/include/resolv.h:282:16: note: expanded from macro '_res'
#define _res (*__res_state())
^
1 error generated.
Makefile:439: recipe for target 'threadsafe.lo' failed
Reported by: pkg-fallout
2014-10-12 20:51:13 +00:00
Kurt Jaeger
f2514e5182
databases/freetds-devel: 0.92.79 -> 0.92.812
...
- Bringing the -devel port to a recent version
PR: 193866
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-09-23 20:47:12 +00:00
Tijl Coosemans
3ab1b8443e
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
...
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
2014-07-23 09:54:02 +00:00
Kurt Jaeger
bb6eee2402
databases/freetds-devel: fix pkg-plist for make install,
...
change MAINTAINER email
PR: ports/189411
Submitted by: Kris Van Biesen
Approved by: jadawin (mentor)
2014-05-08 17:57:10 +00:00
Baptiste Daroussin
f4f46a920e
Fix unixODBC vs libiodbc conflicts
...
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr
2014-05-05 16:24:00 +00:00
Pietro Cerutti
72854d2d4b
- Add LICENSE
...
- STAGE-clean
2014-02-21 13:15:37 +00:00
Baptiste Daroussin
b5482324dc
In preparation for making libtool generate libraries with a sane name, fix all
...
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
William Grzybowski
259fdfc80f
databases/freetds-devel: fix option
...
Pointy hat: wg
2013-11-07 13:35:43 +00:00
William Grzybowski
2f6dca8ddd
databases/freetds-devel: add option for odbc-wide
...
PR: ports/182516
Submitted by: Mike Carlson <mike bayphoto.com>
Approved by: maintainer
2013-11-07 13:16:47 +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
Pietro Cerutti
b83813cf9b
- Update to 0.92.79
...
PR: 181423
Submitted by: gahr@
Approved by: maintainer (timeout)
2013-09-18 09:33:45 +00:00
Guido Falsi
642be1b81d
- Make ports use the libc provided iconv implementation on 10-CURRENT
...
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Baptiste Daroussin
5e04dfb987
Eliminate USE_GNOME=pkgconfig from databases
...
While here:
- trim headers
- Convert to USES=pathfix, USES=gmake
2013-09-02 09:01:51 +00:00
Marcus von Appen
821843ca06
- Convert USE_ICONV=yes to USES=iconv
...
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
2013-04-27 08:50:46 +00:00
Roman Bogorodskiy
91e365d630
- Add UPDATING entry for gnutls update
...
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Alex Kozlov
05a9235c98
- Fix all cases of 'No newline at end of file' in ports tree
...
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Baptiste Daroussin
5ebe89f4cb
Fix OPTIONS bsd.port.option.mk should be included only once and after the option
...
definition
2012-12-12 07:34:17 +00:00
Bryan Drewery
789a96beb2
- Trim header
...
- Convert to new options framework
- Fix MASTER_SITES to a working location
- Bump PORTREVISION due to new default options
PR: ports/172463
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Feature safe: yes
2012-11-29 22:18:20 +00:00
Michael Scheidell
67bc646926
- link libtdsodbc.so with libiconv to unbreak runtime
...
PR: ports/166136
Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
Approved by: Kurt Jaeger <pi@opsec.eu> (maintainer)
2012-04-15 11:58:27 +00:00
Martin Wilke
93cfaf9ad9
- Chase unixODBC shlib bump
2012-02-06 12:25:50 +00:00
Dmitry Marakasov
6f6fbe4bdf
- 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
2011-09-23 22:26:39 +00:00
Frederic Culot
386a4fb82a
- Update to 0.91
...
PR: ports/160525
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2011-09-09 06:50:26 +00:00
Frederic Culot
464eea7549
- Update to 0.82.1.dev.20110409
...
- Pet portlint(1) by extracting CPPFLAGS from CONFIGURE_ENV
- Sort pkg-plist
- Pass maintainership to submitter
PR: ports/158385
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
2011-08-23 06:46:44 +00:00
Roman Bogorodskiy
207386f96a
Chase security/gnutls update and add an UPDATING entry.
2011-06-05 18:43:16 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b
Punt autoconf267->autoconf268
2010-10-16 11:52:47 +00:00
Sunpoet Po-Chuan Hsieh
285bc01e49
- Update to 0.82.1.dev.20100810
...
- Use PORTNAME/PORTVERSION in WRKSRC
PR: ports/151083
Submitted by: Dan Rowe <bsdports at csnstores.com>
Approved by: pgollucci (mentor)
2010-10-06 05:59:51 +00:00
Ade Lovett
8262a7b51d
Autotools update. Read ports/UPDATING 20100915 for details.
...
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
2010-09-15 18:35:24 +00:00
Wen Heping
a42ff3e0c5
- Reset maintainer to ports@
...
PR: ports/143675
Submitted by: "Peter C. Lai" <cowbert@gmail.com> (maintainer)
2010-02-09 06:10:29 +00:00
Roman Bogorodskiy
262cd89b85
Fix build when gnutls support is enabled.
...
PR: 138178 (based on)
Submitted by: Robert Kruus <rob.kruus@gmail.com>
2009-11-21 06:55:51 +00:00
Roman Bogorodskiy
f32c11d872
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
2009-08-16 18:04:40 +00:00