I have a belkin pci wireless card and belkin usb wireless. I cannot
   get freebsd to detect those. It will detect the ethernet card I also
   have installed. I downloaded pkg for wireless from sysinstall. I have
   kde desktop  3.5.....



   thanks

     -------- Original Message --------
     Subject: freebsd-ports Digest, Vol 192, Issue 10
     From: [EMAIL PROTECTED]
     Date: Tue, January 02, 2007 6:00 am
     To: [email protected]
     Send freebsd-ports mailing list submissions to
     [email protected]
     To subscribe or unsubscribe via the World Wide Web, visit
     http://lists.freebsd.org/mailman/listinfo/freebsd-ports
     or, via email, send a message with subject or body 'help' to
     [EMAIL PROTECTED]
     You can reach the person managing the list at
     [EMAIL PROTECTED]
     When replying, please edit your Subject line so it is more specific
     than "Re: Contents of freebsd-ports digest..."
     Today's Topics:
       1. Re: can't upgrade proftpd in FreeBSD 6.2-PRERELEASE
          (Beech Rintoul)
       2. Re: VTK 5 in ports (fred)
       3. Strange failure for mail/maildrop (Clint Olsen)
       4. Port deletes .conf file on update (Beech Rintoul)
       5. Re: Port deletes .conf file on update (Jeremy Chadwick)
       6. Re: VTK 5 in ports (fred)
       7. Re: Port deletes .conf file on update (Simon Olofsson)
     -------------------------------------------------------------------
     ---
     Message: 1
     Date: Mon, 1 Jan 2007 06:00:15 -0900
     From: Beech Rintoul <[EMAIL PROTECTED]>
     Subject: Re: can't upgrade proftpd in FreeBSD 6.2-PRERELEASE
     To: [email protected]
     Cc: Chris <[EMAIL PROTECTED]>
     Message-ID: <[EMAIL PROTECTED]>
     Content-Type: text/plain; charset="iso-8859-1"
     On Monday 01 January 2007 02:28, Chris wrote:
     > On 31/12/06, Beech Rintoul <[EMAIL PROTECTED]> wrote:
     > > On Sunday 31 December 2006 06:02, [EMAIL PROTECTED] wrote:
     > > > On all of my installations that have proftpd-1.3.0_5 I get
     the
     > > > following error when attempting to upgrade to
     proftpd-1.3.1rc1.
     > > >
     > > > cc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o
     > > > src/table.o src/regexp.o src/dirtree.o src/support.o
     src/netaddr.o
     > > > src/inet.o src/child.o src/parser.o src/log.o src/lastlog.o
     > > > src/xferlog.o src/bindings.o src/netacl.o src/class.o
     src/scoreboard.o
     > > > src/help.o src/feat.o src/netio.o src/response.o src/ident.o
     > > > src/data.o src/modules.o src/display.o src/auth.o src/fsio.o
     > > > src/mkhome.o src/ctrls.o src/event.o src/var.o src/trace.o
     src/utf8.o
     > > > modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o
     > > > modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o
     > > > modules/mod_log.o modules/mod_site.o modules/mod_delay.o
     > > > modules/mod_auth_pam.o modules/mod_ifsession.o
     modules/mod_ldap.o
     > > > modules/mod_wrap2.o modules/mod_rewrite.o
     modules/mod_readme.o
     > > > modules/mod_ratio.o modules/module_glue.o
     > > > -L/usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib
     -L/usr/local/lib
     > > > -lsupp -lcrypt -lutil /usr/local/lib/libldap.so -lssl
     -lcrypto
     > > > /usr/local/lib/liblber.so -lpam -Wl,--rpath
     -Wl,/usr/local/lib
     > > > -Wl,--rpath -Wl,/usr/local/lib
     > > >
     /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o
     )(.t
     > > >ext+ 0x5c5): In function
     > > >
     > > > `_getopt_internal':
     > > > : undefined reference to `libintl_gettext'
     > > >
     > > >
     /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o
     )(.t
     > > >ext+ 0x687): In function
     > > >
     > > > `_getopt_internal':
     > > > : undefined reference to `libintl_gettext'
     > > >
     > > >
     /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o
     )(.t
     > > >ext+ 0x8b1): In function
     > > >
     > > > `_getopt_internal':
     > > > : undefined reference to `libintl_gettext'
     > > >
     > > >
     /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o
     )(.t
     > > >ext+ 0xa3a): In function
     > > >
     > > > `_getopt_internal':
     > > > : undefined reference to `libintl_gettext'
     > > >
     > > >
     /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o
     )(.t
     > > >ext+ 0xa99): In function
     > > >
     > > > `_getopt_internal':
     > > > : undefined reference to `libintl_gettext'
     > > >
     > > >
     /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o
     )(.t
     > > >ext+ 0xb04): more undefined references to `libintl_gettext'
     follow
     > > > gmake: *** [proftpd] Error 1
     > > > *** Error code 2
     > > >
     > > > The reference to libintl_gettext has me comfused.  Could I be
     missing
     > > > a dependency?  I have tryed compiling in ftp/proftpd, using
     portmaster
     > > > and portupgrade and none seem to detect anything missing and
     all end
     > > > as above.
     > > >
     > > > A couple of the boxes are running un to date current the rest
     are
     > > > RELENG_6 and up to date with daily cvsup and build.
     > > >
     > > > My configuration includes:
     > > >    Use LDAP
     > > >    Include mod_ifsession
     > > >    Include mod_readme
     > > >    Include mod_ratio
     > > >    mod_rewrite
     > > >    mod_wrap2
     > > >
     > > > All suggestions appreciated.
     > >
     > > That linker error was fixed and committed yesterday. Make sure
     you're
     > > building 1.3.1rc1_1.
     > >
     > > Beech (Maintainer)
     > 1.3.1rc1_1 overwrites /usr/local/etc/proftpd.conf instead of
     making a dist
     > file.
     >
     > Chris
     That problem has also been fixed and is waiting commit.
     Beech (Maintainer)
     --
     -------------------------------------------------------------------
     --------------------
     Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
     /"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
     \ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
     X  - NO Word docs in e-mail | Anchorage, AK 99501
     / \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
     -------------------------------------------------------------------
     --------------------
     -------------- next part --------------
     A non-text attachment was scrubbed...
     Name: not available
     Type: application/pgp-signature
     Size: 187 bytes
     Desc: not available
     Url :
     http://lists.freebsd.org/pipermail/freebsd-ports/attachments/200701
     01/728eb251/attachment-0001.pgp
     ------------------------------
     Message: 2
     Date: Tue, 02 Jan 2007 01:22:01 +0100
     From: fred <[EMAIL PROTECTED]>
     Subject: Re: VTK 5 in ports
     To: Thierry Thomas <[EMAIL PROTECTED]>
     Cc: [email protected]
     Message-ID: <[EMAIL PROTECTED]>
     Content-Type: text/plain; charset=ISO-8859-15; format=flowed
     Thierry Thomas a écrit :
     > Could you please try the following port?
     > <http://people.freebsd.org/~thierry/ports/vtk5.tgz>
     Sure ! ;-)
     Thanks a lot.
     > I'm not yet sure how it will be committed: maybe I'll repocopy
     math/vtk
     > to math/vtk44 and commit this one as math/vtk, updating the
     vtk-slaves
     > ports to 5?
     I full agree ;-)
     >>I need it to build VTK apps such as mayavi2 & paraview 2.9.x
     (which
     >>needs also qt4,
     >>not yet included in ports tree).
     >
     >
     > Well, the latest stable paraview release is still 2.4.4!
     Yes,I know it.
     The 2.9.x (aka ParaView III) release is the dev release,
     and the GUI has been much improved vs the 2.5.x release.
     Cheers,
     --
     Fred.
     ------------------------------
     Message: 3
     Date: Mon, 1 Jan 2007 19:09:47 -0800
     From: Clint Olsen <[EMAIL PROTECTED]>
     Subject: Strange failure for mail/maildrop
     To: [EMAIL PROTECTED]
     Cc: [EMAIL PROTECTED]
     Message-ID: <[EMAIL PROTECTED]>
     Content-Type: text/plain; charset=us-ascii
     I performed a portinstall and it eventually gets to this point:
     Linking maildirkwtest
     Compiling maildirkw.c
     Linking maildirkw
     /usr/local/lib/libfam.a(fam.o)(.text+0x31): In function `FAMOpen2':
     : undefined reference to `operator new(unsigned int)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x4f): In function `FAMOpen2':
     : undefined reference to `operator delete(void*)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x81): In function `FAMOpen2':
     : undefined reference to `operator delete(void*)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x12e): In function
     `FAMClose':
     : undefined reference to `operator delete(void*)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x225): In function
     `FAMMonitor(FAMConnection*, char const*, FAMRequest*, void*, int)':
     : undefined reference to `operator delete[](void*)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x243): In function
     `FAMMonitor(FAMConnection*, char const*, FAMRequest*, void*, int)':
     : undefined reference to `operator delete[](void*)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x414): In function
     `FAMMonitorCollection':
     : undefined reference to `operator delete[](void*)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x433): In function
     `FAMMonitorCollection':
     : undefined reference to `operator delete[](void*)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x5d3): In function
     `GroupStuff::GroupStuff()':
     : undefined reference to `operator new[](unsigned int)'
     /usr/local/lib/libfam.a(fam.o)(.text+0x60b): In function
     `GroupStuff::GroupStuff()':
     : undefined reference to `operator new[](unsigned int)'
     /usr/local/lib/libfam.a(fam.o)(.eh_frame+0x12): undefined reference
     to `__gxx_personality_v0'
     ...
     ...
     [snip]
     *** Error code 1
     Stop in /usr/ports/mail/maildrop/work/maildrop-2.0.2/maildir.
     *** Error code 1
     Stop in /usr/ports/mail/maildrop/work/maildrop-2.0.2/maildir.
     *** Error code 1
     Stop in /usr/ports/mail/maildrop/work/maildrop-2.0.2.
     *** Error code 1
     Stop in /usr/ports/mail/maildrop.
     ** Command failed [exit code 1]: /usr/bin/script -qa
     /tmp/portinstall.76442.0 env make
     ** Fix the problem and try again.
     ** Listing the failed packages (*:skipped / !:failed)
            ! mail/maildrop (linker error)
            --->  Packages processed: 0 done, 0 ignored, 0 skipped and 1
     failed
     FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct
     23 13:04:36 PDT 2006
     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE  i386
     -Clint
     ------------------------------
     Message: 4
     Date: Mon, 1 Jan 2007 19:56:12 -0900
     From: Beech Rintoul <[EMAIL PROTECTED]>
     Subject: Port deletes .conf file on update
     To: [email protected]
     Message-ID: <[EMAIL PROTECTED]>
     Content-Type: text/plain;  charset="us-ascii"
     ftp/proftpd deletes /usr/local/etc/proftpd.conf when updating. I
     thought I had
     it fixed, but it continues to delete the config. Here's the section
     in the
     makefile:
     post-install:
     [ -f ${PREFIX}/etc/proftpd.conf ] || \
     ${CP} ${EXAMPLESDIR}/etc/proftpd.conf
     ${PREFIX}/etc/proftpd.conf.sample
     .if !defined(NOPORTDOCS)
     @${MKDIR} ${PREFIX}/share/doc/proftpd
     .for f in ${PORTDOCSdoc}
     @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/proftpd
     .endfor
     .for f in ${PORTDOCScontrib}
     @${INSTALL_DATA} ${WRKSRC}/doc/contrib/${f}
     ${PREFIX}/share/doc/proftpd
     .endfor
     .endif
     .if !defined(WITHOUT_PAM)
     @${CAT} ${PKGMESSAGE}
     .endif
     .if defined(WITH_CTRLS)
     @${INSTALL_PROGRAM} ${WRKSRC}/ftpdctl ${PREFIX}/sbin/ftpdctl
     @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8
     ${PREFIX}/man/man8/ftpdctl.8
     .endif
     It creates proftpd.conf.sample properly, but then deletes
     proftpd.conf. BTW
     proftpd.conf is not in the pkg-plist.
     How do I fix this?
     Beech (Maintainer)
     --
     -------------------------------------------------------------------
     --------------------
     Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
     /"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
     \ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
     X  - NO Word docs in e-mail | Anchorage, AK 99501
     / \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
     -------------------------------------------------------------------
     --------------------
     ------------------------------
     Message: 5
     Date: Mon, 1 Jan 2007 21:27:10 -0800
     From: Jeremy Chadwick <[EMAIL PROTECTED]>
     Subject: Re: Port deletes .conf file on update
     To: Beech Rintoul <[EMAIL PROTECTED]>
     Cc: [email protected]
     Message-ID: <[EMAIL PROTECTED]>
     Content-Type: text/plain; charset=us-ascii
     On Mon, Jan 01, 2007 at 07:56:12PM -0900, Beech Rintoul wrote:
     > ftp/proftpd deletes /usr/local/etc/proftpd.conf when updating. I
     thought I had
     > it fixed, but it continues to delete the config. Here's the
     section in the
     > makefile:
     >
     > post-install:
     > [ -f ${PREFIX}/etc/proftpd.conf ] || \
     > ${CP} ${EXAMPLESDIR}/etc/proftpd.conf
     ${PREFIX}/etc/proftpd.conf.sample
     >
     > ...
     >
     > It creates proftpd.conf.sample properly, but then deletes
     proftpd.conf. BTW
     > proftpd.conf is not in the pkg-plist.
     >
     > How do I fix this?
     My guess is that the actual proftpd Makefile (not the port
     Makefile)
     is doing something during "make install" which nukes the existing
     proftpd.conf in PREFIX/etc.
     Logically your Makefile sh code looks like it should do exactly
     what
     you intend it (copy the EXAMPLESDIR configuration to etc as .sample
     if the test(1) returns a non-zero exit code).
     I assume it still breaks if you change the above sh code to the
     following?
     if [ ! -f ${PREFIX}/etc/proftpd.conf ]
     then
      ${CP} ${EXAMPLESDIR}/etc/proftpd.conf
     ${PREFIX}/etc/proftpd.conf.sample
     fi
     --
     | Jeremy Chadwick                                 jdc at
     parodius.com |
     | Parodius Networking
     http://www.parodius.com/ |
     | UNIX Systems Administrator                   Mountain View, CA,
     USA |
     | Making life hard for others since 1977.               PGP:
     4BD6C0CB |
     ------------------------------
     Message: 6
     Date: Tue, 02 Jan 2007 09:12:33 +0100
     From: fred <[EMAIL PROTECTED]>
     Subject: Re: VTK 5 in ports
     Cc: Thierry Thomas <[EMAIL PROTECTED]>, [email protected]
     Message-ID: <[EMAIL PROTECTED]>
     Content-Type: text/plain; charset=ISO-8859-15; format=flowed
     fred a écrit :
     > Thierry Thomas a écrit :
     >
     >> Could you please try the following port?
     >> <http://people.freebsd.org/~thierry/ports/vtk5.tgz>
     >
     > Sure ! ;-)
     > Thanks a lot.
     >
     >> I'm not yet sure how it will be committed: maybe I'll repocopy
     math/vtk
     >> to math/vtk44 and commit this one as math/vtk, updating the
     vtk-slaves
     >> ports to 5?
     >
     > I full agree ;-)
     In fact, mayavi2 needs vtk-python.
     So I would be very happy if you could provide vtk-python port for
     VTK 5.
     Cheers,
     --
     http://scipy.org/FredericPetit
     ------------------------------
     Message: 7
     Date: Tue, 2 Jan 2007 09:51:00 +0100
     From: "Simon Olofsson" <[EMAIL PROTECTED]>
     Subject: Re: Port deletes .conf file on update
     To: [email protected]
     Cc: [EMAIL PROTECTED]
     Message-ID: <[EMAIL PROTECTED]>
     Content-Type: text/plain; charset=us-ascii
     Did you try the way it's described in the Porter's Handbook?
     http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/p
     list-config.html
     Regards,
     Simon
     On Mon, Jan 01, 2007 at 07:56:12PM -0900, Beech Rintoul wrote:
     > ftp/proftpd deletes /usr/local/etc/proftpd.conf when updating. I
     thought I had
     > it fixed, but it continues to delete the config. Here's the
     section in the
     > makefile:
     >
     > post-install:
     > [ -f ${PREFIX}/etc/proftpd.conf ] || \
     > ${CP} ${EXAMPLESDIR}/etc/proftpd.conf
     ${PREFIX}/etc/proftpd.conf.sample
     >
     > .if !defined(NOPORTDOCS)
     > @${MKDIR} ${PREFIX}/share/doc/proftpd
     > .for f in ${PORTDOCSdoc}
     > @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/proftpd
     > .endfor
     > .for f in ${PORTDOCScontrib}
     > @${INSTALL_DATA} ${WRKSRC}/doc/contrib/${f}
     ${PREFIX}/share/doc/proftpd
     > .endfor
     > .endif
     >
     > .if !defined(WITHOUT_PAM)
     > @${CAT} ${PKGMESSAGE}
     > .endif
     >
     > .if defined(WITH_CTRLS)
     > @${INSTALL_PROGRAM} ${WRKSRC}/ftpdctl ${PREFIX}/sbin/ftpdctl
     > @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8
     ${PREFIX}/man/man8/ftpdctl.8
     > .endif
     >
     > It creates proftpd.conf.sample properly, but then deletes
     proftpd.conf. BTW
     > proftpd.conf is not in the pkg-plist.
     >
     > How do I fix this?
     >
     > Beech (Maintainer)
     --
     http://olofsson.de
     ------------------------------
     _______________________________________________
     [email protected] mailing list
     http://lists.freebsd.org/mailman/listinfo/freebsd-ports
     To unsubscribe, send any mail to
     "[EMAIL PROTECTED]"
     End of freebsd-ports Digest, Vol 192, Issue 10
     **********************************************
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to