NEW: x11/termit

2007-10-28 Thread Giovanni Bechis
Termit is a terminal emulator based on vte library with tabs and encodings
switching.
Port available at http://bigio.snb.it/openbsd/termit-1.0.3.tgz
 Comments ? Ok ?
  Giovanni



Problem with devel/jdk/1.7

2007-10-28 Thread Martin Toft
I'm running OpenBSD -current with matching ports (kernel and userland
built a couple of days ago and ports tree updated today). When I try to
build the devel/jdk/1.7 port, I get the following:

[EMAIL PROTECTED]:/usr/ports/devel/jdk/1.7$ sudo make
===  jdk-1.7.0.b19 depends on: jdk-1.5.0* - not found
===  Verifying install for jdk-1.5.0* in devel/jdk/1.5
===  Checking files for jdk-1.5.0.13
`/usr/ports/distfiles/jdk-1_5_0_13-fcs-src-b05-jrl-25_sep_2007.jar' is up 
to date.
`/usr/ports/distfiles/jdk-1_5_0_13-fcs-bin-b05-jrl-25_sep_2007.jar' is up 
to date.
`/usr/ports/distfiles/bsd-jdk15-patches-7.tar.bz2' is up to date.
`/usr/ports/distfiles/jdk-1_5_0_13-solaris-i586.tar.Z' is up to date.
`/usr/ports/distfiles/xalan-j_2_7_0-bin.tar.gz' is up to date.
 (SHA256) jdk-1_5_0_13-fcs-src-b05-jrl-25_sep_2007.jar: OK
 (SHA256) jdk-1_5_0_13-fcs-bin-b05-jrl-25_sep_2007.jar: OK
 (SHA256) bsd-jdk15-patches-7.tar.bz2: OK
 (SHA256) jdk-1_5_0_13-solaris-i586.tar.Z: OK
 (SHA256) xalan-j_2_7_0-bin.tar.gz: OK
===  Extracting for jdk-1.5.0.13
JAVA RESEARCH LICENSE
Version 1.6


I.DEFINITIONS.

Licensee means You and any other party that has entered into and has
in effect a version of this License.

[snip]

Here I type 'q' or some spaces to quit the license. The following lines
is then spewed continuously on my terminal:

Do you agree to the above license terms? [yes or no] 

Do you agree to the above license terms? [yes or no] 

Do you agree to the above license terms? [yes or no] 

Do you agree to the above license terms? [yes or no] 

Do you agree to the above license terms? [yes or no] 

[snip]

It doesn't react to 'yesreturn' or 'noreturn', only CTRL+C stops it.

Am I the only one experiencing this? Can I do anything about it?

Thanks in advance.

Martin


signature.asc
Description: Digital signature


Re: Problem with devel/jdk/1.7

2007-10-28 Thread Kurt Miller
Thanks for the report. I'll look into it.

You can cd /usr/ports/devel/jdk/1.5 and 'make install' to get around
the script problem.

-Kurt



isc-dhcp-server-3.0.4p0: Bus error (core dumped)

2007-10-28 Thread Jacob Yocom-Piatt
installed isc-dhcp-server-3.0.4p0 from packages on a 4.1-release sparc64 
machine to replace dhcpd.  after running dhcpd, /etc/dhcpd.conf is 
parsed (it does find errors, then i correct them) and then prints the 
following on the CL:


# dhcpd 
Internet Systems Consortium DHCP Server V3.0.4

Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
Bus error (core dumped)

have checked that this same config file does parse and not cause a core 
dump on another machine that runs 4.1-release i386. the dhcpd.core file 
is ~2 MB and can be furnished on request along with dmesg.


cheers,
jake



Re: [UPDATE] sysutils/heartbeat 2.1.2-15

2007-10-28 Thread Sebastian Reitenbach
Hi,
Sebastian Reitenbach [EMAIL PROTECTED] wrote: 
 Hi,
 
 I updated the heartbeat (http://www.linux-ha.org) port to the latest
 interim verion 2.1.2-15. This version compiles and runs on i386 and 
 sparc64. This version does not compile successfully anymore on sparc,
 I still have to figure out why, but I wanted to get this out.
 
I fixed the compilation problem and bumped port version to 2.1.2-15p1.
Also removed unneeded dependency to devel/uuid.

An updated tarball can be found here:
https://www.l00-bugdead-prods.de

Sebastian



Re: Problem with devel/jdk/1.7

2007-10-28 Thread Martin Toft
On Sun, Oct 28, 2007 at 10:58:05AM -0400, Kurt Miller wrote:
 Thanks for the report. I'll look into it.
 
 You can cd /usr/ports/devel/jdk/1.5 and 'make install' to get around
 the script problem.

No problem and thank you very much for the solution :-)

Martin


signature.asc
Description: Digital signature


net/ejabberd - do not USE_X11 since expat is in base now

2007-10-28 Thread viq
Since expat is in base we do not need X11 now. I am not sure what this
variable really does, but I know it's not necessary ;) Tested on box
with just default install sets installed from snapshots as of yesterday
or so.
-- 
viq


Index: Makefile
===
RCS file: /cvs/ports/net/ejabberd/Makefile,v
retrieving revision 1.2
diff -u -d -r1.2 Makefile
--- Makefile18 Sep 2007 17:56:32 -  1.2
+++ Makefile28 Oct 2007 10:59:02 -
@@ -4,6 +4,7 @@
 
 V= 1.1.4
 DISTNAME=  ejabberd-$V
+PKGNAME=   ${DISTNAME}p0
 
 CATEGORIES=net chat
 
@@ -29,7 +30,6 @@
LOGDIR=${WRKINST}${EJLOGDIR} \
ETCDIR=${WRKINST}/${PREFIX}/share/examples/ejabberd
 
-USE_X11=   Yes
 USE_GMAKE= Yes
 CONFIGURE_STYLE=   gnu
 SHARED_ONLY=   Yes



[UPDATE:] www/liferea

2007-10-28 Thread viq
Trivial update to liferea, supposedly also fixes a crash when running
Liferea with sqlite 3.5.x. Runs fine for me for a few days now.
-- 
viq


Index: Makefile
===
RCS file: /cvs/ports/www/liferea/Makefile,v
retrieving revision 1.8
diff -u -d -r1.8 Makefile
--- Makefile10 Oct 2007 15:03:38 -  1.8
+++ Makefile28 Oct 2007 21:50:56 -
@@ -4,7 +4,7 @@
 
 COMMENT=   simple GTK desktop news aggregator
 
-DISTNAME=  liferea-1.4.4
+DISTNAME=  liferea-1.4.5b
 CATEGORIES=www x11
 
 HOMEPAGE=  http://liferea.sourceforge.net/
Index: distinfo
===
RCS file: /cvs/ports/www/liferea/distinfo,v
retrieving revision 1.6
diff -u -d -r1.6 distinfo
--- distinfo10 Oct 2007 15:03:38 -  1.6
+++ distinfo28 Oct 2007 21:50:56 -
@@ -1,5 +1,5 @@
-MD5 (liferea-1.4.4.tar.gz) = L7wtZxZLRnGTI1Xyf5ts/g==
-RMD160 (liferea-1.4.4.tar.gz) = FX6MD6NSHfdKdz6UG2kpL4dS5UE=
-SHA1 (liferea-1.4.4.tar.gz) = uIBjjPJy8c3OKHq9gaa38UVXBwk=
-SHA256 (liferea-1.4.4.tar.gz) = n+uZAxcpGMZe4P0Obgg+e5nd/aZ04EmjnQSbiaEyG5c=
-SIZE (liferea-1.4.4.tar.gz) = 1579354
+MD5 (liferea-1.4.5b.tar.gz) = ten0tu90qQoFG6IzIdk4Sw==
+RMD160 (liferea-1.4.5b.tar.gz) = 9gHCrokQe/vB2RyWt+NA1cw7JYc=
+SHA1 (liferea-1.4.5b.tar.gz) = huZfw6TQ5+RadHPp7haQv8jkF10=
+SHA256 (liferea-1.4.5b.tar.gz) = jvz9NVmiUBvPRiWuaJbVbYqpMm5Pm6FEozP6BrpDhks=
+SIZE (liferea-1.4.5b.tar.gz) = 1580291



Berkeley SPICE update

2007-10-28 Thread Pedro Martelletto
- Switch to version 3f5 de facto (instead of 3f4 + patches)
- Change PERMIT_* according to the new license (BSD, after 22 years)
- Add HOMEPAGE
- Fix MASTER_SITES and pkg/DESCR

Please CC me in eventual replies as I'm not subscribed to the list.

-p.

Index: Makefile
===
RCS file: /cvs/ports/cad/spice/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile15 Sep 2007 21:36:57 -  1.22
+++ Makefile28 Oct 2007 22:55:22 -
@@ -2,42 +2,25 @@
 
 COMMENT=   Simulation Program for Integrated Circuit Electronics
 
-DISTNAME=  sp3f4.kit
-PKGNAME=   spice-3f5p1
+V= 3f5
+DISTNAME=  spice${V}
+PKGNAME=   spice-${V}p2
 CATEGORIES=cad
 
-PERMIT_PACKAGE_CDROM=  no fee
+# BSD
+PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
-PERMIT_DISTFILES_CDROM=no fee
+PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=   X11 Xaw Xext Xmu Xt c m termlib
 
-MASTER_SITES=  ftp://ic.eecs.berkeley.edu/pub/Spice3/
-DISTFILES= sp3f4.kit.tar.gz sp3f4.patch.tar.gz
+MASTER_SITES=  http://embedded.eecs.berkeley.edu/pubs/downloads/spice/
+HOMEPAGE=  http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/
 
 USE_X11=   Yes
-WRKDIST=   ${WRKDIR}
 MAKE_ENV=  MAKE_PROGRAM='${MAKE_PROGRAM}' CC=${CC}
 
 NO_REGRESS=Yes
-
-# Apply the patches that make this 3f5
-#
-pre-patch:
-   @${ECHO_MSG} ===  Applying distribution patches;
-.if defined(PATCH_DEBUG)
-   @cd ${WRKDIR}/3f4patches; \
- ${PATCH} -d ${WRKSRC}/src/lib/fte -E -p1  grid.patch; \
- ${PATCH} -d ${WRKSRC}/src/lib/fte -E -p1  newcoms.patch; \
- ${PATCH} -d ${WRKSRC}/src/lib/sparse -E -p1  spsmp.patch
-   @find ${WRKSRC}/ -name \*.orig -exec rm -f {} \;
-.else
-   @cd ${WRKDIR}/3f4patches; \
- ${PATCH} -d ${WRKSRC}/src/lib/fte -N -s -E -p1  grid.patch; \
- ${PATCH} -d ${WRKSRC}/src/lib/fte -N -s -E -p1  newcoms.patch; \
- ${PATCH} -d ${WRKSRC}/src/lib/sparse -N -s -E -p1  spsmp.patch
-   @find ${WRKSRC}/ -name \*.orig -exec rm -f {} \;
-.endif
 
 do-configure:
@cp ${FILESDIR}/Makefile ${WRKSRC}
Index: distinfo
===
RCS file: /cvs/ports/cad/spice/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo5 Apr 2007 15:37:46 -   1.4
+++ distinfo28 Oct 2007 22:55:22 -
@@ -1,10 +1,5 @@
-MD5 (sp3f4.kit.tar.gz) = dE5hwkGt7bBVOnT432d5wQ==
-MD5 (sp3f4.patch.tar.gz) = zA5ZV+5WpWmc91u3FA+ykw==
-RMD160 (sp3f4.kit.tar.gz) = Yrhdx7kRKzyMdY7N1YG6guyHMmo=
-RMD160 (sp3f4.patch.tar.gz) = MnI8GLLVwfsMp4l35LwatAQwh20=
-SHA1 (sp3f4.kit.tar.gz) = cQdk/EAk0fL+OBaeqilmZe3JbGc=
-SHA1 (sp3f4.patch.tar.gz) = WjjG6C0X9k4yvI8CfARLON55MmU=
-SHA256 (sp3f4.kit.tar.gz) = b5OFS45RBA+QlmzwS03miuwljSGr/8JRXARIwWbUHlM=
-SHA256 (sp3f4.patch.tar.gz) = jyDXfDdp04P2zM/oJH523XHV+sYX9gCZQkKOp+qRjgw=
-SIZE (sp3f4.kit.tar.gz) = 1224435
-SIZE (sp3f4.patch.tar.gz) = 1632
+MD5 (spice3f5.tar.gz) = K20cNGvqS5kUFHvDCTf55Q==
+RMD160 (spice3f5.tar.gz) = WyHH21jOyEW9BsTWXOSQOxLpQEQ=
+SHA1 (spice3f5.tar.gz) = 0t16Tdvq5F4QhEeiVQ3Ar+CD9e0=
+SHA256 (spice3f5.tar.gz) = ysEf4qdhJB5rbJ6qMbk4x/+naursrAmAlgnTpBJc0mk=
+SIZE (spice3f5.tar.gz) = 1226185
Index: patches/patch-util_skeleton_make_def_bd
===
RCS file: patches/patch-util_skeleton_make_def_bd
diff -N patches/patch-util_skeleton_make_def_bd
--- patches/patch-util_skeleton_make_def_bd 3 Aug 2001 00:03:41 -   
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-util_skeleton_make_def_bd,v 1.1 2001/08/03 00:03:41 pvalchev 
Exp $
 util/skeleton/make_def.bd.orig Thu Jul 29 15:35:18 1993
-+++ util/skeleton/make_def.bd  Thu Aug  2 17:55:13 2001
-@@ -8,7 +8,7 @@ SHELL  = /bin/sh
- PATH_SEP  = /
- PS= /
- REVISION  =
--VERSION   = 3f4
-+VERSION   = 3f5
- VERSION_REVISION= $(VERSION)$(REVISION)
- NOTICE=
- TOP   = /projects/spice3/spice$(VERSION)
Index: pkg/DESCR
===
RCS file: /cvs/ports/cad/spice/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DESCR
--- pkg/DESCR   3 Jun 1998 23:02:25 -   1.1.1.1
+++ pkg/DESCR   28 Oct 2007 22:55:22 -
@@ -1,5 +1,6 @@
-The SPICE3 Version3f3 User's Manual, a postscript document available
-at ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps says:
+The SPICE3 Version3f5 User Guide, a HTML document available at
+http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/UserGuide/overview_fr.html
+says:
 
   SPICE is a general-purpose circuit  simulation  program for nonlinear dc,
   nonlinear transient, and linear ac analyses. Circuits may