[NEW PORT] x11-fonts/symbola - a Unicode 7.0 font

2015-02-01 Thread Elizabeth Myers
Hello, I'm posting this in case the bugzilla issue got lost in the noise. I know four days is a bit hasty, though *puts on flameproof garments*. See issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197090 This font also contains numerous emoji, which is what I use for emoji support

Re: Selecting at least one option out of multiple groups

2015-02-01 Thread Elizabeth Myers
On 02/01/15 00:55, Scot Hetzel wrote: On Wed, Jan 28, 2015 at 3:31 AM, Elizabeth Myers elizab...@interlinked.me wrote: Hello, I am porting a piece of software (purple-plugin-pack) to FreeBSD. It contains numerous plugins for Pidgin all under one pack (over 50). They Is this going to be

net/isc-dhcp42-server and ldap support

2015-02-01 Thread Willy Offermans
Dear FreeBSD friends, I like to install net/isc-dhcp42-server with LDAP and LDAP_SSL support. However upon compilation, I received the following error message: gmake[3]: Entering directory '/usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.7/omapip' cc -O2 -pipe -fPIC -fstack-protector

Re: testing the value of ${CXX} in ports Makefile

2015-02-01 Thread Don Lewis
On 31 Jan, Jan Beich wrote: Don Lewis truck...@freebsd.org writes: PORTNAME=junk PORTVERSION= 0.0.0 CATEGORIES= devel DISTFILES= MAINTAINER= truck...@freebsd.org COMMENT= junk USE_GCC= 4.9+ .include bsd.port.pre.mk post-patch: echo CXX=${CXX} .if ${CXX} ==

Re: testing the value of ${CXX} in ports Makefile

2015-02-01 Thread Don Lewis
On 31 Jan, Shane Ambler wrote: On 31/01/2015 10:55, Don Lewis wrote: On 31 Jan, Shane Ambler wrote: On 30/01/2015 14:13, Don Lewis wrote: post-patch: @echo CXX=${CXX} @echo GCC_DEFAULT=${GCC_DEFAULT} .if ${CHOSEN_COMPILER_TYPE} == gcc and ${COMPILER_VERSION} == 49 @echo

Re: Use GCC only for specific ARCH

2015-02-01 Thread Dimitry Andric
On 10 Dec 2014, at 09:29, Christoph Moench-Tegeder c...@burggraben.net wrote: ## Daniel Morante (dan...@morante.net): I have a port that builds fine on a 9.3 amd64, but on 9.3 i386 it fails on this line: inline int64 GetMaxMoney() { return nBestHeight = HARDFORK_HEIGHT_1 ? 500 *

Re: Use GCC only for specific ARCH

2015-02-01 Thread Dewayne Geraghty
On 10/12/2014 7:11 PM, Daniel Morante wrote: I have a port that builds fine on a 9.3 amd64, but on 9.3 i386 it fails on this line: inline int64 GetMaxMoney() { return nBestHeight = HARDFORK_HEIGHT_1 ? 500 * COIN : 250 * COIN; } With the following error: integer constant