Bug 163475 - net-mgmt/collectd port update with new KNOBS
Summary: net-mgmt/collectd port update with new KNOBS
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-20 12:10 UTC by Krzysztof
Modified: 2011-12-26 16:40 UTC (History)
0 users

See Also:


Attachments
collectd4_1.patch (8.17 KB, patch)
2011-12-20 12:10 UTC, Krzysztof
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof 2011-12-20 12:10:11 UTC
	net-mgmt/collectd port update to add new KNOBS. Also CONFIGURE_ARGS
cleaning.

How-To-Repeat: 	make all install
Comment 1 R.Mahmatkhanov 2011-12-20 12:49:22 UTC
There is `memcahed' (instead of `memcached') in the lines of patch
bellow. Are they correct?

> +		MEMCACHED	"Input: Memcahed"				Off \
> +CONFIGURE_ARGS+=--with-libmemcahed=${LOCALBASE}
> +CONFIGURE_ARGS+=--disable-memcached --without-libmemcahed

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2011-12-26 12:41:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-12-26 16:34:00 UTC
pawel       2011-12-26 16:33:51 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/collectd    Makefile pkg-plist 
  Added files:
    net-mgmt/collectd/files patch-configure patch-configure.in 
  Log:
  - Add MEMCACHED, PYTHON, TOKYOTYRANT options [1]
  - Clean up CONFIGURE_ARGS [1]
  - Remove 6.x bits, not supported anymore
  - Use bsd.port.options.mk instead of bsd.port.pre.mk
  - Fix build for NUTUPS option
  
  PR:             ports/163475 [1]
  Submitted by:   Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
  
  Revision  Changes    Path
  1.35      +46 -16    ports/net-mgmt/collectd/Makefile
  1.1       +20 -0     ports/net-mgmt/collectd/files/patch-configure (new)
  1.1       +20 -0     ports/net-mgmt/collectd/files/patch-configure.in (new)
  1.13      +6 -2      ports/net-mgmt/collectd/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"
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2011-12-26 16:34:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!