FreeBSD Bugzilla – Attachment 99530 Details for
Bug 138614
devel/gearmand: Upgrade to 0.9, and dependency fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.96 KB, created by
Keith Gaughan
on 2009-09-07 18:30:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Keith Gaughan
Created:
2009-09-07 18:30:01 UTC
Size:
2.96 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># Makefile.patch ># patch-configure ># >echo x - Makefile.patch >sed 's/^X//' >Makefile.patch << '510beb51362fa3774a3169b33b47ec43' >X--- Makefile.orig 2009-09-07 18:10:31.000000000 +0100 >X+++ Makefile 2009-09-07 18:10:22.000000000 +0100 >X@@ -2,11 +2,11 @@ >X # Date created: 2009-01-29 >X # Whom: Gea-Suan Lin <gslin@gslin.org> >X # >X-# $FreeBSD: ports/devel/gearmand/Makefile,v 1.7 2009/07/04 23:21:05 miwi Exp $ >X+# $FreeBSD$ >X # >X >X PORTNAME= gearmand >X-PORTVERSION= 0.8 >X+PORTVERSION= 0.9 >X CATEGORIES= devel >X MASTER_SITES= http://launchpad.net/gearmand/trunk/${PORTVERSION}/+download/ >X >X@@ -14,7 +14,8 @@ >X COMMENT= Gearman C Server and Library >X >X LIB_DEPENDS= event:${PORTSDIR}/devel/libevent \ >X- uuid:${PORTSDIR}/misc/e2fsprogs-libuuid >X+ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ >X+ memcached:${PORTSDIR}/databases/libmemcached >X >X CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" >X FETCH_ARGS= -pRr >X@@ -23,6 +24,20 @@ >X USE_LDCONFIG= yes >X USE_RC_SUBR= gearmand.sh >X >X+CONFIGURE_ARGS+= --without-memcached >X+ >X+.include <bsd.port.options.mk> >X+ >X+# Both of these are detected automatically by ./configure, and can't be >X+# turned off, so it's best to add them as dependencies if present to >X+# prevent breakage. >X+.if exists(${LOCALBASE}/lib/libpq.so) >X+USE_PGSQL= yes >X+.endif >X+.if exists(${LOCALBASE}/libdata/pkgconfig/sqlite3.pc) >X+LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 >X+.endif >X+ >X MAN1= gearman.1 >X MAN3= gearman_bugreport.3 \ >X gearman_client_add_server.3 \ >X@@ -148,6 +163,12 @@ >X gearman_queue_libmemcached_conf.3 \ >X gearman_queue_libmemcached_deinit.3 \ >X gearman_queue_libmemcached_init.3 \ >X+ gearman_queue_libpq_conf.3 \ >X+ gearman_queue_libpq_deinit.3 \ >X+ gearman_queue_libpq_init.3 \ >X+ gearman_queue_libsqlite3_conf.3 \ >X+ gearman_queue_libsqlite3_deinit.3 \ >X+ gearman_queue_libsqlite3_init.3 \ >X gearman_server_client_add.3 \ >X gearman_server_client_create.3 \ >X gearman_server_client_free.3 \ >X@@ -262,6 +283,10 @@ >X gearmand_queue_libdrizzle_init.3 \ >X gearmand_queue_libmemcached_deinit.3 \ >X gearmand_queue_libmemcached_init.3 \ >X+ gearmand_queue_libpq_deinit.3 \ >X+ gearmand_queue_libpq_init.3 \ >X+ gearmand_queue_libsqlite3_deinit.3 \ >X+ gearmand_queue_libsqlite3_init.3 \ >X gearmand_run.3 \ >X gearmand_set_backlog.3 \ >X gearmand_set_log.3 \ >510beb51362fa3774a3169b33b47ec43 >echo x - patch-configure >sed 's/^X//' >patch-configure << '3d0de32cf684c49206e6b02056c21fac' >X--- configure.orig 2009-09-07 15:34:37.000000000 +0100 >X+++ configure 2009-09-07 15:34:21.000000000 +0100 >X@@ -24161,7 +24161,7 @@ >X >X memcached_st memc; >X memcached_dump_func *df; >X- memcached_version(); >X+ memcached_lib_version(); >X >X ; >X return 0; >3d0de32cf684c49206e6b02056c21fac >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 138614
: 99530 |
99531
|
99532