Re: is somebody working on a xorg 7.1 port to FreeBSD ?

2006-07-24 Thread Stanislav Sedov
ot absolutely right - recent DRM and libdrm requires specific ddx support (from modular X.org). -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru If the facts don

Re: Using >= to check for minimum versions.

2006-07-24 Thread Stanislav Sedov
t as section 5.7.9 of the porters > handbook suggests > #LIB_DEPENDS= usb>=0.1.8:${PORTSDIR}/devel/libusb > This doesn't work for LIB_DEPENDS and you need pkg-config compatible depend for this. However, you can use RUN_DEPENDS or BUILD_DEPENDS, e.g. BUILD_DEPENDS= libusb>

Re: Using >= to check for minimum versions.

2006-07-24 Thread Stanislav Sedov
On Mon, 24 Jul 2006 19:58:13 +0200 Pav Lucistnik <[EMAIL PROTECTED]> mentioned: > > I don't see how is this functionality related to pkg-config? > Yes, it's certainly no. It's due my mis-understanding of port.mk :-( -- Stanislav Sedov MBSD labs, Inc.

Re: Problem with PCRE

2006-07-25 Thread Stanislav Sedov
.ac.uk/pub/software/programming/pcre/pcre-6.7.tar.bz2 ? It works fine for me, so it might be your box misconfiguration. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru --

Re: GCCVERSION hook?

2006-07-26 Thread Stanislav Sedov
t > but the submitter can't find one. I'm still pretty green so don't > know the answer myself either. Any help appreciated. > GCCVERSION!=${CC} --version | ${HEAD} -1|${AWK} '{print $$3}' -- Stanislav Sedov MBSD labs, Inc. <[E

Re: RFC: bsd.sites.mk - introduce some magic

2006-07-26 Thread Stanislav Sedov
On Wed, 26 Jul 2006 19:35:46 +0400 "Andrew Pantyukhin" <[EMAIL PROTECTED]> mentioned: > Thanks, I'm really tired of typing it. You could use any available preprocessor (M4 e.g.), if your fingers are tired so much ;-) -- Stanislav Sedov MBSD labs, Inc. &l

Re: Any success with bacula and DVD

2006-07-27 Thread Stanislav Sedov
-ports@freebsd.org is better suited for this question. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru If the facts don't fit

Re: Eclipse 3.2

2006-07-27 Thread Stanislav Sedov
for the arch on a > 64bit machine? There are three 64-bit platforms currently: amd64, sparc64, powerpc. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru

Re: New port suggestion: net/etrace

2006-07-28 Thread Stanislav Sedov
On Fri, 28 Jul 2006 10:20:28 +0200 "David Ryan" <[EMAIL PROTECTED]> mentioned: >Is the final stage of the > process to submit the port file to the ports mailing list? Take a look on submission section in porters handbook. You should use send-pr utility to submit it

add macro to dial with directory trees

2006-07-28 Thread Stanislav Sedov
>Submitter-Id: current-users >Originator:Stanislav Sedov >Organization: MBSD labs, Inc. >Confidential: no >Synopsis: add macro to dial with directory trees >Severity: non-critical >Priority: medium >Category: ports >Class: change-requ

Re: Using darcs to retrieve source in ports

2006-07-29 Thread Stanislav Sedov
switch to repository checkout program. Additionally, you should issue own checksum checking code or add every file in distinfo/DISTFILES. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru --

Re: Using darcs to retrieve source in ports

2006-07-29 Thread Stanislav Sedov
On Sat, 29 Jul 2006 23:16:55 +1000 "David Symonds" <[EMAIL PROTECTED]> mentioned: > > The net/obnc port uses CVS to fetch its files; that might be a good > place to start looking. > It uses CVS to prepare tarball for maintainer, not for checkouting distfiles

OCaml language support in ports

2006-07-29 Thread Stanislav Sedov
ons/blames/flames here. Especially, ocaml-* ports maintainers. Thanks! -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru If the facts don'

Re: is somebody working on a xorg 7.1 port to FreeBSD ?

2006-07-30 Thread Stanislav Sedov
oes one get access to the port code? > You can install X.org from GIT repository - it works fine out-of-the-box on freebsd. Just install it under the different PREFIX (e.g. /usr/x11r7) and you will not have problems with uninstall. -- Stanislav Sedov MBSD labs, Inc. &

Re: awstats-6.5_1,1 is forbidden: Command Injection Vulnerability.

2006-08-02 Thread Stanislav Sedov
fix !! thank you ! > You should for vendor's fix or contact port maintainer - the fix might be already here. Alternately you can comment-out FORBIDDEN line in the port's Makefile and install port anyway if you are understanding what you are doing. -- Stanislav Sedov MBSD

Re: FreeBSD Port: openssh-portable-4.3.p2_1,1

2006-08-03 Thread Stanislav Sedov
or before installation)? Does sshd > has an option which lists the actually used keywords with their values? > > Please give me a help. I have the book oreilly book SSH 2nd Ed., read > man pages but no success. > > Greetings > Oliver Grenz > man sshd_config ? -- Stanisl

Re: FreeBSD Port: openssh-portable-4.3.p2_1,1

2006-08-03 Thread Stanislav Sedov
On Thu, 3 Aug 2006 18:54:43 +0200 Martin Wilke <[EMAIL PROTECTED]> mentioned: > On Thu, 3 Aug 2006 19:40:50 +0400 > Stanislav Sedov <[EMAIL PROTECTED]> wrote: > > > > man sshd_config ? > > you either help him or stop it! if someone is searching for help, yo

Re: problems building ooo 2.0 on 4.11

2006-08-03 Thread Stanislav Sedov
=> linux-sun-jdk-1.4.2.12 depends on > file: /compat/linux/etc/fedora-release - found > ELF binary type "0" not known. > Abort trap > *** Error code 134 > > Stop in /usr/ports/java/linux-sun-jdk14. > You can try to brandelf -t Linux all files in ${WRKSRC}. I

adding additional empty target in bsd.port.mk

2006-08-04 Thread Stanislav Sedov
should be included only after bsd.port.pre.mk, as I need some variables defined) Is it possible to add one more empty target after add-plist-docs to use by ports? I can investigate a patch, although it will be pretty simple. Thanks! -- Stanislav Sedov MBSD labs, Inc. <

Re: adding additional empty target in bsd.port.mk

2006-08-04 Thread Stanislav Sedov
I think creation of empty DOCSDIR directory in ocaml port seems rather strange. Same for ruby. In fact we have at least one empty target after each major part. Why not have one after plist creation? -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, М

Re: adding additional empty target in bsd.port.mk

2006-08-04 Thread Stanislav Sedov
rthermore it will not help when installing in different PREFIX, than main port. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru If the facts don't fi

Re: [PATCH] audio/libtremor

2006-08-05 Thread Stanislav Sedov
itionally, it would be great if you go a step forward to maintain it. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru If the facts don't fit the theory,

Re: chmod to other than root:wheel

2006-08-05 Thread Stanislav Sedov
OWN/SHAREGRP variables to install with right permissions. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru If the

Re: LOCALBASE vs. X11BASE (head to head deathmatch!)

2006-08-06 Thread Stanislav Sedov
mber of variables to respect should simplify the task. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru If the facts don't fit

porttools plist target

2006-08-06 Thread Stanislav Sedov
this pkg-plist will require additional manual processing sometimes, it will simplify the process greatly. I used this script with succes for a long time, hope it will be useful for other people. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва ht

Re: Warnings during make index

2006-08-08 Thread Stanislav Sedov
unconditional call to pkg-config in a > > != assignment. > > > > /usr/ports/games/pets/Makefile:24:GTK_CFLAGS!= pkg-config gtk+-2.0 > gdk-pixbuf-xlib-2.0 --cflags > /usr/ports/games/pets/Makefile:25:GTK_LDFLAGS!= pkg-config gtk+-2.0 > gdk-pixbuf-xlib-2.0 --libs

Re: Ports with duplicate LATEST_LINKS

2009-06-05 Thread Stanislav Sedov
On Fri, 5 Jun 2009 18:25:11 +0200 Erwin Lansing mentioned: > On Fri, Jun 05, 2009 at 06:55:39PM +0400, Stanislav Sedov wrote: > > > > I think there was some error in generating this list. How does this > > happened that the PKGNAME of lang/ocaml became ocaml-notk? It gets

Re: Ports with duplicate LATEST_LINKS

2009-06-06 Thread Stanislav Sedov
lang/ocaml s...@freebsd.org ^^ Hi! I think there was some error in generating this list. How does this happened that the PKGNAME of lang/ocaml became ocaml-notk? It gets set to ocaml-notk only if WITHOUT_TK is defined. -- Stanislav Sedov ST4096-RIPE pgp92MvmwUsxG.pgp Description: PGP signature

Re: GCC cross build fails for ARCH=arc and ABI=elf32

2009-09-14 Thread Stanislav Sedov
y `/usr/ports/devel/cross-gcc/work/build' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/devel/cross-gcc. > *** Error code 1 > > Stop in /usr/ports/devel/cross-gcc. > > > Any help is appreciated > You need to pass it the ABI value that is supported both by gcc and newlib c library which is used in this port. I don't have any knowledge about the arc platform, but I belive that elf32 is not a valid ABI value. What OS you trying to build this toolchain for? -- Stanislav Sedov ST4096-RIPE pgpeDdGaCY4GZ.pgp Description: PGP signature

Re: FreeBSD Port: ruby-1.9.1.129_1,1

2009-09-23 Thread Stanislav Sedov
On Wed, 23 Sep 2009 12:38:42 -0700 Mike Luu mentioned: > what's the plan to bring the port up to 1.9.1.p243? > Not before the ports freeze is over. It will be really bad to broke it at this point. -- Stanislav Sedov ST4096-RIPE pgpq3D2ZGrov6.pgp Description: PGP signature

Re: Flow-tools and Flow-tools-ng - Flow-Capture - supposed to be memory leak - patch

2009-09-27 Thread Stanislav Sedov
es and furthermore flow-tools source code does not contain any references to the CMSG_XXX macros, so it is effectively a no-op for net/flow-tools. It might work for flow-tools-ng though. It'd be helpful to have a small description of what these changes does, so it will be possible to elabora

Re: Flow-tools and Flow-tools-ng - Flow-Capture - supposed to be memory leak - patch

2009-09-27 Thread Stanislav Sedov
On Sun, 27 Sep 2009 16:11:37 +0400 Stanislav Sedov mentioned: > > Can you elaborate a bit more on the patch contents? I'm not entirely sure > what it does and furthermore flow-tools source code does not contain any > references to the CMSG_XXX macros, so it is effectively

Re: Flow-tools and Flow-tools-ng - Flow-Capture - supposed to be memory leak - patch

2009-09-28 Thread Stanislav Sedov
On Mon, 28 Sep 2009 14:30:17 +0300 Zvezdelin Vladov mentioned: > Hello Stanislav, > > According to the author of the patch: Thank you, I'll look how I can implement this safely in net-mgmt/flow-tools ASAP. -- Stanislav Sedov ST4096-RIPE pgpCWD7VJgxpT.pgp Description: PGP signature

Re: FreeBSD Port: ocaml-3.11

2009-10-07 Thread Stanislav Sedov
r you should probably looks like this: env MAKE=gmake bash ./configure CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" It also requires gmake to build. -- Stanislav Sedov ST4096-RIPE pgpmD6zGrForF.pgp Description: PGP signature

Re: FreeBSD Port: valgrind-3.5.0_1,1

2009-11-09 Thread Stanislav Sedov
en by multiple threads simultaneously. They also seem to > behave differently depending on whether they were initialized > dynamically - as in using pthread_mutex_init() - or statically as in > using PTHREAD_MUTEX_INITIALIZER. > Thanks! I'll look into this soon. -- Stan

Re: deskutils/calibre build error

2009-12-14 Thread Stanislav Sedov
On Fri, 11 Dec 2009 16:29:02 -0600 (CST) Greg Rivers mentioned: > The deskutils/calibre port fails to build on both 7.2-STABLE and > 8.0-STABLE i386: > This was caused by recent gnome update. Try the latest version of the port (I just fixed and updated it). -- Stanislav Sedov ST

Re: TLS(and by extension all threading) completely broken in Valgrind on i386/amd64

2010-02-26 Thread Stanislav Sedov
ation: > Thank you a lot for the information, I'll try to look into this soon and will followup in detail. Sorry for delay in replying. -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: Enlightenment build failure

2010-03-26 Thread Stanislav Sedov
soon as I have some time available. For now, there's a good work done by Grzegorz Blach (ports/145008), which you can use. It's not ready to be committed into ports tree yet. -- Stanislav Sedov ST4096-RIPE pgp84FiqOULHA.pgp Description: PGP signature

Re: Unable to build /lang/ruby18

2010-04-04 Thread Stanislav Sedov
look into this. As the workaround you can try deinstalling ports' version of OpenSSL (if you don't need it). -- Stanislav Sedov ST4096-RIPE pgpjrkXtVCNg1.pgp Description: PGP signature

Re: Installing Ruby suggestion

2010-08-20 Thread Stanislav Sedov
it over critical servers. Nonetheless, I'll try to look on what I can do. But I can't promise anything, because this is really something that should be done on ruby side. -- Stanislav Sedov ST4096-RIPE pgpmD6GfHLciw.pgp Description: PGP signature

Re: ruby port downgrade

2011-08-25 Thread Stanislav Sedov
On Aug 25, 2011, at 5:01 AM, Jerry wrote: > On Thu, 25 Aug 2011 12:41:48 +0100 > Chris Rees articulated: > >> Where have you been? Many people had trouble upgrading, asking on >> this very list about it, then the default switch was reverted, and >> again announced on this list. >> >> Please che

Re: sysutils/cfs

2011-09-06 Thread Stanislav Sedov
ports provide a clear reasoning for deprecation in the commit message (not just "deprecated some old ports" etc), so one won't need to guess if he would like to fix/resurrect the port in the feature? Thanks! -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments pgp2aK1wO2h4c.pgp Description: PGP signature

Re: suggestion for pkgdb from ports-mgmt/portupgrade: add more explanation

2011-09-07 Thread Stanislav Sedov
ns, I will try to improve the messages in the next version of portupgrade (and everyone else is welcome to submit patches in the meanwhile as well!). -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - ag

Re: suggestion for pkgdb from ports-mgmt/portupgrade: add more explanation

2011-09-07 Thread Stanislav Sedov
the user to give specific instructions to portmaster/portupgrade and all of this can be performed in a fully automatic way. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments __

Re: x11/xvattr - why exoired?

2011-09-07 Thread Stanislav Sedov
On Wed, 07 Sep 2011 20:57:40 +0200 Heino Tiedemann mentioned: > Hi, > > I need the port x11/xvattr. > > But now it is expired :( > Hi! I just reverted that commit and brought it back. Sorry for the inconveniences! -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaig

Re: Interaction between devel/ncurses and lang/ruby18?

2011-09-15 Thread Stanislav Sedov
or has an idea how such a thing could > happen? > Hmm, it should not depend on ncurses, and certainly it should not link against a static library. Can you please send me a build log of lang/ruby18? Thanks! -- Stanislav Sedov ST4096-RIPE () ascii ribbon camp

Re: Instafix for FreeBSD ports brokenness on 10.0?

2011-09-29 Thread Stanislav Sedov
k this is a good idea. I recommend sending this to re@ and/or core@ for consideration. Personally, I'd love to see this committed ASAP, as I'm unable to do any ports work right now. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org

Re: Instafix for FreeBSD ports brokenness on 10.0?

2011-09-29 Thread Stanislav Sedov
the meantime, if we don't fix this we're making it impossible for any HEAD users to do any kind of productive work in ports. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments __

Re: Instafix for FreeBSD ports brokenness on 10.0?

2011-09-29 Thread Stanislav Sedov
zope.interface to the build So now tell me how .if ${OSVERION} > SOMETHING do something .endif in bsd.port.mk is more risky then that particular commit which can potentially break devel/ for all OSVERSIONs. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html

Re: devel/cross-gcc and cross-binutils: how to set TGTARCH and TGTABI

2011-10-07 Thread Stanislav Sedov
applications. This port creates toolchain using the newlib libc library, which is used by some embedded operating systems (e.g. rtems, ecos). It can also be used to build bare-metal standalone applications. Linux on the other hand is using glibc and NetBSD their own libc implementation, so thi

Re: devel/cross-gcc and cross-binutils: how to set TGTARCH and TGTABI

2011-10-10 Thread Stanislav Sedov
embedded operating systems (e.g. > > rtems, ecos). It can also be used to build bare-metal standalone > > applications. Linux on the other hand is using glibc and NetBSD their > > own libc implementation, so this toolchain would not work. > > > Stanislav Sedov > &

Re: [UPDATE] Re: Update on ports on 10.0

2011-10-17 Thread Stanislav Sedov
s sent could potentially cause them to abandon FreeBSD support altogether requiring a lot of work to maintain which will be totally understandable. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments ___

Re: [UPDATE] Re: Update on ports on 10.0

2011-10-18 Thread Stanislav Sedov
doing any kind of educated guesswork (in my opinion). Having this knob in the tree will help people to actually go about fixing the ports in the tree. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - agai

Re: [UPDATE] Re: Update on ports on 10.0

2011-10-18 Thread Stanislav Sedov
On Wed, 19 Oct 2011 09:31:46 +1100 Peter Jeremy mentioned: > [trimming cc list] > > On 2011-Oct-17 13:51:30 -0700, Stanislav Sedov wrote: > >ones (like GCC). So why not commit that patch as a KNOB to bsd.port.mk like > >it was initially proposed and let people use i

Re: [UPDATE] Re: Update on ports on 10.0

2011-10-19 Thread Stanislav Sedov
specially if this doesn't imply much work on his > part. > You'd be surprized how many of them do not care about FreeBSD altogether. Even if you send them patches. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - again

Re: lang/ocaml fails to package without THREADS option (plist error)

2011-10-22 Thread Stanislav Sedov
on any my ports issues in the near future. If you know a fix and can test it, please go ahead. I will really appreciate it! Thanks! -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprie

Re: lang/ocaml fails to package without THREADS option (plist error)

2011-10-25 Thread Stanislav Sedov
On Tue, 25 Oct 2011 01:20:58 -0700 Doug Barton mentioned: > On 10/22/2011 00:30, Stanislav Sedov wrote: > > On Sat, 22 Oct 2011 00:15:36 -0700 > > Doug Barton mentioned: > > > >> Did I miss a response to this issue? Will filing a PR help? > >> > >

Recent ports removal

2011-11-09 Thread Stanislav Sedov
rts@ mailing list and the community. So please, restore it. The same also probably goes for other ports, but I don't have enough details to comment. Thanks! -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciir

Re: Recent ports removal

2011-11-11 Thread Stanislav Sedov
vulnerable and plainly dangerous stuff stays in tree because someone in portmgr gang likes it when other applications not used by them being removed without prior discussion notice. Because your opinion doesn't matter. Neither is mine. Like in old good USSR times... -- Stanislav Sedov ST4096-RI

Re: Makefile Issue

2011-11-20 Thread Stanislav Sedov
I replace PKGNAMESUFFIX= -devel and the .if defined... with > PKGNAMESUFFIX= "-devel" > .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX} == "-devel" > it works. > Works here. Why do you think it doesn't work for you? -- Stanislav Sedov ST4096-RIPE ()

Re: change in portupgrade reporting for editors/koffice-kde4

2011-11-28 Thread Stanislav Sedov
nd it might need your attention. In your case, I think that deinstalling qt33 might be a way to go (if you don't need it and nothing is using it) if you would like to be able to upgrade kdeoffice-kde4 in the future. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-

Re: change in portupgrade reporting for editors/koffice-kde4

2011-11-28 Thread Stanislav Sedov
Are you sure that the kdeoffice port installed is up-to-date? Which version do you have installed? Also, make sure you're using the portupgrade-devel port. It seems that the portupgrade port is not maintained by ports folk, but portupgrade-devel will give you the latest version available.

Re: portupgrade -> portmaster Rosetta Stone?

2012-03-11 Thread Stanislav Sedov
On Feb 25, 2012, at 10:21 AM, Royce Williams wrote: > I noticed that the portupgrade port got returned to ports@ with this note: > > ports-mgmt/portupgrade > - Reassign to ports@ > please consider using ports-mgmt/portmaster > > Discussed with: bugmeister(eadler, linimon), ruby(swills, p

Re: FreeBSD Port: sbcl-1.0.43.0,1

2010-11-06 Thread Stanislav Sedov
r you would be to disable documentation building in the port's options. > dot -Tcanon discriminating-functions.dot > discriminating-functions.txt Can you try to run this under truss to figure out which fonts it couldn't find? -- Stanislav Sedov ST4096-RIPE pgploZPfzdAm4.pgp Description: PGP signature

Re: FreeBSD Port: sbcl-1.0.43.0,1

2010-11-06 Thread Stanislav Sedov
Error: Could not find/open font > gmake: *** [discriminating-functions.txt] Error 1 It's certainly a problem with your graphviz installation. It's not functional. I looked at the web, and this problem seem to happen when graphviz is build without cairo support. I think we should di

mpeg4ip compilation error

2010-12-09 Thread Stanislav Sedov
HAVE_GETOPT - - /* Define to 1 if you have the header file. */ --#undef HAVE_GETOPT_H - - /* Define to 1 if you have the `getopt_long' function. */ --#undef HAVE_GETOPT_LONG - - /* Define to 1 if you have the `getopt_long_only' function. */ --#undef HAVE_GETOPT_LONG_ONLY - - /* Define

Re: ecore-x11-1.0.0.b broken

2010-12-31 Thread Stanislav Sedov
nlightenment-0.16.999.042_6,2 > Thoughts? > Try deleting all old e17 ports first (evas*, ecore*, edje*, eet*, epsilon). I believe they interfere with the build. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against propr

Re: Time to mark portupgrade deprecated?

2011-07-25 Thread Stanislav Sedov
> Why pick portupgrade when a lot of people (including myself) use it? There > are > probably 100's of ports more worthy of deprecation. Maybe there should be a > policy to deprecate all unmaintained ports if nobody steps up. You can always > drag it out of the attic if enough people squak and

Re: rawtherapee

2011-08-10 Thread Stanislav Sedov
ics/rawtherapee. > *** Error code 1 > > Stop in /usr/ports/graphics/rawtherapee. > Hey, sorry! I was in a hurry last time, so didn't committed the fix properly. Can you try now, please? Thanks! -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www

Re: ruby and amarok - dead lock?

2011-08-23 Thread Stanislav Sedov
BROKEN= does not build with ruby 1.9 > > Hi! You can keep the old ruby by setting RUBY_DEFAULT_VER=1.9 in make.conf. This way it will continue to function as before. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribb

Re: Upgrade ruby 1.8 to 1.9 failed

2011-08-23 Thread Stanislav Sedov
we returned to as default ruby for now due to a big list of problems we didn't anticipated. Sorry for the inconveniencies! -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments _

Re: [HEADS UP] Ruby 1.9 will become the default Ruby version this weekend

2011-08-23 Thread Stanislav Sedov
ns in UPDATING to downgrade. If you didn't performed the update yet, everything should continue to work as expected. Thanks to all for patience! -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments

Re: mod_fastcgi

2007-12-16 Thread Stanislav Sedov
onth. > > So, can Apache be dropped as requirement in the mod_fastcgi port? > If you don't use apache what do you need the mod_fastcgi port for? It's just an apache module, iirc. -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@freeb

lang/ocaml update

2007-12-22 Thread Stanislav Sedov
Hi! The patch attached updates lang/ocaml to 3.10.0. This version should be almost backwards compatible with 3.09.3, but if you have time, can you, please, check if it works for you? If everything goes right, I'll commit if just after the slush is over. Thanks! -- Stanislav Sedov ST4096

Re: [PATCH] devel/jtag fails to build if Shockwave Flash is installed

2008-01-09 Thread Stanislav Sedov
On Fri, Jan 04, 2008 at 04:48:32PM + Bruce M Simpson mentioned: > Include paths get mixed up by the build -- it will always look in > /usr/local/include first, this is explicit, and it incorrectly sees the > Shockwave Flash includes. > Fixed! Thanks for info. -- Stanislav

ruby 1.9 port test request

2008-01-18 Thread Stanislav Sedov
ghtly different naming scheme. That's mostly gem ports. I want to ask maintainers of such ports to fix their ports in a way they'll put RI files in plists automatically on install - that will fix your ports with ruby 1.9 and save a lot of our blood when we'll switch to ruby 1.9 in f

Re: www/mod_dosevasive20 vs. www/mod_evasive20

2008-01-18 Thread Stanislav Sedov
s/www/mod_dosevasive20/Makefile > > However, mod_dosevasive20 was never removed/deprecated. This lead to > some confusion... Can anything be done about this for consistency > reasons? > I beleive the mod_dosevasive20 port should be dropped due to rename. Have you tired

Re: ruby 1.9 port test request

2008-01-19 Thread Stanislav Sedov
On Sat, Jan 19, 2008 at 07:37:00AM +1100 Peter Jeremy mentioned: > On Fri, Jan 18, 2008 at 06:23:01PM +0300, Stanislav Sedov wrote: > >As you might know a couple of weeks ago the first development release > >of ruby 1.9 was rolled out. I plan to introduce it into the ports >

Re: FreeBSD Port: devcpu-0.8.2_1

2008-01-24 Thread Stanislav Sedov
rvolting with a amd X2 cpu works now fine :-). Committed! Thanks a lot for this patch! I'm wondering, how I missed that before... WRMSR ioctl was totally broken. -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD ports/security/pam_af/Makefile

2008-01-24 Thread Stanislav Sedov
em pam_*.so* files. > > Since this patch does not change the way the port files install unless > PREFIX=/usr is set bumping PORTREVISION is probably not necessary. > > Thank you for the pam_af module. Very useful. Committed! Thanks a lot for

Re: lost ports/Mk/* files?!?

2008-03-11 Thread Stanislav Sedov
gt; portsnap? > It's generally OK to just download that files from other location. However, it's pretty strange that portsnap deleted them? Are you sure it was portsnap who deleted it? -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@free

Re: Upgrade fails with enlightenment

2008-03-16 Thread Stanislav Sedov
more details. > > ===> Script "configure" failed unexpectedly. > > [/quote]-- > > Do i need to install openSSL from the port tree, while it is available from > the freebSD world ? > > Which e17 port report this? You're not required to install o

Re: Upgrade fails with enlightenment

2008-03-18 Thread Stanislav Sedov
On Mon, 17 Mar 2008 22:30:16 +0100 David Marec <[EMAIL PROTECTED]> mentioned: > > I had to disable OpenSSL for the two e-core ports above to build E17. > Should be fixed now. -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@freebsd.o

Re: ocaml build failure

2008-04-13 Thread Stanislav Sedov
On Sat, 12 Apr 2008 21:04:14 +0200 Manfred Lotz <[EMAIL PROTECTED]> mentioned: > When trying 'make install' for lang/ocaml 3-10.2 I get: > Which platform is it? Can you attach the full build log? Thanks! -- Stanislav Sedov ST4096-RIPE _

Re: ocaml build failure (SOLVED)

2008-04-20 Thread Stanislav Sedov
On Fri, 18 Apr 2008 21:43:47 +0200 Manfred Lotz <[EMAIL PROTECTED]> mentioned: > Stanislav Sedov wrote: > > On Sat, 12 Apr 2008 21:04:14 +0200 > > Manfred Lotz <[EMAIL PROTECTED]> mentioned: > > > > > >> When trying 'make install'

Re: Rubygems and trouble with rdoc node renumbering

2008-04-28 Thread Stanislav Sedov
ested, we can work on this, since it seems to be a lot of work. We can add a knob to bsd.ruby.mk for ports to generate such entries easily. -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Rubygems and trouble with rdoc node renumbering - ports/123112

2008-04-29 Thread Stanislav Sedov
s could spell trouble. > Not so much problem in fact, as rdoc files always install into the well-known location. It'd be much simpler than to rebuild pkg-plist of all ports by hand to comply with new sort scheme. Personally, I don't like an idea of putting files with dynamically ge

Re: Apology for Extended Absence

2008-04-30 Thread Stanislav Sedov
he end of this year. > ~ Don't hesitate to contact me if you have any questions or issues. > Thank you for your understanding. Keep up and good luck in solving you problems! -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@freebsd.org mailing

Ruby specific mailing list

2008-04-30 Thread Stanislav Sedov
or people that uses Ruby on FreeBSD to this list. You can easily subscribe to it there: http://lists.freebsd.org/mailman/listinfo/freebsd-ruby -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: Is the ejabberd maintainer active?

2008-05-01 Thread Stanislav Sedov
gt; Does anyone know of his whereabouts and active status? > Yes, hi's pretty active and should be available by FreeBSD email alias. I'll try to ping him via XMPP. -- Stanislav Sedov ST4096-RIPE ___ freebsd-ports@freebsd.org mailing list h

Re: enlightenment-devel doesn't compile

2008-05-02 Thread Stanislav Sedov
-0.16.999.042/data' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.042' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/x11-wm/enlightenment-devel. >

Re: help making new port: config err "amd64-unknown-freebsd7.0 not supported"

2008-05-19 Thread Stanislav Sedov
4.2.3. > *** Error code 1 > > Stop in /usr/ports/devel/arm-elf-gcc/work/gcc-4.2.3. > *** Error code 1 > > Stop in /usr/ports/devel/arm-elf-gcc/work/gcc-4.2.3. > [EMAIL PROTECTED] /usr/ports/devel/arm-elf-gcc/work/gcc-4.2.3]$ You can try devel/

Re: Enabling GPG Crypt & Key lookup on EXMH 2.7.2

2008-06-05 Thread Stanislav Sedov
r/db/pkg/ > I asked [EMAIL PROTECTED], & posted my config there, > but no answers overnight, & I suspect this is a FreeBSD config issue. Post your config here so we can take a look. -- Stanislav Sedov ST4096-RIPE pgpa03BHJTWV7.pgp Description: PGP signature

Re: Ruby 1.9 as default

2012-06-01 Thread Stanislav Sedov
7;re still some that work with 1.8 only. Given that most of the ports users mostly care for 3rd party applications to work, I'm not sure if the switch to 1.9 will be a win for them... -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html

Re: Ruby 1.9 as default

2012-06-05 Thread Stanislav Sedov
On Jun 5, 2012, at 1:52 AM, Konstantin Belousov wrote: > On Mon, Jun 04, 2012 at 08:25:08PM -0400, Steve Wills wrote: >> On 06/01/12 22:30, Stanislav Sedov wrote: >>> >>> I'm not sure it's a good idea. >>> Ruby 1.9 still has some nasty bugs on FreeB

Re: Ruby 1.9 as default

2012-06-05 Thread Stanislav Sedov
aded object. Or it is used to be that way. Exec should work fine, I don't see how this can be an issue. > > Perhaps we need to build ruby with -pthread? > Of course, we already do. Both of them. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\

Re: Ruby 1.9 as default

2012-06-05 Thread Stanislav Sedov
On Tue, 5 Jun 2012 11:42:09 +0200 Romain Tartière mentioned: > On Tue, Jun 05, 2012 at 02:04:33AM -0700, Stanislav Sedov wrote: > > Actually, the problem I'm trying to debug right now is more weird. > > When I run mono via system(3) from the ruby 1.9 process (I mean, > &

Re: Ruby 1.9 as default

2012-06-05 Thread Stanislav Sedov
On Tue, 5 Jun 2012 20:08:36 +0200 Romain Tartière mentioned: > On Tue, Jun 05, 2012 at 11:01:12AM -0700, Stanislav Sedov wrote: > > Sounds similar. Unfortunately, my app is proprietary. I'll try to > > prepare some smaller test case today. > > Thanks! In the me

Re: Ruby 1.9 as default

2012-06-07 Thread Stanislav Sedov
hat mono and ruby do on FreeBSD. I was not able to reproduce this on Linux. I'm still investigating this issue. Hopefully, we'll find out what is it. :) Thanks! -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against p

Re: Ruby 1.9 as default

2012-06-07 Thread Stanislav Sedov
er/ax_ruby_ext.m4 -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

  1   2   3   >