Strange failure on the build cluster: strip: ...//portsearch: File format not recognized

2014-10-30 Thread Vasil Dimov
> Staging for portsearch-1.3.4 ===> Generating temporary packing list /usr/bin/make -C src build install -s -o root -g wheel -m 555 src/portsearch /wrkdirs/usr/ports/ports-mgmt/portsearch/work/stage/usr/local/bin/ strip: /wrkdirs/usr/ports/ports-mgmt/portsearch/work/stage/usr/local/bin//portsearch

Re: Strange failure on the build cluster: strip: ...//portsearch: File format not recognized

2014-10-30 Thread Vasil Dimov
On 30 October 2014 09:49, Baptiste Daroussin wrote: > On Thu, Oct 30, 2014 at 09:40:51AM +0200, Vasil Dimov wrote: [...] >> install -s -o root -g wheel -m 555 src/portsearch >> /wrkdirs/usr/ports/ports-mgmt/portsearch/work/stage/usr/local/bin/ >> strip: >> /w

Re: Make index fails with no entry for /usr/ports/audio/linux-c7-mikmod

2017-02-19 Thread Vasil Dimov
Hi, This happens when emulators/linux_base-c7 is installed. Then games/linux-uplink-demo/Makefile which contains "USE_LINUX=... mikmod ..." picks up a dependency on audio/linux-c7-mikmod which does not exist. Should audio/linux-c7-mikmod be added, similarly to other? This is a diff between c6 an

Re: Make index fails with no entry for /usr/ports/audio/linux-c7-mikmod

2017-02-20 Thread Vasil Dimov
On Mon, Feb 20, 2017 at 19:28:55 +0100, Tijl Coosemans wrote: > On Mon, 20 Feb 2017 08:35:55 +0200 Vasil Dimov wrote: > > This happens when emulators/linux_base-c7 is installed. Then > > games/linux-uplink-demo/Makefile which contains "USE_LINUX=... mikmod > > ..."

Re: wget 1.19 missed IRI supporting

2017-06-12 Thread Vasil Dimov
ut not the 2017Q2 branch, and it is the > 2017Q2 branch which is where the default packages are built from at the > moment. > > I've CC'd the ports maintainer to see if he'd consider a MFH of r437857. > That should be permitted under the rules, as it's fixing brok

Re: wget 1.19 missed IRI supporting

2017-06-13 Thread Vasil Dimov
On Tue, Jun 13, 2017 at 05:49:21 +0800, Martin Wilke wrote: > Approved. Merged (443488). -- Vasil Dimov gro.DSBeerF@dv % It is better to live rich than to die rich. -- Samuel Johnson signature.asc Description: PGP signature

Re: FreeBSD Port: graphics/hugin

2013-01-17 Thread Vasil Dimov
e attached patch which should force it to compile with gcc and confirm whether it fixes the problem for you? The clang compilation issues would better be addressed with the hugin authors. -- Vasil Dimov gro.DSBeerF@dv % The difference between life and the movies is

Re: hugin, libboost_thread.so not found

2013-06-23 Thread Vasil Dimov
following commands, when executed in your environment: ldd `which hugin` ls -l /usr/local/lib/libboost* ls -l /var/db/pkg/, or if you are using pkg(8), then: pkg info -- Vasil Dimov gro.DSBeerF@dv % Without fools there would be no wisdom. pgpUBIK33KqAx.pgp Description: PGP signature

Re: vigra 1.7.1

2011-06-30 Thread Vasil Dimov
ttp://lists.freebsd.org/pipermail/cvs-ports/2011-June/220020.html http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158425 -- Vasil Dimov gro.DSBeerF@dv % A complex system that works is invariably found to have evolved from a simple system that works. pgpQd0mTg8JEe.pgp Description: PGP signature

Re: vigra 1.7.1

2011-07-01 Thread Vasil Dimov
ndled by hdf5-1.6.9_1^M Since graphics/vigra asks for libhdf5 and that library is provided by both science/hdf5 and science/hdf5-18 portmaster considers that using science/hdf5 is ok, but it is not. I have changed the dependency to libhdf5.so.6, which is only provided by science/hdf5-18. -- Vas

Re: [EMAIL PROTECTED]: hugin-0.6.1 failed on i386 6]

2007-03-28 Thread Vasil Dimov
xt (0.16.1). The obvious solution is to allow gettextize execution in order to create the proper files. But this has the drawback that IS_INTERACTIVE must be set. Any ideas how to circumvent gettextize? I read its source and it does ``read dummy < /dev/tty'' unconditionally, so it looks

Re: HEADS UP: Gstreamer80 is scheduled for removal in 9 days.

2007-05-22 Thread Vasil Dimov
browser games/gnome-music-quiz games/monkeybubble multimedia/istanbul x11-toolkits/wxgtk26 x11-toolkits/wxgtk26-common x11-toolkits/wxgtk26-contrib x11-toolkits/wxgtk26-contrib-common x11-toolkits/wxgtk26-unicode x11-toolkits/wxgtk26-unicode-contrib % -- Vasil Dimov [EMAIL PROTECTED]Software Developer @ Oracle/Innobase Oy [EMAIL PROTECTED]Committer @ FreeBSD.org [EMAIL PROTECTED]Home @ Sofia, Bulgaria pgpbiyJpPaE3k.pgp Description: PGP signature

Re: FreeBSD Port: ossp-uuid-1.6.0

2007-12-06 Thread Vasil Dimov
ng this package please include the --with-cxx configure > option so the resulting package will be complete. [...] Bradford, thank you for this notice! I will take care of it after the freeze is over. -- Vasil Dimov [EMAIL PROTECTED]Software Developer @ Oracle/Innobase O

Re: FreeBSD Port: ossp-uuid-1.6.0

2007-12-12 Thread Vasil Dimov
ng this package please include the --with-cxx configure > option so the resulting package will be complete. Done. -- Vasil Dimov [EMAIL PROTECTED]Software Developer @ Oracle/Innobase Oy [EMAIL PROTECTED]Committer @ FreeBSD.org [EMAIL PROTECTED]Home

WIP: graphics/hugin upgrade from 0.6.1 to 0.7.b4

2008-01-07 Thread Vasil Dimov
plist issues with the current patch. Does the new port work for you? Does hugin 0.7 beta4 work for you? Thanks! -- Vasil Dimov [EMAIL PROTECTED]Software Developer @ Oracle/Innobase Oy [EMAIL PROTECTED]Committer @ FreeBSD.org [EMAIL PROTECTED]Home @

Re: [PATCH] update editors/vim from 6.4->7.0

2006-06-22 Thread Vasil Dimov
ase seems to be that `autoindent' is now applied to text entered via ":c". The workaround is to use ":c!" to toggle autoindent. -- Vasil Dimov [EMAIL PROTECTED] Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra pgp4jR5kZ5nrg.pgp Description: PGP signature

Re: i386 packages on amd64

2006-07-05 Thread Vasil Dimov
can send you the amd64 package openoffice.org-2.0.3.tbz (110M). Good luck! -- Vasil Dimov [EMAIL PROTECTED] Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra pgpeE0z0Ed94f.pgp Description: PGP signature

Re: RFC: Merging X11BASE to LOCALBASE

2006-07-13 Thread Vasil Dimov
meui-2.14.1_1/+CONTENTS:share/gnome/pixmaps/gnome-warning.png /var/db/pkg/hicolor-icon-theme-0.5/+CONTENTS:share/icons/hicolor/index.theme /var/db/pkg/kdelibs-3.5.3/+CONTENTS:share/icons/hicolor/index.theme /var/db/pkg/libthai-0.1.5_1/+CONTENTS:share/nls/POSIX /var/db/pkg/pgtop-0.04/+CONTENTS

Re: RFC: Merging X11BASE to LOCALBASE

2006-07-13 Thread Vasil Dimov
nstalled: % portsearch -R gnome-libs-1.4 -o path Path: /usr/ports/astro/spacechart Path: /usr/ports/audio/cantus Path: /usr/ports/audio/gdam ... Path: /usr/ports/x11-wm/icepref Path: /usr/ports/x11-wm/wmDeskGuide Path: /usr/ports/x11-wm/wmg 131 ports % -- Vasil Dimov [EMAIL PR

Re: little problem with pkg-plist

2006-08-03 Thread Vasil Dimov
dot in the > filename. No, it just quits when encounters the nonexistent libSGE.so.0 in pkg-plist. Don't you have libSGE.so.0 listed twice in pkg-plist? -- Vasil Dimov [EMAIL PROTECTED] Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra pgpS2zNSDaBkM.pgp Description: PGP signature

Re: little problem with pkg-plist

2006-08-03 Thread Vasil Dimov
On Thu, Aug 03, 2006 at 03:10:19PM +0200, Jona Joachim wrote: > Vasil Dimov wrote: > > On Wed, Aug 02, 2006 at 11:49:51PM +0200, Jona Joachim wrote: > >> Hi! > >> I ported SGE (SDL Graphics Extension) to FreeBSD and ran into a strange > >> problem with pkg-plis

Re: little problem with pkg-plist

2006-08-04 Thread Vasil Dimov
On Thu, Aug 03, 2006 at 05:58:20PM +0200, Jona Joachim wrote: > Vasil Dimov wrote: > > On Thu, Aug 03, 2006 at 03:10:19PM +0200, Jona Joachim wrote: > >> Vasil Dimov wrote: > >>> On Wed, Aug 02, 2006 at 11:49:51PM +0200, Jona Joachim wrote: > >>>> Hi

mail/mutt-devel: regression in 1.5.12

2006-08-07 Thread Vasil Dimov
e problem is definedly between 1.5.11 and 1.5.12. More precisely the port from 16 Jul works fine and the port from 20 Jul does not, see CVS logs: http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/mutt-devel/Makefile Any ideas? -- Vasil Dimov [EMAIL PROTECTED] Testing can show the presence

Re: Warnings during make index

2006-08-08 Thread Vasil Dimov
k+-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 -- Vasil Dimov [EMAIL PROTECTED] Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra pgpMXX0uqqZOP.pgp Description: PGP signature

Re: mail/mutt-devel: regression in 1.5.12

2006-08-09 Thread Vasil Dimov
On Tue, Aug 08, 2006 at 05:47:17PM +0200, Udo Schweigert wrote: > On Mon, Aug 07, 2006 at 12:05:58 +0300, Vasil Dimov wrote: > > Hi, > > > > Since I upgraded mutt-devel from 1.5.11 to 1.5.12 moving through the > > messages became hell slow. > > > > I use

Re: mail/mutt-devel: regression in 1.5.12

2006-08-09 Thread Vasil Dimov
On Wed, Aug 09, 2006 at 12:59:23PM +0300, Vasil Dimov wrote: > On Tue, Aug 08, 2006 at 05:47:17PM +0200, Udo Schweigert wrote: > > On Mon, Aug 07, 2006 at 12:05:58 +0300, Vasil Dimov wrote: > > > Hi, > > > > > > Since I upgraded mutt-devel from 1.5.11 to 1.5.

Re: mail/mutt-devel: regression in 1.5.12

2006-08-09 Thread Vasil Dimov
On Wed, Aug 09, 2006 at 09:43:21AM -0400, Jim Trigg wrote: > On Wed, August 9, 2006 6:49 am, Vasil Dimov wrote: > > Firstly some more deatils on my setup: > > > > I have 14 folders listed in my muttrc: > > mailboxes imaps://vd:[EMAIL PROTECTED]/ > > mailboxes ima

Re: ports/103178: [repocopy] net/samba3 -> net/samba

2006-09-13 Thread Vasil Dimov
On Thu, Sep 14, 2006 at 02:26:59AM +0200, Timur I. Bakeyev wrote: > Hi Vasil! > > On Tue, Sep 12, 2006 at 10:13:36AM +0300, Vasil Dimov wrote: > > > > >Description: > > > > Since net/samba (version 2) got purged we can rename net/samba3 to > > net/s

Re: mail/mutt-devel: regression in 1.5.12

2006-09-15 Thread Vasil Dimov
On Wed, Aug 09, 2006 at 01:49:53PM +0300, Vasil Dimov wrote: > > Since I upgraded mutt-devel from 1.5.11 to 1.5.12 moving through the > messages became hell slow. > > I use IMAP and when I open a folder and hold down ``j'' or down-arrow > the hilighted line starts to m

Re: some languages are more equal that others ?

2006-09-18 Thread Vasil Dimov
tempt to delete directories listed there and should delete all directories that are not listed there and are installed by your port. -- Vasil Dimov [EMAIL PROTECTED] Everyone who has lived has died, but not everyone who has died has lived. pgpFmQ52e6nwu.pgp Description: PGP signature

QT related issue (ports/102829)

2006-09-19 Thread Vasil Dimov
very mysterious to me. Any help is appreciated, thanks in advance! -- Vasil Dimov [EMAIL PROTECTED] A complex system that works is invariably found to have evolved from a simple system that works. pgpp6ijHrAa5n.pgp Description: PGP signature

Re: QT related issue (ports/102829)

2006-09-19 Thread Vasil Dimov
On Tue, Sep 19, 2006 at 08:57:15PM +1000, Sam Lawrance wrote: > Vasil Dimov wrote: > >Hi, > > > >Can someone familiar with the QT tools uic and moc take a look at > >ports/102829 - the port in question is using scons and the directory > >/usr/X11R6/etc/settings/

Re: [kde-freebsd] Re: QT related issue (ports/102829)

2006-09-20 Thread Vasil Dimov
On Tue, Sep 19, 2006 at 09:20:51PM +0200, Michael Nottebrock wrote: > Vasil Dimov schrieb: > > On Tue, Sep 19, 2006 at 08:57:15PM +1000, Sam Lawrance wrote: > > > >> Vasil Dimov wrote: > >> > >>> Hi, > >>> > >>> Can some

Re: /usr/ports/UPDATING entry for "2006-10-10" (zabbix)

2006-09-20 Thread Vasil Dimov
-21 at the time of writing, methings there was a > mistake made there Or sem@ finally got the time machine working :) -- Vasil Dimov [EMAIL PROTECTED] % People can be divided into three groups: Those who make things happen, Those who watch things happen and Those who wonder what happened

Re: Restarting services

2006-09-25 Thread Vasil Dimov
Building idiot-proof system is impossible and leads to the: Shaw's Principle: Build a system that even a fool can use, and only a fool will want to use it. -- Vasil Dimov [EMAIL PROTECTED] % It is a simple task to make things complex, but a complex task to make them simple. pgp

Re: Restarting services

2006-09-25 Thread Vasil Dimov
On Mon, Sep 25, 2006 at 11:47:46AM +0200, Erwin Van de Velde wrote: > On Monday 25 September 2006 11:26, Vasil Dimov wrote: > > IMHO in this case the administrator should be changed, > > not the way ports operate. Building idiot-proof system is impossible and > > leads t

Re: Restarting services

2006-09-25 Thread Vasil Dimov
On Tue, Sep 26, 2006 at 10:15:49AM +0400, Sergey Matveychuk wrote: > Vasil Dimov wrote: > > > > One could always minimize downtime by doing > > portupgrade xyz && /usr/local/etc/rc.d/xyz start > > > > You should not do it with portupg

Re: INDEX build failed for 4.x

2006-09-26 Thread Vasil Dimov
rkus mat mezz miwi > netchild oliver rafan roam sat shaun thierry > > Most recent CVS update was: [...] Hmmz, where is the error? Have you switched to something like -Werror? -- Vasil Dimov [EMAIL PROTECTED] % The only difference between the saint and the sinner is that every saint

Re: INDEX build failed for 4.x

2006-09-26 Thread Vasil Dimov
On Wed, Sep 27, 2006 at 01:28:21AM -0400, Kris Kennaway wrote: > On Wed, Sep 27, 2006 at 08:23:53AM +0300, Vasil Dimov wrote: > > On Wed, Sep 27, 2006 at 04:37:30AM +, Erwin Lansing wrote: > > > INDEX build failed with errors: > > > Generating INDEX - please

Re: INDEX build failed for 4.x

2006-09-26 Thread Vasil Dimov
On Wed, Sep 27, 2006 at 02:20:35AM -0400, Kris Kennaway wrote: > On Wed, Sep 27, 2006 at 09:04:19AM +0300, Vasil Dimov wrote: [...] > > > > Are you using different build technology than ``make index''? > > Yes, see the tindex script. > Ah, now I see that

Re: libmal-0.40

2006-09-27 Thread Vasil Dimov
s message: http://lists.freebsd.org/pipermail/cvs-ports/2006-September/106543.html -- Vasil Dimov [EMAIL PROTECTED] % In 1968 it took the computing-Power of 2 C-64 to fly a rocket to the moon. Now, 1997 it takes the Power of a Pentium 133 to run Microsoft Windows 95. Something must

Re: Yet another INDEX builder.

2006-10-02 Thread Vasil Dimov
11.23766518 seconds. real26m51.585s user15m14.370s sys 10m49.645s -- Vasil Dimov [EMAIL PROTECTED] % Peace cannot be kept by force; it can only be achieved by understanding. -- A. Einstein pgphlRw4sBuZB.pgp Description: PGP signature

Re: Yet another INDEX builder.

2006-10-02 Thread Vasil Dimov
:54:37 CEST 2006 > CPU: Intel(R) Pentium(R) 4 CPU 3.06GHz (3073.65-MHz 686-class CPU) I wouldn't exactly say that a single core Athlon @ 2.2GHz is "much more powerful" than a HTT Pentium4 @ 3GHz. Disk throughput and memory capacity are not the bottleneck in this case. -- Vasil Di

coda6 server and client ports updated

2006-10-05 Thread Vasil Dimov
with the coda framework) test the new ports and see if they are actually working and useful? If they are not, they will be disconnected from the ports tree. -- Vasil Dimov [EMAIL PROTECTED] % Everyone who has lived has died, but not everyone who has died has lived. pgp73XZnu622M.pgp Description

INDEX build fails if mysql323 is installed

2006-10-12 Thread Vasil Dimov
/misc/tinderbox. /usr/ports/misc/tinderbox# make -V MYSQL_VER 323 But there is no databases/p5-DBD-mysql323, should the dependency in 323 case be set to databases/p5-DBD-mysql? -- Vasil Dimov [EMAIL PROTECTED] % An age is called Dark not because the light fails to shine, but because

Re: What is this?

2006-10-13 Thread Vasil Dimov
finally: > > 1) In ports/UPDATING is python 2.5 mentioned on 9th october. > 2) in the makefile of lang/python is the perversion 2.4.3 on 13th october > > So, what is now correct? > > How should i deal with the stale dependencies? > See this commit message and the thre

Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-18 Thread Vasil Dimov
elete them! Then re-build the current port. > > portupgrade(1) should prevent multiple installs, so I don't understand > why it is happening. I can only say that it is. It is not portupgrade(1) which should prevent multiple installs but rather the check-already-installed target in bsd.port.mk, and it has a bug, see ports/103606. -- Vasil Dimov [EMAIL PROTECTED] % It is not doing the thing we like to do, but liking the thing we have to do, that makes life blessed. -- Goethe pgpkhRHpFqnWj.pgp Description: PGP signature

Re: Flash 9

2006-10-25 Thread Vasil Dimov
the .so file installed by linux-flashplugin-7.0r68 with the one found in the archive I downloaded. Than I ran linux-firefox and visited www.discovery.com. After 5-6 clicks the whole firefox crashed with signal 10 and I reverted back to version 7 of the plugin. Btw I am running FreeBSD 6.1/amd64.

Re: port_history - track port commit message comments

2006-10-29 Thread Vasil Dimov
Automatically displaying some part of files/UPDATING to the user is great. It would just be little more easier to manage if it would display up to the next entry (e.g. stop when line ^## is found) rather than a predefined number of lines. Thus eliminating the need to support the _UPD_LINE_NO variabl

Re: openoffice.org-2.0 does not build on amd64 with 6.1

2006-10-30 Thread Vasil Dimov
; ; \ + echo "" ; \ + fi # really tweak, extremely useful when you build all localized language versions # needed after when you build with ALL_LOCALIZED_LANGS. .if defined(TWEAK_L10N) --- patch ends here --- -- Vasil Dimov [EMAIL PROTECTED] % Look, that's

Re: New portmgr member: Pav Lucistnik

2006-11-23 Thread Vasil Dimov
On Thu, Nov 23, 2006 at 08:05:38PM +0100, Erwin Lansing wrote: > Portmgr is pleased to announce that Pav Lucistnik has accepted the > challenge of being a portmgr member. [...] > Wish him luck! Congratulations and good luck, Pav! :-) -- Vasil Dimov [EMAIL PROTECTED] % The only d

Re: Non-email contributors?

2006-11-29 Thread Vasil Dimov
+ >rossiya > [EMAIL PROTECTED] > How could anyone contact them? I guess that the email should be there to be used as contact information. From that URL I guess that a way to contact them would be to use the mailing list [EMAIL PROTECTED], right? --

Re: apache + php + mysql startup order

2006-11-30 Thread Vasil Dimov
by the > >Apache+PHP hosting. > > If I were you, I'd make my php scripts handle temporary > db outages. Don't forget that most hosting providers have > web and sql servers on separate machines. Yes, but that does not address the problem Dmitry mentioned. As a system adm

Re: apache + php + mysql startup order

2006-12-01 Thread Vasil Dimov
rce > software world) not to keep local fixes for obvious bugs (and reapply them > during every [re]install of apache), but to report them upstream instead. [...] Please submit your patch using send-pr(1) so it does not get overlooked. Thanks! -- Vasil Dimov [EMAIL PROTECTED] % It is better t

Re: Who is behind the ports?

2006-12-01 Thread Vasil Dimov
about 2000 additional contributors (but this number is not limited to ports work). -- Vasil Dimov [EMAIL PROTECTED] % There is no cure for birth and death other than to enjoy the interval. -- George Santayana pgpbLTn7v2FH8.pgp Description: PGP signature

Re: [CFR] ftp/curl update and API incompatibility

2006-12-06 Thread Vasil Dimov
ed some testing. It seems to me that you have done tremendous amount of work (the patch you sent is 2119 lines). Thanks! -- Vasil Dimov [EMAIL PROTECTED] % Grelb's Reminder: Eighty percent of all people consider themselves to be above average drivers. pgpP0mELW1qfY.pgp Description: PGP signature

Re: HEADS UP : security/gnupg will be upgraded to 2.0.1

2006-12-13 Thread Vasil Dimov
case it does not matter) here. Is this intentional? Shouldn't it be gpg2? -- Vasil Dimov [EMAIL PROTECTED] % Westheimer's Discovery: A couple of months in the laboratory can frequently save a couple of hours in the library. pgphlYnNsdpJq.pgp Description: PGP signature

Re: HEADS UP : security/gnupg will be upgraded to 2.0.1

2006-12-13 Thread Vasil Dimov
On Wed, Dec 13, 2006 at 02:08:06PM -0800, Doug Barton wrote: > Vasil Dimov wrote: [...] > > - NLS "Native Language Support" on \ > > [...] > > +OPTIONS= NLS "Include National Language Support" on \ > > > > I believe the N in NLS

Re: clips disappeared

2006-12-19 Thread Vasil Dimov
.1/ > Information for clips-6.1: > > Origin: > lang/clips > > I think clips is still a nice project and maybe of interest > to someone, someday... Hi, I just resurrected lang/clips and updated it to 6.24, can you please check if it works for you. Thank you very much for rep

Re: flash 9

2006-12-20 Thread Vasil Dimov
t; plugin in freebsd 6 or 7? Could I ask what you had to do? There was a discussion about this on this list a few months ago. Go ahead and find it :-) -- Vasil Dimov [EMAIL PROTECTED] % Peace cannot be kept by force; it can only be achieved by understanding. -- A. Einstein pgpwG

portupgrade and gnupg update

2006-12-27 Thread Vasil Dimov
6_2 < needs updating (port has 1.4.6_3) (=> 'security/gnupg1') gnupg-2.0.1 > succeeds port (port has 1.4.6_3) (=> 'security/gnupg1') % which is weird... why does portversion think that gnupg-2.0.1 has something to do with secur

Re: why "-R" und not "-r"?

2006-12-27 Thread Vasil Dimov
e -R gnup"? Isn't it "portupgrade -r gnup"? Looks like a typo. It should be portupgrade -r gnupg. -- Vasil Dimov [EMAIL PROTECTED] % Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one. -- Benjamin Franklin pgpy52ViEQBTq.pgp Description: PGP signature

Re: How to construct this port?

2006-12-28 Thread Vasil Dimov
y something like BUILD_DEPENDS=/nonexistent:${PORTSDIR}/cat/port:configure This is documented in http://www.FreeBSD.org/doc/en/books/porters-handbook/makefile-depend.html Good luck! -- Vasil Dimov [EMAIL PROTECTED] % A language that doesn't have everything is actually easier to program

Re: How to construct this port?

2006-12-28 Thread Vasil Dimov
ck all mails coming from Bulgaria? -- Vasil Dimov [EMAIL PROTECTED] % If you accidently end up inside vi, you can quit it by pressing Escape, colon (:), q (q), bang (!) and pressing return. pgp45TxtZ9AEg.pgp Description: PGP signature

Re: How to construct this port?

2006-12-28 Thread Vasil Dimov
On Thu, Dec 28, 2006 at 02:57:28PM +0200, Ion-Mihai IOnut Tetcu wrote: > On Thu, 28 Dec 2006 14:36:16 +0200 > Vasil Dimov <[EMAIL PROTECTED]> wrote: > > > Interesting: > > > > <[EMAIL PROTECTED]>: host > > mail.is-root.com[195.64.89.117] said: 5

Re: How to construct this port?

2006-12-29 Thread Vasil Dimov
On Fri, Dec 29, 2006 at 12:02:47PM +0100, Nils Vogels wrote: > Ion-Mihai IOnut Tetcu wrote on 28-12-2006 13:57: > > On Thu, 28 Dec 2006 14:36:16 +0200 > > Vasil Dimov <[EMAIL PROTECTED]> wrote: > >> Interesting: > >> Do you really block all mails coming fr

Re: DEPENDS -- is it time to remove it?

2007-01-05 Thread Vasil Dimov
n't > made it into an -exp run on pointyhat yet as other patches had higher > priority. It is on the TODO-list however, you are completely right that > it should be removed. One thing that can be done in the meantime is to remove DEPENDS from those 3 ports that still use it. So things

Re: net/mpd wrong startup script

2007-01-09 Thread Vasil Dimov
f -u. PS2 in order an issue not to get overlooked it is better to submit it using send-pr(1). -- Vasil Dimov [EMAIL PROTECTED] % Cutler Webster's Law: There are two sides to every argument, unless a person is personally involved, in which case there is only one. pgp

Re: ports/104560: [patch] x11-toolkits/py-gtk2 does not configure with python2.5

2007-01-23 Thread Vasil Dimov
Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 Responsible-Changed-From-To: freebsd-python->freebsd-ports Responsible-Changed-By: vd Responsible-Changed-When: Tue Jan 23 10:35:51 UTC 2007 Responsible-Changed-Why: The patch in ports/106120 is not from the maintainer (whic

Re: ports/104560: [patch] x11-toolkits/py-gtk2 does not configure with python2.5

2007-01-23 Thread Vasil Dimov
Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: vd Responsible-Changed-When: Tue Jan 23 11:37:08 UTC 2007 Responsible-Changed-Why: Of-course it should have been freebsd-ports-bugs@, sor

Re: openvpn-2.0.6_5 doesn't startup automatically after recent udpate

2007-02-25 Thread Vasil Dimov
Thank you for reporting this problem! -- Vasil Dimov [EMAIL PROTECTED] pgpGXcsqSr89w.pgp Description: PGP signature