From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 5 18:09:54 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C551065670; Wed, 5 Sep 2012 18:09:54 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 99C6D8FC16; Wed, 5 Sep 2012 18:09:53 +0000 (UTC) Received: by lage12 with SMTP id e12so704551lag.13 for ; Wed, 05 Sep 2012 11:09:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=mJN7yLcRD9mOcDrmurP92LtO1Ovd4BWe0m8WDYiD+D8=; b=aLT8rWQANxZa3mpb5Uf0Y5b4dHhJeXUCy5YAQP6gXyR+skTph2MgIpkxAYfJsAdMNI tuMWMTJlIKH5aDQpXGObWZi6yO5zK8a+BGkdMNAh5UcmzKXlFxSHXAi7OT6ubRAWXwyL JFy2NgSfOnvauyZpbaLeXKQeWAKtnZCqGqFDvD/gPW4Xn9iiNV7buQtTu/QHwy1Y4Ijd rPCR9TedWEYaOzGUCoefGwh0YfLtvmCW8T+xW9ikyujMMIO6bY1EHdT8Ifu03z3k+K63 QJFcGbQ8xsi/vCET8EIdk6OrVxHPlTF4VXGLYIcCbi6O/Ijs7UGMIDBOtbTnajYLg215 /x9g== Received: by 10.152.131.37 with SMTP id oj5mr20662838lab.14.1346868592094; Wed, 05 Sep 2012 11:09:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.11.201 with HTTP; Wed, 5 Sep 2012 11:09:21 -0700 (PDT) In-Reply-To: <20120905173650.GA10291@triton8.kn-bremen.de> References: <20120905173650.GA10291@triton8.kn-bremen.de> From: arrowdodger <6yearold@gmail.com> Date: Wed, 5 Sep 2012 22:09:21 +0400 Message-ID: To: Juergen Lock Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/171341: multimedia/vlc: Doesn't build with clang X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 18:09:54 -0000 Now it goes farther, but dies with: CXX dialogs/libqt4_plugin_la-help.lo dialogs/help.cpp:115:27: error: differing user-defined suffixes ('__DATE__' and '__TIME__') in string literal concatenation + " ("__DATE__" "__TIME__").\n" ~~~~~~~~~~~~^~~~~~~~~~~ 1 error generated. gmake[6]: *** [dialogs/libqt4_plugin_la-help.lo] Error 1 gmake[6]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3/modules/gui/qt4' On Wed, Sep 5, 2012 at 9:36 PM, Juergen Lock wrote: > [Now with the right PR, sorry] > > Hm query-pr.cgi doesn't pick up the patch properly, here is it again, > this time against the port dir: > > Index: files/patch-include-vlc_common.h > =================================================================== > --- files/patch-include-vlc_common.h.orig > +++ files/patch-include-vlc_common.h > @@ -0,0 +1,11 @@ > +--- include/vlc_common.h.orig > ++++ include/vlc_common.h > +@@ -642,7 +642,7 @@ static inline unsigned popcount (unsigne > + #endif > + } > + > +-#ifdef __OS2__ > ++#if defined(__OS2__) || defined(__FreeBSD__) > + # undef bswap16 > + # undef bswap32 > + # undef bswap64 > >