Re: [UPDATE] cfengine master_site change

2014-06-21 Thread Rodrigo Mosconi
2014-06-19 15:18 GMT-03:00 Jiri B ji...@devio.us:

 On Thu, Jun 19, 2014 at 02:16:30PM -0300, Rodrigo Mosconi wrote:
  CFEngine can be compiled with qdbm, tokyo cabinet or lmdb.  Currently,
 OBSD
  only includes qdbm on port, and OBSD`s CFEngine is complied with qdbm.
  There is someone already working to include Tokyo Cabinet or lmdb into
  ports?

 First you should try to compile 3.6.0 ;) They were some issues
 which should be solved soon. I hope static compilation would
 be solved as well soon.


which issues? I compiled the 3.6.0 version, but didn`t runned yet



 Try yourself, file bugs upstream.

 j.



Re: [UPDATE] cfengine master_site change

2014-06-21 Thread Jiri B
On Sat, Jun 21, 2014 at 03:52:39PM -0300, Rodrigo Mosconi wrote:
 2014-06-19 15:18 GMT-03:00 Jiri B ji...@devio.us:
  First you should try to compile 3.6.0 ;) They were some issues
  which should be solved soon. I hope static compilation would
  be solved as well soon.
 
 which issues? I compiled the 3.6.0 version, but didn`t runned yet

https://dev.cfengine.com/issues/6133

j.



[UPDATE] cfengine master_site change

2014-06-19 Thread Jiri B
easy diff, let's first update our 3.4.5 version
before trying to update to 3.6.0.

j.

Index: Makefile
===
RCS file: /cvs/ports/sysutils/cfengine/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- Makefile20 Sep 2013 13:02:49 -  1.44
+++ Makefile19 Jun 2014 09:18:52 -
@@ -3,8 +3,7 @@
 COMMENT =  GNU system administration tool for networks
 
 DISTNAME = cfengine-3.4.5
-F =${DISTNAME}${EXTRACT_SUFX}
-DISTFILES =$F{download?file=$F}
+REVISION = 0
 
 SHARED_LIBS +=  promises   0.0 # 1.0
 CATEGORIES =   sysutils
@@ -15,7 +14,7 @@ MAINTAINER =  Martijn Rijkeboer martijn@
 # GPLv3 only
 PERMIT_PACKAGE_CDROM = Yes
 
-MASTER_SITES = http://cfengine.com/source-code/
+MASTER_SITES = https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 
 CFENGINE_BASE =/var/cfengine
 CFENGINE_EXAMPLES =${PREFIX}/share/examples/cfengine



Re: [UPDATE] cfengine master_site change

2014-06-19 Thread Martijn Rijkeboer

 easy diff, let's first update our 3.4.5 version
 before trying to update to 3.6.0.

 j.

 Index: Makefile
 ===
 RCS file: /cvs/ports/sysutils/cfengine/Makefile,v
 retrieving revision 1.44
 diff -u -p -r1.44 Makefile
 --- Makefile20 Sep 2013 13:02:49 -  1.44
 +++ Makefile19 Jun 2014 09:18:52 -
 @@ -3,8 +3,7 @@
  COMMENT =  GNU system administration tool for networks

  DISTNAME = cfengine-3.4.5
 -F =${DISTNAME}${EXTRACT_SUFX}
 -DISTFILES =$F{download?file=$F}
 +REVISION = 0

  SHARED_LIBS +=  promises   0.0 # 1.0
  CATEGORIES =   sysutils
 @@ -15,7 +14,7 @@ MAINTAINER =  Martijn Rijkeboer martijn@
  # GPLv3 only
  PERMIT_PACKAGE_CDROM = Yes

 -MASTER_SITES = http://cfengine.com/source-code/
 +MASTER_SITES = https://s3.amazonaws.com/cfengine.package-repos/tarballs/

  CFENGINE_BASE =/var/cfengine
  CFENGINE_EXAMPLES =${PREFIX}/share/examples/cfengine

Fine by me.

Kind regards,


Martijn Rijkeboer



Re: [UPDATE] cfengine master_site change

2014-06-19 Thread Stuart Henderson
On 2014/06/19 05:20, Jiri B wrote:
 easy diff, let's first update our 3.4.5 version
 before trying to update to 3.6.0.

committed, minus the REVISION change (MASTER_SITES doesn't make it into the 
package).



Re: [UPDATE] cfengine master_site change

2014-06-19 Thread Rodrigo Mosconi
CFEngine can be compiled with qdbm, tokyo cabinet or lmdb.  Currently, OBSD
only includes qdbm on port, and OBSD`s CFEngine is complied with qdbm.
There is someone already working to include Tokyo Cabinet or lmdb into
ports?


2014-06-19 6:20 GMT-03:00 Jiri B ji...@devio.us:

 easy diff, let's first update our 3.4.5 version
 before trying to update to 3.6.0.

 j.

 Index: Makefile
 ===
 RCS file: /cvs/ports/sysutils/cfengine/Makefile,v
 retrieving revision 1.44
 diff -u -p -r1.44 Makefile
 --- Makefile20 Sep 2013 13:02:49 -  1.44
 +++ Makefile19 Jun 2014 09:18:52 -
 @@ -3,8 +3,7 @@
  COMMENT =  GNU system administration tool for networks

  DISTNAME = cfengine-3.4.5
 -F =${DISTNAME}${EXTRACT_SUFX}
 -DISTFILES =$F{download?file=$F}
 +REVISION = 0

  SHARED_LIBS +=  promises   0.0 # 1.0
  CATEGORIES =   sysutils
 @@ -15,7 +14,7 @@ MAINTAINER =  Martijn Rijkeboer martijn@
  # GPLv3 only
  PERMIT_PACKAGE_CDROM = Yes

 -MASTER_SITES = http://cfengine.com/source-code/
 +MASTER_SITES = https://s3.amazonaws.com/cfengine.package-repos/tarballs/

  CFENGINE_BASE =/var/cfengine
  CFENGINE_EXAMPLES =${PREFIX}/share/examples/cfengine




Re: [UPDATE] cfengine master_site change

2014-06-19 Thread Jiri B
On Thu, Jun 19, 2014 at 02:16:30PM -0300, Rodrigo Mosconi wrote:
 CFEngine can be compiled with qdbm, tokyo cabinet or lmdb.  Currently, OBSD
 only includes qdbm on port, and OBSD`s CFEngine is complied with qdbm.
 There is someone already working to include Tokyo Cabinet or lmdb into
 ports?

First you should try to compile 3.6.0 ;) They were some issues
which should be solved soon. I hope static compilation would
be solved as well soon.

Try yourself, file bugs upstream.

j.