Re: [CFT] sysutils/apcupsd update to 3.14.8

2010-03-07 Thread Max Brazhnikov
On Sat, 6 Mar 2010 20:38:26 +0200, Ion-Mihai Tetcu wrote:
 Attached diff updates apcupsd to the latest stable version.
 The change logs are here:
 http://apcupsd.cvs.sourceforge.net/viewvc/*checkout*/apcupsd/apcupsd/Rele
 as eNotes?pathrev=Release-3_14_8
 
 AFAIK this should fix all reported problems.
 
 I'd be grateful if you could test it and report back successes or
 failures (I'm badly missing non-production UPSes to test on).

===  Applying FreeBSD patches for apcupsd-3.14.8
No file to patch.  Skipping...
1 out of 1 hunks ignored--saving rejects to ./src/powerflute.c.rej
= Patch patch-src__powerflute.c failed to apply cleanly.
= Patch(es) patch-configure patch-src__apcaccess.c applied cleanly.
*** Error code 1

Assuming the patch was staled I've removed it and compiled port. No
regression for me.

Max

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] sysutils/apcupsd update to 3.14.8

2010-03-07 Thread Ion-Mihai Tetcu
On Sun, 7 Mar 2010 11:34:51 +0300
Max Brazhnikov m...@issp.ac.ru wrote:

 On Sat, 6 Mar 2010 20:38:26 +0200, Ion-Mihai Tetcu wrote:
  Attached diff updates apcupsd to the latest stable version.
  The change logs are here:
  http://apcupsd.cvs.sourceforge.net/viewvc/*checkout*/apcupsd/apcupsd/Rele
  as eNotes?pathrev=Release-3_14_8
  
  AFAIK this should fix all reported problems.
  
  I'd be grateful if you could test it and report back successes or
  failures (I'm badly missing non-production UPSes to test on).
 
 ===  Applying FreeBSD patches for apcupsd-3.14.8
 No file to patch.  Skipping...
 1 out of 1 hunks ignored--saving rejects to ./src/powerflute.c.rej
 = Patch patch-src__powerflute.c failed to apply cleanly.
 = Patch(es) patch-configure patch-src__apcaccess.c applied cleanly.
 *** Error code 1
 
 Assuming the patch was staled I've removed it and compiled port. No
 regression for me.

Yes, powerflute has been disabled for some time, and now completely
removed. I forgot to pass -N to cvs diff. Updated patch attached.

Thanks for your report.

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B
? apcupsd_3.14.5_to_3.14.8.diff
Index: Makefile
===
RCS file: /home/pcvs/ports/sysutils/apcupsd/Makefile,v
retrieving revision 1.64
diff -u -r1.64 Makefile
--- Makefile	22 Aug 2009 00:35:10 -	1.64
+++ Makefile	7 Mar 2010 08:43:11 -
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	apcupsd
-PORTVERSION=	3.14.5
-PORTREVISION=	1
+PORTVERSION=	3.14.8
+PORTREVISION=	0
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20-%20Stable/${PORTVERSION}:src_sf \
 		http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/:src_bk \
@@ -37,7 +37,8 @@
 		CFLAGS=-I${LOCALBASE}/include -L${LOCALBASE}/lib   \
 		LDFLAGS=-L${LOCALBASE}/lib
 
-MAN8=		apcupsd.8
+MAN5=		apcupsd.conf.5
+MAN8=		apcaccess.8 apccontrol.8 apctest.8 apcupsd.8
 
 OPTIONS=	APCSMART_DRV Compile APC SmartUPS serial driver on \
 		APCDUMB_DRV Compile dumb UPS driver on \
@@ -46,10 +47,10 @@
 		PCNET_DRV Compile PowerChute Network Shutdown driver on \
 		USB Compile with USB Support driver on \
 		SNMP_DRV Compile with SNMP driver on \
+		SNMP_DRV_OLD Compile with old SNMP driver off \
 		TCP_WRAPPERS Compile with TCP_WRAPPERS support on\
 		TEST_DRV Compile TEST driver off \
 		GAPCMON Build GTK GUI front-end off
-#   POWERFLUTE Compile powerflute program off
 
 PORTDOCS=	${PORTNAME}.pdf
 
@@ -96,26 +97,23 @@
 CONFIGURE_ARGS+=	--disable-pcnet
 .endif
 
-# disabled upstream
-.ifdef(WITH_POWERFLUTE)
-CONFIGURE_ARGS+=	--enable-powerflute
-CONFIGURE_ENV+=		LIBS+=-lcurses -lmenu
-PLIST_SUB+=		POWERFL=
-.else
-PLIST_SUB+=		POWERFL=@comment 
-.endif
-
 .ifdef(WITH_USB)
 CONFIGURE_ARGS+=	--enable-usb
 .endif
 
 .ifdef(WITH_SNMP_DRV)
-LIB_DEPENDS+=		netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
 CONFIGURE_ARGS+=	--enable-snmp
 .else
 CONFIGURE_ARGS+=	--disable-snmp
 .endif
 
+.ifdef(WITH_SNMP_DRV_OLD)
+LIB_DEPENDS+=		netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
+CONFIGURE_ARGS+=	--enable-net-snmp
+.else
+CONFIGURE_ARGS+=	--disable-net-snmp
+.endif
+
 .ifdef(WITH_TCP_WRAPPERS)
 CONFIGURE_ARGS+=	--with-libwrap=yes
 .endif
@@ -145,12 +143,9 @@
 	@${FALSE}
 .endif
 
-post-configure:
-	@${REINPLACE_CMD} -e s|%PREFIX%|${PREFIX}|g ${WRKSRC}/doc/apcupsd.man
-
 post-install:
-#	If the files presaved are identical with the new one, include then in
-#	the package list. So the port could be removed without problems
+#	If the files presaved are identical with the new one, include them in
+#	the package list, so the port can be removed without problems
 	for na in apccontrol commfailure mainsback mastertimeout \
 		  changeme commok masterconnect onbattery; do \
 		if [ -f ${ETCDIR}/$$na.orig ]; then \
Index: distinfo
===
RCS file: /home/pcvs/ports/sysutils/apcupsd/distinfo,v
retrieving revision 1.26
diff -u -r1.26 distinfo
--- distinfo	16 Feb 2009 22:56:48 -	1.26
+++ distinfo	7 Mar 2010 08:43:11 -
@@ -1,5 +1,5 @@
-MD5 (apcupsd-3.14.5.tar.gz) = 4ac73ec91d8ab56f3fac894e172567c4
-SHA256 (apcupsd-3.14.5.tar.gz) = f48a75139d5701d13444128da6f9f6feea04da8524e8ba3bce2c21bdbedba49e
-SIZE (apcupsd-3.14.5.tar.gz) = 4172931
+MD5 (apcupsd-3.14.8.tar.gz) = cd17f0a903dc2220e55ed54e242359d2
+SHA256 (apcupsd-3.14.8.tar.gz) = 8e7f2574d3abaf6637da3e790860c3f9ba64fab1ec7e50bb080de4439441c5a7
+SIZE (apcupsd-3.14.8.tar.gz) = 1317601
 MD5 (apcupsd.pdf) = IGNORE
 SHA256 (apcupsd.pdf) = IGNORE
Index: pkg-plist
===
RCS file: /home/pcvs/ports/sysutils/apcupsd/pkg-plist,v
retrieving revision 1.22
diff -u -r1.22 pkg-plist
--- pkg-plist	10 Jul 2008 20:03:47 -	1.22
+++ pkg-plist	7 Mar 2010 08:43:11 -
@@ -2,7 +2,6 @@
 sbin/apcaccess
 sbin/apctest
 sbin/smtp

netdisco: new version upstream

2010-03-07 Thread Dean Hamstead
Hello ports list,

I see from the ports/netdisco/Makefile that this list is the maintainer
for the netdisco port. I would like to report that a new version is
available upstream and request that the be port be updated to support it.

Thanks for your great work making software management on freebsd
comfortable and simple.

Dean
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: netdisco: new version upstream

2010-03-07 Thread Scot Hetzel
On Sun, Mar 7, 2010 at 5:41 AM, Dean Hamstead d...@fragfest.com.au wrote:
 Hello ports list,

 I see from the ports/netdisco/Makefile that this list is the maintainer
 for the netdisco port. I would like to report that a new version is
 available upstream and request that the be port be updated to support it.

When a port has it's maintainer set to this list, it means no one is
maintaining the port.

Since the port has no maintainer, it needs someone to step up and take
over it's maintainership.

Would you be interested in maintaining the port?

If you accept, then update the port to it's latest version and submit
the diff using either send-pr or the web based send-pr on the
freebsd.org site.  And your wish to become the maintainer.

If you have difficulties updating the port read the Porter's HandBook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/

If you can't find what you need in there, then ask on this list.

Scot
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


gimp-gap

2010-03-07 Thread ajtiM
Hi!

Is the port gimp-app without maintainer, please. I asked because gimp-gap is 
outdated and supposed doesn't works on GIMP 2.6 but n the gimp.org is long 
time GIMP ANIMATION PACKAGE 2.6.0 RELEASED2009-06-05 

Thank you.

Mitja

http://starikarp.redbubble.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: lang/gcc44 Inconsistant package list. Leftover files.

2010-03-07 Thread Gerald Pfeifer
On Sun, 7 Mar 2010, jhell wrote:
 I still have not resolved the issue or found any leading cause after 
 scrubbing my ports tree completely and grabbing a new copy. Also 
 scrubbed my src.conf make.conf and make.conf.local and ran with and 
 without a jail and can still get those files.

So, you are seeing this with a completely virgin ports tree, and a
fresh installation?

I checked http://portsmon.freebsd.org/portoverview.py?portname=gcc44
again and it does not show any error, so _something_ must be different
on your side than what others (including myself) are using.

Do you have any idea what that might be?  Do you have any special
settings regarding the ports collection somewhere?

 So in a final word.  If anyone has any pointers as to what might be 
 causing this or other information that I could share it would be greatly 
 appreciated if it leads to getting closer to tracking this down,

Yep, absolutely.

Gerald
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: gimp-gap

2010-03-07 Thread Mark Linimon
On Sun, Mar 07, 2010 at 07:40:32AM -0600, ajtiM wrote:
 Is the port gimp-app without maintainer, please.

$ pwd
/home/pcvs/ports/graphics/gimp-gap
$ make maintainer
a...@freebsd.org

ahze@ hasn't been as active recently, however.

The best way to proceed is to submit a PR with the suggested change.

mcl
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] sysutils/apcupsd update to 3.14.8

2010-03-07 Thread Vaibhav Gavane
On Sun, Mar 7, 2010 at 12:08 AM, Ion-Mihai Tetcu ite...@freebsd.org wrote:

 AFAIK this should fix all reported problems.

 I'd be grateful if you could test it and report back successes or
 failures (I'm badly missing non-production UPSes to test on).


I'm afraid ports/142259 is still not fixed. The backtrace from the core is
the same, save for some line numbers.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Kdeutils4 - curious about latest upgrade:

2010-03-07 Thread David Southwell
HI

Still getting the same ignored reports even though installed.

Can anyone tell me what is happening here?

Thanks

David
 Here are the messages and info from portupgrade -a
 
 Is there something odd about the port numbering sequence here?
 
 dns1# portupgrade -a
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 - misc/kdeutils4 (kdeutils-4.3.5)
 dns1# pkg_info |grep kdeutils
 kdeutils-4.3.5  Utilities for the KDE4 integrated X11 Desktop
 You have new mail.
 dns1# pwd
 /usr/ports/misc/kdeutils4
 dns1# ls -l
 total 22
 -rw-r--r--  1 root  wheel   1433 Feb 23 19:12 Makefile
 -rw-r--r--  1 root  wheel215 Feb 23 19:12 distinfo
 -rw-r--r--  1 root  wheel 65 Aug  9  2008 pkg-descr
 -rw-r--r--  1 root  wheel  14262 Nov 27 10:54 pkg-plist
 drwxr-xr-x  3 root  wheel512 Mar  5 11:08 work
 dns1# cat Makefile |more
 # New ports collection Makefile for:kdeutils
 # Date created: 2008-01-31
 # Whom: Martin Wilke m...@freebsd.org
 #
 # $FreeBSD: ports/misc/kdeutils4/Makefile,v 1.138 2010/02/06 21:52:25 miwi
  Exp $
 
 PORTNAME=   kdeutils
 PORTVERSION=${KDE4_VERSION}
 PORTREVISION=   0
 CATEGORIES= misc kde
 MASTER_SITES=   ${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=KDE
 
 
 
 Photographic Artist
 Permanent Installations  Design
 Creative Imagery and Advanced Digital Techniques
 High Dynamic Range Photography  Official Portraiture
 Combined darkroom  digital creations
  Systems Adminstrator for the vizion2000.net network
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org
 


Photographic Artist
Permanent Installations  Design
Creative Imagery and Advanced Digital Techniques
High Dynamic Range Photography  Official Portraiture
Combined darkroom  digital creations
 Systems Adminstrator for the vizion2000.net network
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: nginx-devel-0.8.34 / fancyindex patch

2010-03-07 Thread tsuna
Hi there,
apologies if that's not the right way of reporting a bug in a FreeBSD
Ports.  I'm using nginx-devel-0.8.34 on FreeBSD 7.1 with the
fancyindex module.  This module doesn't seem to be maintained by its
original author so I'm hoping that my patch can at least make its way
to the FreeBSD ports.  The module fails to produce any output when
attempting to list a directory in which one of the files or
subdirectories can't be stat()ed by nginx.  Patch attached.

Thanks.

-- 
Benoit tsuna Sigoure
Software Engineer @ www.StumbleUpon.com


0001-Don-t-error-out-when-a-file-can-t-be-stat-ed.patch
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org