Re: [UPDATE] py-pip homepage

2014-11-07 Thread Seth Jackson
Anyone?



[UPDATE] py-pip homepage

2014-10-25 Thread Seth Jackson
This updates the homepage for pip.
Index: Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile	8 Oct 2014 23:38:55 -	1.16
+++ Makefile	26 Oct 2014 03:57:07 -
@@ -6,8 +6,9 @@ MODPY_EGG_VERSION =	1.5.6
 DISTNAME =		pip-${MODPY_EGG_VERSION}
 PKGNAME =		py-${DISTNAME}
 CATEGORIES =		devel
+REVISION =		0
 
-HOMEPAGE =		http://www.pip-installer.org/
+HOMEPAGE =		https://pip.pypa.io/
 
 # MIT
 PERMIT_PACKAGE_CDROM =	Yes


Re: [UPDATE] Update boehm-gc's homepage

2014-05-27 Thread Seth Jackson
This time with revision bump.
? boehm-gc.diff
Index: Makefile
===
RCS file: /cvs/ports/devel/boehm-gc/Makefile,v
retrieving revision 1.54
diff -u -p -r1.54 Makefile
--- Makefile19 Mar 2014 13:28:57 -  1.54
+++ Makefile28 May 2014 02:30:52 -
@@ -7,7 +7,8 @@ VERSION=7.2d
 DISTNAME=  gc-${VERSION}
 PKGNAME-atomic=libatomic_ops-${VERSION}
 PKGNAME-main=  boehm-gc-${VERSION}
-REVISION-main= 0
+REVISION-atomic=0
+REVISION-main= 1
 
 WRKDIST=   ${WRKDIR}/gc-7.2
 MULTI_PACKAGES=-main -atomic
@@ -20,7 +21,7 @@ CATEGORIES=   devel
 
 MASTER_SITES=  ${HOMEPAGE}gc_source/
 
-HOMEPAGE=  http://www.hpl.hp.com/personal/Hans_Boehm/gc/
+HOMEPAGE=  http://hboehm.info/gc/
 
 # currently works only on most ELF archs
 NOT_FOR_ARCHS= m88k vax mips64 mips64el


[UPDATE] Update boehm-gc's homepage

2014-05-19 Thread Seth Jackson
Update homepage for boehm-gc.

The one in the Makefile appears dead.

Diff attached. (Thanks to landry@ for pointing out that gmail was
mangling diffs).
Index: Makefile
===
RCS file: /cvs/ports/devel/boehm-gc/Makefile,v
retrieving revision 1.54
diff -u -p -r1.54 Makefile
--- Makefile19 Mar 2014 13:28:57 -  1.54
+++ Makefile20 May 2014 03:06:49 -
@@ -20,7 +20,7 @@ CATEGORIES=   devel
 
 MASTER_SITES=  ${HOMEPAGE}gc_source/
 
-HOMEPAGE=  http://www.hpl.hp.com/personal/Hans_Boehm/gc/
+HOMEPAGE=  http://hboehm.info/gc/
 
 # currently works only on most ELF archs
 NOT_FOR_ARCHS= m88k vax mips64 mips64el


Re: [UPDATE] Mercurial 3.0

2014-05-18 Thread Seth Jackson
I tried hgview and py-hg-git they seem ok.

I'm not exactly sure how to test py-hgtools (make install works).

TortoiseHG will need an update to 3.0. I will send a patch for TortoiseHG
shortly.


[UPDATE] TortoiseHg 3.0

2014-05-18 Thread Seth Jackson
This updates TortoiseHg from 2.10.2 to 3.0.
This requires my previous patch that updates to Mercurial 3.0.

Index: Makefile
===
RCS file: /cvs/ports/devel/tortoisehg/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile19 Jan 2014 17:53:40 -1.15
+++ Makefile18 May 2014 13:31:06 -
@@ -2,7 +2,7 @@

 COMMENT =series of applications for Mercurial

-MODPY_EGG_VERSION =2.10.2
+MODPY_EGG_VERSION =3.0
 DISTNAME =tortoisehg-${MODPY_EGG_VERSION}

 CATEGORIES =devel
@@ -23,7 +23,7 @@ BUILD_DEPENDS =x11/py-qt4 \

 RUN_DEPENDS =${BUILD_DEPENDS} \
 editors/py-qscintilla \
-devel/mercurial=2.8.2 \
+devel/mercurial=3.0 \
 devel/py-iniparse

 NO_TEST =Yes
Index: distinfo
===
RCS file: /cvs/ports/devel/tortoisehg/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo19 Jan 2014 17:53:40 -1.12
+++ distinfo18 May 2014 13:31:06 -
@@ -1,2 +1,2 @@
-SHA256 (tortoisehg-2.10.2.tar.gz) =
7M7T+oa+mc4UJP4w7+wexYPyIne10wrCZlaHXhDNgu8=
-SIZE (tortoisehg-2.10.2.tar.gz) = 8623834
+SHA256 (tortoisehg-3.0.tar.gz) =
ylNx0NcgsPViEBNhLlReo4b+krXfSpxpa3LbvnFupKc=
+SIZE (tortoisehg-3.0.tar.gz) = 8237239
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/tortoisehg/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST8 Nov 2013 11:45:26 -1.9
+++ pkg/PLIST18 May 2014 13:31:06 -
@@ -1,8 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.9 2013/11/08 11:45:26 rpointel Exp $
 bin/thg
 lib/nautilus/
-lib/nautilus/extensions-3.0/
-lib/nautilus/extensions-3.0/nautilus-thg.py
+lib/nautilus/extensions-${MODPY_EGG_VERSION}/
+lib/nautilus/extensions-${MODPY_EGG_VERSION}/nautilus-thg.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/
 
lib/python${MODPY_VERSION}/site-packages/tortoisehg-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/__init__.py
@@ -44,8 +44,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/cslist.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/customtools.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/customtools.pyc
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/decorators.py
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/decorators.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/docklog.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/docklog.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filectxactions.py
@@ -54,12 +52,10 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filedata.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filedialogs.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filedialogs.pyc
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filelistmodel.py
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filelistmodel.pyc
+lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/fileencoding.py
+lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/fileencoding.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filelistview.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filelistview.pyc
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filerevmodel.py
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/filerevmodel.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/fileview.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/fileview.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/graft.py
@@ -94,10 +90,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/lfprompt.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/license.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/license.pyc
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/logcolumns.py
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/logcolumns.pyc
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/manifestdialog.py
-lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/manifestdialog.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/manifestmodel.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/manifestmodel.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/matching.py
@@ -114,10 +106,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/mqutil.pyc
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/p4pending.py
 lib/python${MODPY_VERSION}/site-packages/tortoisehg/hgqt/p4pending.pyc

Re: [UPDATE] py-pip-1.5.6

2014-05-18 Thread Seth Jackson
 This looks good, I was able to install packages with --user into ~/.local
in
 both Python2.7 and Python3.3.

I've also tried installing global site packages with 2.7 and 3.3 at it
seems to work ok.
Further I did a quick check of binary packages (Pillow) and that works too.

 Personally I welcome that change, as the naming convention matches
 MODPY_BIN.

I agree.


[UPDATE] py-pip-1.5.6

2014-05-17 Thread Seth Jackson
This updates pip from 1.1 to 1.5.6.

Index: Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile1 May 2014 07:36:22 -1.13
+++ Makefile17 May 2014 21:10:39 -
@@ -2,11 +2,10 @@

 COMMENT =Python easy_install replacement

-MODPY_EGG_VERSION =1.1
+MODPY_EGG_VERSION =1.5.6
 DISTNAME =pip-${MODPY_EGG_VERSION}
 PKGNAME =py-${DISTNAME}
 CATEGORIES =devel
-REVISION =2

 HOMEPAGE =http://www.pip-installer.org/

Index: distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo1 May 2014 07:36:22 -1.5
+++ distinfo17 May 2014 21:10:39 -
@@ -1,2 +1,2 @@
-SHA256 (pip-1.1.tar.gz) = mTgEu5R9GFCKzuAhQSgcd9J2d/jBTqpk1ih6HFPvAcg=
-SIZE (pip-1.1.tar.gz) = 95197
+SHA256 (pip-1.5.6.tar.gz) = saSuZrryG36wWl5PN8UMJwb6KOofh4DOjv4U3Nnxcmw=
+SIZE (pip-1.5.6.tar.gz) = 938120
Index: pkg/MESSAGE
===
RCS file: /cvs/ports/devel/py-pip/pkg/MESSAGE,v
retrieving revision 1.3
diff -u -p -r1.3 MESSAGE
--- pkg/MESSAGE12 Apr 2011 20:11:17 -1.3
+++ pkg/MESSAGE17 May 2014 21:10:39 -
@@ -1,3 +1,3 @@
 If you want to use this package as default pip, as root create a
 symbolic link like so (overwriting any previous default):
-ln -sf ${PREFIX}/bin/pip-${MODPY_VERSION} ${PREFIX}/bin/pip
+ln -sf ${PREFIX}/bin/pip${MODPY_VERSION} ${PREFIX}/bin/pip
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-pip/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST27 Jun 2012 19:09:14 -1.3
+++ pkg/PLIST17 May 2014 21:10:39 -
@@ -1,6 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.3 2012/06/27 19:09:14 rpointel Exp $
 @comment bin/pip
-bin/pip-${MODPY_VERSION}
+@comment bin/pip2
+@comment bin/pip3
+bin/pip${MODPY_VERSION}
 lib/python${MODPY_VERSION}/site-packages/pip/
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
@@ -8,61 +10,409 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
+lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/pip/__init__.py
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pip/__main__.py
+${MODPY_PYCOMMENT}lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}_pkgutil.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}backwardcompat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}basecommand.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}baseparser.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}cmdoptions.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}download.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}index.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}locations.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}log.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}pep425tags.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}req.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}runner.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}status_codes.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_pkgutil.py

[UPDATE] Mercurial 3.0

2014-05-17 Thread Seth Jackson
This updates Mercurial from 2.8.2 to 3.0.

Index: Makefile
===
RCS file: /cvs/ports/devel/mercurial/Makefile,v
retrieving revision 1.59
diff -u -p -r1.59 Makefile
--- Makefile19 Jan 2014 17:52:47 -1.59
+++ Makefile17 May 2014 21:30:55 -
@@ -3,7 +3,7 @@
 COMMENT-main =fast, lightweight source control management
 COMMENT-x11 =graphical tooling for mercurial

-MODPY_EGG_VERSION =2.8.2
+MODPY_EGG_VERSION =3.0
 DISTNAME =mercurial-${MODPY_EGG_VERSION}
 CATEGORIES = devel

Index: distinfo
===
RCS file: /cvs/ports/devel/mercurial/distinfo,v
retrieving revision 1.41
diff -u -p -r1.41 distinfo
--- distinfo19 Jan 2014 17:52:47 -1.41
+++ distinfo17 May 2014 21:30:55 -
@@ -1,2 +1,2 @@
-SHA256 (mercurial-2.8.2.tar.gz) =
yKW6ohFAxs1nScO1K15eShS2uO58UY2dneCbGVLvvm8=
-SIZE (mercurial-2.8.2.tar.gz) = 3839304
+SHA256 (mercurial-3.0.tar.gz) =
ZAyWVWpFJN8hacZwak9omXxb9YYrWXGzwu4T7Uw0nPs=
+SIZE (mercurial-3.0.tar.gz) = 3903047
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/devel/mercurial/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST-main
--- pkg/PLIST-main8 Nov 2013 11:45:03 -1.2
+++ pkg/PLIST-main17 May 2014 21:30:55 -
@@ -68,8 +68,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/hgext/highlight/highlight.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/histedit.py
 lib/python${MODPY_VERSION}/site-packages/hgext/histedit.pyc
-lib/python${MODPY_VERSION}/site-packages/hgext/interhg.py
-lib/python${MODPY_VERSION}/site-packages/hgext/interhg.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/keyword.py
 lib/python${MODPY_VERSION}/site-packages/hgext/keyword.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/largefiles/
@@ -148,6 +146,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/bookmarks.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/branchmap.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/branchmap.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/bundle2.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/bundle2.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/bundlerepo.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/bundlerepo.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/byterange.py
@@ -187,6 +187,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/encoding.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/error.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/error.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/exchange.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/exchange.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/extensions.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/extensions.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/fancyopts.py
@@ -338,6 +340,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/parsers.so
 lib/python${MODPY_VERSION}/site-packages/mercurial/patch.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/patch.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/pathutil.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/pathutil.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/peer.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/peer.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/phases.py


Firefox 2.0.0.1

2007-02-22 Thread Seth Jackson

Hi,

I compiled Firefox 2.0.0.1, and I started it up. Seems to work just fine so far.
However when the first run page came up I got a 404 error.

This is the URL that FF went to.

http://www.mozilla.org/projects/firefox/2.0.0.1/firstrun/

I'm not sure what the URL should be, but I found this wiki page on the
mozilla website

http://wiki.mozilla.org/Firefox2/FirstRun

One more thing is this the correct home page URL?

http://www.mozilla.org/projects/bonecho/

Anyways it works fine so far. :D
Thanks!!



nmap crashes -current

2007-02-22 Thread Seth Jackson

Hi,

For some reason the -f switch crashes the system only if you use the
loopback IP or the IP assigned to your box.
The -f switch works fine if you use it on a IP besides your own (tried
it against a server I have).

# nmap -f 127.0.0.1

(crashes)
(then drops to the kernel debugger I think)
I did:

boot reboot


# nmap -f 192.x.x.x

(same thing but with a different error)

boot reboot


By this point I was wondering if the -f switch worked at all
So:

# nmap -f 192.x.x.x (my server IP)

blah blah blah.

(works just fine)


Can someone test this out and see if it works for them?



Re: nmap crashes -current

2007-02-22 Thread Seth Jackson

* Sigh * I should have looked there first. Sorry!!

On 2/22/07, Jasper Lievisse Adriaanse [EMAIL PROTECTED] wrote:

On Thu, Feb 22, 2007 at 12:59:14PM -0500, Seth Jackson wrote:
 Hi,

 For some reason the -f switch crashes the system only if you use the
 loopback IP or the IP assigned to your box.
 The -f switch works fine if you use it on a IP besides your own (tried
 it against a server I have).

 # nmap -f 127.0.0.1

 (crashes)
 (then drops to the kernel debugger I think)
 I did:
 boot reboot

 # nmap -f 192.x.x.x

 (same thing but with a different error)
 boot reboot

 By this point I was wondering if the -f switch worked at all
 So:

 # nmap -f 192.x.x.x (my server IP)

 blah blah blah.

 (works just fine)


 Can someone test this out and see if it works for them?
this is a known issue, please see pr #5290 for more details.

cheers,
jasper

--
``This statement is false''
NedBSD: http://nedbsd.eu





Re: x11/gnome/libgnomecups question

2007-02-16 Thread Seth Jackson

I think GNOME 2.10 uses it, and that is what is in ports right now according to
ports.openbsd.nu

http://ports.openbsd.nu/x11/gnome

On 2/15/07, Mikolaj Kucharski [EMAIL PROTECTED] wrote:

Hi,

I know that this port came recently but I cannot see it in upcoming
GNOME 2.18 and it is BROKEN right now, and in future GNOME will use
GtkPrint (as it's stated on the website, but I didn't follow topic), so
I want to say, why it cannot be removed? If not now because of soft
lock, maybe later. If there is a reason for keep it in tree I will
be greatful for information as I'm tring to be up-to-date with GNOME
stuff.


References.
 1. http://live.gnome.org/TwoPointSeventeen/Desktop
 2. http://live.gnome.org/TwoPointSeventeen

--
best regards
q#