Re: [HEADSUP] Flavors, and specifically, Python flavors landing today

2017-12-01 Thread Yamaya Takashi
Hi bug: /etc/make.conf has DEFAULT_VERSIONS += python=3.6, but flavor ignore this setting. reason: When ${PYTHON_DEFAULT} == ${PYTHON3_DEFAULT}, skip adding ${PYTHON_DEFAULT} to ${FLAVORS}, so ${PYTHON2_DEFAULT} set to ${FLAVOR}. On 2017/12/01 00:32, Mathieu Arnold wrote: |Hi,| | | |TL;DR:| |

Re: [patch]Uses/iconv.mk, devel/getext has no libiconv linkage.

2013-08-21 Thread Yamaya Takashi
On 2013/08/21 21:33, Daniel Nebdal wrote: > On Sun, Aug 18, 2013 at 6:04 PM, Yamaya Takashi > wrote: >> On 2013/08/06 07:54, Boris Samorodov wrote: >>> (CC to the maintainer: gn...@freebsd.org) >>> >>> 05.08.2013 20:13, Yamaya Takashi пишет: >>&

Re: [patch]Uses/iconv.mk, devel/getext has no libiconv linkage.

2013-08-18 Thread Yamaya Takashi
On 2013/08/06 07:54, Boris Samorodov wrote: > (CC to the maintainer: gn...@freebsd.org) > > 05.08.2013 20:13, Yamaya Takashi пишет: >> Some ports, e.g. devel/glib20, cannot build because devel/gettext has no >> libiconv linkage. >> msgfmt cannot handle utf-8 and say

[patch]Uses/iconv.mk, devel/getext has no libiconv linkage.

2013-08-05 Thread Yamaya Takashi
Hi. Some ports, e.g. devel/glib20, cannot build because devel/gettext has no libiconv linkage. msgfmt cannot handle utf-8 and say "invalid multibyte sequence". Patch attached file and rebuild devel/gettext, msgfmt works correctly. Index: Mk/Uses/iconv.mk

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-17 Thread Yamaya Takashi
On 2013/02/16 15:46, Mikhail T. wrote: > 15.02.2013 23:21, Ian Lepore ???(??): >> Since /home/ian/foo/BSDmakefile is not building something that is part >> of the freebsd world, or the freebsd kernel, then according to that >> paragraph, a build using that makefile should not be affected >> by

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-17 Thread Yamaya Takashi
On 2013/02/15 05:57, O. Hartmann wrote: > Am 02/14/13 14:19, schrieb Yamaya Takashi: >> On 2013/02/13 22:33, Tom Evans wrote: >>> On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi >>> wrote: >>>> On 2013/02/13 19:08, O. Hartmann wrote: >>>>> S

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-14 Thread Yamaya Takashi
On 2013/02/13 22:33, Tom Evans wrote: > On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi > wrote: >> On 2013/02/13 19:08, O. Hartmann wrote: >>> Setting only base system source compiler optins in /etc/src.conf, for >>> instance >>> >>> # >>

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread Yamaya Takashi
On 2013/02/13 19:08, O. Hartmann wrote: > Setting only base system source compiler optins in /etc/src.conf, for > instance > > # > CXXFLAGS+= -stdlib=libc++ > CXXFLAGS+= -std=c++11 > > > which do NOT appear in /etc/make.conf, make building port > grahpics/libfpx complainin

[e17]please remove some unneeded patches. And cannot fetch enlightenment-0.17.0.tar.bz2

2012-12-22 Thread Yamaya Takashi
Hi, Following patches cannot be patched. They seem unneeded. devel/eio/files/patch-configure lang/embryo/files/patch-src_lib_embryo_str.c x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c x11-wm/enlightenment/files/patch-configure And cannot fetch enlightenment-0.17.0.tar.bz2. ___

Re: How to handle WITH_CLANG_IS_CC in ports

2012-11-30 Thread Yamaya Takashi
On 2012/11/30 22:26, Nikolai Lifanov wrote: > On 11/29/2012 05:46 PM, Yamaya Takashi wrote: >> On 2012/11/30 06:30, Dimitry Andric wrote: >>> On 2012-11-29 20:47, Tobias Rehbein wrote:> Am Fri, Nov 30, 2012 at >>> 02:51:31AM +0900 schrieb Yamaya Takashi: >>>&

Re: How to handle WITH_CLANG_IS_CC in ports

2012-11-29 Thread Yamaya Takashi
On 2012/11/30 06:30, Dimitry Andric wrote: > On 2012-11-29 20:47, Tobias Rehbein wrote:> Am Fri, Nov 30, 2012 at > 02:51:31AM +0900 schrieb Yamaya Takashi: >>> >>> Include Mk/bsd.compiler.mk, and >>> .if ${COMPILER_TYPE} == "clang" >>>c

Re: How to handle WITH_CLANG_IS_CC in ports

2012-11-29 Thread Yamaya Takashi
On 2012/11/30 01:46, Nikolai Lifanov wrote: > On 11/29/2012 10:12 AM, Alberto Villa wrote:> On Tue, Nov 27, 2012 at > 5:27 PM, Tobias Rehbein wrote: > >> Is there any chance you turn this into a generic Mk macro? > > > > I don't think so, it would mean running `cc --version` on every > > bsd.port.