Re: Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-20 Thread joris dedieu
2010/5/20 joris dedieu joris.ded...@gmail.com:
 2010/5/19 Boris Samorodov b...@ipt.ru:
 On Wed, 19 May 2010 20:07:25 +0300 Ion-Mihai Tetcu wrote:
 On Wed, 19 May 2010 08:11:48 +0200
 joris dedieu joris.ded...@gmail.com wrote:

  I would like to know if there is a way to tell a port that it depend
  on an other port
  but build with particulars options.
 
  Eg : port foo build depend on bar but won't build if bar is not build
  with WITH_PARTICULAR.
 
  I  don't see anything to say that in bsd.port.mk, so before to
  implement self made tests, I want to know if I miss something.

 no, there isn't.

 Here is a workaround: create a port with needed options and use
 that new port as a dependency. You may look at comms/gammy-python
 as an example.

Ok thank for those replies.

I'm currently porting Mandriva Directory Server (http://mds.mandriva.org)

In source tree there are tow packages :
- mmc-core which provides a daemon tool (mmc-agent) written in python and
a web interface written in php.
- mds  which provides some plugins (mail, samba, squid ...) for both
the agent and the interface.

You can install the agent on a machine and the web ui in an other.
You can also have several agents connected to the same web-ui

As usual linux distros spilt it in many packages.

So I think I will do it this way :

mmc-agent - install the agent
mmc-web  - install the web interface

mds-agent - install the base plugin and some optionnal depend on mmc-agent
mds-web  - depend on mds-web

The problem I have is that it also provides :
- a plugin for openldap that won't work if openldap is not build with ppolicy
- a plugin for manage openssh ldap public key (that only will run if
security/openssh-portable is compiled with the lpk-patch

As it run depend I can just send a warning in pkg-message.

It also means that I will have 4 ports for only 2 tarballs.


Joris



 --
 WBR, Boris Samorodov (bsam)
 Research Engineer, http://www.ipt.ru Telephone  Internet SP
 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: GPLv3-licensed ports

2010-05-20 Thread Indi
On Wed, May 19, 2010 at 08:39:28PM -0700, Garrett Cooper wrote:
 
 Looking at pkgsrc, they have a variable per-Makefile, LICENSE.
 Determining what license a port is distributed under would be
 considerably easier. Also, if someone wanted to block all GPLv3 ports,
 they could effectively look for GPLv3 ports like so:
 
 .if defined(LICENSE)  ${LICENSE} == GPLV3
 .error GPLv3 licensed ports blocked due to site policy
 .endif
 
 in make.conf, etc (or ports.conf like some folks have lightly
 tossed around on #bsdports and elsewhere).

You're right, that's quite a good solution.

-- 
Indulekha Sharpe

___
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: xfce4/xorg problem amd64

2010-05-20 Thread Sandra Kachelmann
On Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn
gljennj...@googlemail.com wrote:
 On Wed, 19 May 2010 15:56:05 +0200
 Sandra Kachelmann s.kachelm...@googlemail.com wrote:

 Since the xorg update my xfce4 desktop has become unusable. I always
 get the error message below. I even setup FreeBSD 8.0-RELEASE from
 scratch, updated to 8.0-STABLE, installed xorg and xfce4 with default
 settings:

 $ portinstall --batch /usr/ports/x11/xorg /usr/ports/x11-wm/xfce4


 portinstall?  What's that?

portinstall is part of ports-mgmt/portupgrade THE ports management
tool way back in time when portmaster wasn't around :-)

 You could try adding --enable-checks=no to CONFIGURE_ARGS in
 /usr/ports/devel/dbus/Makefile and reinstalling dbus.  This
 option disables all the safety checks which are being triggered.

 Might help.

Thanks, I tried that. Unfortunately it didn't help.

I wonder if the upcomming xfce 4.6.2 release is going to fix this.

Sandra
___
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: xfce4/xorg problem amd64

2010-05-20 Thread S Roberts
Hello,

On Thu, 20 May 2010 08:51:07 +0200
Sandra Kachelmann s.kachelm...@googlemail.com wrote:

 On Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn
 gljennj...@googlemail.com wrote:
  On Wed, 19 May 2010 15:56:05 +0200
  Sandra Kachelmann s.kachelm...@googlemail.com wrote:
 
  Since the xorg update my xfce4 desktop has become unusable. I
  always get the error message below. I even setup FreeBSD
  8.0-RELEASE from scratch, updated to 8.0-STABLE, installed xorg
  and xfce4 with default settings:
 
  $ portinstall --batch /usr/ports/x11/xorg /usr/ports/x11-wm/xfce4
 
 
  portinstall?  What's that?
 
 portinstall is part of ports-mgmt/portupgrade THE ports management
 tool way back in time when portmaster wasn't around :-)
 
  You could try adding --enable-checks=no to CONFIGURE_ARGS in
  /usr/ports/devel/dbus/Makefile and reinstalling dbus.  This
  option disables all the safety checks which are being triggered.
 
  Might help.
 
 Thanks, I tried that. Unfortunately it didn't help.
 
 I wonder if the upcomming xfce 4.6.2 release is going to fix this.
 

I was thinking of trying XFCE on FreeBSD-8-Stable, but this problem has
me concerned.

Has anyone actually bugged this as yet, though? I imagine its not very
likely to get addressed (at least officially) unless there's a PR to
work against.,

Best wishes..,

Regards,

S Roberts
 Sandra
 ___
 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


Re: xfce4/xorg problem amd64

2010-05-20 Thread Sergey V. Dyatko
On Thu, 20 May 2010 08:51:07 +0200
Sandra Kachelmann s.kachelm...@googlemail.com wrote:

SKOn Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn
SKgljennj...@googlemail.com wrote:
SK On Wed, 19 May 2010 15:56:05 +0200
SK Sandra Kachelmann s.kachelm...@googlemail.com wrote:
SK
SK Since the xorg update my xfce4 desktop has become unusable. I
SK always get the error message below. I even setup FreeBSD
SK 8.0-RELEASE from scratch, updated to 8.0-STABLE, installed xorg
SK and xfce4 with default settings:
SK
SK $ portinstall --batch /usr/ports/x11/xorg /usr/ports/x11-wm/xfce4
SK
SK
SK portinstall?  What's that?
SK
SKportinstall is part of ports-mgmt/portupgrade THE ports management
SKtool way back in time when portmaster wasn't around :-)
SK
SK You could try adding --enable-checks=no to CONFIGURE_ARGS in
SK /usr/ports/devel/dbus/Makefile and reinstalling dbus.  This
SK option disables all the safety checks which are being triggered.
SK
SK Might help.
SK
SKThanks, I tried that. Unfortunately it didn't help.
btw, that's not only amd64 problem. I have same problen on -CURRENT,
i386. After delete xfce4-session xfce runs but ctrl+alt+del
doesn't lock screeen (running xflock4 from xterm - OK), and yes, I
have command `xflock4` on settings-keyboard-application shortcuts

SK
SKI wonder if the upcomming xfce 4.6.2 release is going to fix this.
SK

I'm too:)

SKSandra



--
wbr, tiger
___
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: GPLv3-licensed ports

2010-05-20 Thread Eitan Adler
 .if defined(LICENSE)  ${LICENSE} == GPLV3
 .error GPLv3 licensed ports blocked due to site policy
 .endif

     in make.conf, etc (or ports.conf like some folks have lightly
 tossed around on #bsdports and elsewhere).

 You're right, that's quite a good solution.


Don't use .error as it messes up index builds and other such things.
Instead use IGNORE= ;)

Also http://wiki.freebsd.org/PortsLicenseInfrastructure is the project
I was looking for.
This project is about adding a license framework to the ports system
(i.e. bsd.licenses.mk), allowing it to be aware of the license used by
each port. Another part of this project is to find an automated
solution (so maintainers don't have to specify each port's license).
With this information the infrastructure will be able to automate many
tasks such as: restrict licenses, redistribution of files, identifying
GPLv3 ports, etc.

-- 
Eitan Adler
___
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: xfce4/xorg problem amd64

2010-05-20 Thread Gary Jennejohn
On Thu, 20 May 2010 07:55:39 +0100
S Roberts sta...@vickiandstacey.com wrote:

 Hello,
 
 On Thu, 20 May 2010 08:51:07 +0200
 Sandra Kachelmann s.kachelm...@googlemail.com wrote:
 
  On Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn
  gljennj...@googlemail.com wrote:
   On Wed, 19 May 2010 15:56:05 +0200
   Sandra Kachelmann s.kachelm...@googlemail.com wrote:
  
   Since the xorg update my xfce4 desktop has become unusable. I
   always get the error message below. I even setup FreeBSD
   8.0-RELEASE from scratch, updated to 8.0-STABLE, installed xorg
   and xfce4 with default settings:
  
   $ portinstall --batch /usr/ports/x11/xorg /usr/ports/x11-wm/xfce4
  
  
   portinstall?  What's that?
  
  portinstall is part of ports-mgmt/portupgrade THE ports management
  tool way back in time when portmaster wasn't around :-)
  
   You could try adding --enable-checks=no to CONFIGURE_ARGS in
   /usr/ports/devel/dbus/Makefile and reinstalling dbus.  This
   option disables all the safety checks which are being triggered.
  
   Might help.
  
  Thanks, I tried that. Unfortunately it didn't help.
  
  I wonder if the upcomming xfce 4.6.2 release is going to fix this.
  
 
 I was thinking of trying XFCE on FreeBSD-8-Stable, but this problem has
 me concerned.
 
 Has anyone actually bugged this as yet, though? I imagine its not very
 likely to get addressed (at least officially) unless there's a PR to
 work against.,
 

ports/146295, assigned to oli...@.  It's about two weeks old.

One thing no-one has tried to do AFAICT is to run xfce4-session under truss
and find out exactly what is causing it to fail.

--
Gary Jennejohn
___
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: xfce4/xorg problem amd64

2010-05-20 Thread Sandra Kachelmann
On Thu, May 20, 2010 at 8:55 AM, S Roberts sta...@vickiandstacey.com wrote:
 Hello,

 On Thu, 20 May 2010 08:51:07 +0200
 Sandra Kachelmann s.kachelm...@googlemail.com wrote:

 On Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn
 gljennj...@googlemail.com wrote:
  On Wed, 19 May 2010 15:56:05 +0200
  Sandra Kachelmann s.kachelm...@googlemail.com wrote:
 
  Since the xorg update my xfce4 desktop has become unusable. I
  always get the error message below. I even setup FreeBSD
  8.0-RELEASE from scratch, updated to 8.0-STABLE, installed xorg
  and xfce4 with default settings:
 
  $ portinstall --batch /usr/ports/x11/xorg /usr/ports/x11-wm/xfce4
 
 
  portinstall?  What's that?

 portinstall is part of ports-mgmt/portupgrade THE ports management
 tool way back in time when portmaster wasn't around :-)

  You could try adding --enable-checks=no to CONFIGURE_ARGS in
  /usr/ports/devel/dbus/Makefile and reinstalling dbus.  This
  option disables all the safety checks which are being triggered.
 
  Might help.

 Thanks, I tried that. Unfortunately it didn't help.

 I wonder if the upcomming xfce 4.6.2 release is going to fix this.


 I was thinking of trying XFCE on FreeBSD-8-Stable, but this problem has
 me concerned.

 Has anyone actually bugged this as yet, though? I imagine its not very
 likely to get addressed (at least officially) unless there's a PR to
 work against.,

PR: 146295 - it probably doesn't get fixed until 4.6.2:

http://old.nabble.com/upcomming-xfce-4.6.2-release-td28584690.html

Sandra
___
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 Port: apache-2.2.15_7 missing mod_reqtimeout

2010-05-20 Thread Jonas Eckerman

Hello!

Just wanted to give you a notice that the apache 2.2.15 is missing 
options for enabling the new mod_reqtimeout module.


That module can be used to lessen the impact of a slow loris attack, 
wich makes it kind of nice to have.


The attached small patch makes it available, and selected by default.

Regards
/Jonas
--
Jonas Eckerman
Förbundet Sveriges Dövblinda
http://www.fsdb.org/
http://whatever.frukt.org/
diff -u ./Makefile.modules ../new/Makefile.modules
--- ./Makefile.modules  2010-05-20 13:06:34.0 +0200
+++ ../new/Makefile.modules 2010-05-20 13:06:56.0 +0200
@@ -30,7 +30,8 @@
cgi charset_lite dbd deflate dir dumpio env expires \
headers imagemap include info log_config logio mime \
mime_magic negotiation rewrite setenvif speling status \
-   unique_id userdir usertrack vhost_alias filter version
+   unique_id userdir usertrack vhost_alias filter version \
+   reqtimeout
 PROXY_MODULES= proxy proxy_connect proxy_ftp proxy_http proxy_ajp 
proxy_balancer proxy_scgi
 SSL_MODULES=   ssl
 SUEXEC_MODULES=suexec
diff -u ./Makefile.options ../new/Makefile.options
--- ./Makefile.options  2010-05-20 13:06:34.0 +0200
+++ ../new/Makefile.options 2010-05-20 13:06:56.0 +0200
@@ -73,5 +73,6 @@
 SSL Enable mod_ssl ON \
 SUEXEC Enable mod_suexec OFF \
 SUEXEC_RSRCLIMIT SuEXEC rlimits based on login class OFF \
+REQTIMEOUT Enable mod_reqtimeout ON \
 CGID Enable mod_cgid OFF \
 
___
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: OpenJDK6 not building

2010-05-20 Thread Damian Gerow
Stacy Millions wrote:
: Dug into the build process a bit... they use a bundled version of ant 
: which doesn't call /usr/local/bin/java (who uses JAVAVM_OPTS).
: 
: Try adding these two lines to the MAKE_ENV of the port's Makefile
:   JAVACMD=${LOCALBASE}/bin/java \
:   JAVAVM_OPTS=-Djava.net.preferIPv4Stack=true \
: 
: and rerun make. It works for me.

Yup, that seems to have fixed it.  Thanks!

: but I tend to take the pragmatic approach that when reality disagrees 
: with the documentation, I believe reality :-)

Stupid reality, always getting in the way...
___
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


INDEX build failed for 6.x

2010-05-20 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
 Done.
make_index: openfts-0.39_1: no entry for /usr/ports/databases/postgresql-contrib

Committers on the hook:
garga girgen sem vanilla 

Most recent CVS update was:
U MOVED
U databases/postgresql74-contrib/Makefile
U databases/postgresql74-contrib/pkg-descr
U databases/postgresql74-server/Makefile
U databases/postgresql74-server/distinfo
U databases/postgresql74-server/files/502.pgsql
U databases/postgresql80-contrib/Makefile
U databases/postgresql80-contrib/pkg-descr
U databases/postgresql80-server/Makefile
U databases/postgresql80-server/distinfo
U databases/postgresql80-server/pkg-plist-server
U databases/postgresql80-server/files/502.pgsql
U databases/postgresql81-contrib/Makefile
U databases/postgresql81-contrib/pkg-descr
U databases/postgresql81-server/Makefile
U databases/postgresql81-server/distinfo
U databases/postgresql81-server/pkg-plist-server
U databases/postgresql81-server/files/502.pgsql
U databases/postgresql82-contrib/Makefile
U databases/postgresql82-contrib/pkg-descr
U databases/postgresql82-server/Makefile
U databases/postgresql82-server/distinfo
U databases/postgresql82-server/pkg-plist-server
U databases/postgresql82-server/files/502.pgsql
U databases/postgresql83-contrib/Makefile
U databases/postgresql83-contrib/pkg-descr
U databases/postgresql83-server/Makefile
U databases/postgresql83-server/distinfo
U databases/postgresql83-server/pkg-plist-server
U databases/postgresql83-server/files/502.pgsql
U databases/postgresql83-server/files/pkg-message-client.in
U databases/postgresql84-contrib/Makefile
U databases/postgresql84-contrib/pkg-descr
U databases/postgresql84-server/Makefile
U databases/postgresql84-server/distinfo
U databases/postgresql84-server/pkg-plist-server
U databases/postgresql84-server/files/502.pgsql
U devel/gsoap/Makefile
U devel/gsoap/distinfo
U devel/gsoap/pkg-plist
U devel/log4shib/Makefile
U devel/log4shib/distinfo
U x11-toolkits/efltk/Makefile
U x11-toolkits/efltk/distinfo
U x11-wm/awesome/Makefile
U x11-wm/awesome/distinfo
U x11-wm/awesome/pkg-plist
U x11-wm/awesome/files/patch-CMakeLists.txt
___
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


Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread eculp
I used postmaster and the results for trying to builds apr1 can be  
seen at http://www.vitalagua.mx//apr1.txt


To me it seems to be related to configuration versions of tools like  
automake and autoconf but I can't find it.


Thanks for any help.

ed

___
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: Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread Doug Barton

On 5/20/2010 12:24 PM, eculp wrote:

I used postmaster and the results for trying to builds apr1 can be seen
at http://www.vitalagua.mx//apr1.txt

To me it seems to be related to configuration versions of tools like
automake and autoconf but I can't find it.


This doesn't look like a portmaster problem, can you try again simply building 
in the port directory and see if you get the same result?


Doug


--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

___
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


INDEX build failed for 6.x

2010-05-20 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
 Done.
make_index: openfts-0.39_2: no entry for 
/usr/ports/databases/postgresql82-contrib

Committers on the hook:
blackend dhn garga girgen hrs johans osa pav sem vanilla 

Most recent CVS update was:
U MOVED
U cad/pcb/Makefile
U cad/pcb/distinfo
U cad/pcb/pkg-plist
U cad/pcb/files/patch-Makefile.in
U graphics/libdmtx/Makefile
U graphics/libdmtx/distinfo
U graphics/libdmtx/pkg-plist
U lang/Makefile
U lang/yorick/Makefile
U lang/yorick/distinfo
U lang/yorick/pkg-plist
U lang/yorick/files/patch-yorick_Makefile
U math/fxt/Makefile
U math/fxt/distinfo
U math/fxt/pkg-plist
U misc/freebsd-doc-all/Makefile
U misc/freebsd-doc-de/pkg-plist.html-split
U misc/freebsd-doc-en/Makefile
U misc/freebsd-doc-en/distinfo
U misc/freebsd-doc-hu/pkg-plist.html-split
U misc/freebsd-doc-ja/pkg-plist.html-split
U textproc/openfts/Makefile
U www/weave/Makefile
___
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: Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread eculp

Quoting Doug Barton do...@freebsd.org:


On 5/20/2010 12:24 PM, eculp wrote:

I used postmaster and the results for trying to builds apr1 can be seen
at http://www.vitalagua.mx//apr1.txt

To me it seems to be related to configuration versions of tools like
automake and autoconf but I can't find it.


This doesn't look like a portmaster problem, can you try again  
simply building in the port directory and see if you get the same  
result?


Doug, I apologize for having even insinuated that postmaster might be  
at fault.  My intention was the  complete opposite.  Using postmaster,  
is for me, security and helps keep me from making as many errors.


I am sorry that it didn't come out that way.  My excuse is that 95% of  
my writing is in Spanish.


I have a feeling that my problem is an old port, somehow related to  
make and conf tools or family that is causing strange messages about  
outdated what ever.  I can't build the new xorg, kde and others for  
errors like this one and libX1, libSM and others.


Thanks,

ed




Doug


--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/




___
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: Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread Philip M. Gollucci
This might help --

cd /var/db/pkg
pkg_delete auto* libtool*
cd /usr/local/bin
rm -rf auto* libtool*

cd /usr/ports/devel/apr1
make

portmaster.


On 05/20/10 23:32, eculp wrote:
 Quoting Doug Barton do...@freebsd.org:
 
 On 5/20/2010 12:24 PM, eculp wrote:
 I used postmaster and the results for trying to builds apr1 can be seen
 at http://www.vitalagua.mx//apr1.txt

 To me it seems to be related to configuration versions of tools like
 automake and autoconf but I can't find it.

 This doesn't look like a portmaster problem, can you try again simply
 building in the port directory and see if you get the same result?
 
 Doug, I apologize for having even insinuated that postmaster might be at
 fault.  My intention was the  complete opposite.  Using postmaster, is
 for me, security and helps keep me from making as many errors.
 
 I am sorry that it didn't come out that way.  My excuse is that 95% of
 my writing is in Spanish.
 
 I have a feeling that my problem is an old port, somehow related to make
 and conf tools or family that is causing strange messages about outdated
 what ever.  I can't build the new xorg, kde and others for errors like
 this one and libX1, libSM and others.
 
 Thanks,
 
 ed
 


 Doug


 -- 

 ... and that's just a little bit of history repeating.
 -- Propellerheads

 Improve the effectiveness of your Internet presence with
 a domain name makeover!http://SupersetSolutions.com/


 
 ___
 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


-- 

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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


INDEX build failed for 6.x

2010-05-20 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
 Done.
make_index: openfts-0.39_2: no entry for 
/usr/ports/databases/postgresql82-contrib

Committers on the hook:
blackend dhn garga girgen hrs johans osa pav pgj pgollucci rene sem vanilla 

Most recent CVS update was:
U LEGAL
U MOVED
U Mk/bsd.apache.mk
U devel/Makefile
U devel/cppcheck/Makefile
U devel/cppcheck/distinfo
U devel/p4delta/Makefile
U devel/p4genpatch/Makefile
U devel/tkp4/Makefile
U emulators/mupen64plus-rice/Makefile
U www/apache22/Makefile
U www/apache22/Makefile.modules
U www/apache22/Makefile.options
U www/apache22/pkg-plist
___
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: Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread Doug Barton

On 5/20/2010 4:32 PM, eculp wrote:

Quoting Doug Barton do...@freebsd.org:


On 5/20/2010 12:24 PM, eculp wrote:

I used postmaster and the results for trying to builds apr1 can be seen
at http://www.vitalagua.mx//apr1.txt

To me it seems to be related to configuration versions of tools like
automake and autoconf but I can't find it.


This doesn't look like a portmaster problem, can you try again simply
building in the port directory and see if you get the same result?


Doug, I apologize for having even insinuated that postmaster might be at
fault.


Oh, I wasn't concerned about that, don't worry. I just wanted to be sure that 
portmaster actually was NOT at fault. :)


Doug

--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

___
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: portmaster cannot find package

2010-05-20 Thread Doug Barton

On 5/19/2010 5:47 PM, Aristedes Maniatis wrote:

On 20/05/10 10:35 AM, Doug Barton wrote:

On 05/19/10 17:19, Jurgen Weber wrote:

Dough

Ah, I see. That looks to have worked correctly.


Excellent!


Hi Doug

Can I suggest a note in the man page about this. For many users this is
likely the first time they would hit this discrepancy with the INDEX
files and portsnap.


Thanks for the suggestion, I'll definitely consider that for the next version. 
I already have problems with the documentation being long and detailed, whether 
it is too much of either is sort of in the eye of the beholder. :)


Doug

--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

___
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


INDEX build failed for 6.x

2010-05-20 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
 Done.
make_index: openfts-0.39_2: no entry for 
/usr/ports/databases/postgresql82-contrib

Committers on the hook:
blackend dhn garga girgen hrs johans lwhsu osa pav pgj pgollucci rene sem 
vanilla 

Most recent CVS update was:
U www/py-mechanize/Makefile
U www/py-mechanize/distinfo
___
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 Port: p5-Module-Build-0.3607

2010-05-20 Thread Darrell Betts

Error when trying to upgrade port via portupgrade

Configuring for p5-Module-Build-0.3607
Modification of non-creatable hash value attempted, subscript  
version.pm at lib/Module/Build/Version.pm line 34, DATA line 642.
Compilation failed in require at lib/Module/Build/ModuleInfo.pm line  
16, DATA line 642.
BEGIN failed--compilation aborted at lib/Module/Build/ModuleInfo.pm  
line 16, DATA line 642.
Compilation failed in require at lib/Module/Build/Base.pm line 23,  
DATA line 642.
BEGIN failed--compilation aborted at lib/Module/Build/Base.pm line 23,  
DATA line 642.
Compilation failed in require at lib/Module/Build.pm line 14, DATA  
line 642.
BEGIN failed--compilation aborted at lib/Module/Build.pm line 14,  
DATA line 642.

Compilation failed in require at ./Build.PL line 13, DATA line 642.
BEGIN failed--compilation aborted at ./Build.PL line 13, DATA line  
642.

*** Error code 22

Thanks for looking


___
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