summaryrefslogtreecommitdiff
path: root/databases/php-sqlrelay (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-282012-11-26 ftp/mget: No more public distfilesBaptiste Daroussin3-73/+0
2012-11-26 graphics/yap: No more public distfiles 2012-11-26 games/demonquake: No more public distfiles 2012-11-26 databases/php-sqlrelay: No more public distfiles 2012-11-26 devel/fastdep: No more public distfiles 2012-11-26 graphics/svgviewer: No more public distfiles 2012-11-26 comms/garmin-utils: No more public distfiles 2012-11-26 comms/snooper: No more public distfiles 2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version 2012-11-26 irc/irchat-jp: No more public distfiles 2012-11-26 games/xcogitate: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=307900
2012-10-26Deprecate a bunch of ports that are either abandonware and/or for which no moreBaptiste Daroussin1-5/+4
public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes Notes: svn path=/head/; revision=306447
2006-01-23Revert last commit. It is not possible (yet) to have the dirrmtry usageMark Linimon1-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
2006-01-22eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis1-2/+2
Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
2004-09-25Use PTHREAD_CFLAGS and PTHREAD_LIBS to unbreak.Thierry Thomas1-2/+19
Since I'm there, define USE_PHP and register this extension. Approved by: portmgr (linimon). Notes: svn path=/head/; revision=118391
2004-08-21Detect amd64 by using config.sub and config.guess from TEMPLATESTilman Keskinoz1-4/+2
Notes: svn path=/head/; revision=116925
2004-07-03BROKEN on amd64: Configure failsKris Kennaway1-1/+7
Notes: svn path=/head/; revision=112880
2004-06-09I forgot to drop maintainership for these along with sqlrelay andAkinori MUSHA1-1/+1
ruby-sqlrelay. I'll probably try to take care of their breakage later, though. Notes: svn path=/head/; revision=111126
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 2) Notes: svn path=/head/; revision=99920
2003-03-11Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.Akinori MUSHA1-2/+2
Submitted by: bento Notes: svn path=/head/; revision=77093
2003-02-18De-pkg-comment my non-ruby ports as well.Akinori MUSHA2-1/+1
Notes: svn path=/head/; revision=75780
2002-02-23Update SQLRelay to 0.30.Akinori MUSHA1-1/+2
Notes: svn path=/head/; revision=55141
2002-01-29Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA1-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
2001-07-06Add sqlrelay, a persistent DB connection pooling/proxying/loadAkinori MUSHA4-0/+51
balancing system, along with the interfaces for Java, Perl5, PHP, Python and Ruby. Notes: svn path=/head/; revision=44822