Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2013 14:36:05 +0100
From:      Chris Whitehouse <cwhiteh@onetel.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: [Call for Test] [NEW PORT] net/mobile-broadband-provider-info-20130312
Message-ID:  <5173EB45.5010401@onetel.com>
In-Reply-To: <20130414151243.24dd1c91@nemysis3now.no-ip.biz>
References:  <20130414141736.04329eda@nemysis3now.no-ip.biz> <CADLo83-b8nqoV%2BrE1xrdq%2BbJPdXabZmxsiFgSReNjw5H6d0SkQ@mail.gmail.com> <20130414145919.7a6cd0f9@nemysis3now.no-ip.biz> <CADLo83-wHzbNLhG-EO3Qm764d0ahGNdEkq_TQSUtpEEzsKk%2B1w@mail.gmail.com> <20130414151243.24dd1c91@nemysis3now.no-ip.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
On 14/04/2013 14:12, nemysis wrote:
>
> http://sourceforge.net/projects/nemysisfreebsdp/files/Not_FreeBSD_Port/mobile-broadband-provider-info.shar

I do sometimes use ppp over my mobile phone so I thought I'd try it. I get
muji64# make
"Makefile", line 32: Malformed conditional (${PORT_OPTIONS:MDOCS})
"Makefile", line 36: if-less endif
make: fatal errors encountered -- cannot continue

With:
muji64# diff -u Makefile.original Makefile
--- Makefile.original   2013-04-21 13:45:06.000000000 +0100
+++ Makefile    2013-04-21 14:26:34.000000000 +0100
@@ -29,7 +29,8 @@
  .include <bsd.port.options.mk>

  post-install:
-.if ${PORT_OPTIONS:MDOCS}
+#.if ${PORT_OPTIONS:MDOCS}
+.if !defined(NOPORTDOCS)
         ${MKDIR} ${DOCSDIR}
         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
  .endif

it makes and installs fine. Is this due to the age of my system?
muji64# uname -a
FreeBSD muji64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 
02:52:29 UTC 2012 
root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64


Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5173EB45.5010401>