summaryrefslogtreecommitdiff
path: root/databases/py-sqlrelay/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python)
* databases/py-sqlrelay: unbreak, take maintainerKurt Jaeger2020-06-141-7/+2
| | | | - databases/sqlrelay uses a very old config.sub which needs to be replaced
* Mark this port BROKEN on powerpc64 the same as on the other archs.Mark Linimon2020-05-171-3/+3
| | | | | | | | | | | While here, pet portlint by combining BROKEN_arch statements. The exact error message varies by version, e.g.: checking build system type... Invalid configuration 'powerpc64-portbld-freebsd12.1': machine `powerpc64-portbld' not recognized checking build system type... Invalid configuration 'powerpc64-portbld-freebsd13.0': machine `powerpc64-portbld' not recognized Approved by: portmgr (tier-2 blanket)
* Mark BROKEN on amd64: fails to configureAntoine Brodin2019-04-091-0/+2
| | | | | | | checking build system type... Invalid configuration `amd64-portbld-freebsd11.2': machine `amd64-portbld' not recognized Reported by: pkg-fallout MFH: 2019Q2
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Strip libraryDmitry Marakasov2015-03-241-1/+4
|
* Remove some unneeded patches and other bits so USES=autoreconf can beTijl Coosemans2014-10-031-10/+3
| | | | | | removed (avoids a problem with upcoming devel/libtool update) PR: 194068
* - Convert gmake, bzip to USESMartin Wilke2014-05-261-2/+1
| | | | Approved by: portmgr
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | LIB_DEPENDS in databases
* - Update devel/rudiments to 0.43 [1]Pawel Pekala2013-10-281-2/+0
| | | | | | | | | | | | | | | - 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>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-311-6/+3
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-1/+1
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* Previous commit fixed the breakage but forgot to remove BROKEN.Kris Kennaway2004-12-241-2/+0
|
* Chase the upgrade of Python 2.4 and unbreak.Thierry Thomas2004-12-151-2/+2
| | | | | | PR: ports/74963 Submitted by: /me Reported by: krion via pointyhat.
* BROKEN: Does not build after python 2.4 updateKris Kennaway2004-12-111-0/+2
|
* Use PTHREAD_CFLAGS and PTHREAD_LIBS to unbreak.Thierry Thomas2004-09-251-0/+2
| | | | Approved by: portmgr (linimon).
* Detect amd64 by using config.sub and config.guess from TEMPLATESTilman Keskinoz2004-08-211-4/+2
|
* BROKEN on amd64: Does not configureKris Kennaway2004-07-031-1/+7
|
* Fix plist and unbreak.Mark Linimon2004-06-291-2/+0
|
* BROKEN: Broken pkg-plistKris Kennaway2004-06-151-0/+2
|
* I forgot to drop maintainership for these along with sqlrelay andAkinori MUSHA2004-06-091-1/+1
| | | | | ruby-sqlrelay. I'll probably try to take care of their breakage later, though.
* Add missing USE_PERL5_BUILDKris Kennaway2004-05-301-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.Akinori MUSHA2003-03-111-1/+1
| | | | Submitted by: bento
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-181-0/+1
|
* Now that lang/python is updated to version 2.2, it is not necessary toAkinori MUSHA2002-10-271-1/+0
| | | | set (override) PYTHON_VERSION anymore.
* Update SQLRelay to 0.30.Akinori MUSHA2002-02-231-1/+8
|
* Add sqlrelay, a persistent DB connection pooling/proxying/loadAkinori MUSHA2001-07-061-0/+36
balancing system, along with the interfaces for Java, Perl5, PHP, Python and Ruby.