CVS log for ports/databases/php-sqlrelay/Makefile
Up to [FreeBSD] / ports / databases / php-sqlrelay
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 23 07:04:08 2006 UTC (6 years ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Revert last commit. It is not possible (yet) to have the dirrmtry usage 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`
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jan 22 05:52:09 2006 UTC (6 years ago) by edwin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Sep 25 22:35:09 2004 UTC (7 years, 4 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +19 -2 lines
Use PTHREAD_CFLAGS and PTHREAD_LIBS to unbreak. Since I'm there, define USE_PHP and register this extension. Approved by: portmgr (linimon).
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Aug 21 12:21:17 2004 UTC (7 years, 5 months ago) by arved
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -4 lines
Detect amd64 by using config.sub and config.guess from TEMPLATES
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jul 3 23:55:04 2004 UTC (7 years, 7 months ago) by kris
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -1 lines
BROKEN on amd64: Configure fails
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 9 04:48:04 2004 UTC (7 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
I forgot to drop maintainership for these along with sqlrelay and ruby-sqlrelay. I'll probably try to take care of their breakage later, though.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:06 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 11 09:04:52 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak. Submitted by: bento
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 18 05:52:48 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
De-pkg-comment my non-ruby ports as well.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 23 19:56:01 2002 UTC (9 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Update SQLRelay to 0.30.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 29 09:45:00 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 6 10:24:46 2001 UTC (10 years, 7 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Add sqlrelay, a persistent DB connection pooling/proxying/load balancing system, along with the interfaces for Java, Perl5, PHP, Python and Ruby.
