View Single Post
  #1   (View Single Post)  
Old 9th June 2008
jedispy jedispy is offline
New User
 
Join Date: Jun 2008
Posts: 3
Default Need to update my FreeBSD...help

My system specs:
  • FreeBSD: 4.8
  • PHP: 4.4.2
  • Apache: 1.3
  • MySQL: 3.23.55
  • CPU: P2 300mhz
  • HDD: 300GB
  • Host: Me. This is a hobby server hosted in my home
Plain and simple I'm GROSSLY outdated on things. I built this server back in 2006, and since then I got horribly lazy. Recently the need has arisen for me to update things. I would like to update the server (install newer version of FreeBSD, so on and so forth). I HAVE read the tutorial at freebsd.org, and even read freebsddiary.org. However neither one seems to address the issue I'm running into.

My issue:
The issue is that I can't install cvsup. According to http://www.freebsd.org/doc/en_US.ISO...ook/cvsup.html & http://www.freebsddiary.org/cvsup.php it should be pretty simple to install it. However when I follow the methods provided at either site I get the following:
Attempting to install cvsup-without-gui:
Code:
"/usr/ports/Mk/bsd.port.mk", line 2303: warning: String comparison operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 2303: warning: String comparison operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 2303: Malformed conditional (((${OSVERSION} < 504105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600103) || (${OSVERSION} >= 700000 && ${OSVERSION} < 700012)) && ${PKGORIGIN} != "ports-mgmt/pkg_install") || exists(${LOCALBASE}/sbin/pkg_info))
"/usr/ports/Mk/bsd.port.mk", line 2304: warning: String comparison operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 2304: warning: String comparison operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 2304: Malformed conditional ((${OSVERSION} < 504105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600103) || (${OSVERSION} >= 700000 && ${OSVERSION} < 700012)) && ${PKGORIGIN} != "ports-mgmt/pkg_install")
"/usr/ports/Mk/bsd.port.mk", line 6122: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 6122: Need an operator
"/usr/ports/Mk/bsd.port.mk", line 6125: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 6125: Need an operator
make: fatal errors encountered -- cannot continue
I'm betting there's a problem with bsd.port.mk (hrm....ya THINK?!?!?!?!)

I downloaded ports.tar.gz from ftp.freebsd.org and unpacked it. With a brand new bsd.port.mk in /usr/ports/Mk/, the issue is exactly the same (see "code" segment above).

Any suggestions on what I might be doing wrong?
__________________
Jedispy

Rather new to FreeBSD, but willing to learn.
Reply With Quote