summaryrefslogtreecommitdiff
path: root/databases/php-sqlrelay (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert last commit. It is not possible (yet) to have the dirrmtry usageMark Linimon2006-01-231-2/+2
| | | | | | | | | | | | | in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin` Notes: svn path=/head/; revision=154215
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Use PTHREAD_CFLAGS and PTHREAD_LIBS to unbreak.Thierry Thomas2004-09-251-2/+19
| | | | | | | | | Since I'm there, define USE_PHP and register this extension. Approved by: portmgr (linimon). Notes: svn path=/head/; revision=118391
* Detect amd64 by using config.sub and config.guess from TEMPLATESTilman Keskinoz2004-08-211-4/+2
| | | | Notes: svn path=/head/; revision=116925
* BROKEN on amd64: Configure failsKris Kennaway2004-07-031-1/+7
| | | | Notes: svn path=/head/; revision=112880
* 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. Notes: svn path=/head/; revision=111126
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.Akinori MUSHA2003-03-111-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=77093
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Update SQLRelay to 0.30.Akinori MUSHA2002-02-231-1/+2
| | | | Notes: svn path=/head/; revision=55141
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53949
* Add sqlrelay, a persistent DB connection pooling/proxying/loadAkinori MUSHA2001-07-064-0/+51
balancing system, along with the interfaces for Java, Perl5, PHP, Python and Ruby. Notes: svn path=/head/; revision=44822