Re: shells/bash 4.1 -> 4.2

2011-11-14 Thread David O'Brien
On Sun, Nov 06, 2011 at 08:11:58PM -0500, Jason Hellenthal wrote:
> Are there any plans to update this port to 4.2 yet ?

Not until FreeBSD 9.0-RELEASE is done.

Bash is *way* too widely used to chance a problem with a new version.

-- 
-- David  (obr...@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: Upgrading KDE 4.6.5 -> 4.7.2 Kmail Errors

2011-11-14 Thread Alberto Villa
On Tuesday 15 November 2011 04:00:39 Aric Gregson wrote:
> OK, I've changed my mind. KMail is won't stop with the warnings and it is
> distracting. It is possible to just replace Kontact and not the rest of
> KDE, right?

Yes. Uninstall kdepim4 and kdepim4-runtime, checkout area51, run 
`kdemerge -m /usr/ports` (warning: this will pollute your ports tree... we 
will try to fix this - alternatively, you can just replace those two ports with 
those in area51), and install kdepim4.
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

First Rule of History:
History doesn't repeat itself --
historians merely repeat each other.


signature.asc
Description: This is a digitally signed message part.


Re: Upgrading KDE 4.6.5 -> 4.7.2 Kmail Errors

2011-11-14 Thread Aric Gregson
On Monday, November 14, 2011 09:26:05 AM Alberto Villa wrote:
> Should you want to give it a try, we ask you to report back about 
> your experience.

OK, I've changed my mind. KMail is won't stop with the warnings and it is 
distracting. It is possible to just replace Kontact and not the rest of KDE, 
right?

Aric
___
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: "postfix-current" broken on amd64 platform

2011-11-14 Thread Glen Barber
On Mon, Nov 14, 2011 at 09:24:30PM -0500, Sahil Tandon wrote:
> [ pav@ and those who tested mail/postifx-current on amd64 added to Cc: ]
> 
> On Mon, 2011-11-14 at 08:37:13 -0500, Jerry wrote:
> 
> > The "postfix-current" port is still marked as broken:
> > 
> > .if ${ARCH} == "amd64"
> > BROKEN= fails during installation
> > .endif
> > 
> > Since all previous releases of Postfix worked on FreeBSD, and since
> > Postfix is/was developed on FreeBSD, I was wondering what the problem
> > is with this release. Is there a possibility that this phenomena might
> > be rectified in the near future?
> 
> Thanks for your report, Jerry.  You are correct that FreeBSD is the main
> development platform for Postfix.  It seems that pointyhat's amd64
> machine throws an error during the install phase.  Pav noticed this and
> marked the port BROKEN; however, neither I nor a few others I've
> enlisted can reproduce the error.  Would you mind removing the
> conditional that marks this port BROKEN, try to build/install in your
> amd64 environment, and report the results? 
> 
> Pav, if nobody else can reproduce the error seen on pointyhat, can
> portmgr look into whether there is something quirky with the amd64
> pointyhat machine?
> 

I don't have the successful build logs anymore, so I've just re-queued a
build of postfix-current on 9-STABLE (-RC2) amd64 in my tinderbox if
the results are of interest to those that can investigate any potential
pointyhat anomalies.

Regards,

Glen

-- 
Glen Barber | g...@freebsd.org
FreeBSD Documentation Project



pgpY4wWj429FM.pgp
Description: PGP signature


Re: "postfix-current" broken on amd64 platform

2011-11-14 Thread Sahil Tandon
[ pav@ and those who tested mail/postifx-current on amd64 added to Cc: ]

On Mon, 2011-11-14 at 08:37:13 -0500, Jerry wrote:

> The "postfix-current" port is still marked as broken:
> 
> .if ${ARCH} == "amd64"
> BROKEN= fails during installation
> .endif
> 
> Since all previous releases of Postfix worked on FreeBSD, and since
> Postfix is/was developed on FreeBSD, I was wondering what the problem
> is with this release. Is there a possibility that this phenomena might
> be rectified in the near future?

Thanks for your report, Jerry.  You are correct that FreeBSD is the main
development platform for Postfix.  It seems that pointyhat's amd64
machine throws an error during the install phase.  Pav noticed this and
marked the port BROKEN; however, neither I nor a few others I've
enlisted can reproduce the error.  Would you mind removing the
conditional that marks this port BROKEN, try to build/install in your
amd64 environment, and report the results? 

Pav, if nobody else can reproduce the error seen on pointyhat, can
portmgr look into whether there is something quirky with the amd64
pointyhat machine?

-- 
Sahil Tandon
___
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: 10-CURRENT && ports/devel/gvfs does not compile

2011-11-14 Thread poyopoyo
At Mon, 14 Nov 2011 14:59:21 +0100,
Matthias Apitz wrote:
> caracas# make
> ...
>   CC gvfsd_archive-daemon-main.o
>   CC gvfsd_archive-daemon-main-generic.o
>   CCLD   gvfsd-archive
> /usr/bin/ld: warning: libcrypto.so.6, needed by /usr/lib/libarchive.so, may 
> conflict with libcrypto.so.7
> /usr/lib/libarchive.so: undefined reference to `lzma_code@XZ_5.0'
> /usr/lib/libarchive.so: undefined reference to `lzma_stream_decoder@XZ_5.0'
> /usr/lib/libarchive.so: undefined reference to `lzma_lzma_preset@XZ_5.0'
> /usr/lib/libarchive.so: undefined reference to `lzma_alone_encoder@XZ_5.0'
> /usr/lib/libarchive.so: undefined reference to `lzma_end@XZ_5.0'
> /usr/lib/libarchive.so: undefined reference to `lzma_alone_decoder@XZ_5.0'
> /usr/lib/libarchive.so: undefined reference to `lzma_memusage@XZ_5.0'
> /usr/lib/libarchive.so: undefined reference to `lzma_stream_encoder@XZ_5.0'
> gmake[4]: *** [gvfsd-archive] Error 1
> gmake[4]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon'

It is likely with you to have xz from ports or something other than
base. Remove it and everything should go fine.

-- 
kuro
___
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: multimedia/phonon: CMake Error at CMakeLists.txt:58 (if):

2011-11-14 Thread Raphael Kubo da Costa
Boris Samorodov  writes:

> Hi List,
>
> I've got an error while multimedia/phonon building:
> -
> % uname -a
> FreeBSD srv.bb.tel.ru 9.0-RC2 FreeBSD 9.0-RC2 #0: Sun Nov 13 03:46:26
> SAMT 2011 b...@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB  i386
>
> % sudo make -C /usr/ports/multimedia/phonon
> [...]
> -- Performing Test __KDE_HAVE_GCC_VISIBILITY
> -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
> CMake Error at CMakeLists.txt:58 (if):
>   if given arguments:
>
> "AND" "PHONON_BUILD_DESIGNER_PLUGIN"
>
>   Unknown arguments specified
>
>
> -- Configuring incomplete, errors occurred!
> *** Error code 1
> -
>
> I found alike problem but it's a warning while for me it's an error:
> http://kde.ixsystems.com/index.php?action=display_markup_log&build=9-area51&id=689
>
> Any help is appreciated. Thanks!

Thanks, I've just fixed this upstream and added my fix to area51
(r7826). I'll commit it to ports as soon as I get an OK from avilla or
makc.

BTW, you were supposed to get a warning instead of an error too, do you
have some special setting that raises the severity of warnings?

___
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: Recent ports removal

2011-11-14 Thread Matthias Andree
If it were to be "consensus" we wouldn't be moving anywhere as a
project, so that certainly won't count.
___
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: Recent ports removal

2011-11-14 Thread Matthias Andree
Am 10.11.2011 12:06, schrieb Dmitry Marakasov:

> Why should we go through it again and again? If it's not broken, it's
> useable, you may not remove it, period. 

It appears to me that yours - although shared with mi@ - is a minority
vote, and on top of that, also one with little weight because -- and
this is my personal perception that is likely to differ -- it is from
one of the people who nag about the policy of fact, and rather talk,
than grab a port and fix it so it can stay.

Where "work" in the previous paragraph can be substituted with providing
other resources, like recruiting new volunteers, bribing current
contributors, or thereabout.

Nagging from your seat isn't helpful.


Now, let's get constructive, here are my ideas for the current round of
port removal nagging:

1. I'd like to officially propose to remove the
MAINTAINER=po...@freebsd.org tag from unmaintained ports and have the
ports/Mk/bsd.*.mk stuff be explicit about the port being unmaintained,
so as to pull this rug from underneath the naggers so they can no longer
delude anyone to believe a port were "maintained by ports@".


2. We could see to exposing deprecations or somethings more clearly.
portmaster -L is a contributor here, but I think it needs to move closer
to the baseline source.  Marking such mars in INDEX (dougb@ mentioned
that) sounds useful to me, if it's viable.

Else we can consider bumping PORTREVISION when marking a port FORBIDDEN
or DEPRECATED so that this change gets exposed.


3. Perhaps we should also consider not to build packages for ports that
have the slightest mar (DEPRECATED, unmaintained, whatever) -- but that
requires more discussion and thought.


You won't leave footprints (read: make any difference to existing
practice) unless and until you walk (read: work).
___
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"


multimedia/phonon: CMake Error at CMakeLists.txt:58 (if):

2011-11-14 Thread Boris Samorodov
Hi List,

I've got an error while multimedia/phonon building:
-
% uname -a
FreeBSD srv.bb.tel.ru 9.0-RC2 FreeBSD 9.0-RC2 #0: Sun Nov 13 03:46:26
SAMT 2011 b...@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB  i386

% sudo make -C /usr/ports/multimedia/phonon
[...]
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
CMake Error at CMakeLists.txt:58 (if):
  if given arguments:

"AND" "PHONON_BUILD_DESIGNER_PLUGIN"

  Unknown arguments specified


-- Configuring incomplete, errors occurred!
*** Error code 1
-

I found alike problem but it's a warning while for me it's an error:
http://kde.ixsystems.com/index.php?action=display_markup_log&build=9-area51&id=689

Any help is appreciated. Thanks!

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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: Upgrading KDE 4.6.5 -> 4.7.2 Kmail Errors

2011-11-14 Thread Aric Gregson
On Mon, 14 Nov 2011 18:26:05 +0100, Alberto Villa wrote:
> Kontact 4.7.3 is in kde@ testing repository, and can be installed in 
> place of 4.4.11.1: http://freebsd.kde.org/area51.php
[snip]

Thanks for your prompt reply. Given that you don't feel it is stable 
yet, I'll try turning off all Kmail filters for now and see who it 
goes. I do need at least one stable email program. 

Thanks again, Aric
___
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: Upgrading KDE 4.6.5 -> 4.7.2 Kmail Errors

2011-11-14 Thread Alberto Villa
On Monday 14 November 2011 18:19:56 Aric Gregson wrote:
> Thanks for the link and I see that one needs to move to Kontact 4.7.1?
> Has that not been included in 4.7.2 for FreeBSD?

Kontact 4.7.3 is in kde@ testing repository, and can be installed in place of 
4.4.11.1: http://freebsd.kde.org/area51.php
Ask, if you want help.

We decided to hold it back because it has proven to be unstable, but we're 
constantly testing it on every new release waiting for it to be production 
ready. Should you want to give it a try, we ask you to report back about 
your experience.
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

You shall judge of a man by his foes as well as by his friends.
-- Joseph Conrad


signature.asc
Description: This is a digitally signed message part.


Re: Upgrading KDE 4.6.5 -> 4.7.2 Kmail Errors

2011-11-14 Thread Aric Gregson
On Mon, 14 Nov 2011 18:01:01 +0100, Tijl Coosemans wrote:
> https://bugs.kde.org/show_bug.cgi?id=279702
> 
> But that bug has been closed unfortunately because Kontact 4.4.10 is no
> longer supported.

Thanks for the link and I see that one needs to move to Kontact 4.7.1? 
Has that not been included in 4.7.2 for FreeBSD? 

___
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: Upgrading KDE 4.6.5 -> 4.7.2 Kmail Errors

2011-11-14 Thread Tijl Coosemans
On Friday 11 November 2011 01:08:00 Aric Gregson wrote:
> I am receiving new Kmail errors that I have not seen previously, although I 
> do see reports of similar on the web.
> 
> Error while uploading message
> Could not upload the message dated Today 08:47:52 AM from "SoANDSo" 
>  with subject "FW: SomeSubject" to the server.
> The destination folder was: Mednet/inbox.
> The server reported:
> Command Argument Error. 12
> 
> This never happened with 4.6.5. I have reinstalled all components of kde 
> that I can think of (portmaster kde, plus py-keybinding stuff). 
> 
> Any ideas why this may be happening?

https://bugs.kde.org/show_bug.cgi?id=279702

But that bug has been closed unfortunately because Kontact 4.4.10 is no
longer supported.


signature.asc
Description: This is a digitally signed message part.


Re: Small typos in COMMENT

2011-11-14 Thread Ion-Mihai Tetcu

Just go ahead and commit them all. Thanks.

On Sun, 13 Nov 2011 02:34:01 -0500
Eitan Adler  wrote:

> Hi,
> 
> The following ports have a small typo in the COMMENT line. Can you
> please commit the change below or permit me to commit this patch?
> 
> Index: iso12083/Makefile
> ===
> RCS file: /home/pcvs/ports/textproc/iso12083/Makefile,v
> retrieving revision 1.14
> diff -u -r1.14 Makefile
> --- iso12083/Makefile 7 Jul 2003 11:51:38 -   1.14
> +++ iso12083/Makefile 13 Nov 2011 07:29:32 -
> @@ -15,7 +15,7 @@
>  EXTRACT_ONLY=# empty
> 
>  MAINTAINER=  kuriy...@freebsd.org
> -COMMENT= SGML DTDs from the The Electronic Publishing Special
> Interest Group +COMMENT=  SGML DTDs from The Electronic
> Publishing Special Interest Group
> 
>  RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
> Index: jpilot-picsnvideos/Makefile
> ===
> RCS file: /home/pcvs/ports/palm/jpilot-picsnvideos/Makefile,v
> retrieving revision 1.4
> diff -u -r1.4 Makefile
> --- jpilot-picsnvideos/Makefile   23 Sep 2011 22:24:56
> - 1.4 +++ jpilot-picsnvideos/Makefile 13 Nov 2011
> 07:29:32 - @@ -13,7 +13,7 @@
>  PKGNAMEPREFIX=   jpilot-
> 
>  MAINTAINER=  sklau...@trimind.de
> -COMMENT= JPilot plugin to to download photos and videos
> +COMMENT= JPilot plugin to download photos and videos
> 
>  RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot
>  BUILD_DEPENDS=   jpilot:${PORTSDIR}/palm/jpilot
> Index: noegnud-littlehack/Makefile
> ===
> RCS file: /home/pcvs/ports/games/noegnud-littlehack/Makefile,v
> retrieving revision 1.16
> diff -u -r1.16 Makefile
> --- noegnud-littlehack/Makefile   28 Mar 2010 06:35:23
> - 1.16 +++ noegnud-littlehack/Makefile13 Nov 2011
> 07:29:32 - @@ -17,7 +17,7 @@
>  EXTRACT_ONLY=${DISTNAME}_linux_src-minimal${EXTRACT_SUFX}
> 
>  MAINTAINER=  llw...@infor.org
> -COMMENT= The noeGNUd UI for the the LittleHack variation of
> Nethack +COMMENT= The noeGNUd UI for the LittleHack variation
> of Nethack
> 
>  RUN_DEPENDS=
> ${LOCALBASE}/share/${NOEGNUDVERSION}/data/gui:${PORTSDIR}/games/noegnud-data
> 
> Index: p5-DBICx-Deploy/Makefile
> ===
> RCS file: /home/pcvs/ports/databases/p5-DBICx-Deploy/Makefile,v
> retrieving revision 1.6
> diff -u -r1.6 Makefile
> --- p5-DBICx-Deploy/Makefile  24 Sep 2011 22:02:35 -
> 1.6 +++ p5-DBICx-Deploy/Makefile  13 Nov 2011 07:29:32 -
> @@ -14,7 +14,7 @@
>  PKGNAMEPREFIX=   p5-
> 
>  MAINTAINER=  m...@freebsd.org
> -COMMENT= Perl 5 module to deploy a a DBIx::Class schema
> +COMMENT= Perl 5 module to deploy a DBIx::Class schema
> 
>  BUILD_DEPENDS=
> p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
> p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \ Index:
> p5-Rose-DBx-Object-MoreHelpers/Makefile
> ===
> RCS
> file: /home/pcvs/ports/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile,v
> retrieving revision 1.5 diff -u -r1.5 Makefile ---
> p5-Rose-DBx-Object-MoreHelpers/Makefile   24 Sep 2010 00:44:18
> - 1.5 +++ p5-Rose-DBx-Object-MoreHelpers/Makefile
> 13 Nov 2011 07:29:32 - @@ -14,7 +14,7 @@ PKGNAMEPREFIX=   p5-
> 
>  MAINTAINER=  m...@freebsd.org
> -COMMENT= Perl 5 module to deploy a a DBIx::Class schema
> +COMMENT= Perl 5 module to deploy a DBIx::Class schema
> 
>  RUN_DEPENDS=
> p5-Rose-DB-Object>=0.7730,1:${PORTSDIR}/databases/p5-Rose-DB-Object \
>   p5-Data-Dump>=1.06:${PORTSDIR}/devel/p5-Data-Dump
> Index: py-nevow/Makefile
> ===
> RCS file: /home/pcvs/ports/www/py-nevow/Makefile,v
> retrieving revision 1.17
> diff -u -r1.17 Makefile
> --- py-nevow/Makefile 26 Jul 2011 19:59:58 -  1.17
> +++ py-nevow/Makefile 13 Nov 2011 07:29:32 -
> @@ -16,7 +16,7 @@
>  EXTRACT_SUFX=.tar.gz?format=raw
> 
>  MAINTAINER=  ni...@freebsd.org
> -COMMENT= A web application templating system, based on the
> the Twisted Woven +COMMENT=   A web application templating
> system, based on the Twisted Woven
> 
>  BROKEN=  does not build
> 
> 



-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> ite...@freebsd.org, PGP Key ID 057E9F8B493A297B
___
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: 10-CURRENT && ports/devel/gvfs does not compile

2011-11-14 Thread Matthias Apitz
El día Monday, November 14, 2011 a las 03:40:49PM +0100, Matthias Apitz 
escribió:

> > > caracas# make
> > > ...
> > >CC gvfsd_archive-daemon-main.o
> > >CC gvfsd_archive-daemon-main-generic.o
> > >CCLD   gvfsd-archive
> > > /usr/bin/ld: warning: libcrypto.so.6, needed by /usr/lib/libarchive.so, 
> > > may conflict with libcrypto.so.7
> > 
> > also i think u never run make delete-old and make delete-old-libs after 
> > rebuilding ur world/kernel.
> 
> correct; I did this now; but the result is the same; the
> /usr/lib/libarchive.so is from November, 1 (whenn I installed world and
> kernel), also libcrypt.so.6 in /lib; the libcrypto.so.7 was installed by
> openssl-1.0.0_6 port and I have recompiled it again;
> 
> the result for gvfs is the same;

I nailed it down; there was installed some port archivers/xz; it was
installed yesterday, don't know by which other port on the flight;
this provided some shared libs in /usr/local/lib/liblzma.* without the
missing symbols; after removing this port, gvfs installes fine;

matthias
-- 
Matthias Apitz
e  - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
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: 10-CURRENT && ports/devel/gvfs does not compile

2011-11-14 Thread Matthias Apitz
El día Monday, November 14, 2011 a las 10:03:13PM +, Martin Wilke escribió:

> On 11/14/2011 13:59, Matthias Apitz wrote:
> > Hello,
> >
> > I have WITH_FBSD10_FIX=1 in /etc/make.conf and /usr/ports is from CVS from
> > today;
> Please update your portstree,

My portstree was from November, 3 and is now from November, 14.
I think it is higly uptodate;

> 
>   WITH_FBSD10_FIX=1 in /etc/make.conf
> 
> is no longer needed , because its now globally.

Setting WITH_FBSD10_FIX=1 was the hint I got last week in current@, do
you want me to recompile all ports without this now, or is it just
anyway that it is set in /etc/make.conf?

> 
> >
> > caracas# make
> > ...
> >CC gvfsd_archive-daemon-main.o
> >CC gvfsd_archive-daemon-main-generic.o
> >CCLD   gvfsd-archive
> > /usr/bin/ld: warning: libcrypto.so.6, needed by /usr/lib/libarchive.so, may 
> > conflict with libcrypto.so.7
> 
> also i think u never run make delete-old and make delete-old-libs after 
> rebuilding ur world/kernel.

correct; I did this now; but the result is the same; the
/usr/lib/libarchive.so is from November, 1 (whenn I installed world and
kernel), also libcrypt.so.6 in /lib; the libcrypto.so.7 was installed by
openssl-1.0.0_6 port and I have recompiled it again;

the result for gvfs is the same;

thanks for your hints;

matthias

-- 
Matthias Apitz
e  - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
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: 10-CURRENT && ports/devel/gvfs does not compile

2011-11-14 Thread Martin Wilke

On 11/14/2011 13:59, Matthias Apitz wrote:

Hello,

I have WITH_FBSD10_FIX=1 in /etc/make.conf and /usr/ports is from CVS from
today;

Please update your portstree,

 WITH_FBSD10_FIX=1 in /etc/make.conf

is no longer needed , because its now globally.



caracas# make
...
   CC gvfsd_archive-daemon-main.o
   CC gvfsd_archive-daemon-main-generic.o
   CCLD   gvfsd-archive
/usr/bin/ld: warning: libcrypto.so.6, needed by /usr/lib/libarchive.so, may 
conflict with libcrypto.so.7


also i think u never run make delete-old and make delete-old-libs after 
rebuilding ur world/kernel.


- Martin


/usr/lib/libarchive.so: undefined reference to `lzma_code@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_stream_decoder@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_lzma_preset@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_alone_encoder@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_end@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_alone_decoder@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_memusage@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_stream_encoder@XZ_5.0'
gmake[4]: *** [gvfsd-archive] Error 1
gmake[4]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon'

as well setenv UNAME_r and OSVERSION do not help;

Thanks

matthias

Please update your portstree,

 WITH_FBSD10_FIX=1 in /etc/make.conf

is no longer needed , because its now globally. also i think u never run 
make delete-old and make delete-old-libs before u rebuild all ports :)


--
+-oOO--(_)--OOo-+
With best Regards,
Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest

___
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"


10-CURRENT && ports/devel/gvfs does not compile

2011-11-14 Thread Matthias Apitz

Hello,

I have WITH_FBSD10_FIX=1 in /etc/make.conf and /usr/ports is from CVS from
today;

caracas# make
...
  CC gvfsd_archive-daemon-main.o
  CC gvfsd_archive-daemon-main-generic.o
  CCLD   gvfsd-archive
/usr/bin/ld: warning: libcrypto.so.6, needed by /usr/lib/libarchive.so, may 
conflict with libcrypto.so.7
/usr/lib/libarchive.so: undefined reference to `lzma_code@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_stream_decoder@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_lzma_preset@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_alone_encoder@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_end@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_alone_decoder@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_memusage@XZ_5.0'
/usr/lib/libarchive.so: undefined reference to `lzma_stream_encoder@XZ_5.0'
gmake[4]: *** [gvfsd-archive] Error 1
gmake[4]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon'

as well setenv UNAME_r and OSVERSION do not help;

Thanks

matthias
-- 
Matthias Apitz
e  - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
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"


"postfix-current" broken on amd64 platform

2011-11-14 Thread Jerry
The "postfix-current" port is still marked as broken:

.if ${ARCH} == "amd64"
BROKEN= fails during installation
.endif

Since all previous releases of Postfix worked on FreeBSD, and since
Postfix is/was developed on FreeBSD, I was wondering what the problem
is with this release. Is there a possibility that this phenomena might
be rectified in the near future?

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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"


Current unassigned ports problem reports

2011-11-14 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at
http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .)

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

f ports/162559regression in ospfd after upgrade net/quagga to 0.99.2
o ports/162556Can't install editors/libreoffice. Again
o ports/162526Sigbus in minidlna port because read_random_bytes trea
f ports/162518www/shellinabox
o ports/162516New port: games/minecraft-client A block building game
o ports/162515New port: games/minecraft-server Server for the game M
o ports/162511[NEW PORT] net-im/imspector-devel devel version of ims
f ports/162506Tools/scripts/checknewver.sh: add missing closing quot
f ports/162496sysutils/zfs-periodic periodic script error
f ports/162483python -c "import rpm" crashes with a segfault
o ports/162480New port: net-mgmt/cacti-with-plugins Web-driven graph
f ports/162447net/isc-dhcp41-server: starting with rc-script fails
f ports/162383[PATCH] sysutils/smartmontools Remove cd* from the lis
f ports/162378x11/yakuake-kde4 doesn't honor WITHOUT_NLS
f ports/162377databases/mysql++3: portability fix for gcc-4.6
o ports/162375net/openafs doesn't compile on 9-RC1
o ports/162349build fix for audio/aureal-kmod
o ports/162341new port: devel/easypbi
o ports/162340Update: net-p2p/eiskaltdcpp-{lib,daemon,qt,gtk}
o ports/162335New port: net-p2p/solidcoin Alternative Bitcoin peer-t
o ports/162313print/foo2zfs: example devd rules
o ports/162301[maintainer-update] games/ioquake3-devel and slaves
o ports/162297[Maintainer] x11-toolkits/fltk2: update to snapshot r9
f ports/162281[UPDATE] textproc/apache-solr: update to 3.4.0
f ports/162242[patch] security/py-pycrypto: update to 2.4
o ports/162240net/nss-pam-ldapd should allow openldap24-sasl-client
f ports/162231[PATCH] Update www/xxxterm to 1.8.0
f ports/1622219.0-RC1 new problem building lang/spidermonkey
f ports/162218mail/p5-Mail-SpamAssassin: sa-learn can't parse mbox o
f ports/162217Broken translation because of typo in net-mgmt/mrtg
o ports/162207audio/cdparanoid: crash while building the port.
f ports/162194[UPDATE] www/py-gunicorn to 0.13.4
o ports/162177mail/opendkim - make dependency to Sendmail optional
f ports/162167New port: sysutils/torque2
f ports/162148can't build net-p2p/eiskaltdcpp-lib
f ports/162107audio/clementine-player does nor play OGG audio files
o ports/162085duplicate file name in open-motif-2.3.3 and tcl-8.5.10
f ports/162082[patch] databases/mongodb: fix strip binaries
o ports/162053[NEW PORT] devel/php5-msgpack PHP extension for interf
f ports/162052[update][fix] devel/fb303
o ports/162045print/ghostview 1.5_2 coredumps on certain files
o ports/162041[new port] print/harfbuzz: OpenType text shaping engin
o ports/162039update for lang/qore from 0.8.0 to 0.8.3
f ports/162026Update www/davical to version 0.9.9.7
f ports/162025devel/php-libawl upgrade to version 0.49
o ports/162017[patch] lang/sbcl: mark BROKEN on freebsd 9/10 (THREAD
o ports/162016BSDPAN::ExtUtils::Packlist->get_dir_list can go into a
f ports/162013[patch update] sysutils/b43-fwcutter 012 -> 015
o ports/161989OpenOCD port (devel/openocd) update 0.4.0 -> 0.5.0
o ports/161977New port: sysutils/volman FreeBSD specific volume mana
s ports/161965Update Ports mail/assp to latest version
o ports/161963[MAINTAINER] net-p2p/py26-BitTornado: [SUMMARIZE CHANG
f ports/161951mail/dovecot2-antispam-plugin hangs fails when built w
o ports/161938New port www/pyLoad a fast, lightweight and full featu
o ports/161932net-mgmt/net-snmp reports bogus data in UCD-SNMP-MIB::
o ports/161922[maintainer][patch] math/saga: cleanup unneeded helper
o ports/161894New port databases/datamodeler: Database modeling tool
o ports/161867Revised Port: www/web-traceroute
f ports/161845[update] [patch] multimedia/mplayer-skins Bring in ups
f ports/161844[PATCH] graphics/geos: update to 3.3.1
o ports/161814[patch] security update www/linux-opera to 11.52
o ports/161800[new ports] 2 new Pure bindings: math/pure-mpfr & deve
o ports/161701