Date: Tue, 25 Sep 2007 04:00:34 -0600 From: "Tim DeBoer" <tdeboer@gmail.com> To: "Tim DeBoer" <tdeboer@gmail.com>, freebsd-questions@freebsd.org Subject: Re: Override ports security restrictions? Message-ID: <f5fb6600709250300u2b62c45am59841e8e8ba66994@mail.gmail.com> In-Reply-To: <f5fb6600709250137p6c1a1a80u84e7141d95fed4f6@mail.gmail.com> References: <f5fb6600709250027s5ce3fba6o567b33ca68770403@mail.gmail.com> <20070925080025.GA95335@owl.midgard.homeip.net> <f5fb6600709250137p6c1a1a80u84e7141d95fed4f6@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/25/07, Tim DeBoer <tdeboer@gmail.com> wrote: [snip] > Hmmm, it seems to want to work, but I end up with a bunch of errors. > > # make -DIGNORE_VULNERABILITIES install > "/usr/ports/Mk/bsd.port.mk", line 2294: warning: String co > mparison operator should be either == or != > "/usr/ports/Mk/bsd.port.mk", line 2294: warning: String co > mparison operator should be either == or != > "/usr/ports/Mk/bsd.port.mk", line 2294: Malformed conditio > nal (((${OSVERSION} < 504105 || (${OSVERSION} >= 600000 && > ${OSVERSION} < 600103) || (${OSVERSION} >= 700000 && ${OS > VERSION} < 700012)) && ${PKGORIGIN} != "ports-mgmt/pkg_ins > tall") || exists(${LOCALBASE}/sbin/pkg_info)) > "/usr/ports/Mk/bsd.port.mk", line 2295: warning: String co > mparison operator should be either == or != > "/usr/ports/Mk/bsd.port.mk", line 2295: warning: String co > mparison operator should be either == or != > "/usr/ports/Mk/bsd.port.mk", line 2295: Malformed conditio > nal ((${OSVERSION} < 504105 || (${OSVERSION} >= 600000 && > ${OSVERSION} < 600103) || (${OSVERSION} >= 700000 && ${OSV > ERSION} < 700012)) && ${PKGORIGIN} != "ports-mgmt/pkg_inst > all") > "/usr/ports/Mk/bsd.port.mk", line 6100: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 6100: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 6103: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 6103: Need an operator > make: fatal errors encountered -- cannot continue > > Any thoughts? > > Thanks, I really do appreciate the help :-) > Never mind that. I'm an idiot. I was trying to build on the machine I'm going to replace. Observation skills FTW. make DISABLE_VULNERABILITIES=yes install Did the trick. Thanks for the help! -- Tim DeBoer http://www.freebsd-geek.com Just once, I'd like it if someone called me "Sir". Without adding "You're creating a scene".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f5fb6600709250300u2b62c45am59841e8e8ba66994>