Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 15:22:49 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35665: Update port: security/fwlogwatch to 0.6
Message-ID:  <20020308062250974.PEXQ.7512.t-mta4.odn.ne.jp@mta4.odn.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         35665
>Category:       ports
>Synopsis:       Update port: security/fwlogwatch to 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 07 22:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.5-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD ns.test 4.5-RELEASE-p1 FreeBSD 4.5-RELEASE-p1 #6: Sun Feb 24 16:57:21 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386



>Description:
Update to 0.6

Removed files:
  files/patch-po::Makefile

*NOTE*
I'm not sure that I did the right thing related with i18n. autob5 is
still needed? Locales? Help me chinese hackers...

>How-To-Repeat:

>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	20 Nov 2001 07:02:41 -0000	1.1
+++ Makefile	8 Mar 2002 06:07:07 -0000
@@ -7,13 +7,12 @@
 #

 PORTNAME=	fwlogwatch
-PORTVERSION=	0.5.1
+PORTVERSION=	0.6
 CATEGORIES=	security
 MASTER_SITES=	http://www.kyb.uni-stuttgart.de/boris/sw/

 MAINTAINER=	ports@FreeBSD.org

-BUILD_DEPENDS=	autob5:${PORTSDIR}/chinese/autoconvert
 LIB_DEPENDS=	intl:${PORTSDIR}/devel/gettext

 INSTALL_TARGET=	install install-i18n
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	20 Nov 2001 07:02:41 -0000	1.1
+++ distinfo	8 Mar 2002 06:07:07 -0000
@@ -1 +1 @@
-MD5 (fwlogwatch-0.5.1.tar.gz) = e718416ccd80bb1a2f472601d38b636f
+MD5 (fwlogwatch-0.6.tar.gz) = cdc5ba4d72c2a528503e2682fb24f493
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	11 Jan 2002 03:36:32 -0000	1.2
+++ pkg-plist	8 Mar 2002 06:07:07 -0000
@@ -3,4 +3,6 @@
 sbin/fwlw_respond
 share/locale/de/LC_MESSAGES/fwlogwatch.mo
 share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/fwlogwatch.mo
+share/locale/sv/LC_MESSAGES/fwlogwatch.mo
+share/locale/zh_CN/LC_MESSAGES/fwlogwatch.mo
+share/locale/zh_TW/LC_MESSAGES/fwlogwatch.mo
cvs server: Diffing files
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/files/patch-Makefile,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile
--- files/patch-Makefile	11 Jan 2002 03:36:34 -0000	1.2
+++ files/patch-Makefile	8 Mar 2002 06:07:07 -0000
@@ -1,15 +1,15 @@
 --- Makefile.orig	Mon Nov 19 01:12:29 2001
 +++ Makefile	Tue Nov 20 15:00:49 2001
 @@ -1,10 +1,10 @@
- # $Id: Makefile,v 1.51 2001/11/18 17:12:29 bw Exp $
+ # $Id: Makefile,v 1.56 2002/02/24 12:15:21 bw Exp $

  # Linux
 -CC = gcc
--CFLAGS = -pipe -O2 -Wall #-pedantic #-g #-p
+-CFLAGS = -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
 -LDFLAGS = #-g #-static -p
 -LIBS = -lcrypt -lz #-lc_p
 +#CC = gcc
-+#CFLAGS = -pipe -O2 -Wall #-pedantic #-g #-p
++#CFLAGS = -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
 +#LDFLAGS = #-g #-static -p
 +#LIBS = -lcrypt -lz #-lc_p

@@ -26,14 +26,3 @@

  # You might want to add -DSHORT_NAMES to CFLAGS if you only intend to
  # analyze log formats with short list/chain/branch/interface names like
-@@ -82,8 +82,8 @@
- install-i18n:
- 	cd po; make
- 	$(INSTALL_DATA) po/de.mo /usr/share/locale/de/LC_MESSAGES/fwlogwatch.mo
--	$(INSTALL_DATA) po/pt_BR.mo /usr/share/locale/pt/LC_MESSAGES/fwlogwatch.mo
--	$(INSTALL_DATA) po/zh.mo /usr/share/locale/zh/LC_MESSAGES/fwlogwatch.mo
-+	$(INSTALL_DATA) po/pt_BR.mo /usr/share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo
-+	$(INSTALL_DATA) po/zh.mo /usr/share/locale/zh_TW.Big5/LC_MESSAGES/fwlogwatch.mo
-
- uninstall:
- 	@rm -f /usr/local/sbin/fwlogwatch \
cvs server: cannot find files/patch-po::Makefile

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020308062250974.PEXQ.7512.t-mta4.odn.ne.jp>