port-mgmt/noc is too old

Mitya mitya at cabletv.dp.ua
Fri Dec 10 10:15:10 UTC 2010


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 at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at 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
  #



More information about the freebsd-ports mailing list