Summary: | cannot build net/mtr without x11 support | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Sayetsky Anton <vscjfm> |
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Sayetsky Anton
2012-06-07 12:20:13 UTC
Yes, I know that there are separate mtr-nox11 port, but I was able to build exactly mtr without x11. ps Can somebody correct my "originator address" to vscjfm(at)gmail.com? Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer. I've filed ports/168808 with a patch to convert net/mtr to the new options framework. This effectively fixes the issue here. > I've filed ports/168808 with a patch to convert net/mtr to the new options framework. This effectively fixes the issue here.
I'll try your patch tomorrow.
Patch from ports/168808 works as expected, thank you. I think that it must be commited to ports tree. State Changed From-To: open->feedback Since net/mtr and net/mtr-nox11 are still using the old options framework, your options file are not recognized by these ports. Please confirm if the patch [1] for new options framework works for you both in net/mtr and net/mtr-nox11. [1] http://people.freebsd.org/~sunpoet/mtr.patch root@jw:/usr/ports/net/mtr# make =3D=3D=3D> =A0License check disabled, port has not defined LICENSE =3D=3D=3D> =A0Found saved configuration for mtr-0.82_1 =3D> mtr-0.82.tar.gz doesn't seem to exist in /usr/ports/distfiles/. =3D> Attempting to fetch ftp://ftp.bitwizard.nl/mtr/mtr-0.82.tar.gz mtr-0.82.tar.gz =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= 100% of =A0263 kB =A0482 kBps =3D=3D=3D> =A0Extracting for mtr-nox11-0.82_1 =3D> SHA256 Checksum OK for mtr-0.82.tar.gz. =3D=3D=3D> =A0Patching for mtr-nox11-0.82_1 =3D=3D=3D> =A0 mtr-nox11-0.82_1 depends on executable: gmake - found =3D=3D=3D> =A0Configuring for mtr-nox11-0.82_1 checking for a BSD-compatible install... {...} root@jw:/usr/ports/net/mtr# cat /var/db/ports/mtr/options # This file is auto-generated by 'make config'. # Options for mtr-0.82_1 _OPTIONS_READ=3Dmtr-0.82_1 _FILE_COMPLETE_OPTIONS_LIST=3DIPV6 X11 OPTIONS_FILE_SET+=3DIPV6 OPTIONS_FILE_UNSET+=3DX11 Yes, it works perfect. I think that fix may be committed now. sunpoet 2012-07-04 09:55:12 UTC FreeBSD ports repository Modified files: net/mtr Makefile Log: - Convert to new options framework - Cosmetic change PR: ports/168795 [1], ports/168808 [2] Submitted by: Sayetsky Anton <vsjcfm@gmail.com> [1], Bryan Drewery <bryan@shatow.net> [2] Revision Changes Path 1.85 +7 -10 ports/net/mtr/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" sunpoet 2012-07-04 09:55:42 UTC FreeBSD ports repository Modified files: net/mtr-nox11 Makefile Log: - Convert to new options framework PR: ports/168795 [1], ports/168808 [2] Submitted by: Sayetsky Anton <vsjcfm@gmail.com> [1], Bryan Drewery <bryan@shatow.net> [2] Revision Changes Path 1.4 +2 -1 ports/net/mtr-nox11/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Problem solved in the ports tree. |