Re: apache portupgrade conflicts with apr-db43

2008-01-12 Thread Daniel Rucci

Volodymyr Kostyrko wrote:

Tankko пишет:

Does anyone know the answer to this?  I am stuck as to how to proceed?


Rebuild subversion with apache support. That way you would not need 
separate apr package.



Volodymyr Kostyrko wrote:

Tankko пишет:

Does anyone know the answer to this?  I am stuck as to how to proceed?


Rebuild subversion with apache support. That way you would not need 
separate apr package.
Over the years of having subversion + apache, I've noticed that 
occasionally things will upgrade and forget my preferences.. Now im 
using ports-mgmt/portconf with a ports.conf that contains:


devel/subversion: WITH_BERKELEYDB=db43 | WITH_MOD_DAV_SVN
www/apache22: WITH_BERKELEYDB=db43
and have not had any problems.. (Similar setup can be done with the 
appropriate variables in /etc/make.conf if you don't want to install 
portconf)


Dan


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


Re: goffice fails to install

2008-01-12 Thread Daniel Rucci

Ghirai wrote:

Hello list,

I had gnumeric installed, and wanted to upgrade.

portupgrade gnumeric failed because it wanted a newer version of
goffice.

I deinstalled the old goffice and did make install.
It fails here:
  

I'd remove  devel/goffice/work  and try make; make install again .

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


Re: index.php not automatically displaying

2008-01-12 Thread Daniel Rucci

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Maness wrote:
| I have two web servers -- one old, and another I have just set up.  I 
have tried to set up the new http.conf the same for php files, but the 
new one does not automatically parse index.php like index.html.  This 
works on the old server, but not the new.

I have
AddType application/x-httpd-php .php

and

IfModule dir_module
~DirectoryIndex index.html index.php
/IfModule

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHiVya35WRARjlw0YRAm2HAJ44kEEO3oSg31AP6iLZY57UHJYJXwCdE1nN
kSohV1xCrGQdW/yJALS+7TI=
=pEo7
-END PGP SIGNATURE-

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


Re: FreeBSD 7.0-PRE/AMD64: missing f77/Fortran compiler ...

2008-01-11 Thread Daniel Rucci

Kris Kennaway wrote:
No, it's not convenient.  There is a large maintenance cost for 
keeping the fortran compiler in the base system for little gain 
(nothing in FreeBSD uses it), and it is also only of use to a small 
subset of FreeBSD users, so this is a perfect situation where moving 
it to the ports collection made sense.
Does this mean i can take WITHOUT_FORTRAN out of my /etc/src.conf? If 
thats the case, src.conf(5) should be updated.


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


mount ntfs-3g

2007-12-24 Thread Daniel Rucci

Hi,
   I'm trying to mount an ntfs-3g partition but get an error when using 
mount.


mount -t ntfs-3g /dev/ad6s1 /win
mount: /dev/ad6s1 : Operation not supported by device

if i use mount_ntfs-3g ... it works fine but that won't help me with 
respect to mounting during boot.


Is there anything special that needs to be done to get a non standard 
mount_* command to work via mount? I read somewhere to add a symlink to 
mount_ntfs-3g to /sbin/ but that did not seem to do anything.


Thanks,
   Dan


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


Devd not processing a Notify statement when started at boot

2005-06-28 Thread Daniel Rucci
Hi, Devd doesn't seem to be reading my whole devd.conf file when it 
first starts (via system startup scripts):

In my /etc/devd.conf I have added the following entry:
notify 10 {
   match system  ACPI;
   match subsystem   Lid;
   action /usr/X11R6/bin/xrandr -s 0;
};

my /etc/rc.conf has devd_enable=YES. Devd seems to start when i boot
When i run /etc/rc.d/devd restart it says:
Stopping devd.
Starting devd.
instead of,
devd not running?
Starting devd.

but until I restart devd manually the above action does not occur (when 
i open the lid). It works fine after devd is restarted.


How can i get devd to behave how I want it to on its initial startup?

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


lost /usr/lib and some of /var :o

2004-08-21 Thread Daniel Rucci
Recently the harddrive which housed /var was on its way out so I saved most
of my data, around the same time my /usr/lib vanished.  = (

 

To fix the /usr/lib I copied it from another box I had and was able to get a
somewhat functional system.

Next I followed the instructions in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html for
rebuilding world, that seemed to get my /usr/lib back to its glorious state,
however I was still having problems with the system; php4 its seg faulting
(ive tested the scripts on other machines)

 

I ran portupgrade -frR php4 portupgrade -frR apache2 and deinstalled
reinstalled it but still the same problems.

 

Anything else I can do besides a reinstall? 

 

Thanks,


Daniel Rucci

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


Re: Port Hacking

2004-04-19 Thread Daniel Rucci
Jason Dusek wrote:

Hi Everyone,

I would like to edit the code for one of my ports (Inkscape, a 
graphics tool for GNOME) and then wrap it up in a tarball, dump it 
into distfiles and reinstall it.  However, the ports system hits me 
with a checksum mismatch.  What do I do about it?

- -
--\\   //--
---\\ //---
   jason x 
---// \\---
--//   \\--
- -
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
put the new files md5/size in  the distinfo file located in inkscape's 
port folder

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