Ports bsd.port.mk Broken?

2006-03-21 Thread Matt Rudderham

Greetings all,
Since recently cvsup'ing my ports collection I'm now getting the 
following error each time I try to make any port. I'm guessing it could 
be because the system is running FreeBSD 4.8. This is the error after 
trying to make a port:


"/usr/ports/Mk/bsd.port.mk", line 5075: warning: String comparison 
operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 5075: Malformed conditional 
((${OSVERSION} >= 77 || (${OSVERSION} < 70 && ${OSVERSION} >= 
600101)))

"/usr/ports/Mk/bsd.port.mk", line 5075: Need an operator
"/usr/ports/Mk/bsd.port.mk", line 5399: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 5399: Need an operator
make: fatal errors encountered -- cannot continue


bsd.port.mk (5075 on...)
.if (${OSVERSION} >= 77 || (${OSVERSION} < 70 && ${OSVERSION} >= 
600101))

   @for i in ${USE_RC_SUBR}; do \
   ${INSTALL_SCRIPT} ${WRKDIR}/$${i} 
${PREFIX}/etc/rc.d/$${i%.sh}; \

   ${ECHO_CMD} "etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \
   done
.else
   @for i in ${USE_RC_SUBR}; do \
   ${INSTALL_SCRIPT} ${WRKDIR}/$${i} 
${PREFIX}/etc/rc.d/$${i%.sh}.sh; \

   ${ECHO_CMD} "etc/rc.d/$${i%.sh}.sh" >> ${TMPPLIST}; \
   done
.endif
.endif
.else
   @${DO_NADA}
.endif
.endif

# Compress (or uncompress) and symlink manpages.


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


CVSup Error When Updating Sources

2003-01-18 Thread Matt Rudderham
Hi all,
I'm taking my first shot at upgrading my old 4.0-Release system to 4.7-Stable, when I 
run
/usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
I get this error right off the bat,
/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Undefined symbol "__stderrp"
Can anyone fill me in?
Thanks!

Matt Rudderham



4.7-Release Won't Boot

2003-01-12 Thread Matt Rudderham
Hi,
I am attempting an installation of 4.7 Release made from ISO a few days ago on the 
following system: AMD Athlon 1400 Aopen AK77-333 MB Western Digital Caviar 20GB Hard 
Disk

The system boots from CD A OK, and runs through the install without any problems, upon 
reboot after the install is complete the system reports a disk error and FreeBSD will 
not boot from the hard drive, it does not begin loading FreeBSD or anything at all.  
Other OS's have worked on the same hardware with no problems, I verified the C/H/S 
settings for the FDISK, and they are okay, I have tried installing with the FreeBSD 
boot manager, as well as with the old Dangerously Dedicared mode, to no avail.  I'm 
not really sure where I can go from here.  I suspected a problem with the hard disk at 
first but I have run all the Western Digital diagnostics on it, and they come out 
clean.  It is running at ATA100 with the proper cabling, and FreeBSD detects this, it 
also appears that all of the install files DO copy to the drive, as I can use the 
system immediately after the install from the Emergency shell on VTY4, right now it is 
online as such running Seti@Home packets without any problems, any help would be 
MUCHLY appreciated, thanks!

Matt