RE: gnutls update fails on libchamplain

2011-06-08 Thread Johan Hendriks
On Tue, Jun 7, 2011 at 23:10, Johan Hendriks jo...@double-l.nl wrote:
 Hello all,

 I did an cvsup  of the ports tree, read /usr/ports/UPDATING.
 It tells me that the new gnutls requires the following comman.
 portmaster -r gnutls.

 but this is the result

[skip]

 /libexec/ld-elf.so.1: Shared object libgnutls.so.40 not found, required by 
 libchamplain-0.8.so.1

It is the reason (above).

For some reason the installed version of libchamplain-0.8.so.1 was
catched and passed to the linker (instead of freshly built one).

Workaround: deinstall already installed package and rebuild the new

-- 
Andrew W. Nosenko andrew.w.nose...@gmail.com


Thanks, that did the job.
Also thanks to Michal varga for this solution.

regards,
Johan Hendriks


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: OO 3.3.0 fails to build moz module on amd64 8-STABLE

2011-06-08 Thread Lawrence Stewart

On 06/07/11 19:05, Maho NAKATA wrote:

thanks, committed,


Working for me now too. Thanks Don for the pointer and Nakata for 
committing the fix.


Cheers,
Lawrence
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


looking for a ports commiter to take a pr

2011-06-08 Thread Olivier Smedts
Hello,

Anyone here to take a maintainer-update of the games/eduke32 port
before the Duke Nukem Forever release ? :D

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156932

Thanks !

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


py-nautilus broken

2011-06-08 Thread Marco Beishuizen

Hi,

Installation of x11-fm/py-nautilus fails because of a patch error:

...
/usr/ports/x11-fm/py-nautilus# make install clean
===  License GPLv2 accepted by the user
===  Extracting for py27-nautilus-0.7.2
= SHA256 Checksum OK for nautilus-python-0.7.2.tar.bz2.
===  Patching for py27-nautilus-0.7.2
===  Applying FreeBSD patches for py27-nautilus-0.7.2
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to configure.rej
= Patch patch-configure failed to apply cleanly.
*** Error code 1
...

Regards,
Marco

--
Commitment, n.:
Commitment can be illustrated by a breakfast of ham and eggs.
The chicken was involved, the pig was committed.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


compiling mjpegtools fails

2011-06-08 Thread Marco Beishuizen

Hi,

I tried to upgrade my ports, but mjpegtools fails with a compile error:

...
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -I../utils 
-I/usr/local/include  -DNDEBUG -finline-functions -fno-PIC -O2 -pipe 
-march=prescott -fno-strict-aliasing -D_THREAD_SAFE   -MT newdenoise.o -MD 
-MP -MF .deps/newdenoise.Tpo -c -o newdenoise.o newdenoise.cc
SkipList.hh: In member function 'void SkipListKEY, VALUE, KEYFN, PRED, 
HC, ALLOC::Init(Status_t, bool, const SkipListKEY, VALUE, KEYFN, PRED, 
HC, ALLOC::InitParams) [with KEY = VariableSizeAllocator::Block, VALUE = 
VariableSizeAllocator::Block, KEYFN = IdentVariableSizeAllocator::Block, 
VariableSizeAllocator::Block, PRED = 
VariableSizeAllocator::Block::SortBySize, int HC = 10, ALLOC = 
PlacementAllocator]':

SkipList.hh:546: internal compiler error: in do_SUBST, at combine.c:502
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
gmake[2]: *** [newdenoise.o] Error 1
gmake[2]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-2.0.0/y4mdenoise'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-2.0.0'

gmake: *** [all] Error 2
*** Error code 1
...

Anyone an idea what has happened?
Regards,
Marco

--
Gloffing is a state of mine.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: gnutls update fails on libchamplain

2011-06-08 Thread Matthias Andree
Am 07.06.2011 22:34, schrieb Andrew W. Nosenko:
 On Tue, Jun 7, 2011 at 23:10, Johan Hendriks jo...@double-l.nl wrote:
 Hello all,

 I did an cvsup  of the ports tree, read /usr/ports/UPDATING.
 It tells me that the new gnutls requires the following comman.
 portmaster -r gnutls.

 but this is the result
 
 [skip]
 
 /libexec/ld-elf.so.1: Shared object libgnutls.so.40 not found, required by 
 libchamplain-0.8.so.1
 
 It is the reason (above).
 
 For some reason the installed version of libchamplain-0.8.so.1 was
 catched and passed to the linker (instead of freshly built one).
 
 Workaround: deinstall already installed package and rebuild the new
 

The maintainers (in this case, the FreeBSD GNOME team, Cc'd) could
arrange for their port that the freshly built libchamplain library is
found in LD_LIBRARY_PATH before the $LOCALPATH/lib or $PREFIX/lib,
meaning that LD_LIBRARY_PATH needs to be set during the build to where
the .so files will end up (possibly that is a .libs sub directory for
libtool-based ports - didn't check either).
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: maintainership of www/py-html5lib

2011-06-08 Thread Ruslan Mahmatkhanov

08.06.2011 13:56, Ruslan Mahmatkhanov пишет:



I want to maintain www/py-html5lib, please set me as such.
The patch attached also makes this changes:
- ${MASTER_SITE_GOOGLE_CODE} - GOOGLE_CODE
- po...@freebsd.org - cvs-...@yandex.ru
- add license (MIT)
- clean up commented out NO_WRKSRCDUBDIR
- move pkg-plist entry to Makefile. remove pkg-plist
- fix whitespace nit in pkg-descr


Corrected patch attached (i mistyped my email).

--
Regards,
Ruslan
diff -ruNa py-html5lib.orig/Makefile py-html5lib/Makefile
--- py-html5lib.orig/Makefile   2011-02-25 07:40:29.0 +0300
+++ py-html5lib/Makefile2011-06-08 13:49:45.0 +0400
@@ -10,14 +10,16 @@
 PORTVERSION=   0.90
 PORTREVISION=  1
 CATEGORIES=www python
-MASTER_SITES=  ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=  GOOGLE_CODE
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=po...@freebsd.org
+MAINTAINER=cvs-...@yandex.ru
 COMMENT=   A Python based HTML parser based on the HTML5 spec
 
+LICENSE=   MIT
+
+PLIST_FILES=   %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 USE_ZIP=   yes
-#NO_WRKSUBDIR= yes
 USE_PYTHON=2.5+
 USE_PYDISTUTILS=   easy_install
 
diff -ruNa py-html5lib.orig/pkg-descr py-html5lib/pkg-descr
--- py-html5lib.orig/pkg-descr  2007-08-08 06:17:28.0 +0400
+++ py-html5lib/pkg-descr   2011-06-08 13:27:59.0 +0400
@@ -6,4 +6,4 @@
 Output is to a tree structure; the current release supports output to a custom
 tree similar to DOM and to ElementTree.
 
-WWW: http://code.google.com/p/html5lib/ 
+WWW: http://code.google.com/p/html5lib/
diff -ruNa py-html5lib.orig/pkg-plist py-html5lib/pkg-plist
--- py-html5lib.orig/pkg-plist  2008-12-31 21:38:30.0 +0300
+++ py-html5lib/pkg-plist   1970-01-01 03:00:00.0 +0300
@@ -1 +0,0 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: compiling mjpegtools fails

2011-06-08 Thread Marco Beishuizen

On Wed, 8 Jun 2011, the wise Baptiste Daroussin wrote:


SkipList.hh:546: internal compiler error: in do_SUBST, at combine.c:502
does not sound good :)
What is your freebsd version?


I'm running 8.2-STABLE, and portstree is up-to-date.

--
You know you're a little fat if you have stretch marks on your car.
-- Cyrus, Chicago Reader 1/22/82
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: maintainership of www/py-html5lib

2011-06-08 Thread Scot Hetzel
On Wed, Jun 8, 2011 at 5:00 AM, Ruslan Mahmatkhanov cvs-...@yandex.ru wrote:
 08.06.2011 13:56, Ruslan Mahmatkhanov пишет:


 I want to maintain www/py-html5lib, please set me as such.
 The patch attached also makes this changes:
 - ${MASTER_SITE_GOOGLE_CODE} - GOOGLE_CODE
 - po...@freebsd.org - cvs-...@yandex.ru
 - add license (MIT)
 - clean up commented out NO_WRKSRCDUBDIR
 - move pkg-plist entry to Makefile. remove pkg-plist
 - fix whitespace nit in pkg-descr

 Corrected patch attached (i mistyped my email).


The best way to obtain maintainership is to use send-pr (command) or
the send-pr form (http://www.freebsd.org/send-pr.html), this way a
commiter can pick up your request and submit the appropriate changes.

Submitting the changes to the Ports list, might result in them getting lost.

Scot
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: php5-extensions-1.5 missing intl + phar

2011-06-08 Thread Alex Dupre

Edwin Cools ha scritto:

I can’t find php5-intl and php5-phar in the ports collection, are there
plans on adding them?


There are pecl-intl and pecl-phar.

--
Alex Dupre
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: maintainership of www/py-html5lib

2011-06-08 Thread Sahil Tandon
On Wed, 2011-06-08 at 10:38:39 -0500, Scot Hetzel wrote:

 On Wed, Jun 8, 2011 at 5:00 AM, Ruslan Mahmatkhanov cvs-...@yandex.ru wrote:
  08.06.2011 13:56, Ruslan Mahmatkhanov пишет:
 
 
  I want to maintain www/py-html5lib, please set me as such.
  The patch attached also makes this changes:
  - ${MASTER_SITE_GOOGLE_CODE} - GOOGLE_CODE
  - po...@freebsd.org - cvs-...@yandex.ru
  - add license (MIT)
  - clean up commented out NO_WRKSRCDUBDIR
  - move pkg-plist entry to Makefile. remove pkg-plist
  - fix whitespace nit in pkg-descr
 
  Corrected patch attached (i mistyped my email).
 
 The best way to obtain maintainership is to use send-pr (command) or
 the send-pr form (http://www.freebsd.org/send-pr.html), this way a
 commiter can pick up your request and submit the appropriate changes.

Sound advice.

 Submitting the changes to the Ports list, might result in them getting lost.

Not in this case; Ruslan's revised patch has been committed. :)

-- 
Sahil Tandon sa...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: maintainership of www/py-html5lib

2011-06-08 Thread wen heping
2011/6/9 Sahil Tandon sa...@freebsd.org:
 On Wed, 2011-06-08 at 10:38:39 -0500, Scot Hetzel wrote:

 On Wed, Jun 8, 2011 at 5:00 AM, Ruslan Mahmatkhanov cvs-...@yandex.ru 
 wrote:
  08.06.2011 13:56, Ruslan Mahmatkhanov пишет:
 
 
  I want to maintain www/py-html5lib, please set me as such.
  The patch attached also makes this changes:
  - ${MASTER_SITE_GOOGLE_CODE} - GOOGLE_CODE
  - po...@freebsd.org - cvs-...@yandex.ru
  - add license (MIT)
  - clean up commented out NO_WRKSRCDUBDIR
  - move pkg-plist entry to Makefile. remove pkg-plist
  - fix whitespace nit in pkg-descr
 
  Corrected patch attached (i mistyped my email).

 The best way to obtain maintainership is to use send-pr (command) or
 the send-pr form (http://www.freebsd.org/send-pr.html), this way a
 commiter can pick up your request and submit the appropriate changes.

 Sound advice.

 Submitting the changes to the Ports list, might result in them getting lost.

 Not in this case; Ruslan's revised patch has been committed. :)

py-html5lib  is on my tinderbox now :)

wen


 --
 Sahil Tandon sa...@freebsd.org
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org