Re: [CFdiscussion] ports and FORTIFY_SOURCE

2015-08-31 Thread Oliver Pinter
Hi! On 8/31/15, Kurt Jaeger wrote: > Hi! > >> There are currently two remaining PRs with patches for mail/ifile >> (202572) and net-p2p/namecoin (2012603), getting those committed soon >> would avoid traumas in the ports tree once FORTIFY_SOURCE is committed. > > 202572: done. Cool! Thank you! >

broken pkg package

2014-12-21 Thread Oliver Pinter
Hi all! The USES flags are redefined in pkg's Makefile, see: https://github.com/freebsd/freebsd-ports/blob/master/ports-mgmt/pkg/Makefile#L17 https://github.com/freebsd/freebsd-ports/blob/master/ports-mgmt/pkg/Makefile#L23 ___ freebsd-ports@freebsd.org m

Re: CFT: Update to xf86-video-ati 7.5.0

2014-10-28 Thread Oliver Pinter
On Tue, Oct 28, 2014 at 10:29 AM, Jean-Sébastien Pédron wrote: > On 28.10.2014 02:53, Miguel Clara wrote: >> Not working for me on current. >> >> dmesg: http://pastebin.com/N49hZnGS > > Could you please rebuild x11-servers/xorg-server and > x11-drivers/xf86-video-ati like this: > make WITH_DEB

Re: gccmakedep fix - 20130619

2013-06-18 Thread Oliver Pinter
On 6/19/13, John Marino wrote: > On 6/19/2013 01:00, Oliver Pinter wrote: >> Hi all! >> >> Attached a fix to gccmakedep. > > > So > 1) There's already multiple PRs on this, including one I just submitted: > http://www.freebsd.org/cgi/query-pr.cgi?pr

gccmakedep fix - 20130619

2013-06-18 Thread Oliver Pinter
Hi all! Attached a fix to gccmakedep. diff --git a/devel/gccmakedep/Makefile b/devel/gccmakedep/Makefile index b7e8cf6..07c3ef3 100644 --- a/devel/gccmakedep/Makefile +++ b/devel/gccmakedep/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/gccmakedep .if (${OSVERSION} >= 900506 && ${OSVERSION} < 10

broken llvm-devel on HEAD - DISTVERSION= 3.4.r${SVN_REV}

2013-05-21 Thread Oliver Pinter
Hi! current llvm-devel failed to build under FreeBSD 10-HEAD: llvm[2]: Compiling SemaStmt.cpp for Release build llvm[2]: Compiling Tools.cpp for Release build Tools.cpp: In member function 'virtual void clang::driver::tools::Clang::ConstructJob(clang::driver::Compilation&, const clang::driver::Jo

Re: [PATCH] unbreak kdegraphics3 build when clang set as base compiler

2013-01-27 Thread Oliver Pinter
http://www.freebsd.org/cgi/query-pr.cgi?pr=175634 On 1/27/13, Oliver Pinter wrote: > Hi all! > > This patches required, when set clang as default compiler on FreeBSD: > > patch-kmrml_kmrml_mrml__elements.h > patch-ksvg_impl_libs_libtext2path_src_Con

[PATCH] unbreak kdegraphics3 build when clang set as base compiler

2013-01-27 Thread Oliver Pinter
Hi all! This patches required, when set clang as default compiler on FreeBSD: patch-kmrml_kmrml_mrml__elements.h patch-ksvg_impl_libs_libtext2path_src_Converter.cpp patch-kviewshell_documentWidget.cpp patch-kviewshell_plugins_djvu_libdjvu_GContainer.h from: http://ftp.fr.netbsd.org/pub/NetBSD/N

Re: fix kdelibs3 build after misplaced sasl-fix

2012-12-12 Thread Oliver Pinter
On 12/13/12, Oliver Pinter wrote: > Hi! > > The build process hanged up on make patch stage, due to misplaced sasl fix. > > ---8<--- > root@pandora-d kdelibs3# make patch > ===> Patching for kdelibs-nocups-3.5.10_11 > ===> Applying FreeBSD patches for kdelibs

fix kdelibs3 build after misplaced sasl-fix

2012-12-12 Thread Oliver Pinter
Hi! The build process hanged up on make patch stage, due to misplaced sasl fix. ---8<--- root@pandora-d kdelibs3# make patch ===> Patching for kdelibs-nocups-3.5.10_11 ===> Applying FreeBSD patches for kdelibs-nocups-3.5.10_11 File to patch: ---8<--- The right place are kdebase3/files, see the

Re: [PATCH] unbreak imake build when clang set as base compiler

2012-09-26 Thread Oliver Pinter
On 9/27/12, Oliver Pinter wrote: > On 9/26/12, Garrett Cooper wrote: >> On Wed, Sep 26, 2012 at 2:18 PM, Oliver Pinter >> wrote: >>> On 9/26/12, Garrett Cooper wrote: >>>> On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter >>>> wrote: >>>

Re: [PATCH] unbreak imake build when clang set as base compiler

2012-09-26 Thread Oliver Pinter
On 9/26/12, Garrett Cooper wrote: > On Wed, Sep 26, 2012 at 2:18 PM, Oliver Pinter > wrote: >> On 9/26/12, Garrett Cooper wrote: >>> On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter >>> wrote: >>>> Hi all! >>>> >>>> This patch f

Re: [PATCH] unbreak imake build when clang set as base compiler

2012-09-26 Thread Oliver Pinter
On 9/26/12, Garrett Cooper wrote: > On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter > wrote: >> Hi all! >> >> This patch fixed the problem, when buildig imake on a machine where >> clang is the base the compiler (WITH_CLANG_IS_CC). > > (Picking a random message

[PATCH] unbreak gccmakedep build when clang set as base compiler

2012-09-25 Thread Oliver Pinter
Hi all! This patch fixed the problem, when buildig gccmakedep (yeah, gcc...) on a machine where clang is the base the compiler (WITH_CLANG_IS_CC). unbreak_gccmakedep_build_when_clang_set_as_CC.diff Description: Binary data ___ freebsd-ports@freebsd.org

[PATCH] unbreak imake build when clang set as base compiler

2012-09-25 Thread Oliver Pinter
Hi all! This patch fixed the problem, when buildig imake on a machine where clang is the base the compiler (WITH_CLANG_IS_CC). unbreak_imake_build_when_clang_set_as_CC.diff Description: Binary data ___ freebsd-ports@freebsd.org mailing list http://list

[PATCH] unbreak XDM build when clang set as base compiler

2012-09-25 Thread Oliver Pinter
Hi all! This patch fixed the problem, when buildig xdm on a machine where clang is the base the compiler (WITH_CLANG_IS_CC). unbreak_xdm_build_when_clang_set_as_CC.diff Description: Binary data ___ freebsd-ports@freebsd.org mailing list http://lists.fr

Shared object "libpng.so.6"

2012-06-08 Thread Oliver Pinter
> Shared object "libpng.so.6" > Leslie Jensen leslie at eskk.nu > Sun Jun 3 06:13:02 UTC 2012 > Previous message: Problems with new boost > Next message: Shared object "libpng.so.6" > Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > I keep getting this error :-( > > I just wrote in

Re: giflib broken build

2012-06-02 Thread Oliver Pinter
On 6/2/12, Oliver Pinter wrote: > Hi All! > > giflib is broken.. > > Anybody make it buildable without docs or with offline.. > As xmlto are only in doc dir, I use bruteforce: giflib-4.2.0# foreach i ( `grep -R xmlto * | cut -d ':' -f 1 | sort | uniq ` ) foreac

giflib broken build

2012-06-02 Thread Oliver Pinter
Hi All! giflib is broken.. Anybody make it buildable without docs or with offline.. Script started on Sat Jun 2 19:56:54 2012 op has logged on :0 from local. root@pandora-d giflib# amake clean ===> Cleaning for giflib-4.2.0 root@pandora-d giflib# make ===> License check di

Re: [options-ng][patch] broken qt33 build after options-ng merge

2012-06-02 Thread Oliver Pinter
On Saturday 02 June 2012 18:49:17 Oliver Pinter wrote: > On Saturday 02 June 2012 13:44:20 Baptiste Daroussin wrote: > > On Sat, Jun 02, 2012 at 01:31:51PM +0200, Oliver Pinter wrote: > > > Hi All! > > > > > > In x11-toolkits/qt33 broked one expression with

Re: [options-ng][patch] broken qt33 build after options-ng merge

2012-06-02 Thread Oliver Pinter
On Saturday 02 June 2012 13:44:20 Baptiste Daroussin wrote: > On Sat, Jun 02, 2012 at 01:31:51PM +0200, Oliver Pinter wrote: > > Hi All! > > > > In x11-toolkits/qt33 broked one expression with options-ng merge. The > > attached patch fixed this. > > > &g

[options-ng][patch] broken qt33 build after options-ng merge

2012-06-02 Thread Oliver Pinter
Hi All! In x11-toolkits/qt33 broked one expression with options-ng merge. The attached patch fixed this. --- Makefile.orig 2012-06-02 13:26:43.0 +0200 +++ Makefile 2012-06-02 13:27:23.0 +0200 @@ -110,7 +110,7 @@ .if ${PORT_OPTIONS:MCUPS} LIB_DEPENDS+= cups.2:${PORTSDIR}/print/c

Re: libX11 and clang: compile error

2012-05-27 Thread Oliver Pinter
On 5/27/12, Niclas Zeising wrote: > On 2012-05-26 21:06, Oliver Pinter wrote: >> On 5/26/12, Mel Flynn wrote: >>> On 26-5-2012 20:40, Oliver Pinter wrote: >>>> On 5/26/12, Mel Flynn wrote: >>>>> On 26-5-2012 19:17, Oliver Pinter wrote: >>>

Re: libX11 and clang: compile error

2012-05-26 Thread Oliver Pinter
On 5/26/12, Mel Flynn wrote: > On 26-5-2012 20:40, Oliver Pinter wrote: >> On 5/26/12, Mel Flynn wrote: >>> On 26-5-2012 19:17, Oliver Pinter wrote: >>>> I think src.conf is relevant, while it changes the system behavior, as >>>> changed the default cc

Re: libX11 and clang: compile error

2012-05-26 Thread Oliver Pinter
On 5/26/12, Oliver Pinter wrote: > On 5/26/12, Mel Flynn wrote: >> On 26-5-2012 19:17, Oliver Pinter wrote: >>> I think src.conf is relevant, while it changes the system behavior, as >>> changed the default cc from gcc-4.2 to clang. >> >> Think

Re: libX11 and clang: compile error

2012-05-26 Thread Oliver Pinter
On 5/26/12, Mel Flynn wrote: > On 26-5-2012 19:17, Oliver Pinter wrote: >> I think src.conf is relevant, while it changes the system behavior, as >> changed the default cc from gcc-4.2 to clang. > > Thinking it doesn't make it so. Run: > grep _WITHOUT_SRCCON

Re: libX11 and clang: compile error

2012-05-26 Thread Oliver Pinter
I think src.conf is relevant, while it changes the system behavior, as changed the default cc from gcc-4.2 to clang. The error in this case is with cc -E command, which not pass configure test. On 5/26/12, Mel Flynn wrote: > On 26-5-2012 11:39, Oliver Pinter wrote: > >> Somewhere i

libX11 and clang: compile error

2012-05-26 Thread Oliver Pinter
Hi! Somewhere in config* or Makefile are a hardcoded /usr/bin/cpp ... Script started on Sat May 26 10:51:06 2012 op has logged on :0 from local. root@opn libX11# make ===> License MIT accepted by the user ===> Extracting for libX11-1.4.4,1 => SHA256 Checksum OK for xorg/lib/lib

kdebase3 + clang

2012-05-26 Thread Oliver Pinter
Hi! The attached patch make kdebase3 compilable with clang-3.1 on FreeBSD 9-STABLE. --- ./kdebase-3.5.10/kicker/applets/launcher/easyvector.h.orig 2012-05-26 11:11:24.0 +0200 +++ ./kdebase-3.5.10/kicker/applets/launcher/easyvector.h 2012-05-26 11:12:38.0 +0200 @@ -87,7 +87,7 @@ te

x11-drivers/xf86-input-synaptics

2012-05-18 Thread Oliver Pinter
Hi! Please apply the attached patch to x11-drivers/xf86-input-synaptics/Makefile. --- /tmp/Makefile 2012-05-18 14:49:40.0 +0200 +++ Makefile 2012-05-18 14:51:28.0 +0200 @@ -14,7 +14,9 @@ CONFLICTS= synaptics-[0-9]* +.if !defined(WITHOUT_HAL) LIB_DEPENDS+= hal.1:${PORTSDIR}/s

kdelibs3

2012-02-20 Thread Oliver Pinter
Hi all! Please apply the attached patch to x11/kdelibs3/Makefile. -- thanks, Oliver --- /tmp/Makefile 2012-02-21 01:34:44.0 +0100 +++ Makefile 2012-02-21 01:37:13.0 +0100 @@ -82,8 +82,10 @@ .endif # !exists(/usr/bin/bzip2) .if ${OSVERSION} < 80 +.if !defined(WITHOUT_CUPS)

Re: CUDA porting effort?

2012-02-17 Thread Oliver Pinter
CC: Oliver Hartmann On 2/15/12, Eric McCorkle wrote: > Given that NVidia is releasing the CUDA platform source on a limited > basis, is anyone actively working to port it to FreeBSD? The reason I > ask is that to get access to the source, you have to submit a request > explaining what you intend

kdelibs3

2011-10-09 Thread Oliver Pinter
Hi pav! Is there any chance to include the attached patch to kdelib3 or something like that? thanks, Oliver --- Makefile 2011-10-09 15:53:06.0 +0200 +++ /tmp/Makefile.kdelib3 2011-10-09 21:05:48.0 +0200 @@ -37,7 +37,9 @@ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}

Re: failed bsd.qt.mk fix...

2011-07-01 Thread Oliver Pinter
The original (commited patch in ports) is not my patch. I only wrote a fixup to make it usable, after avillas commit breaked the ports. On 7/1/11, Rene Ladan wrote: > Op 01-07-2011 20:54, Oliver Pinter schreef: >> On 7/1/11, Oliver Pinter wrote: >>> after revert

Re: failed bsd.qt.mk fix...

2011-07-01 Thread Oliver Pinter
On 7/1/11, Oliver Pinter wrote: > after reverting this: > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25 > everything look fine.. > > On 7/1/11, Oliver Pinter wrote: >> awk: syntax error at source line 1 >> context i

Re: failed bsd.qt.mk fix...

2011-07-01 Thread Oliver Pinter
after reverting this: http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25 everything look fine.. On 7/1/11, Oliver Pinter wrote: > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< >

failed bsd.qt.mk fix...

2011-07-01 Thread Oliver Pinter
awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at

Re: svn commit: r219323 - in stable/8/lib/msun: . man src

2011-06-05 Thread Oliver Pinter
On 3/6/11, David Schultz wrote: > Author: das > Date: Sun Mar 6 08:49:44 2011 > New Revision: 219323 > URL: http://svn.freebsd.org/changeset/base/219323 > > Log: > MFC > r216210: refactor log(3) > r216211: add log2(3) and log2f(3) > > Added: > stable/8/lib/msun/src/e_log2.c > - c

Fwd: kdebase3 - CVE-2010-0436

2010-04-25 Thread Oliver Pinter
this errata is fixed in kde4 and not yet in kde3 @ports... -- Forwarded message -- From: Oliver Pinter Date: Sun, 25 Apr 2010 00:31:03 +0200 Subject: kdebase3 - CVE-2010-0436 To: k...@freebsd.org hi all! some RH patches for cve-2010-0436: final: https://bugzilla.redhat.com

breaked kde3

2009-07-29 Thread Oliver Pinter
[New Thread 0x800a020b0 (LWP 100411)] [Switching to Thread 0x800a020b0 (LWP 100411)] [KCrash handler] #6 0x00080ca93364 in jpeg_CreateDecompress () from /usr/local/lib/compat/pkg/libjpeg.so.9 #7 0x000807744490 in read_jpeg_image () from /usr/local/lib/libqt-mt.so.3 #8 0x0008075148