There is one port that has completely unneeded things in both Makefile
and plist. Is there a way to Automatically change those afterwards - I
guess usual method of patching isn't applicable?
Of course doing a portsnap fetch update and sedding the unneeded stuff
out from a shellscript each nigh
> On 14 May 2016, at 11:36, Reko Turja via freebsd-ports
> wrote:
>
> There is one port that has completely unneeded things in both Makefile and
> plist. Is there a way to Automatically change those afterwards - I guess
> usual method of patching isn't applicable?
>
> Of course doing a port
I got the following error:
[04:35:06] >> [04][00:00:03] Finished build of math/R: Ignored:
"texlive" must not be defined in USE_TEX
It seems that USE_TEX is defined in bsd.tex.mk which is part of the port
itself. Is this a bug or something wrong with my setup?
_
It seems right.
Makefile
USE_TEX=texlive dvipsk kpathsea pdftex
bsd.tex.mk# default TeX distribution. "texlive"
TEX_DEFAULT?= texlive
.if ${TEX_DEFAULT} != texlive
IGNORE= Only 'texlive' is supported as value for TEX_DEFAULT
.endif
texlive is default. And if you rea
Compiled on my system (10.3-RELEASE Without problems.
You can try remove n the lline USE_TEX the keyword texlive.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "fr
Sorry, there was a misunderstood from me. In the moment I try it
again.(fetching texlibe needs long time).
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-port
Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
OK, thanks, please let me know if there is a fix needed in the ports or
I can fix it somehow in my environment without touching the ports.
Grzegorz
On 14/05/2016 12:41, Walter Schwarzenfeld wrote:
Sorry, there was a misunderstood from me. In the moment I try it
again.(fetching texlibe needs l
Ok, I tried it again. Result:
INormal try failes in the same way.
If I delete texlive from the USE_TEX line it compiles fine. (Alternae
Solution withPDF_MANUALS=off)
and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209500.
___
freebsd-ports@fre
The link does not work, try it again
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209500
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@
All right, thanks, I missed that PDF_MANUALS requires tex. I will
disable that option for now.
On 14/05/2016 14:04, Walter Schwarzenfeld wrote:
Ok, I tried it again. Result:
INormal try failes in the same way.
If I delete texlive from the USE_TEX line it compiles fine. (Alternae
Solution wit
On Sat, 14 May 2016 12:36:07 +0300 Reko Turja via freebsd-ports
wrote
> There is one port that has completely unneeded things in both Makefile
> and plist. Is there a way to Automatically change those afterwards - I
> guess usual method of patching isn't applicable?
>
> Of course doing a ports
-Original Message-
From: Chris H
There is one port that has completely unneeded things in both
Makefile and plist. Is there a way to Automatically change those
afterwards - I guess usual method of patching isn't applicable?
Of course doing a portsnap fetch update and sedding the unne
If I found the right PR:
I think it was the one with php and mysqlnd.
.if ${.CURDIR:M*/ports/lang56}
CONFIGURE_ARGS+=--disable-mysqlnd
.endif
You have to cd in th e workdirectory and run ./configure --help to find
the right CONFIGURE_ARGS.
___
free
forgot:
.if ${.CURDIR:M*/ports/lang56} and so on
is meant to put it in /ec/make.conf.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freeb
once more for clear, there are some typos
you can for example put in the makefile
.if ${.CURDIR:M*/ports/lang/php56}
CONFIGURE_ARGS+=--disable-mysqlnd
.endif
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-p
sorry not in the makefile, in /etc/make.conf.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
But notice: It is on your own risk. Nobody can guarantee if it will work
if you disableany CONFIGURE_ARGS.
You have to test it.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send
I tried building Erlang from ports on a Raspberry Pi 2 running FreeBSD
11.0-CURRENT snapshot r298793:
freebsd@rpi2:~ % uname -a
FreeBSD rpi2 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r298793: Sat Apr 30
06:39:54 UTC 2016
r...@releng2.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI2 arm
freeb
On Saturday, 14 May 2016 at 13:47:01 +, portsc...@freebsd.org wrote:
> Dear port maintainer,
>
> The portscout new distfile checker has detected that one or more of your
> ports appears to be out of date. Please take the opportunity to check
> each of the ports listed below, and if possible and
If I am right, error 254 is a disk or swap error.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
21 matches
Mail list logo