Possibly unbuildable ports reminder

2008-07-28 Thread Bill Fenner
Dear porters,

  This is just a reminder to please periodically check the list of
unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ .
A list by MAINTAINER is

http://people.freebsd.org/~fenner/errorlogs/

so you can easily check the status of ports that you maintain.  In
addition, the list of ports with no MAINTAINER with build problems is

http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED]

Since no one is responsible for these ports, the problem won't get
fixed unless someone on this list takes the initiative.

Thanks for your help!

Bill annoying port email Fenner
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to make install on Subversion port

2008-07-28 Thread Adrian Penisoara
Hi,


On Fri, Jul 25, 2008 at 8:45 PM, Pierre-Luc Brunet [EMAIL PROTECTED]wrote:

 Hello everybody,



 I've been trying to install subversion for a few days but it just won't
 work. I can do make config, make all but when I do make install, it
 eventually freeze at:



 chmod 755 /usr/local/libexec/apache22/mod_dav_svn.so

   Dumb question: do you have Apache with DAV/SVN support running ? If you
try running make with Apache shut down, is it working ?

Regards,
Adrian.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with the %%PYTHON_CMD%% variable

2008-07-28 Thread Pav Lucistnik
On Mon, 28 Jul 2008 14:57:17 +0200, Rodrigo OSORIO (ros) wrote

 I'm working in a port who is a python script.
 
 To launch the application I add a sh script into the files directory 
 to be copied in the /usr/local/bin/.
 
 The proble is the %%PYTHON_CMD%% is not interpretated by the 
 makefile when the %%PREFIX%% was perfectly.

 All the port files are available at http://www.bebik.net/~rodrigo/ntlmaps/

You need to add PYTHON_CMD to list of expansions for SUB_FILES.
Add something like this to your Makefile:

SUB_LIST=  PYTHON_CMD=${PYTHON_CMD}

Also, you don't need to run depend on python, you already get that from
USE_PYTHON line.

--
Pav Lucistnik [EMAIL PROTECTED]
  [EMAIL PROTECTED]

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


RE: Unable to make install on Subversion port

2008-07-28 Thread Pierre-Luc Brunet
Adrian,

Thank you very much for taking the time to reply to me.

No apache was not running with those modules already. I still tried to
shut down apache and ran make install but got the same result.

--
Pierre-Luc Brunet
ZeStuff

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian Penisoara
Sent: Monday, July 28, 2008 11:58 AM
To: Pierre-Luc Brunet
Cc: freebsd-ports@freebsd.org
Subject: Re: Unable to make install on Subversion port

Hi,


On Fri, Jul 25, 2008 at 8:45 PM, Pierre-Luc Brunet
[EMAIL PROTECTED]wrote:

 Hello everybody,



 I've been trying to install subversion for a few days but it just
won't
 work. I can do make config, make all but when I do make install, it
 eventually freeze at:



 chmod 755 /usr/local/libexec/apache22/mod_dav_svn.so

   Dumb question: do you have Apache with DAV/SVN support running ? If
you
try running make with Apache shut down, is it working ?

Regards,
Adrian.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Unable to make install on Subversion port

2008-07-28 Thread Pierre-Luc Brunet
Jeffrey,

Thank you very much for taking the time to reply to me.

That didn't seem to help :(.

--
Pierre-Luc Brunet
ZeStuff


-Original Message-
From: Jeffrey Goldberg [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 26, 2008 9:32 AM
To: Pierre-Luc Brunet
Cc: freebsd-ports@freebsd.org
Subject: Re: Unable to make install on Subversion port

On Jul 25, 2008, at 1:45 PM, Pierre-Luc Brunet wrote:

 I've been trying to install subversion for a few days but it just  
 won't
 work. I can do make config, make all but when I do make install, it
 eventually freeze at:



 chmod 755 /usr/local/libexec/apache22/mod_dav_svn.so

I don't know if this will solve the problem you describe (it really  
doesn't look related), but there is a note about updating subversion  
in /usr/ports/UPDATING

Cheers,

-j



-- 
Jeffrey Goldberghttp://www.goldmark.org/jeff/

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


Re: FreeBSD Port: boost 1.36

2008-07-28 Thread Jeremy Messenger

On Mon, 28 Jul 2008 01:57:38 -0500, Simon Barner [EMAIL PROTECTED] wrote:


I don't what happened to him. I am hoping that he will be back soon. I
already have tested and respone back to him with the result. The result
was work perfect for me with deluge and other ports.


Hello Mezz  others,

sorry for the long delay :( After I returned from my holiday my FreeBSD  
time
unfortunately was very limited, due to deadlines and unexpected business  
trips.


Starting from today I will hopefully also have my DSL connection  
re-established

at home, so my responsiveness will certainly improve!

The boost 1.35 port will hit the ports tree this week, so we are ready  
for the upcoming

1.36 release.


No problem and thanks!

Cheers,
Mezz


With best regards, and sorry again,
 Simon



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


newbie porter question: configure expects installed lib (wx-gtk) to have a different name

2008-07-28 Thread Steve Franks
I'm making a new port of a linux program.

I've figured out how to get the dependenices for wx so it's installed,
but now I get an error when configure is called, because it's looking
for the script wx-config, which is getting installed by the dependancy
as wxgtk2-2.8-config.  Should I be making a symlink for this?  If so,
how do I get make to create that symlink?

Thanks,
Steve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newbie porter question: configure expects installed lib (wx-gtk) to have a different name

2008-07-28 Thread Freddie Cash
On July 28, 2008 12:06 pm Steve Franks wrote:
 I'm making a new port of a linux program.

 I've figured out how to get the dependenices for wx so it's installed,
 but now I get an error when configure is called, because it's looking
 for the script wx-config, which is getting installed by the dependancy
 as wxgtk2-2.8-config.  Should I be making a symlink for this?  If so,
 how do I get make to create that symlink?

This is where you would create a patch that modifies configure to look for 
wxtk2-2.8-config instead of wx-config.

See the Porter's Handbook for the details.

The method would be something like:
  # cd port dir
  # mkdir files
  # make extract
  # cd work/sourcedir/
  # cp configure configure.orig
  # ee configure
  make it look for the correct file
  # diff -u configure configure.orig  ../../files/patch::configure
  # cd port dir
  # make clean
  # make patch
  check that it applied cleanly
  # make configure
  check that it works

Depending on how the source uses autotools, you may have to edit 
configure.in instead of configure.
-- 
Freddie Cash
[EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newbie porter question: configure expects installed lib (wx-gtk) to have a different name

2008-07-28 Thread Dmitry Marakasov
* Steve Franks ([EMAIL PROTECTED]) wrote:

 I've figured out how to get the dependenices for wx so it's installed,
 but now I get an error when configure is called, because it's looking
 for the script wx-config, which is getting installed by the dependancy
 as wxgtk2-2.8-config.  Should I be making a symlink for this?  If so,
 how do I get make to create that symlink?
When you use wx (with e.g. USE_WX= 2.8+), WX_CONFIG would contain
correct name of wx-config. In some cases, configure takes
--with-wx-config argument, in which case

CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}

will solve your problem. Otherwise, you should patch configure
(possibly some Makefile.in files as well) to replace wx-config with
appropriate value:

post-patch:
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g' \
${WRKSRC}/configure

See /usr/ports/editors/madedit/Makefile and
/usr/ports/games/blokish/Makefile as examples for corresponding cases.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
[EMAIL PROTECTED]  ..:  jabber: [EMAIL PROTECTED]http://www.amdmi3.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Advertising.

2008-07-28 Thread Super Monitoring
Hello!
About your site will show, all over the world.
Place the banner or text advertising.
Rating of our site:
http://www.alexa.com/data/details/traffic_details/besthyiprating.com
Good luck!
http://www.besthyiprating.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


port ezload (linux: fxload) unmaintained?

2008-07-28 Thread Steve Franks
I proposed some changes to ezload in march.  I've not heard from the
maintainer or author, and the download site is offline today.

ezload is important because it loads firmware on usb devices, many of
which are fairly common.  unfortunately, support for newer ( 3-4
years old) devices still has not been added.

The linux people use something called fxload instead, which supports
the new devices, but is pretty much identical functionally.

A one line change to the source will support the new devices (at least
those I possess).

What should one do in this situation?

Steve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: amanda ports out of date

2008-07-28 Thread RMC PHX
On Sat, Jul 26, 2008 at 11:16 PM, Jeremy Chadwick [EMAIL PROTECTED]wrote:

 On Sat, Jul 26, 2008 at 11:13:33PM -0700, RMC PHX wrote:
  I've tried to contact the port maintainer for /usr/ports/misc/amanda
 client
  and server, but he has failed to respond.  Can someone please upgrade the
  amanda ports to the current version of amanda?

 When did you contact the maintainer?  Please provide an exact date.
 Yes, it matters.



I contacted the amanda port maintainer on Jun 19.  I still haven't received
a response to date.

I've also noticed that on Jun 8th he was assigned a patch to be applied to
the current port. That patch hasn't been applied either. See
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124388
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


open-vm-tools port

2008-07-28 Thread Josh Rickmar
It seems that the emulators/open-vm-tools is broken.  After
deinstalling it and installing it again, whenever I run
'/usr/local/etc/rc.d/vmware-guestd start' or reboot the virtual
machine, then there is an error about a missing
/usr/local/sbin/vmware-checkvm.  I do have a vmware-checkvm, but it is
in /usr/local/bin/, so a 'ln -s /usr/local/bin/vmware-checkvm
/usr/local/sbin/vmware-checkvm' fixed the problem.

Also, the mouse is only able to seamlessly integrate with the host
machine when the vmmouse driver is used.  When I had
emulators/vmware-tools6 installed, it would work even with the generic
mouse driver (which I would prefer to use).

Also, there seems to be some features of vmware-tools/open-vm-tools
missing.  If I add a shared folder in VMware, then I am not able to
access it through /mnt/hgfs even after I run vmware-hgfsclient as
root.  I am also not able to drag and drop files between the host and
guest machines, even though I am able to pass the mouse through each
seamlessly.  (But I had these same problems when using
emulators/vmware-tools6...)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]