Subject: pkg/22323: updated package: net/pxe
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <adrianp@stindustries.net>
List: netbsd-bugs
Date: 07/31/2003 11:38:04
>Number: 22323
>Category: pkg
>Synopsis: updated package: net/pxe
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Jul 31 11:39:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Adrian Portelli
>Release: 1.6 i386
>Organization:
STIndustries
>Environment:
NetBSD flanders.ldc.stindustries.net 1.6 NetBSD 1.6 (FLANDERS) #0: Fri Jun 27 08:40:23 BST 2003 root@flanders.ldc.stindustries.net:/usr/src/sys/arch/i386/compile/FLANDERS i386
>Description:
pkgsrc/net/pxe is out of date.
Current version in pkgsrc is 1.2 while 1.4 is now available.
Changes include:
Mar 26 2003 Tim Hurman (kano@kano.org.uk)
Made the source ansi compliant and fixed namespace usage.
Aug 30 2002 Tim Hurman (kano@kano.org.uk)
pxe 1.3 released.
Made debuging a command line switch.
Converted code to use namespaces.
>How-To-Repeat:
cd pkgsrc/net/pxe && make show-var VARNAME=DISTNAME
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/pxe/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 2003/07/30 18:09:26 1.5
+++ Makefile 2003/07/31 11:33:53
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.5 2003/07/30 18:09:26 jmmv Exp $
#
-DISTNAME= pxe-1.2
-PKGREVISION= 1
+DISTNAME= pxe-1.4
CATEGORIES= net sysutils
MASTER_SITES= http://www.kano.org.uk/projects/pxe/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/pxe/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 2003/07/30 18:09:26 1.3
+++ distinfo 2003/07/31 11:33:53
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2003/07/30 18:09:26 jmmv Exp $
-SHA1 (pxe-1.2.tar.gz) = d298f5892e7a1cf36af5b6c82eba28d4a724f11c
-Size (pxe-1.2.tar.gz) = 44235 bytes
-SHA1 (patch-aa) = 4c641d4e70dacf1d716b7ce120e06b4f9ce6ef13
+SHA1 (pxe-1.4.tar.gz) = cd84b29e61c7f142e8e7ebe15248de47954d6a68
+Size (pxe-1.4.tar.gz) = 55985 bytes
+SHA1 (patch-aa) = 8e30ca315c27001f71317a36cda5b2df51594340
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/net/pxe/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patches/patch-aa 2003/07/30 18:09:28 1.2
+++ patches/patch-aa 2003/07/31 11:33:53
@@ -1,12 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2003/07/30 18:09:28 jmmv Exp $
-
---- Makefile.in.orig 2000-10-26 16:02:12.000000000 +0200
-+++ Makefile.in
+--- Makefile.in.orig Thu Jul 31 05:03:47 2003
++++ Makefile.in Thu Jul 31 05:03:59 2003
@@ -1,5 +1,5 @@
--CC = g++
--CFLAGS = -g -ggdb -Wall
-+CC = ${CXX}
-+CFLAGS += -Wall
+ CXX = @CXX@
+-CXXFLAGS = @CXXFLAGS@
++CXXFLAGS = -Wall @CXXFLAGS@
LDFLAGS = @LDFLAGS@ @LIBS@
EXECS = pxe
>Release-Note:
>Audit-Trail:
>Unformatted: