Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2010 12:13:57 +0200
From:      Mitya <mitya@cabletv.dp.ua>
Cc:        ports@freebsd.org
Subject:   Re: port-mgmt/noc is too old
Message-ID:  <4D01FD65.5040903@cabletv.dp.ua>
In-Reply-To: <4D01BBDC.7080102@sloservers.com>
References:  <4D00F57E.80207@cabletv.dp.ua> <4D01BBDC.7080102@sloservers.com>

next in thread | previous in thread | raw e-mail | index | archive | help
10.12.2010 07:34, Rick пишет:
> (resend since files are too big to attach)
>
> Well you can try this.  I didn't really test it out but it builds and
> install/deinstalls just fine.  Try it out and tell us how it works?
>
> http://www.sloservers.com/noc.diff   for the port update or
>
> http://www.sloservers.com/noc.tgz    for the updated port itself.
>
>
> -Rick
>
>
> On 2010/12/09 7:27, Mitya wrote:
>> Ports in port-mgmt/noc has version 0.3.2. Latest version - 0.5.1
>> Anybody can upgrade it?
>> _______________________________________________
>> freebsd-ports@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>
Thanks.

Some little path to you existing files
--- Makefile.orig    2010-12-09 18:19:51.000000000 +0200
+++ Makefile    2010-12-10 09:51:19.000000000 +0200
@@ -24,7 +24,8 @@
          ${PYTHON_PKGNAMEPREFIX}south>0:${PORTSDIR}/databases/py-south \
          ${PYTHON_PKGNAMEPREFIX}creole>0:${PORTSDIR}/textproc/py-creole \
          ${PYTHON_PKGNAMEPREFIX}netifaces>0:${PORTSDIR}/net/py-netifaces \
-        ${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf
+        ${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf \
+        gpg:${PORTSDIR}/security/gnupg1

  USE_PYTHON=    2.6+
  USE_PYDISTUTILS=    yes


And path to resulting noc.conf. I don't  know, how apply it to Makefile

--- noc.conf.orig    2010-12-10 09:46:56.000000000 +0200
+++ noc.conf    2010-12-10 09:57:34.000000000 +0200
@@ -167,13 +167,13 @@
  telnet      = /usr/bin/telnet
  ssh         = /usr/bin/ssh
  rsync       =
-pg_dump     =
+pg_dump     = /usr/local/bin/pg_dump
  tar         = /usr/bin/tar
  gzip        = /usr/bin/gzip
-smidump     =
-smilint     =
+smidump     = /usr/local/bin/smidump
+smilint     = /usr/local/bin/smilint
  dig         = /usr/bin/dig
-gpg         =
+gpg         = /usr/local/bin/gpg
  #
  # SAE XML-RPC interface
  #




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D01FD65.5040903>