aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-sybase
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.mat2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove Authors and License from pkg-descrbapt2015-03-031-1/+0
|
* - Fix LIB_DEPENDS, this port links against libct no libtdsantoine2014-09-232-6/+3
| | | | - Modernize a bit
* Nuke NOPORTDOCS. While, here, correct a couple offenders who label examplesadamw2014-07-042-24/+27
| | | | with PORTDOCS. And, fix a couple WITH_foo invocations.
* - Stage [1]swills2014-04-152-9/+11
| | | | | | | | | | - Add LICENSE [1] - Pet portlint [1] - Move freetds version check to pre-build to avoid issues when patching when freetds isn't installed PR: ports/188646 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-121-1/+1
| | | | LIB_DEPENDS in databases
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-4/+2
| | | | databases)
* - remove maintainer tags from pkg-descreadler2011-10-231-2/+0
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* - Get Rid MD5 supportmiwi2011-03-201-2/+0
|
* pkg_info ->edwin2008-07-271-1/+1
|
* - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5rafan2007-03-031-2/+2
| | | | - Bump PORTREVISION where necessary
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* Update to 0.37.novel2005-07-113-5/+6
| | | | | PR: 83241 Submitted by: Gregory Bond (maintainer)
* - Chase freetds shlib bumppav2005-04-121-2/+2
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
|
* - Chase freetds shlib bumppav2004-02-151-1/+2
| | | | | PR: ports/62822 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Add py-sybase 0.36, a Python Database API interface to the Sybase RDBMS.will2004-01-064-0/+138
PR: 57521 Submitted by: Gregory Bond <gnb@itga.com.au>