Problems with both linux-vsound and vsound

2005-05-22 Thread Ada Cheng

Good morning,
	I just did a fresh install of FreeBSD 5.4 on my new pc. I 
have install linux-realplayer.  All ports are up to date.


I then install linux-vsound and tried to capture audio but resulted in 
the following error when I ran vsound -f test.wav realplay audiofile.rm :


libexec/ld-elf.so.1: Shared object libdl.so.2 not found, required by 
libvsound.so
Missing file ./vsound7915.au.
This means that the libvsound wrapper did not work correctlty. A
possible reason is that the program you are trying to run is
setuid. In this case you will need to run vsound as root.

Attempting to run the command with root result in the same error.  The 
shared object libdl.so.2 is located in /usr/compat/linux/lib


lrwxrwxrwx  1 root  wheel14B Apr  5 05:51 libdl.so.2 - libdl-2.3.2.so

I do have the path set included: setenv results with

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/compat/linux/lib:/acheng/bin

I tried desinstalling linux-vsound and install vsound instead.  I ran the 
same command (vsound -f test.wav realplay audiofile.rm) and get the 
following error message:


About to start the application. The output will not be available
until the application exits.
Bus error (core dumped)
Missing file ./vsound9126.au.
This means that the libvsound wrapper did not work correctlty.
Here are some the possible reasons :
 - You are trying to record a stream (RTSP or PNM protocol) from
   the internet. You will need to use the --timing option.
 - The program you are trying to run is setuid. You will need to
   run vsound as root.
 - Vsound was not properly installed and hence won't work at all.


I have tried it with the -t option but results in the same error.

Any help will be greatly appreciated.

Thanks.

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


Re: Problems with both linux-vsound and vsound [fixed]

2005-05-22 Thread Ada Cheng

I have fixed the problem with LD_LIBRARY_PATH 

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


Re: noob sound freebsd KDE

2005-04-11 Thread Ada Cheng
Check kmix and see if the volume is up.
Ada
On Mon, 11 Apr 2005 [EMAIL PROTECTED] wrote:
ok i have an audigy platimun and i added snd_emu10k1_load=YES or what ever 
the hand book said to add for the sound blaster live...they said
the emu10k1 driver should worki get a sound byte when i load kde, then it 
cuts out,and i dont have any sound after that...any ideas?

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


Re: What is preferred method to get new software on 4.10 stable?

2004-11-15 Thread Ada Cheng
Also don't forget to do a portsdb -Uu after you have cvsup and before 
portupgrade.
Cheers,
Ada

On Mon, 15 Nov 2004, Svein Halvor Halvorsen wrote:
[Andy Firman, 2004-11-15]
 Or is there some mechanism to get .80 in from the ports?

Update your ports-tree using cvsup to get an up-to-date version.
You should then install portupgrade, if you don't allready have it.
Updating clamav from 0.75 to 0.80 should then be as easy as:
# portupgrade clamav
Remember to read /usr/ports/UPDATING after you've updated your ports-tree.
   Cheers,
   Svein Halvor
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Will a SD card reader solve this problem?

2004-11-11 Thread Ada Cheng
Just to close this thread, the SD card reader worked beautifully.  I 
bought a Lexar JumpDrive Trio which cost less than US$20.

Ada
 On Thu, 11 Nov 2004, Greg 'groggy' Lehey wrote:
On Wednesday, 10 November 2004 at  8:58:27 -0500, Ada Cheng wrote:
Good morning,
I am trying to connect my Minolta Z2 camera with my box, currently
running 4.10 stable.
...
After rebuilding the kernel and rebooting, I tested the configuration by
plugging in my camera. The following is the output of dmesg:
umass0: KONICA_MINOLTA DiMAGE Z2, rev 2.00/1.00, addr 2
umass0: BBB reset failed, TIMEOUT (this is repeated if I don't unplug the
camera)
Hmm.  Not good.
If I do a camcontrol devlist I obtain
KMCA DiMAGE Z2 1.00  at scbus1 target 0 lun 0 (probe0)
so I guess the camera is recognized but no device node was probed.
I am also getting the following error when i do
$mount -t msdos -r /dev/da0s1c /camera
msdos: /dev/da0s1c: Device not configured
which I guess isn't too surprising.
I have read various threads regarding this TIMEOUT failure error and
some has suggested doing some quirks with the src/sys/cam/scsi/scsi_da.c
file which I am not comfortable with doing.
I'm in a similar (but not the same) situation with a Ricoh camera.  I
can understand your position.
Will a SD card reader solve this problem?
Almost certainly.  That's what I did.
See http://www.lemis.com/grog/diary-nov2004.html#7 for more details.
Greg
--
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Will a SD card reader solve this problem?

2004-11-10 Thread Ada Cheng
Good morning,
I am trying to connect my Minolta Z2 camera with my box, currently 
running 4.10 stable.

The following devices are included in my kernel:
device scbus
device da
device pass
device uhci
device ehci
device ohci
device usb
device umass
After rebuilding the kernel and rebooting, I tested the configuration by 
plugging in my camera. The following is the output of dmesg:
umass0: KONICA_MINOLTA DiMAGE Z2, rev 2.00/1.00, addr 2
umass0: BBB reset failed, TIMEOUT (this is repeated if I don't unplug the camera)

If I do a camcontrol devlist I obtain
KMCA DiMAGE Z2 1.00  at scbus1 target 0 lun 0 (probe0)
so I guess the camera is recognized but no device node was probed.
I am also getting the following error when i do
$mount -t msdos -r /dev/da0s1c /camera
msdos: /dev/da0s1c: Device not configured
which I guess isn't too surprising.
I have read various threads regarding this TIMEOUT failure error and 
some has suggested doing some quirks with the src/sys/cam/scsi/scsi_da.c 
file which I am not comfortable with doing.  Will a SD card reader solve this 
problem? Any help is much appreciated.

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


Re: BSD magazine ?

2004-04-06 Thread Ada Cheng
I don't think they have any new printings for quite some time now. Anyone
know for sure?
Ada

On Tue, 6 Apr 2004, Thorsten von Plotho-Kettner wrote:

 On Tue, 6 Apr 2004 04:33:45 -0600 (MDT)
 RJ45 [EMAIL PROTECTED] wrote:

  is there anything in BSD world like Linux journal in the linux  world ?
  I was looking for BSD related journals and I found only BSD  world  but looks 
  like it is in japanese language...
  anyone knows about a good BSD magazione ?

 Check out for this: http://magazine.daemonnews.org/

 HTH,

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



 Ada Cheng  [EMAIL PROTECTED]
 Assistant Professorhttp://www.kettering.edu/~acheng
 Department of Science and Mathematics
 Kettering University
 1700 West Third Avenue
 Flint, Michigan 48504-4898
 U.S.A.


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


High pitch/wrong frequency audio on disc via burncd

2004-03-29 Thread Ada Cheng
Good afternoon,
I have a series of wma files (speeches) which I convert to wav via
mplayer.  The wav files played fine using both xmms and Noatun.  However when I burn
them onto a cd via burncd:
burncd -f /dev/acd0c audio *.wav fixate
the resulting audio on the disc gives me high pitch/wrong frequency audio.

I never had problem with burncd before but this is the first time I burned
wav files obtained via conversion from wma files.

Any help is greatly appreciated.

Many thanks in advance.

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


Unable to read msword documents using kword

2004-01-13 Thread Ada Cheng
Good morning,
I used to be able to read msword documents with kword when I was
using KDE2.x. Since upgrading to KDE3.1.4 along with koffice1.2.1, kword
simply crashes when attempting to open a word document.  Any one knows how
to fix this problem?

Many thanks.
Ada

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


Re: burncd

2003-07-31 Thread Ada Cheng
You need audio instead of data.
Ada
On Thu, 31 Jul 2003, marlon corleone wrote:

 how do i burn a directory using burncd

 i did burncd -f /dev/acd1 data mp3z fixate
 is this correct?

 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Scanner Recommendation

2003-03-03 Thread Ada Cheng
I am palnning to purchase a scanner for my box (running 4.7 stable) in the
near future.  Any recommendations?
Many thanks.
Ada

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Problem with sendmail

2002-10-17 Thread Ada Cheng

I have added the line recommended below but I am still getting a similiar
error, except now I have
Oct 17 05:43:38 infinity mail.local: setreuid(0, 0): Operation not
permitted (r=1, e=1)
 
So I decided to look for the file mail.local and notice the following:
-r-xr-xr-x  1 bin  bin  73967 Oct 16 12:28 /usr/local/libexec/mail.local
 
I also have mail.local at /usr/libexec/ /usr/local/bin/ but those two
mail.local file has ownership root and group wheel.  Shouldn't all have
them have ownership root and group wheel?
 
Many thanks once again.

Ada
On Wed, 16 Oct 2002, Dirk Meyer wrote:

 Ada Cheng schrieb:,
 
  I am unable to receive any email send to my box.  I am running 4.6.2 with
  sendmail 8.12.6_1.
  
  When I try to send a test mail to another source which I then redirect
  back to my box I obtain the following message in
 
  Oct 16 15:56:10 infinity mail.local: setreuid(0, 1000): Operation not permitted 
(r=1, e=1)
 
 Please add in your sendmail.mc file:
 
 MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
 
 mail.local is not SUID, so sendmail must start it as root.
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
 - [[EMAIL PROTECTED]],[[EMAIL PROTECTED]],[[EMAIL PROTECTED]]
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problem with sendmail

2002-10-17 Thread Ada Cheng
I realize what my problem was.  I didn't reboot the system after I
rebuild sendmail.  Thanks everyone!!

Cheers,
Ada
On Thu, 17 Oct 2002, Ada Cheng wrote:

 I have added the line recommended below but I am still getting a similiar
 error, except now I have
 Oct 17 05:43:38 infinity mail.local: setreuid(0, 0): Operation not
 permitted (r=1, e=1)
  
 So I decided to look for the file mail.local and notice the following:
 -r-xr-xr-x  1 bin  bin  73967 Oct 16 12:28 /usr/local/libexec/mail.local
  
 I also have mail.local at /usr/libexec/ /usr/local/bin/ but those two
 mail.local file has ownership root and group wheel.  Shouldn't all have
 them have ownership root and group wheel?
  
 Many thanks once again.
 
 Ada
 On Wed, 16 Oct 2002, Dirk Meyer wrote:
 
  Ada Cheng schrieb:,
  
   I am unable to receive any email send to my box.  I am running 4.6.2 with
   sendmail 8.12.6_1.
   
   When I try to send a test mail to another source which I then redirect
   back to my box I obtain the following message in
  
   Oct 16 15:56:10 infinity mail.local: setreuid(0, 1000): Operation not permitted 
(r=1, e=1)
  
  Please add in your sendmail.mc file:
  
  MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
  
  mail.local is not SUID, so sendmail must start it as root.
  
  kind regards Dirk
  
  - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
  - [[EMAIL PROTECTED]],[[EMAIL PROTECTED]],[[EMAIL PROTECTED]]
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
  
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



any mp3 player other than Diamond Rio??

2002-10-17 Thread Ada Cheng
Good morning,
Does freebsd have support for any portable player other than
Diamond Rio?

In particular, I am interested in
Nike 64MB (or 128MB) Sport Digital Audio Player by Philips.

Thanks.
Ada


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Problem with sendmail

2002-10-16 Thread Ada Cheng

I am unable to receive any email send to my box.  I am running 4.6.2 with
sendmail 8.12.6_1.

When I try to send a test mail to another source which I then redirect
back to my box I obtain the following message in


/var/log/maillog

Oct 16 15:56:09 infinity sendmail[947]: g9GJu9Ow000947: from=[EMAIL PROTECTED], 
size=707, class=0, nrcpts=1,
msgid=[EMAIL PROTECTED],proto=ESMTP, 
relay=acheng@localhost
Oct 16 15:56:09 infinity sm-mta[950]: g9GJu9rH000950: from=[EMAIL PROTECTED], 
size=1016, class=0, nrcpts=1,
msgid=[EMAIL PROTECTED], proto=ESMTP,
daemon=MTA, relay=localhost.kettering.edu [127.0.0.1]
Oct 16 15:56:09 infinity sendmail[949]: g9GJu9Ow000947: to=[EMAIL PROTECTED], 
delay=00:00:00, xdelay=00:00:00, mailer=relay,
pri=30297, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent
(g9GJu9rH000950 Message accepted for delivery)
Oct 16 15:56:10 infinity sm-mta[952]: g9GJu9rH000950: to=[EMAIL PROTECTED], 
delay=00:00:01, xdelay=00:00:01, mailer=relay,
pri=30606, relay=mailhost.kettering.edu [192.138.137.2], dsn=2.0.0,
stat=Sent (g9GJruw23876 Message accepted for delivery)
Oct 16 15:56:10 infinity sm-mta[953]: g9GJuArH000953: from=[EMAIL PROTECTED], 
size=1482, class=0, nrcpts=1,
msgid=[EMAIL PROTECTED], proto=ESMTP,
daemon=MTA, relay=nova.kettering.edu [192.138.137.2]
Oct 16 15:56:10 infinity mail.local: setreuid(0, 1000): Operation not permitted (r=1, 
e=1)
Oct 16 15:56:10 infinity sm-mta[954]: g9GJuArH000953: 
to=[EMAIL PROTECTED], delay=00:00:00, xdelay=00:00:00,
mailer=local, pri=31744, dsn=5.0.0, stat=Service unavailable
Oct 16 15:56:10 infinity sm-mta[954]: g9GJuArH000953: g9GJuArH000954: DSN: Service 
unavailable
Oct 16 15:56:11 infinity sm-mta[954]: g9GJuArH000954: to=[EMAIL PROTECTED], 
delay=00:00:01, xdelay=00:00:01, mailer=relay,
pri=32768, relay=mailhost.kettering.edu [192.138.137.2], dsn=2.0.0, stat=Sent 
(g9GJrvw23884 Message accepted for delivery)
Oct 16 15:56:16 infinity sm-mta[957]: g9GJuGrH000957: from=, size=4067, class=0, 
nrcpts=1,
msgid=[EMAIL PROTECTED], proto=ESMTP, daemon=MTA, 
relay=nova.kettering.edu [192.138.137.2]
Oct 16 15:56:16 infinity mail.local: setreuid(0, 1000): Operation not permitted (r=1, 
e=1)
Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrH000957: 
to=[EMAIL PROTECTED], delay=00:00:00, xdelay=00:00:00,
mailer=local, pri=34289, dsn=5.0.0, stat=Service unavailable
Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrH000957: g9GJuGrH000958: postmaster 
notify: Service unavailable
Oct 16 15:56:16 infinity mail.local: setreuid(0, 0): Operation not permitted (r=1, e=1)
Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrH000958: to=root, delay=00:00:00, 
xdelay=00:00:00, mailer=local, pri=35313, dsn=5.0.0,
stat=Service unavailable
Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrH000958: g9GJuGrI000958: return to 
sender: Service unavailable
Oct 16 15:56:16 infinity mail.local: setreuid(0, 0): Operation not permitted (r=1, e=1)
Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrI000958: to=root, delay=00:00:00, 
xdelay=00:00:00, mailer=local, pri=36337, dsn=5.0.0,
stat=Service unavailable
Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrH000958: Losing ./qfg9GJuGrH000958: 
savemail panic
Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrH000958: SYSERR(root): savemail: cannot 
save rejected email anywhere

- And the following message in /var/log/messages

Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrH000958: Losing ./qfg9GJuGrH000958: 
savemail panic
Oct 16 15:56:16 infinity sm-mta[958]: g9GJuGrH000958: SYSERR(root): savemail: cannot 
save rejected email anywhere



- When I run sendmail -bv -d0.12 postmaster, I obtained the following output:

Version 8.12.6
 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7
NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING
SCANF
TCPWRAPPERS USERDB XDEBUG
OS Defines: BSD4_4_SOCKADDR HASFCHOWN HASFCHMOD HASFLOCK
HASGETDTABLESIZE HASGETUSERSHELL HASINITGROUPS HASLSTAT
HASNICE
HASRANDOM HASRRESVPORT HASSETLOGIN HASSETREUID
HASSETRLIMIT
HASSETSID HASSETUSERCONTEXT HASSETVBUF HAS_ST_GEN
HASSRANDOMDEV
HASURANDOMDEV HASSTRERROR HASUNAME HASUNSETENV HASWAITPID
IDENTPROTO IP_SRCROUTE LOCK_ON_OPEN SAFENFSPATHCONF
USE_DOUBLE_FORK USESETEUID USESYSCTL
Kernel symbols: don't use _PATH_UNIX
 Conf file: /etc/mail/submit.cf (default for MSP)
 Conf file: /etc/mail/sendmail.cf (default for MTA)
  Pid file: /var/run/sendmail.pid (default)
 libsm Defines: SM_CONF_GETOPT SM_CONF_LONGLONG SM_CONF_MEMCHR
SM_CONF_MSG SM_CONF_SEM SM_CONF_SETITIMER SM_CONF_SHM
SM_CONF_SSIZE_T SM_CONF_STDDEF_H SM_CONF_SYS_CDEFS_H
SM_CONF_UID_GID SM_HEAP_CHECK SM_OS=sm_os_freebsd
SM_VA_STD
Canonical name: infinity.kettering.edu
a.k.a.: infinity
 UUCP nodename: infinity.kettering.edu
a.k.a.: infinity
a.k.a.: [198.110.5.123]
a.k.a.: [IPv6:fe80::206:5bff:fe87:39ed]
 

RE: Problem in making mimedefang

2002-07-22 Thread Ada Cheng

Good morning,
I notice the port has been updated to 2.16, so I try make again but obtain
the following error: (same as when I try to compile 2.15)
===  Extracting for mimedefang-2.16
 Checksum OK for mimedefang-2.16.tar.gz.
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/IO/Stringy.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/MIME/Tools.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/MIME/Base64.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/Mail/Address.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Digest/SHA1.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin.pm - found
===  Patching for mimedefang-2.16
===  Applying FreeBSD patches for mimedefang-2.16
  I can't seem to find a patch in there anywhere.
  I can't seem to find a patch in there anywhere.
  I can't seem to find a patch in there anywhere.
2 out of 2 hunks failed--saving rejects to mimedefang-multiplexor.c.rej
 Patch patch-mimedefang-multiplexor.c,v failed to apply cleanly.
 Patch(es) patch-Makefile.in patch-Makefile.in,v patch-configure,v
patch-init-script.in patch-init-script.in,v applied cleanly.
*** Error code 1

Stop in /usr/ports/mail/mimedefang.

A stupid question: How do a compile the souce myself?
Thanks.
Ada


On Fri, 19 Jul 2002, Barry Byrne wrote:

 Ada:

 The source for the latest release of MIMEdefang (2.16) compiles cleanly on
 FreeBSD, so you could try skipping the port and downloading the source and
 compiling it yourself.

  - Barry

 --
 Barry Byrne, IT Manager,
 WBT Systems, Block 2, Harcourt Centre
 Harcourt Street, Dublin 2, Ireland


  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Ada Cheng
  Sent: 19 July 2002 14:03
  To: [EMAIL PROTECTED]
  Subject: Problem in making mimedefang
 
 
  Good morning,
  First thanks to everyone for directing me to port upgrade using
  cvsup.  I have done that and ran make at /usr/ports/mail/mimedefang, but
  it results in the following error:
  ===  Patching for mimedefang-2.15
  ===  Applying FreeBSD patches for mimedefang-2.15
  Ignoring previously applied (or reversed) patch.
  2 out of 2 hunks ignored--saving rejects to Makefile.in.rej
   Patch patch-Makefile.in failed to apply cleanly.
  *** Error code 1
 
  Stop in /usr/ports/mail/mimedefang.
 
  Any help will be greatly appreciated.
 
  Ada
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message