Re: sawfish gui configurator

2006-08-31 Thread Pedro Martelletto
On Thu, Aug 31, 2006 at 12:00:32PM -0600, Jack J. Woehr wrote:
> Installed sawfish window mgr but the "customize" gui dialog when  
> invoked pops up and
> vanishes. Is there another component I must install to make the gui  
> configurator
> work, or is this a bug in the port?

This was fixed in rep-gtk-0.18p5.

-p.



Re: Core dumps for package cooledit-3.17.14p1 on -current

2006-08-31 Thread Sigfred Håversen
On Wednesday 09 August 2006 02:14, Sigfred Håversen wrote:
> On sparc64 the package cooledit-3.17.14p1-python (editors/cooledit)
> coredumps (bus error) when using the menu, or sometimes clicking on one of
> the icons.
>
> On amd64 I got coredumps as well for cooledit-3.17.14p1 when trying to open
> a file.

Still core dumps after I upgraded amd64 machine using packages dated 28th of 
August and snapshot dated 29th of August. Repeat: Try open a file.

/Sigfred



ports tree lock

2006-08-31 Thread Peter Valchev
The tree is locked now.

If you think something is important enough to consider for release,
talk to me.

Keep testing package snapshots... we're in full release mode.



sawfish gui configurator

2006-08-31 Thread Jack J. Woehr
Installed sawfish window mgr but the "customize" gui dialog when  
invoked pops up and
vanishes. Is there another component I must install to make the gui  
configurator

work, or is this a bug in the port?

---
Jack J. Woehr
Director of Development
Absolute Performance, Inc.
[EMAIL PROTECTED]
303-443-7000 ext. 527




Re: Printing

2006-08-31 Thread Nikolay Sturm
* Roy Morris [2006-08-31]:
> I was doing some research again last night and see that someone
> had submitted ports for gimp-print and it's new name and foomatic
> and so on, but I never saw them get committed. I am wondering if
> these will show up in 4.0 -release or not?

If they were not committed by early august, they won't be in 4.0.

Nikolay

-- 
"It's all part of my Can't-Do approach to life." Wally



Re: issue with nmap FLAVOR=nox11

2006-08-31 Thread Stuart Henderson
On 2006/08/31 11:08, steve wrote:
> I think I found an issue with the port for nmap FLAVOR=no_x11

It's meant to do that. no_x11 is for the _package produced by
the port_, not for the port itself. You do still need X (at least
xbase) to build packages from the port.

Allowing more variables in the package-build process
(like catering for building without X) would mean testing
gets split between X and non-X and, well, there's already
enough to test as it is without splitting resources...



Re: issue with nmap FLAVOR=nox11

2006-08-31 Thread Okan Demirmen
On Thu 2006.08.31 at 11:08 -0400, steve wrote:
> Hi all,
> 
> I think I found an issue with the port for nmap FLAVOR=no_x11

search the archives - this has been explained way many times now.



issue with nmap FLAVOR=nox11

2006-08-31 Thread steve

Hi all,

I think I found an issue with the port for nmap FLAVOR=no_x11

I grabbed the 4.0 snapshot and am using the latest ports tree.  I 
attempted to compile nmap FLAVOR=no_x11 and it failed in one of the 
dependancies because it was missing x11 (tcl I think, which I believe 
was in turn a dependancy of python).


I had not had this problem before.

I compared this port of nmap with an older ports tree on a different 
computer and noticed a new requirement for libdnet in this latest port 
of nmap.  I compiled libdnet with FLAVOR=no_python and then want back 
and compiled nmap with FLAVOR=no_x11 and all went fine.


Not 100% how to fix this, but am guessing a no_x11 FLAVOR has to be 
added to libdnet which incorporates the no_python.


- Steven





Re: Trouble building jdk-1.5 on 4.0-beta

2006-08-31 Thread Kurt Miller
On Tuesday 29 August 2006 7:35 am, Schöberle Dániel wrote:
> # ls -l /etc/localtime
> lrwxr-xr-x  1 root  wheel  25 Aug  1 18:55 /etc/localtime ->
> /usr/share/zoneinfo/GMT+0 

So it turns out that building the jdk while a system's
timezone is set to GMT offset 0 will cause this failure.

Here's an update to fix that case (for after unlock):
Index: Makefile
===
RCS file: /cvs/ports/devel/jdk/1.5/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile28 Jul 2006 13:18:45 -  1.23
+++ Makefile31 Aug 2006 13:47:25 -
@@ -6,8 +6,8 @@
 COMMENT-jre=   "Java2(TM) Standard Edition Runtime Environment v${V}"
 V= 1.5.0
 DISTNAME=  jdk-1_5_0
-PKGNAME=   jdk-${V}p19
-PKGNAME-jre=   jre-${V}p19
+PKGNAME=   jdk-${V}p20
+PKGNAME-jre=   jre-${V}p20
 
 CATEGORIES=devel/jdk java
 
Index: patches/patch-j2se_src_share_classes_java_util_TimeZone_java
===
RCS file: patches/patch-j2se_src_share_classes_java_util_TimeZone_java
diff -N patches/patch-j2se_src_share_classes_java_util_TimeZone_java
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-j2se_src_share_classes_java_util_TimeZone_java31 Aug 
2006 13:47:26 -
@@ -0,0 +1,20 @@
+$OpenBSD$
+--- j2se/src/share/classes/java/util/TimeZone.java.origWed Aug 30 
13:18:08 2006
 j2se/src/share/classes/java/util/TimeZone.java Wed Aug 30 13:19:26 2006
+@@ -748,15 +748,13 @@ abstract public class TimeZone implement
+   }
+   int gmtOffset =  (hours * 60 + num) * 60 * 1000;
+ 
++  zi = ZoneInfoFile.getCustomTimeZone(id, negative ? -gmtOffset : 
gmtOffset);
+   if (gmtOffset == 0) {
+-  zi = ZoneInfoFile.getZoneInfo(GMT_ID);
+   if (negative) {
+   zi.setID("GMT-00:00");
+   } else {
+   zi.setID("GMT+00:00");
+   }
+-  } else {
+-  zi = ZoneInfoFile.getCustomTimeZone(id, negative ? -gmtOffset : 
gmtOffset);
+   }
+   return zi;
+ }



Printing

2006-08-31 Thread Roy Morris

I was doing some research again last night and see that someone
had submitted ports for gimp-print and it's new name and foomatic
and so on, but I never saw them get committed. I am wondering if
these will show up in 4.0 -release or not?

Thanks
Roy