diff options
| author | Greg Larkin <glarkin@FreeBSD.org> | 2012-10-04 19:51:33 +0000 |
|---|---|---|
| committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-10-04 19:51:33 +0000 |
| commit | b38adecadce0d768bdcab5daf4cec32e3dfee2e1 (patch) | |
| tree | 23bcec72b3ebe04ce90904330ec58fe0d8c35550 /devel/gearmand/files/patch-configure | |
| parent | Domination is a board game that is a bit like the well known game Risk. (diff) | |
[devel/gearmand]:
- Updated to 0.39
- Added gearmand entries to UIDs and GIDs
- Registered conflict with devel/p5-Gearman-Server (conflicting rc.d scripts)
- Add patch to fix build with GCC < 4.4
- Cleaned up rc.d script
- Converted to OptionsNG
[devel/p5-Gearman-Server]:
- Registered conflict with devel/gearmand (conflicting rc.d scripts)
[devel/p5-Gearman-XS]:
- Removed explicit LIB_DEPENDS library version number
- Bumped PORTREVISION
PR: ports/171593 (based on)
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Diffstat (limited to 'devel/gearmand/files/patch-configure')
| -rw-r--r-- | devel/gearmand/files/patch-configure | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/devel/gearmand/files/patch-configure b/devel/gearmand/files/patch-configure index aa9346858605..7726943bf383 100644 --- a/devel/gearmand/files/patch-configure +++ b/devel/gearmand/files/patch-configure @@ -1,6 +1,24 @@ ---- ./configure.orig 2012-01-16 15:07:46.000000000 -0500 -+++ ./configure 2012-01-16 15:08:21.000000000 -0500 -@@ -23441,6 +23441,7 @@ +--- ./configure.orig 2012-10-03 15:37:17.000000000 -0400 ++++ ./configure 2012-10-03 15:37:17.000000000 -0400 +@@ -19021,7 +19021,7 @@ + + else + +- if test x"" == x; then : ++ if test x"" = x; then : + + CURL_CFLAGS="`$CURL_CONFIG $curl_config_args --cflags`" + +@@ -19031,7 +19031,7 @@ + + fi + +- if test x"" == x; then : ++ if test x"" = x; then : + + CURL_LIBS="`$CURL_CONFIG $curl_config_args --libs`" + +@@ -19842,6 +19842,7 @@ | sed -e 's/"//'` if test $ac_sqlite3_version != ""; then SQLITE3_VERSION=$ac_sqlite3_version |
