Reason for 11 or 1.1 appended to SDL files?

2006-07-06 Thread Dmitry Marakasov
Hi! I wonder what is the reason SDL has it's version appended everywhere (include/SDL11 instead of include/SDL, libSDL-1.1.so instead of libSDL.so, sdl11-config instead of sdl-config). It takes extra time when porting SDL software, extra patches need to be added. Is there any good reason for such

Re: xcb-util 0.3.4 breaks awesome

2009-05-08 Thread Dmitry Marakasov
* Josh Rickmar (joshua_rick...@eumx.net) wrote: starup-notification was updated, and I've just committed update of awesome to 3.3-rc2. This should have no problems with new xcb-util. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber

Re: devel/boost: what's proper shared library version?

2009-05-20 Thread Dmitry Marakasov
l be catched in a most ugly way where new boost is built and this fails on installation because old boost is still installed. Also one will need to update version in boost-dependent ports along with portrevision bump. Currently, there are 30 vs 53 ports with unversioned/versioned depend. -- Dmi

Re: devel/boost: what's proper shared library version?

2009-05-20 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: A small addendum: > As I understand, that's .so.1.39 vs .so.139 vs .so.5 .so.139 may be not futureproof as there were (and may be later) 3-component versions i.e. 1.34.1. Also, given that boost seem to update fairy regularily, many (pre

Re: [announce] bsd.port.options.mk available

2009-05-22 Thread Dmitry Marakasov
strate a new > usage. > > This will solve the problem with USE_* flags people were seeing. Perhaps we can also start to deprecate WANT_*? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabb

Re: [announce] bsd.port.options.mk available

2009-05-24 Thread Dmitry Marakasov
t, as sometimes it is not needed (i.e. I can use USE_* after pre.mk), and sometimes it is not available (i.e. not WANT_QT4). -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp:

Re: cvs commit: ports/x11 Makefile ports/x11/avant-window-navigator Makefile distinfo pkg-descr pkg-plist ports/x11/avant-window-navigator-gnome Makefile ports/x11/avant-window-navigator-xfce4 Makefil

2009-05-28 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@freebsd.org) wrote: > Modified files: > x11 Makefile > Added files: > x11/avant-window-navigator Makefile distinfo pkg-descr >pkg-plist > x11/avant-window-navigator-gnome Makefil

request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-01 Thread Dmitry Marakasov
e tested all changed ports in a local tinderbox, there may be ports with incomplete X dependencies further down dependency chains. http://people.freebsd.org/~amdmi3/xprefix_obliterate.patch Comments are welcome. Actually I think we could drop X11BASE related bits as well. -- Dmitry Marakasov .

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-01 Thread Dmitry Marakasov
re not accepted for some reason. If they are, it does nothing and will be removed from the final patch. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru _

Is fetching source RPMs in linux ports really required?

2009-06-05 Thread Dmitry Marakasov
tails. - Forwarded message from Dmitry Marakasov - Date: Thu, 4 Jun 2009 21:10:55 +0400 From: Dmitry Marakasov To: Boris Samorodov Cc: ports-committ...@freebsd.org, cvs-po...@freebsd.org, freebsd-emulat...@freebsd.org Subject: Re: cvs commit: ports/Mk bsd.linux-apps.mk bsd.linux-r

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-05 Thread Dmitry Marakasov
x_obliterate.1.patch All broken ports should be fixed, and I've removed qt3support related stuff from the patch as it's separate issue and will require more work. Also I forgot to mention that this is better to be run on i386, as many ports depend on xview which is i386-only. -- Dmitry

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-06 Thread Dmitry Marakasov
ek, due to much older hardware we have > available for it. Ah, ok then, I'll try to run as many as possible in my tinderbox. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabb

Re: Is fetching source RPMs in linux ports really required?

2009-06-07 Thread Dmitry Marakasov
go. Oh, after reading it more thoughtfully I think you're right, sorry for the noise. GPL3, however, still seems to not require this. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-08 Thread Dmitry Marakasov
fore you, so it will take a > while. Let me know if can do it without pointyhat or amd64, otherwise > we'll schedule it as soon as possible. I think that's unnecessary, I've run all ports dependent on xview in a tinderbox. Found single extra failure, games/imaze, fixed. -- Dmitr

Re: Port admission request

2009-06-08 Thread Dmitry Marakasov
;s essential for ports system which relies on file mirroring and checksums. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@free

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-09 Thread Dmitry Marakasov
py. I've checked in and two ports dependent on it locally. So, may I commit it? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freeb

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-09 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@hades.panopticon) wrote: > Ok, it's already finished and the only failure is x11/libsx which I've s/already/almost/ -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-09 Thread Dmitry Marakasov
ly, and where? > There's still few hundreds to go. I will send you an email when it's > really finished. Ok. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru __

garr sourceforge mirror is broken [Was: Re: Checksum mismatch]

2009-06-10 Thread Dmitry Marakasov
ar.bz2 b10a76e32bde4645cfc34ea0416d7d8b ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/MesaLib-7.4.2.tar.bz2 b10a76e32bde4645cfc34ea0416d7d8b Maybe we should move it to the end of mirror list in bsd.sites.mk ASAP? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd

Re: garr sourceforge mirror is broken [Was: Re: Checksum mismatch]

2009-06-10 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: > > => Attempting to fetch from > > http://garr.dl.sourceforge.net/sourceforge/netpbm/. > > netpbm-10.26.62.tgz 100% of 2485 kB 379 kBps > > ===> Extracting for netpbm-10.26.62 > >

Re: dropping maintainership

2009-06-16 Thread Dmitry Marakasov
* Chess Griffin (ch...@chessgriffin.com) wrote: > audio/streamripper > graphics/mypaint > irc/bip > multimedia/gpodder > > If anyone is interested in picking them up, please feel free to do so. I've taken mypaint. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9

Re: garr sourceforge mirror is broken [Was: Re: Checksum mismatch]

2009-06-25 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: > > > => Attempting to fetch from > > > http://garr.dl.sourceforge.net/sourceforge/netpbm/. > > > netpbm-10.26.62.tgz 100% of 2485 kB 379 kBps > > > ===> Extracting for netpbm-1

call for testing: print/hplip update

2009-06-29 Thread Dmitry Marakasov
reebsd.org/~amdmi3/hplip-3.9.6.tar -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.o

Re: call for testing: print/hplip update

2009-07-02 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: > http://people.freebsd.org/~amdmi3/hplip-3.9.6.tar My bad, that was a tar of current version actually. It's now updated to a new version. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..:

call for testing: print/hplip update, pass 2

2009-07-09 Thread Dmitry Marakasov
Can you (both Jurgen and Chris) give me a brief summary of how the update is better and worse than the current version? If it has enough working/new features, it would be nice to commit this change as hplip-devel. And, in either case, how hard is it (if possible) to fix the regressions? -- Dmitry Mara

Re: status of FreeBSD ports you maintain as of 20090705

2009-07-16 Thread Dmitry Marakasov
phics/geeqie? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: misc/e2fsprogs-libuuid should be MAKE_JOBS_UNSAFE

2009-07-21 Thread Dmitry Marakasov
doesn't have an explicit MAINTAINER line, > so I > assume that it has the same maintainer as its master port misc/e2fsprogs. Yes it is, you can `make -VMAINTAINER` there. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD

java broken on recent -current?

2009-08-03 Thread Dmitry Marakasov
-jdk1.6.0/jre/lib/i386/server/libjvm.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), dynamically linked, not stripped -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru

Re: java broken on recent -current?

2009-08-04 Thread Dmitry Marakasov
* Mel Flynn (mel.flynn+fbsd.po...@mailing.thruhere.net) wrote: > Thou shall search the archives before posting. The short and curlies: Indeed. Thanks! -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruh

Re: is upgrade of devel/lib{tool, tldl}15 to devel/lib{tool, tldl}22 worth it?

2009-08-04 Thread Dmitry Marakasov
* Scott Bennett (benn...@cs.niu.edu) wrote: > Has anyone done this new upgrade and survived yet? I had no problems. There are not really many ports which depend on libltdl anyway. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber:

SourceForge changing file distribution scheme!

2009-08-11 Thread Dmitry Marakasov
http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/ we'll need to add MASTER_SITE_SOURCEFORGE_NEW+= \ http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/ with coresponding macro (SF -> SFNEW) and we'll have to add pretty complex MASTER_SITE_SUBDIR to each u

Re: SourceForge changing file distribution scheme!

2009-08-11 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: Here's the patch I propose. Unfortunately, there's no way to guess MASTER_SITE_SUBDIR (examples: http://sunet.dl.sourceforge.net/project/maxima/Maxima-source/5.19.0-source/maxima-5.19.0.tar.gz http://sunet.dl.sourceforge.net/project/lam

Re: SourceForge changing file distribution scheme!

2009-08-11 Thread Dmitry Marakasov
ort from SF. > > > I have received a similar patch from Sylvio Cesar, but this only fixes > the issue with the directory changing from sourceforge to project, it > doesn't address the changing of servers you also showed in the example. There's no problem with changing serve

Re: SourceForge changing file distribution scheme!

2009-08-11 Thread Dmitry Marakasov
* Erwin Lansing (er...@freebsd.org) wrote: > Writing SF might actually our best option here. I've written them through feedback form. Not sure it'll reach them, so I'll also submit a proper support request when I get home (~in 6hrs). I don't have my SF password with me c

Re: distfiles and groups.google.com

2009-08-11 Thread Dmitry Marakasov
I can't use only > http://reposstyle.googlegroups.com/web/repos-style-2.0.zip Seems like the only way is to mirror the distfile on another host. I can mirror it for you: http://mirror.amdmi3.ru/distfiles/. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D am

Re: SourceForge changing file distribution scheme!

2009-08-11 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: > I've noticed that SF is changing file distribution scheme significantly, So, what do we do? May I commit the patch (+portmgr)? I believe this to be the best solution (even if a temporary one if we'll be able to resolve things with SF)

Re: SourceForge changing file distribution scheme!

2009-08-12 Thread Dmitry Marakasov
ng SF ports to new versions. I've checked your ports, they seem to fetch just fine. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-port

Re: SourceForge changing file distribution scheme!

2009-08-12 Thread Dmitry Marakasov
one is the case, it was updated in Aug, so it needs to switch to the new scheme. Also, additional mirror is never a bad thing. I'll watch that PR and commit it if danfe@ timeouts. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd.

Re: SourceForge changing file distribution scheme!

2009-08-13 Thread Dmitry Marakasov
to affect 2-3 of the mirrors, so fetch will just skip to the next one, so this is not really a problem. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___

Let's add more DESKTOP_ENTRIES to our ports

2009-08-19 Thread Dmitry Marakasov
n. - Fix categories. Full list here: http://standards.freedesktop.org/menu-spec/latest/apa.html I'd like to receive patch review and feedback. Also, I don't really understand what StartupNotification really is (true/false in the end of DESKTOP_ENTRY) and how to determine which is suitable for

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-19 Thread Dmitry Marakasov
ctually it looks like this shouldn't be mandatory in DESKTOP_ENTRIES. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.or

Migration to new SourceForge url scheme now inevitable, solution

2009-08-19 Thread Dmitry Marakasov
people.freebsd.org/~amdmi3/sf.pl.txt [2] http://people.freebsd.org/~amdmi3/sourceforge-subdirs.txt [3] http://people.freebsd.org/~amdmi3/sourceforge-subdirs-top.txt -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jab

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-20 Thread Dmitry Marakasov
be able to create subdirs), now fixed, script and data reuploaded. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-20 Thread Dmitry Marakasov
mit PRs > for affected ports once a solution is agreed upon? This should be done globally, or else we'll end up with 90% unfetchable SF ports for 8.0 release. I'm preparing the patch currently. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-20 Thread Dmitry Marakasov
like it to go away, as there are more than enough official SF mirrors. Also need to check if our SF mirror list can be extended with more mirrors, last time I had that `select mirrors' screen on sourceforge it looked like there are much more mirrors than we have. -- Dmitry Marakasov . 5

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-21 Thread Dmitry Marakasov
g Hm, interesting one. If there's run-dependency on port with these icons I believe yes, you can. If there is only build dependency, you can just copy an icon in post-install (actually you can copy in in the first case too, just to be sure). -- Dmitry Marakasov . 55B5 0596 FF1E 8

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-21 Thread Dmitry Marakasov
F_E sites, not > on SF sites? Comment in sites.mk gives an idea that all project are hosted on SF, while some are also hosted on SFE, like itetcu says. I'm planning to check this (and likely move SFE ports to SF) after SF patch is committed. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-21 Thread Dmitry Marakasov
hat is also touches bsd.octave.mk. [1] http://people.freebsd.org/~amdmi3/sourceforge-subdirs.txt [2] http://people.freebsd.org/~amdmi3/sfp.patch -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru _

libtool & pthread & ilmbase

2009-08-28 Thread Dmitry Marakasov
#x27;t seem to have any effect. I'm for #3. I've submitted a PR for this in April ([1]), but nork@ didn't respond, so I'd like to commit this after some tinderboxing if no one sees any additionak caveats. [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133291 -- Dmitry M

Re: libtool & pthread & ilmbase

2009-08-28 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: > 3) Fix it in OpenEXR. > The same way as above, as just CONFIGURE_ARGS="${PTHREAD_LIBS}" > doesn't seem to have any effect. Hm, there is a drawback however - now you can remove ${PTHREAD_LIBS} from some ports - they will buil

Migration to new SourceForge URL scheme part 2, SFE and some statistics

2009-09-01 Thread Dmitry Marakasov
.sh to find the fastest mirrors for you (to override MASTER_SITE_SOURCEFORGE) and/or to mail me so I improve sorting. Expect the script to download 200MB - it downloads ~10MB file from 20 mirrors. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru .

Re: Migration to new SourceForge URL scheme part 2, SFE and some statistics

2009-09-02 Thread Dmitry Marakasov
* Alex Dupre (a...@freebsd.org) wrote: > heanet seems to be the only one that reach > 1MB/s from all the tested > locations, maybe it could be the first in the SF list. Agreed. Also, I'd like at least one more result from USA. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56

Re: Migration to new SourceForge URL scheme part 2, SFE and some statistics

2009-09-02 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: Thanks a lot for replies! The patch is now committed. Really, the more results I got the more compicated it was to choose the best mirror order so I did stick with fastest mirrors for Europe and US, as other countries like Japan and Indonesia just give

Re: Migration to new SourceForge URL scheme part 2, SFE and some statistics

2009-09-02 Thread Dmitry Marakasov
just add your favorte mirror into make.conf, like I did a long time ago. The utility to do it automatically would be useful though, and actually you can write one. Actually, something even more clever could be written, similar to RANDOMIZE_MASTER_SITES, but based on fetch speed feedback, but

Re: Migration to new SourceForge URL scheme part 2, SFE and some statistics

2009-09-02 Thread Dmitry Marakasov
like that, but then thought I was confusing it with fastest_cvsup. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mai

Re: ion windows manager on FreeBSD

2009-09-30 Thread Dmitry Marakasov
ike to help for the ports but as you can see I unable to build for > myself. I've seen the license change too. I'm working on the port currently. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://

Re: ion windows manager on FreeBSD

2009-09-30 Thread Dmitry Marakasov
t works yet. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: ion windows manager on FreeBSD

2009-10-01 Thread Dmitry Marakasov
* Albert Shih (albert.s...@obspm.fr) wrote: > Thanks for Dmitry for this ports. I'm going to keep this thing somewhere No need to, if it works fine and there are no objections for it, I'll commit it to the tree. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD

Re: ion windows manager on FreeBSD

2009-10-01 Thread Dmitry Marakasov
x27;re doing. But I'll still mail ahze (who removed the port) and adamw (who maintained it last). -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru __

resurrecting ion3 port

2009-10-01 Thread Dmitry Marakasov
3/ion3.tar -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To u

Re: ion windows manager on FreeBSD

2009-10-01 Thread Dmitry Marakasov
for a user. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: ion windows manager on FreeBSD

2009-10-02 Thread Dmitry Marakasov
ything will change by us not providing a port we have absolutely totally utterly 100% right to provide? That is just silly. The port from now on is available here (removed from people.freebsd.org): http://mirror.amdmi3.ru/ports/ion3-20090110.port.tar -- Dmitry Marakasov . 55B5 0596 FF1E

glib/webkit update?

2009-10-07 Thread Dmitry Marakasov
rsion of GLib is 2.20.5 Updating glib may require more effort and may break some of my installed apps, so I ask here - is there official update planned anytime soon, and/or is there some work in progress available to test? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D

Re: glib/webkit update?

2009-10-09 Thread Dmitry Marakasov
actually uses qt4-webkit :) Well, I've updated qt4 from area51 as well, and now everything is working great. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru

Re: GIMP

2009-10-19 Thread Dmitry Marakasov
tails: http://www.freebsd.org/gnome/docs/develfaq.html -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.

Re: GIMP

2009-10-19 Thread Dmitry Marakasov
27;t work on gimp port. You better ask/thank gnome@ and marcus@ in particular. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd

Re: in search for sasquatch/committer

2009-10-23 Thread Dmitry Marakasov
* Dominic Fandrey (kamik...@bsdforen.de) wrote: > Does any one dare commit ports/138695? I'll see into it. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.a

Re: Issue with inkscape port

2009-11-03 Thread Dmitry Marakasov
over a year now! To reproduce it open > any document inside inkscape and add a new layer, you're done. > > Anyone seen this? Yes. It seems to be severely broken. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..

Re: How to fix fetching from sourceforge.org? [ devel/boost-* ]

2009-11-07 Thread Dmitry Marakasov
http://userscripts.org/scripts/show/50136 -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.fre

Re: trouble porting dash shell (make errors)

2009-11-07 Thread Dmitry Marakasov
mpiler flags. This way it'll ignore realtime signals and only list standart 32 ones. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-po

Getting MASTER_SITES for sourceforge ports more easily

2009-11-13 Thread Dmitry Marakasov
e pages to direct links. http://userscripts.org/scripts/show/50136 With this, links like .../download will be changed to direct ones, which can be copypasted to SF/... -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.

Re: RFC: svn for make fetch

2009-11-16 Thread Dmitry Marakasov
of fetching from VCS without specifying exact revision. Some standard way of generating distfiles from VCS may be nice though, if it goes into separate mk-file and supports all major VCS. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jab

Re: space in sourceforge download link

2009-11-30 Thread Dmitry Marakasov
%20%28stable%29/v.${PORTVERSION} + travelingsales/${PORTNAME}%20%28stable%29/v${PORTVERSION} -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-

HG repo of wip and outcast ports

2009-12-18 Thread Dmitry Marakasov
sting). If you're interested in some of these ports, feel free to use it. http://hg.amdmi3.ru/ports/ - works both in browser and for `hg clone` -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www

[cft] sysutils/conky per-core CPU statistics

2010-01-10 Thread Dmitry Marakasov
Hi! Here's a patch for per-core cpu statistics support in conky which we'd like to have tested: http://people.freebsd.org/~amdmi3/patch-src-freebsd.c Related PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142577 Thanks to: fidaj, for bringing this up & original patch -- Dm

mplayer-devel with vdpau support for testing

2010-01-12 Thread Dmitry Marakasov
.php?p=24758&postcount=13 Thanks to: fidaj -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.fre

Re: Nouveau Starts Dropping Non-KMS Support

2010-01-12 Thread Dmitry Marakasov
ther options are still open? I second the question. I'll remind that the same had happened with xf86-video-intel, which doesn't support non-KMS setups since 2.10.0. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@j

Re: mplayer-devel with vdpau support for testing

2010-01-12 Thread Dmitry Marakasov
o take improvements you may find useful. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.or

Re: Call for testers - mplayer svn port

2010-01-12 Thread Dmitry Marakasov
ternal stuff as possible. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: Plans for net-p2p/rblibtorrent*, and future of net-p2p/sharktorrent

2010-02-02 Thread Dmitry Marakasov
ven that latest sharktorrent release was not that long ago, I think the latter is not desirable. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___

Re: fixing up port dependencies properly

2010-02-03 Thread Dmitry Marakasov
e bumped, so rebuilding will make them pick up p5-Email-Simple. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailing list

Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Dmitry Marakasov
d), as it explicitely checks for python in configure, while implicit dependency on python from glib I hope will be removed (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143578). Same for libxul, btw. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: ja

Re: RC1 suffix in PORTVERSION

2010-02-13 Thread Dmitry Marakasov
4.0.r1 < 0.4.0, thus when you update the port to release, you won't need to bump PORTEPOCH. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru _

Re: Call for testers - mplayer svn port

2010-03-10 Thread Dmitry Marakasov
* Thomas Zander (thomas.e.zan...@googlemail.com) wrote: Any news on when this will hit the tree? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru

Re: correct location for third party /var files

2010-03-16 Thread Dmitry Marakasov
* Eitan Adler (eitanadlerl...@gmail.com) wrote: > Are third party tools supposed to use /usr/local/var or /var ? /var, absolutely. Everything that uses /usr/local/var or, even worse, /usr/local/${PORTNAME} should be fixed. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F

Re: Call for testers - mplayer svn port

2010-04-02 Thread Dmitry Marakasov
* Thomas Zander (thomas.e.zan...@googlemail.com) wrote: > > Any news on when this will hit the tree? > > After the ports freeze for 7.3 is over. Now? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabbe

releasing awn port

2010-04-15 Thread Dmitry Marakasov
Hi! I'm releasing couple of my ports I don't have (actually never had) interest in maintaining: games/alephone x11/avant-window-navigator* Does anyone want to pick them up? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: j

Re: Renamed Haskell Applications

2010-05-26 Thread Dmitry Marakasov
t; textproc/hs-pandoc > > - xmonad [3]: x11-wm/xmonad -> x11-wm/hs-xmonad, x11-wm/xmonad-contrib > > -> x11-wm/hs-xmonad-contrib > > - xmobar [4]: x11/xmobar -> x11/hs-xmobar > > +1 Why do you think it's good to not have a port named the same as an application

Re: Renamed Haskell Applications

2010-05-26 Thread Dmitry Marakasov
s et al with hs-. Modules that are used only for development and as dependencies is a whole different thing, and definitely are what prefixes are for. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabb

Re: Renamed Haskell Applications

2010-06-02 Thread Dmitry Marakasov
27;d have ports with multiple prefixes. Prefix marks everything that should be moved out of list of end-user applications, and everything that should be separated with a similarily named port for other language. For darcs et al that's definitely not the case. > So, IMHO 'hs-' for al

Re: Building ports with stack-protector

2010-06-02 Thread Dmitry Marakasov
port.mk right now with a possible switch to the former later, if we find it useful enough. Also note, that unlike MAKE_JOBS (for which build failures are non-deterministic), this can probably be tested with a single exp-run and all ports marked with STACK_PROTECTOR_{UN,}SAFE. If that's consid

Re: devel/gettext further update

2010-06-03 Thread Dmitry Marakasov
intainer approval, ports/147429) Bunch of ports. ports/147306 -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-ports@freebsd.org mailin

Re: Looks as if we need a misc/compat8x

2010-08-12 Thread Dmitry Marakasov
act of "it's -current, deal with it" (or words to > that effect). compat6x appeared there half a year before 7.0-RELEASE, so I guess nothing holds us from doing a compat8x and keeping in up to date with bumps in current. Ask ga...@. -- Dmitry Marakasov . 55B5 0596 F

cleaning schg flag in compat5x distfiles

2010-08-23 Thread Dmitry Marakasov
distfiles/amdmi3/compat5x [3] ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ freebsd-po

Re: cleaning schg flag in compat5x distfiles

2010-08-24 Thread Dmitry Marakasov
mpat5x to 5.4.0.8) Upgrade to 5.4-RELEASE-p8 libraries for potential compat version is linked with FreeBSD release version with last number being patchlevel, so changing it may confuse people who're used to it. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D

Re: Legal music and sound issues with games/viruskiller

2010-08-25 Thread Dmitry Marakasov
hout unsafe material. That should also save you from the need to add confusing options/warnings to the port. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru

[legal] port with restrictive license

2010-09-11 Thread Dmitry Marakasov
hether distfile mirroring is OK and whether we should modify it to make user download file for himself (like with java)? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.r

Re: autoconf update

2010-09-16 Thread Dmitry Marakasov
all the software improves it. > > This is not a criticism - I just think there is something I don't > understand and that worries me. I second the question. Revision bump seem absolutely unnecessary. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd..

Re: [legal] port with restrictive license

2010-09-16 Thread Dmitry Marakasov
ry to which the United States has embargoed goods", which we likely won't do thus we should not mirror the files. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru __

Re: autoconf update

2010-09-16 Thread Dmitry Marakasov
* Anonymous (swel...@gmail.com) wrote: > My guess is to uncover *early* build failures that exp-run didn't catch. > Example is the breakage of databases/postgresql84-server + WITH_ICU. I never thought we make all users uselessly rebuild stuff just to test whether it builds. -- Dmitr

  1   2   3   >