Wifi driver & General Question

2006-12-18 Thread Waleed Harbi
Hi Everyone, I have not seen FreeBSD packages has Intel ipw3945 wireless driver "Intel(r) PRO/Wireless 3945ABG Driver": http://www.freebsd.org/cgi/ports.cgi?query=ipw&stype=name I am looking to install it on my laptop and the above driver is my laptop diver the source code of driver is below: htt

Re: How to properly check for GCC 4.1 in port

2006-12-18 Thread Scot Hetzel
On 12/18/06, Ed Schouten <[EMAIL PROTECTED]> wrote: Hello, I'm the maintainer for the net/totd port. This port doesn't compile with GCC 4.1. The easiest fix is to add -Wno-pointer-sign to the CFLAGS. GCC 3.4 doesn't allow this option. What's the nicest way to add a conditional to the port Makefi

Re: How to properly check for GCC 4.1 in port

2006-12-18 Thread Shaun Amott
On Mon, Dec 18, 2006 at 10:22:13PM +0100, Ed Schouten wrote: > > I'm the maintainer for the net/totd port. This port doesn't compile with > GCC 4.1. The easiest fix is to add -Wno-pointer-sign to the CFLAGS. GCC > 3.4 doesn't allow this option. What's the nicest way to add a > conditional to the p

5.x Testers needed

2006-12-18 Thread Beech Rintoul
I just updated ports/proftpd and I need someone with a 5.x box to test it out. I'm mainly interested if on pkg_delete if the port removes all the files. You can find the new version here: http://www.alaskaparadise.com/freebsd/proftpd-new.tgz TIA, Beech -- ---

Re: pkg-plist question

2006-12-18 Thread Brooks Davis
On Mon, Dec 18, 2006 at 12:10:47PM -0900, Beech Rintoul wrote: > I'm working on an update of proftpd. On install it > creates /usr/local/include/proftpd with a bunch of header files. If I delete > the port it leaves them behind. I've read the porter's handbook and I've > tried various things to

How to properly check for GCC 4.1 in port

2006-12-18 Thread Ed Schouten
Hello, I'm the maintainer for the net/totd port. This port doesn't compile with GCC 4.1. The easiest fix is to add -Wno-pointer-sign to the CFLAGS. GCC 3.4 doesn't allow this option. What's the nicest way to add a conditional to the port Makefile to check for a GCC version? Yours, -- Ed Schoute

VTK 5 in ports

2006-12-18 Thread fred
Hi the list, Does anyone knows when VTK (5.0.2, the last release) will be included in ports tree ? I need it to build VTK apps such as mayavi2 & paraview 2.9.x (which needs also qt4, not yet included in ports tree). Cheers, -- http://scipy.org/FredericPetit ___

pkg-plist question

2006-12-18 Thread Beech Rintoul
I'm working on an update of proftpd. On install it creates /usr/local/include/proftpd with a bunch of header files. If I delete the port it leaves them behind. I've read the porter's handbook and I've tried various things to remove them and the directory, no luck. Would someone tell me what to

Re: Sourcefile named differently than portname.

2006-12-18 Thread Emanuel Haupt
> I'm working on a port upgrade where the sourcefile has a different name from > the port. For example the port is called myport-6.2 but the distfile is > called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in > distinfo. It fetches correctly but when it tries to cd to the

cups 1.2.7 & HP LaserJet 1320 fails to work...

2006-12-18 Thread fred
Hi the list, I try to use my HP LaserJet 1320 (usb) with cups 1.2.7 and the following ports installed: foomatic-db-20061214, foomatic-db-engine-20061214, foomatic-db-hpijs-1.4, foomatic-filters-3.0.2_4, hplip-1.6.7. My printer is well detected during boot: ugen1: Hewlett-Packard hp LaserJet

Re: Sourcefile named differently than portname.

2006-12-18 Thread Brooks Davis
On Mon, Dec 18, 2006 at 10:35:09AM -0900, Beech Rintoul wrote: > I'm working on a port upgrade where the sourcefile has a different name from > the port. For example the port is called myport-6.2 but the distfile is > called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in

Re: Sourcefile named differently than portname.

2006-12-18 Thread Scot Hetzel
On 12/18/06, Beech Rintoul <[EMAIL PROTECTED]> wrote: I'm working on a port upgrade where the sourcefile has a different name from the port. For example the port is called myport-6.2 but the distfile is called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in distinfo. It fet

Re: Sourcefile named differently than portname.

2006-12-18 Thread LI Xin
Beech Rintoul wrote: > I'm working on a port upgrade where the sourcefile has a different name from > the port. For example the port is called myport-6.2 but the distfile is > called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in > distinfo. It fetches correctly but when

Re: Sourcefile named differently than portname.

2006-12-18 Thread Doug Barton
Beech Rintoul wrote: > I'm working on a port upgrade where the sourcefile has a different name from > the port. For example the port is called myport-6.2 but the distfile is > called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in > distinfo. It fetches correctly but when

Sourcefile named differently than portname.

2006-12-18 Thread Beecher Rintoul
I'm working on a port upgrade where the sourcefile has a different name from the port. For example the port is called myport-6.2 but the distfile is called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in distinfo. It fetches correctly but when it tries to cd to the workfile

Re: Sourcefile named differently than portname.

2006-12-18 Thread Beech Rintoul
On Monday 18 December 2006 11:05, Brooks Davis wrote: > On Mon, Dec 18, 2006 at 10:35:09AM -0900, Beech Rintoul wrote: > > I'm working on a port upgrade where the sourcefile has a different name > > from the port. For example the port is called myport-6.2 but the distfile > > is called myportsrc. I

Sourcefile named differently than portname.

2006-12-18 Thread Beech Rintoul
I'm working on a port upgrade where the sourcefile has a different name from the port. For example the port is called myport-6.2 but the distfile is called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in distinfo. It fetches correctly but when it tries to cd to the workfil

Sourcefile named differently than portname.

2006-12-18 Thread Beech Rintoul
I'm working on a port upgrade where the sourcefile has a different name from the port. For example the port is called myport-6.2 but the distfile is called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in distinfo. It fetches correctly but when it tries to cd to the workfil

games/flightgear

2006-12-18 Thread Michael S
I just now tried graphics/linux_dri instead of graphics/dri as I suspected graphics/dri as being the problem. When starting FG with linux_dri I get: [EMAIL PROTECTED] ~]$ fgfs Error reading properties: no element found at /home/michael/.fgfs/autosave.xml, line 1, column 0 (reported by SimGear XM

FreeBSD Port: poptop-1.3.0

2006-12-18 Thread Molokanov kaN5300 Ilya
Hello. I am small ISP admin from Russia. Sorry at first for my English. So I am using poptop-1.3.0 without such string as debug in /usr/local/etc/pptpd.conf. Hereis my listings: /etc/ppp/ppp.conf: loop: set timeout 0 set device /dev/ppp set login set ifaddr 10.10.254.254 10.10.1.1-10.10.

Current unassigned ports problem reports

2006-12-18 Thread FreeBSD bugmaster
Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has bee