New port: sysutils/dtpstree

2010-07-25 Thread Douglas Thrift
Hello,

I would appreciate any comments on my port.

Thanks!

[doug...@openbsd-i386:sysutils]$ pkg_info dtpstree
Information for inst:dtpstree-1.0.2

Comment:
display a tree of processes

Description:
DT PS Tree shows running processes as a tree. It is a reimplementation
of pstree from PSmisc for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and
possibly other modern BSD variants. It also works without /proc and will
show the full set of processes in a jail even if init is not present.

Maintainer: Douglas William Thrift 

WWW: http://code.douglasthrift.net/trac/dtpstree
-- 
Douglas William Thrift




dtpstree.tgz
Description: Binary data


Re: qemu 0.12.5

2010-07-25 Thread Dawe
On Sun, 25 Jul 2010 14:58:57 +0100
Stuart Henderson  wrote:

> anyone like to try this?
> 

Successfully tried with some bsd guest systems on amd64.



Re: NEW: rsyslog + librelp

2010-07-25 Thread Steven Mestdagh
Stuart Henderson [2010-07-24, 11:48:43]:
> Fixed - the default pkgnames for multi_packages are
> actually not permitted, so it's not just nicer, it's required.
> 
> > Maybe librelp can also live in sysutils, like e.g. libeventlog.
> 
> I think so too. New versions taking these comments into account.
> As a bonus, rsyslog actually packages now too. :-)

some more tweaks needed:
* update-plist for rsyslog adds static versions of the modules to the plist.
fix with LIBTOOL_FLAGS = --tag=disable-static

* I think it will be safer to use FULLPKGNAME-main in the pkgspec for
RUN_DEPENDS-subpkg.

* WANTLIB-pgsql seemed to be incomplete

> Next problem: it picks up paths from /usr/include/paths.h and
> does stupid things like try to read the system /etc/syslogd.conf,
> use the system /var/run/syslog.pid,  I suspect the way to
> go here is to set ac_cv_header_paths_h=no in CONFIGURE_ENV
> and provide the paths some other way (patch syslogd.h, maybe).
> Pretty messy though...

looks like there are 2 defines needing modification within rsyslog:
_PATH_LOGCONF and _PATH_LOGPID. they are used only in syslogd.c.

attached a new version. this lets me at least start it without issues.
local logging seems to basically work, haven't tested pgsql/mysql.


rsyslog.tgz
Description: application/tar-gz


Re: Ffx 3.6.7, Tb 3.0.6, xulrunner 1.9.2.7

2010-07-25 Thread Landry Breuil
On Sat, Jul 24, 2010 at 11:33:28AM -0700, patrick keshishian wrote:
> this made me smile: 3.6.8 is out now ;)
> 
> http://www.mozilla.org/security/known-vulnerabilities/firefox36.html
> 
> FIXED IN FIREFOX 3.6.8
> 
> MFSA 2010-48 Dangling pointer crash regression from plugin parameter array fix

I didn't specifically smile. i was rather ohn...@#]~ยน]@

oh well. Seems like i'll handle it.

Landry



Re: spectrum (WAS: Re: WIP: spectrum and needed dependencies testers wanted)

2010-07-25 Thread Sebastian Reitenbach

viq wrote:

They released version 0.3.1,
http://spectrum.im/projects/spectrum/wiki/Changelog
But it hardcodes installation of spectrum.cfg to /etc so that would need
to be patched, and it removes the sqlite schema, in repository logs it says
"Remove unused outdated sqlite.sql schema." So for now trying the posted
version, and it builds fine. Didn't get to trying it yet, that will come
soon ;)
  
Thanks for all the feedback. I'll update those in the next days, and 
resend them here.


cheers,
Sebastian



qemu 0.12.5

2010-07-25 Thread Stuart Henderson
anyone like to try this?

Index: Makefile
===
RCS file: /cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.52
diff -u -p -r1.52 Makefile
--- Makefile23 Jul 2010 00:27:09 -  1.52
+++ Makefile25 Jul 2010 13:58:32 -
@@ -5,8 +5,7 @@ ONLY_FOR_ARCHS =i386 amd64 sparc64
 
 COMMENT =  multi system emulator
 
-DISTNAME = qemu-0.12.4
-REVISION = 0
+DISTNAME = qemu-0.12.5
 CATEGORIES =   emulators
 
 HOMEPAGE = http://www.qemu.org/
@@ -40,10 +39,10 @@ FLAVOR ?=
 .if ${FLAVOR:L:Mno_x11}
 CONFIGURE_ARGS +=  --disable-sdl
 .else
-LIB_DEPENDS =  SDL::devel/sdl
+LIB_DEPENDS =  ::devel/sdl
 
 USE_X11 =  Yes
-WANTLIB += X11
+WANTLIB += SDL X11
 .endif
 .if ${FLAVOR:L:Mdebug}
 CONFIGURE_ARGS +=  --enable-debug
Index: distinfo
===
RCS file: /cvs/ports/emulators/qemu/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo8 Jun 2010 01:08:20 -   1.11
+++ distinfo25 Jul 2010 13:58:32 -
@@ -1,5 +1,5 @@
-MD5 (qemu-0.12.4.tar.gz) = k+axNN/4myeZ9Xt9ng4PxQ==
-RMD160 (qemu-0.12.4.tar.gz) = 2/XgKBKw3wduTsjCC3w4L3UHZF4=
-SHA1 (qemu-0.12.4.tar.gz) = HMMgC/SWyDb3xCVsHRIUPaubgtw=
-SHA256 (qemu-0.12.4.tar.gz) = GimltRURYtHeA1xJJtGh2//uShRe9h7oZda4Kq6gYC4=
-SIZE (qemu-0.12.4.tar.gz) = 4697077
+MD5 (qemu-0.12.5.tar.gz) = HQLuCgTfriiUNAJzNywd5A==
+RMD160 (qemu-0.12.5.tar.gz) = xOui5km0KOjdQycYRD6YYFfmktc=
+SHA1 (qemu-0.12.5.tar.gz) = WWpnPzpml+qP2Q9PI5gSQcwTvcM=
+SHA256 (qemu-0.12.5.tar.gz) = pqezC1NZHhYLXH/ZMZmFZzF06epHsYLb5jvJk1d0H1g=
+SIZE (qemu-0.12.5.tar.gz) = 4291741
Index: patches/patch-net_h
===
RCS file: /cvs/ports/emulators/qemu/patches/patch-net_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-net_h
--- patches/patch-net_h 27 May 2010 17:55:05 -  1.1
+++ patches/patch-net_h 25 Jul 2010 13:58:32 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-net_h,v 1.1 2010/05/27 17:55:05 fgsch Exp $
 net.h.orig Tue Feb 23 20:54:38 2010
-+++ net.h  Mon Mar 22 20:26:50 2010
-@@ -172,7 +172,7 @@ void net_host_device_remove(Monitor *mon, const QDict 
+--- net.h.orig Thu Jul 22 13:39:04 2010
 net.h  Sat Jul 24 14:17:11 2010
+@@ -171,7 +171,7 @@ void net_host_device_remove(Monitor *mon, const QDict 
  #ifdef __sun__
  #define SMBD_COMMAND "/usr/sfw/sbin/smbd"
  #else



fix lang/nhc98 (was: i386 broken ports)

2010-07-25 Thread Matthias Kilian
On Thu, Jul 22, 2010 at 03:28:26PM +, Christian Weisgerber wrote:
>   lang/nhc98

An update to nhc98-1.22 seems to fix it. While I'm testing it (and
depending ports) on armish, which may take some time, any tests on
other 32-bit archs are appreciated, especially some `make regress'
on i386 (my i386 is too small and slow for this).

Ciao,
Kili

Index: Makefile
===
RCS file: /cvs/ports/lang/nhc98/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile28 Aug 2008 19:55:20 -  1.10
+++ Makefile25 Jul 2010 12:45:38 -
@@ -6,13 +6,13 @@ COMMENT=  portable Haskell compiler
 # not for 64 bits, broken on ppc
 NOT_FOR_ARCHS= ${LP64_ARCHS} powerpc
 
-V= 1.20
+V= 1.22
 DISTNAME=  nhc98-$V
 CATEGORIES=lang
 HOMEPAGE=  http://www.haskell.org/nhc98/
 MAINTAINER=Matthias Kilian 
 
-MASTER_SITES=  http://www.cs.york.ac.uk/fp/nhc98/
+MASTER_SITES=  ${HOMEPAGE}
 
 DISTFILES= nhc98src-$V.tar.gz
 
Index: distinfo
===
RCS file: /cvs/ports/lang/nhc98/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo28 Aug 2008 19:55:20 -  1.5
+++ distinfo25 Jul 2010 12:45:38 -
@@ -1,5 +1,5 @@
-MD5 (nhc98src-1.20.tar.gz) = VcECQI2oCFqlaYSvQVHrnA==
-RMD160 (nhc98src-1.20.tar.gz) = AR5yOpVvL7kCk1fQDdtwXDUDCa8=
-SHA1 (nhc98src-1.20.tar.gz) = W8+g6MwZKvxaVKqwvUwYEtr6e0U=
-SHA256 (nhc98src-1.20.tar.gz) = bwCQOL88qg10a3/IErvk6yZY/SYyC7pQ4m25Zs6tdOw=
-SIZE (nhc98src-1.20.tar.gz) = 14571837
+MD5 (nhc98src-1.22.tar.gz) = nHZp095tIXJ0rEqt1j3Ofg==
+RMD160 (nhc98src-1.22.tar.gz) = makNAPd/ZpOMgXyBPxHD0Opb8kQ=
+SHA1 (nhc98src-1.22.tar.gz) = qK3I8iNxmY7gZXvA4BBYpX2Harw=
+SHA256 (nhc98src-1.22.tar.gz) = FMXBbDNtC7Febj0bqtiivKk8BTihKfsY3x1H0fTrbzo=
+SIZE (nhc98src-1.22.tar.gz) = 29854160
Index: patches/patch-Makefile
===
RCS file: /cvs/ports/lang/nhc98/patches/patch-Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile
--- patches/patch-Makefile  28 Aug 2008 19:55:20 -  1.3
+++ patches/patch-Makefile  25 Jul 2010 12:45:38 -
@@ -3,11 +3,11 @@ $OpenBSD: patch-Makefile,v 1.3 2008/08/2
 Fail on failure, and don't be so silent during the tests, it makes
 me nervous.
 
 Makefile.orig  Fri Nov 23 16:20:30 2007
-+++ Makefile   Fri Nov 23 21:14:56 2007
-@@ -190,8 +190,7 @@ config: script/errnogen.c
- install:
-   ./configure --install
+--- Makefile.orig  Sat Feb 20 10:21:37 2010
 Makefile   Sat Jul 24 16:02:51 2010
+@@ -198,8 +198,7 @@ install:
+   if [ "$(MACHINE)" != "" ]; then CC=$(CC) ./configure 
--target=$(MACHINE) --install ; else ./configure --config ; fi
+   
  test:
 -  cd tests && ./runtests clean >/dev/null && ./runtests >t.log 2>t.err
 -  tail -4 tests/t.err
Index: patches/patch-Makefile_inc
===
RCS file: patches/patch-Makefile_inc
diff -N patches/patch-Makefile_inc
--- patches/patch-Makefile_inc  28 Aug 2008 19:55:20 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-Makefile_inc,v 1.1 2008/08/28 19:55:20 kili Exp $
-
-Disable -m32 for now, not all archs support it.
-
 Makefile.inc.orig  Thu Nov 22 14:05:04 2007
-+++ Makefile.inc   Sun Nov 25 16:56:37 2007
-@@ -1,7 +1,7 @@
- ### Configurable variables:
- 
- OPT = -O3
--ARCH = -m32
-+ARCH =
- 
- # CC = actually sourced from LIBDIR/MACHINE/config
- INSTALL = cp
Index: patches/patch-configure
===
RCS file: /cvs/ports/lang/nhc98/patches/patch-configure,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure
--- patches/patch-configure 28 Aug 2008 19:55:20 -  1.2
+++ patches/patch-configure 25 Jul 2010 12:45:38 -
@@ -3,9 +3,31 @@ $OpenBSD: patch-configure,v 1.2 2008/08/
 Don't be so picky about the compiler used to build nhc.
 Disable -m32 for now, not all archs support it.
 
 configure.orig Thu Nov 22 14:05:24 2007
-+++ configure  Sun Nov 25 16:56:18 2007
-@@ -309,8 +309,7 @@ then
+--- configure.orig Fri Jul  9 14:41:23 2010
 configure  Sat Jul 24 16:05:04 2010
+@@ -101,8 +101,8 @@ esac
+ #RTSFLAG=yes
+ HEAP=10
+ BUILDWITH=
+-BACKCCOPTIONS=-m32
+-BACKLDOPTIONS=-m32
++BACKCCOPTIONS=
++BACKLDOPTIONS=
+ 
+ BUILDLIBDIR=$PWD/lib
+ BUILDINCDIR=$PWD/include
+@@ -203,8 +203,8 @@ do
+   echo "--hostcc=path  path to the host compiler [mandatory]"
+   echo "--hoststrip=path   path to the host strip command [mandatory]"
+   echo "--endian=flag  -DLOW_BYTE_FIRST (little endian) | 
-DHIGH_BYTE_FIRST (big endian) [mandatory]"
+-  echo "--ccoption=flags   C options for the back-end compiler called by 
nhc98 [-m32]"
+-  echo "--ldoption=flags   LD options for the back-end linker called by 

UPDATE: sysutils/dwdiff

2010-07-25 Thread Benoit Lecocq

Hi,

This diff updates dwdiff to the latest release 1.8.1.
Tested on amd64.

Comments ? OK ?

Cheers,
benoit


Index: Makefile
===
RCS file: /cvs/ports/sysutils/dwdiff/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile23 Jul 2010 20:59:09 -  1.8
+++ Makefile25 Jul 2010 12:15:53 -
@@ -2,7 +2,7 @@
 
 COMMENT =  word-based diff program
 
-DISTNAME = dwdiff-1.8
+DISTNAME = dwdiff-1.8.1
 CATEGORIES =   sysutils textproc
 
 HOMEPAGE = http://os.ghalkes.nl/dwdiff.html
Index: distinfo
===
RCS file: /cvs/ports/sysutils/dwdiff/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo23 Jul 2010 20:59:09 -  1.8
+++ distinfo25 Jul 2010 12:15:53 -
@@ -1,5 +1,5 @@
-MD5 (dwdiff-1.8.tgz) = yT0juK9LoM/+lwL5DSqXvA==
-RMD160 (dwdiff-1.8.tgz) = c8d/AvHRgnxGOOikkQw64dWYGog=
-SHA1 (dwdiff-1.8.tgz) = h0gnJEjI48CGU8aN8VzDsAatwLc=
-SHA256 (dwdiff-1.8.tgz) = Ch95aBU72VQ0eajO208Hx74YBy3HAKFJvylehToPD1M=
-SIZE (dwdiff-1.8.tgz) = 74843
+MD5 (dwdiff-1.8.1.tgz) = N5cb6ekFqj7rTUlK1ApjGA==
+RMD160 (dwdiff-1.8.1.tgz) = wRiakboehJtSYruCkMbcSxaJzsU=
+SHA1 (dwdiff-1.8.1.tgz) = wkdONn7iMIri42qpd4h3/HNymoo=
+SHA256 (dwdiff-1.8.1.tgz) = Ng0jmfaFbi2B7wSJFVLS59byn+I1V5jiYOeRRx8E4EY=
+SIZE (dwdiff-1.8.1.tgz) = 75189


NEW: misc/libmemcached

2010-07-25 Thread Piotr Sikora

$ cat pkg/DESCR
libmemcached is an open source C/C++ client library and tools for the
memcached server. It has been designed to be light on memory usage,
thread safe, and provide full access to server side methods.

Flavors:
sasl2 - build with SASLv2 support for authentication.


Tested on recent amd64 and i386 snapshots.

Comments? OK?

Best regards,
Piotr Sikora < piotr.sik...@frickle.com >


libmemcached-0.42.tar.gz
Description: GNU Zip compressed data


NEW: misc/gearmand

2010-07-25 Thread Piotr Sikora

$ cat pkg/DESCR
Gearman provides a generic application framework to farm out work to
other machines or processes that are better suited to do the work.
It allows you to do work in parallel, to load balance processing,
and to call functions between languages. It can be used in a variety
of applications, from high-availability web sites to the transport of
database replication events. In other words, it provides a distributed
nervous system to build applications on. It is entirely open source,
is fast, flexible, and multi-language. Gearman is designed to be
deployed in architectures that have no single point of failure as well.

Flavors:
drizzle- build with Drizzle/MySQL support for persistent queues,
memcached  - build with memcached support for persistent queues,
postgresql - build with PostgreSQL support for persistent queues,
sqlite - build with SQLite support for persistent queues.


Tested on recent amd64 and i386 snapshots.

Comments? OK?

Best regards,
Piotr Sikora < piotr.sik...@frickle.com >


gearmand-0.14.tar.gz
Description: GNU Zip compressed data


RESUBMIT: databases/libdrizzle

2010-07-25 Thread Piotr Sikora

$ cat pkg/DESCR
Drizzle client and protocol library, also known as "new client library
for Drizzle and MySQL". Supports Drizzle and MySQL 4.1+.


Tested on recent amd64 and i386 snapshots.

Comments? OK?

Best regards,
Piotr Sikora < piotr.sik...@frickle.com >


libdrizzle-0.8.tar.gz
Description: GNU Zip compressed data


Re: [NEW] x11/chmsee

2010-07-25 Thread Antoine Jacoutot
> This updates chmsee to 1.2.0 (released 2010-07-23):

Committed, thanks.
Next time, don't forget to regen PLIST and to move the LIB_DEPENDS to 
the new spec.


> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/textproc/chmsee/Makefile,v
> > retrieving revision 1.1.1.1
> > diff -u -u -r1.1.1.1 Makefile
> > --- Makefile6 Jul 2010 16:43:29 -   1.1.1.1
> > +++ Makefile24 Jul 2010 07:09:19 -
> > @@ -2,7 +2,7 @@
> >  
> >  COMMENT =  html help viewer
> >  
> > -DISTNAME = chmsee-1.1.0
> > +DISTNAME = chmsee-1.2.0
> >  
> >  CATEGORIES =   textproc x11
> >  
> > Index: distinfo
> > ===
> > RCS file: /cvs/ports/textproc/chmsee/distinfo,v
> > retrieving revision 1.1.1.1
> > diff -u -u -r1.1.1.1 distinfo
> > --- distinfo6 Jul 2010 16:43:29 -   1.1.1.1
> > +++ distinfo24 Jul 2010 07:09:33 -
> > @@ -1,5 +1,5 @@
> > -MD5 (chmsee-1.1.0.tar.gz) = z1OCUTgBvF8hcVoixtSF0w==
> > -RMD160 (chmsee-1.1.0.tar.gz) = GWGm6rPNNxJ1PG8u3Vo3iV5wT4U=
> > -SHA1 (chmsee-1.1.0.tar.gz) = 05Jp+C1eMXxmc5kEodGfl0vdJEQ=
> > -SHA256 (chmsee-1.1.0.tar.gz) =
> > jXZSny7N4rTBJap1KzamnUR9XVmoLqM/lxrbseFyIeU= -SIZE
> > (chmsee-1.1.0.tar.gz) = 135895 +MD5 (chmsee-1.2.0.tar.gz) =
> > pTO2aoo4LYgo2sY+P6gaXQ== +RMD160 (chmsee-1.2.0.tar.gz) =
> > bQAofUXPK8YHYfhCl01bLJSkj+I= +SHA1 (chmsee-1.2.0.tar.gz) =
> > LEG8SgHKmgPRoFUr/7RG/opHUAs= +SHA256 (chmsee-1.2.0.tar.gz) =
> > JWMU4QHVwphxy3/EFO3Bo82T0bEcOcZMHw7q+VjHf3M= +SIZE
> > (chmsee-1.2.0.tar.gz) = 158714 Index: patches/patch-CMakeLists.txt
> > ===
> > RCS file: /cvs/ports/textproc/chmsee/patches/patch-CMakeLists.txt,v
> > retrieving revision 1.1.1.1
> > diff -u -u -r1.1.1.1 patch-CMakeLists.txt
> > --- patches/patch-CMakeLists.txt6 Jul 2010 16:43:29
> > -   1.1.1.1 +++ patches/patch-CMakeLists.txt24 Jul
> > 2010 08:59:44 - @@ -1,9 +1,9 @@
> >  CMakeLists.txt.origFri Jul  2 00:18:31 2010
> > -+++ CMakeLists.txt Fri Jul  2 00:18:48 2010
> > +--- CMakeLists.txt.origSat Jul 24 03:59:25 2010
> >  CMakeLists.txt Sat Jul 24 03:59:37 2010
> >  @@ -8,7 +8,7 @@ set(CMAKE_BUILD_TYPE Release)
> >   find_package(PkgConfig)
> >   
> > - pkg_check_modules (CHMSEE REQUIRED gthread-2.0 glib-2.0 libxml-2.0
> > gtk+-2.0>=2.16 nspr)
> > + pkg_check_modules (CHMSEE REQUIRED gthread-2.0>=2.24 glib-2.0>=2.24
> > libxml-2.0 gtk+-2.0>=2.20 nspr) -pkg_search_module(XULRUNNER REQUIRED
> > mozilla-gtkmozembed-embedding>=1.9 xulrunner-gtkmozembed>=1.9)
> > +pkg_search_module(XULRUNNER REQUIRED
> > xulrunner-gtkmozembed-embedding>=1.9 xulrunner-gtkmozembed>=1.9)

-- 
Antoine



Re: [NEW] x11/chmsee

2010-07-25 Thread Jiri B.
On Sat, 24 Jul 2010 04:27:52 -0500
Abel Abraham Camarillo Ojeda  wrote:

> This updates chmsee to 1.2.0 (released 2010-07-23):
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/textproc/chmsee/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -u -r1.1.1.1 Makefile
> --- Makefile  6 Jul 2010 16:43:29 -   1.1.1.1
> +++ Makefile  24 Jul 2010 07:09:19 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =html help viewer
>  
> -DISTNAME =   chmsee-1.1.0
> +DISTNAME =   chmsee-1.2.0
>  
>  CATEGORIES = textproc x11
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/textproc/chmsee/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -u -r1.1.1.1 distinfo
> --- distinfo  6 Jul 2010 16:43:29 -   1.1.1.1
> +++ distinfo  24 Jul 2010 07:09:33 -
> @@ -1,5 +1,5 @@
> -MD5 (chmsee-1.1.0.tar.gz) = z1OCUTgBvF8hcVoixtSF0w==
> -RMD160 (chmsee-1.1.0.tar.gz) = GWGm6rPNNxJ1PG8u3Vo3iV5wT4U=
> -SHA1 (chmsee-1.1.0.tar.gz) = 05Jp+C1eMXxmc5kEodGfl0vdJEQ=
> -SHA256 (chmsee-1.1.0.tar.gz) =
> jXZSny7N4rTBJap1KzamnUR9XVmoLqM/lxrbseFyIeU= -SIZE
> (chmsee-1.1.0.tar.gz) = 135895 +MD5 (chmsee-1.2.0.tar.gz) =
> pTO2aoo4LYgo2sY+P6gaXQ== +RMD160 (chmsee-1.2.0.tar.gz) =
> bQAofUXPK8YHYfhCl01bLJSkj+I= +SHA1 (chmsee-1.2.0.tar.gz) =
> LEG8SgHKmgPRoFUr/7RG/opHUAs= +SHA256 (chmsee-1.2.0.tar.gz) =
> JWMU4QHVwphxy3/EFO3Bo82T0bEcOcZMHw7q+VjHf3M= +SIZE
> (chmsee-1.2.0.tar.gz) = 158714 Index: patches/patch-CMakeLists.txt
> ===
> RCS file: /cvs/ports/textproc/chmsee/patches/patch-CMakeLists.txt,v
> retrieving revision 1.1.1.1
> diff -u -u -r1.1.1.1 patch-CMakeLists.txt
> --- patches/patch-CMakeLists.txt  6 Jul 2010 16:43:29
> - 1.1.1.1 +++ patches/patch-CMakeLists.txt24 Jul
> 2010 08:59:44 - @@ -1,9 +1,9 @@
>  CMakeLists.txt.orig  Fri Jul  2 00:18:31 2010
> -+++ CMakeLists.txt   Fri Jul  2 00:18:48 2010
> +--- CMakeLists.txt.orig  Sat Jul 24 03:59:25 2010
>  CMakeLists.txt   Sat Jul 24 03:59:37 2010
>  @@ -8,7 +8,7 @@ set(CMAKE_BUILD_TYPE Release)
>   find_package(PkgConfig)
>   
> - pkg_check_modules (CHMSEE REQUIRED gthread-2.0 glib-2.0 libxml-2.0
> gtk+-2.0>=2.16 nspr)
> + pkg_check_modules (CHMSEE REQUIRED gthread-2.0>=2.24 glib-2.0>=2.24
> libxml-2.0 gtk+-2.0>=2.20 nspr) -pkg_search_module(XULRUNNER REQUIRED
> mozilla-gtkmozembed-embedding>=1.9 xulrunner-gtkmozembed>=1.9)
> +pkg_search_module(XULRUNNER REQUIRED
> xulrunner-gtkmozembed-embedding>=1.9 xulrunner-gtkmozembed>=1.9)

Works OK for me on i386.

jirib