Bug 141303 - update devel/gearman to 0.11 release
Summary: update devel/gearman to 0.11 release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-08 22:30 UTC by Vick Khera
Modified: 2009-12-31 20:20 UTC (History)
0 users

See Also:


Attachments
file.diff (19.24 KB, patch)
2009-12-08 22:30 UTC, Vick Khera
no flags Details | Diff
gearmand.patch (14.13 KB, patch)
2009-12-30 16:58 UTC, vivek
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2009-12-08 22:30:04 UTC
	

update devel/gearman to 0.11 release.

make libmemcached support optional (but default on)

If Pg or Sqlite support de-selected, ensure it won't detect and use it anyway,
causing an unregistered dependency.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-12-09 00:06:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Vivek Khera 2009-12-10 15:40:10 UTC
Hi... I just realized that the port needs the following additional fix.  =
This will also close PR 141031.


--- #gearmand.sh.in~	2009-12-10 10:38:04.000000000 -0500
+++ gearmand.sh.in	2009-12-10 10:38:04.000000000 -0500
@@ -9,6 +9,7 @@
 . "%%RC_SUBR%%"
=20
 name=3D"gearmand"
+rcvar=3D`set_rcvar`
 command=3D"%%PREFIX%%/sbin/gearmand"
=20
 load_rc_config "$name"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-12-24 21:37:32 UTC
State Changed
From-To: open->feedback


Plist failed; 
http://64bit.miwibox.org/index.php?action=describe_port&id=1226 
http://32bit.miwibox.org/index.php?action=describe_port&id=1210
Comment 4 vivek 2009-12-30 16:58:11 UTC
Wow.. that sure was an amateur mistake :-(

Enclosed is a revised patch that supersedes the above patches and corrects the errors identified.  I went ahead and sorted the man pages in the PLIST to make it easier to maintain.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-12-31 20:14:36 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-12-31 20:14:37 UTC
miwi        2009-12-31 20:14:28 UTC

  FreeBSD ports repository

  Modified files:
    devel/gearmand       Makefile distinfo pkg-plist 
    devel/gearmand/files gearmand.sh.in 
  Log:
  - Update to 0.11
  
  PR:             141303
  Submitted by:   Vick Khera <vivek@khera.org>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.9       +122 -72   ports/devel/gearmand/Makefile
  1.8       +3 -3      ports/devel/gearmand/distinfo
  1.5       +2 -1      ports/devel/gearmand/files/gearmand.sh.in
  1.7       +27 -20    ports/devel/gearmand/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"