FreeBSD Haskell mailing list

2017-11-14 Thread Gabor Pali
Hello there, For your information, the previously closed internal mail alias hask...@freebsd.org has become an open regular mailing list that you can subscribe to at lists.freebsd.org [1]. It is mainly for the ones who work on Haskell ports: compilers, third-party libraries, and frameworks, but i

multimedia/toolnix port/package without X11

2017-04-12 Thread gabor
t flags of the mkvtoolnix port? Thanks, ZAHEMSZKY, Gábor < gabor at zahemszky dot hu > ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: OCAML version 3 (legacy)

2014-08-13 Thread Gabor Pali
2014-08-13 22:29 GMT+01:00 Euan Thoms : > How would dependency resolution be affected by your suggested method? OPAM manages the dependencies itself, without involving pkg(8). For what it is worth, you should be able to install unison via OPAM easily. Though, it will not put the unison binary to

Re: OCAML version 3 (legacy)

2014-08-12 Thread Gabor Pali
Hi Euan, 2014-08-11 17:03 GMT+01:00 Euan Thoms : >However, I was suggesting we have a legacy port for OCAML 3.x, just >like we have for php and other important stuff that newer versions >breaks things. If you are really in need for the 3.x version of OCaml compiler, you may want to tr

asking maintainer reset

2014-06-10 Thread gabor
As we haven't got any iGadget in our family, I'm no longer interested in maintaining sysutils/fusefs-ifuse Please reset the maintainer of it. Thanks, Gabor at Zahemszky dot HU ___ freebsd-ports@freebsd.org mailing list http://lists.f

Re: Poudriere & Haskell ports "Options changed, deleting" every time

2014-05-21 Thread Gabor Pali
2014-05-21 17:24 GMT+02:00 J David : > Probably there is some > widget in the lang/ghc package that's needed to build the > documentation. Yes, there is. That is called Haddock, the documentation tool similar to Javadoc and Doxygen. Since it parses the same source code as the compiler itself, an

Re: Frederic Culot takes over as portmgr-secretary@

2014-05-16 Thread Gabor Pali
Hey Thomas, 2014-05-16 18:27 GMT+02:00 FreeBSD Ports Management Team Secretary : > It is with great pleasure that the FreeBSD Ports Management Team announces > that Frederic (culot@) Culot will take over responsibilities of team > secretary effective immediately. I would like to thank you for all

Re: Call for FreeBSD 2014Q1 (January-March) Status Reports

2014-04-07 Thread Gabor Pali
Dear FreeBSD Community, Please note that the submission date for the 2014Q1 aka. January to March 2014 Quarterly Status Reports is April 7th, 2014, that is today. Please consult my earlier message for the details: 2014-03-08 10:24 GMT+01:00 Gabor Pali : > They do not have to be very l

Re: Call for FreeBSD 2014Q1 (January-March) Status Reports

2014-03-31 Thread Gabor Pali
Dear FreeBSD Community, Please note that the submission date for the 2014Q1 aka. January to March 2014 Quarterly Status Reports is, April 7th, 2014, only 1 week away. Please consult my earlier message for the details: 2014-03-08 10:24 GMT+01:00 Gabor Pali : > They do not have to be very l

Re: Call for FreeBSD 2014Q1 (January-March) Status Reports

2014-03-24 Thread Gabor Pali
Dear FreeBSD Community, Please note that the submission date for the January to March Quarterly Status Reports is, April 7th, 2014, about two weeks away. Please consult my previous message for the details: 2014-03-08 10:24 GMT+01:00 Gabor Pali : > They do not have to be very long -- basica

Fwd: Call for FreeBSD 2014Q1 (January-March) Status Reports

2014-03-08 Thread Gabor Pali
last issue [5]. To enable compilation and publication of the quarterly report as soon as possible for the April 7th deadline, please be prompt with any report submissions you may have. We are looking forward to all of your 2014Q1 reports! Thanks, Gabor [1] http://www.freebsd.org/cgi

Re: State of the Porters' Handbook

2013-10-30 Thread Gabor Pali
On Wed, Oct 30, 2013 at 3:32 PM, Eitan Adler wrote: > We generally don't refer to pkgng in the docs: please use "pkg". Well, I saw pkg written as "pkgng" in some other section (5.2.2.2. "PORTEPOCH") of the Porter's Handbook. Actually, I prefer to write it as pkg(8), but I am not sure if there ha

Re: State of the Porters' Handbook

2013-10-29 Thread Gabor Pali
On Mon, Oct 28, 2013 at 4:11 PM, Baptiste Daroussin wrote: > I do buy this argument :) and I'll see want I can do for that in the next > couple > of days. Please find a patch [1] (and see [2] for the HTML preview) for the porters-handbook document to address this problem. Note that some of the

Re: Ocaml ports needs love

2013-08-02 Thread Gabor Pali
On Thu, Aug 1, 2013 at 10:20 PM, Michael wrote: > from the standpoint of a system administrator having two sets A and > B of software packages managed by two different tools has a lot of > drawbacks: I am fully aware of all the issues you have summarized as I have been maintaining the Haskell Cab

Re: Ocaml ports needs love

2013-07-31 Thread Gabor Pali
On Wed, Jul 31, 2013 at 6:38 PM, Michael wrote: > I am curious about how to > take advantage of OPAM for maintaining OCaml related ports. Actually, I have been also pondering this for a while already... :-) > The ideal > thing would be to have a `opam make-freebsd-port OPAMPACKAGE' subcommand >

Re: Ocaml ports needs love

2013-07-31 Thread Gabor Pali
On Tue, Jul 30, 2013 at 7:45 PM, Michael wrote: > Is it trivial to use the 1.0.0 port to build the version you are > referring to? OPAM does not need more just the vanilla OCaml compiler, for example 3.12.1 (that is, installing the current version from lang/ocaml) is okay. It can be then used to

Re: Ocaml ports needs love

2013-07-28 Thread Gabor Pali
On Sun, Jul 28, 2013 at 2:53 PM, John Marino wrote: > Is not opam already in ports? > http://www.freshports.org/devel/ocaml-opam/ Yeah, but OPAM 1.0.0 may not be the best choice for FreeBSD... Due to some trivial but annoying bugs OPAM will not work properly on FreeBSD. I am currently using the

Re: Ocaml ports needs love

2013-06-28 Thread Gabor Pali
Hi Michael, On Tue, Jun 25, 2013 at 8:47 PM, Michael Grünewald wrote: > Besides maintaining individual ports, we also want to integrate GODI or > OASIS in ports, so it is probably a good idea to have a common place to > discuss these projects, to keep a list of open tasks and describe best > prac

[CFT] Glasgow Haskell Compiler 7.6.3, Haskell Platform 2013.2.0.0

2013-05-29 Thread Gabor Pali
development repository [4]. Please send comments or submit bug reports directly to hask...@freebsd.org. Thanks, Gabor [1] http://www.haskell.org/platform/ [2] http://www.haskell.org/ghc/ [3] https://github.com/freebsd-haskell/freebsd-haskell [4] https://github.com/freebsd-haskell/freebsd-haskell

Re: Ocaml ports needs love

2013-02-27 Thread Gabor Pali
Hey there, On Wed, Feb 27, 2013 at 2:09 PM, b.f. wrote: > An ocaml alias and mailing list might help at least for the unmaintained > ports, and as a > place for discussions. Count me in! ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.

Re: circular dependency issue

2013-01-09 Thread Gabor Pali
On Wed, Jan 9, 2013 at 2:06 PM, Joseph A. Nagy, Jr wrote: > I'm trying to install x11-wm/hs-xmonad but it keeps getting caught in a > circular dependency with print/hs-hscolour > > Is anyone else having issues with it? You get this if you have the option HSCOLOUR set. Disable this option for hs-

interesting bug in multimedia/recordmydesktop port

2012-10-31 Thread gabor
= So I think, it would be better to disable the jack dependency from the default configuration with a small modification, like replacing the --enable-jack=yes withe the --enable-jack=no in the port Makefile, and deleting jack from the LIB_DEPENDS line, too. Bye, Gabor ZAHEMSZKY < Gabor

Re: Can we please just remove the old Makefile headers?

2012-08-28 Thread Gabor Kovesdan
by space. Yes, portbuild scripts, portlint, PR auto-assign scripts, etc. need to be modified to deal with this. Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: optionsNG NLS description

2012-08-25 Thread Gabor Kovesdan
On 2012.08.25. 16:16, Alberto Villa wrote: On Wed, Aug 1, 2012 at 3:32 AM, Alberto Villa wrote: >I'd like to do the change as well. Can we proceed with the commit >since you got no objection? Change committed in r303137. Thanks! Gabor

optionsNG NLS description

2012-07-16 Thread Gabor Kovesdan
lution. I think the description should just say "Native Language Support" without making reference of the used mechanism. Any objection to changing this? Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/

Heads Up: GHC 7.4.1 and Haskell Platform 2012.2.0.0

2012-05-24 Thread Gabor PALI
(haskell@) know if you have any problems or concerns regarding the planned update. Thanks, Gabor [1] http://hackage.haskell.org/platform/ [2] http://www.haskell.org/ghc/ ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: post-deinstall target is invalid

2012-03-29 Thread Gabor Kovesdan
On 2012.03.29. 20:49, Jason Helfman wrote: I will work on a effort, as well, to get some supporting documentation into the Porter's Handbook. Jason, thanks for this cleanup work. Have you checked if there is any portlint check for this? It would also be very valuable.

Re: CFT: new BSD-licensed sort available

2012-03-18 Thread Gabor Kovesdan
t one. I prefer simplicity. And GNU sort should go as soon as BSD sort is good enough to replace it. If you check the wiki, we have set a goal for 10.X, which is the GPL-free base system. I think it is possible and I hope we can achieve it. Gabor __

CFT: new BSD-licensed sort available

2012-03-14 Thread Gabor Kovesdan
safely drop GNU sort. If you are interested in this sort utility, could you please try the port and report us any issue that you experience? Thanks in advance, Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: [Haskell] Announce: The Haskell Platform 2011.4

2011-12-18 Thread Gabor PALI
other Haskell ports): # portmaster -r ghc They are published this way, because the FreeBSD Ports Collection is only partially thawed (large-scale changes, like updating core Haskell packages or GHC, are still not allowed) due to the on-going release cycle for FreeBSD 9.0. On behalf of the F

Re: ports/153429: [patch] Fix explicite uses of unzip in ports

2011-09-18 Thread Gabor Kovesdan
On 2011.09.18. 18:39, Eitan Adler wrote: This patch requires approval from those CCed. Approved for my ports. And thanks! Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: Re-starting daemons across upgrades?

2011-09-16 Thread Gabor Kovesdan
$PID_FILE ; then # pidfile exist, is it correct? if kill -CHLD $PID >/dev/null 2>&1; then # ok, exit silently exit 0 fi rm -f $PID_FILE fi echo "" echo "Couldn't f

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Gabor Kovesdan
mail I see you have lots of free time. You should think of spending that better than writing such long mails. Think about being a FreeBSD volunteer. ;) Regards, Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: GHC Port on 9-CURRENT

2011-06-25 Thread Gabor PALI
Hi Eric, On 06/26/11 02:13, Eric McCorkle wrote: > The GHC (Glasgow Haskell Compiler) was marked broken by pointyhat > sometime back in May, following its update to GHC 7.0.3_1. I'm not > sure if anyone has looked at this, but it doesn't appear anyone has. Yes, you are right, sorry, I have not

Re: Fwd: INDEX build failed for 7.x

2011-05-09 Thread Gabor PALI
On 05/10/11 02:44, Erwin Lansing wrote: >> INDEX build failed with errors: >> Generating INDEX-7 - please wait.. Done. >> make_index: hs-warp-0.3.2.3: no entry for /usr/ports >> make_index: hs-warp-0.3.2.3: no entry for /usr/ports Thanks for the report, I have just fixed it -- hopefully. Have a

Re: incorrect format for some MOVED entries from 2011-05-08

2011-05-09 Thread Gabor PALI
On 05/09/11 08:33, Andriy Gapon wrote: > The empty field for a new port name seems to be missing here. Yes, it is correct; it was my mistake. It has been fixed by now. Thank you for reporting it. ___ freebsd-ports@freebsd.org mailing list http://lis

Re: [ports/databases/sqlite3] WITH_GCOV breaks ports/security/nss

2010-12-10 Thread Gabor Kovesdan
ff \ .include @@ -78,6 +78,7 @@ .if defined(WITH_GCOV) CONFIGURE_ARGS+= --enable-gcov LDFLAGS+= -fstack-protector +BROEKN= WITH_GCOV breaks security/nss. ^^ Typo! Gabor Kovesdan ___ free

Re: x11/stumpwm and ports/149397

2010-09-04 Thread Gabor PALI
Hello, On Sat, Sep 4, 2010 at 8:00 PM, Anonymous wrote: > Since the PR was handed over to you by p...@[1] I haven't seen any activity > for around a month. Do you even have an interest in the lisp port? It was assigned to jacula@ for mentoring purposes, i.e. to learn work with PRs. It is possib

Re: This construction doesn't work

2010-06-28 Thread Gabor Kovesdan
r packages, you need some more magic in pkg-plist. You can also refer to audio/shoutcast how it is done there. Maybe is it what you missed? Regards, Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports

Re: amavisd-new does not compile because of db42

2010-06-11 Thread Gabor Kovesdan
I'd say let's wait for that update and hopefully that will also solve your problem. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org __

Re: amavisd-new does not compile because of db42

2010-06-10 Thread Gabor Kovesdan
it fails again (which means really there's a problem in the port) or it builds well (which means your db42 installation was just corrupted). -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http

Re: Ports looking for maintainer

2010-06-09 Thread Gabor PALI
On 06/09/10 18:13, Gabor Kovesdan wrote: >> >>> >>>> Why don't you so it yourself now that you can? :) >>>> Talk with your mentor about this. >>> Not until my account gets created. But thanks for reminding :) >>> >> >> O

Re: Ports looking for maintainer

2010-06-09 Thread Gabor Kovesdan
ly to your @FreeBSD.org address but now I'm just thinking that the alias is not working yet, so maybe it's better to wait until you get it and then you can do it yourself also. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.o

Re: Ports looking for maintainer

2010-06-09 Thread Gabor Kovesdan
Why don't you so it yourself now that you can? :) Talk with your mentor about this. Not until my account gets created. But thanks for reminding :) Ok, I'll do. Which is your account name that is being created? -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.or

Ports looking for maintainer

2010-06-08 Thread Gabor Kovesdan
Hello folks, recently, I have less time for ports as I'm working on othr items, like GSOC, so today I've reviewed my maintained ports and dropped some of them that I don't want to maintain any more. If you want to have any of them, please feel free to pick up.

Renamed Haskell Applications

2010-05-25 Thread Gabor PALI
Hello there, Recently I have tagged the following popular but Cabalized applications in the Ports Collection with the "hs-" prefix: - darcs [1]: devel/darcs -> devel/hs-darcs - pandoc [2]: textproc/pandoc -> textproc/hs-pandoc - xmonad [3]: x11-wm/xmonad -> x11-wm/hs-xmonad, x11-wm/xmonad-contrib

Re: FreeBSD Port: xmonad-0.9.1_1

2010-05-03 Thread Gabor PALI
On Mon, May 3, 2010 at 11:01 AM, Giuseppe Pagnoni wrote: > Yep, that was exactly the problem.  Removing the executable in > ~/.xmonad makes xmonad start up correctly now. Meanwhile I found that the same effect can be achieved by issuing `xmonad --recompile`. I think it is always needed on each s

Re: FreeBSD Port: xmonad-0.9.1_1

2010-04-30 Thread Gabor PALI
On 04/30/10 19:39, Giuseppe Pagnoni wrote: > xmonad crashes on startup with the following error message: > > /libexec/ld-elf.so.1: Shared object libgmp.so.8 not found, required > by xmonad -x86_64-freebsd [..] > the xmonad dependency on libgmp was not updated in the port's files > to follow the rec

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-04-22 Thread Gabor PALI
On Wed, Apr 21, 2010 at 10:52 PM, Chip Camden wrote: > lang/ghc is still marked IGNORE, unless I'm missing something. Yes, if your system is older than 6.0 on i386 and older then 7.0 on amd64, it is still ignored, since we do not support those platforms. Otherwise it must be okay. Cheers, g. ___

Re: Compiling for i386 on amd64 using tinderbox

2010-04-21 Thread Gabor PALI
On Wed, Apr 21, 2010 at 3:13 PM, Christopher Key wrote: > Setting ARCH, UNAME_m and UNAME_n [..] did the trick.  I wonder if tinderbox > should instead be setting these values automatically [..] Ask/request it on the Tinderbox mailing list :) :g ___ f

Re: Compiling for i386 on amd64 using tinderbox

2010-04-21 Thread Gabor PALI
Hej, On Wed, Apr 21, 2010 at 1:07 PM, Christopher Key wrote: > patch uname to return the appropriate answer I do not think you will need this since answers returned by uname(1) can be customized easily, just check its manual page to see how to do that. Cheers, :g ___

Re: New portmgr secretary: Thomas Abthorpe

2010-03-19 Thread Gabor Kovesdan
with other FreeBSD teams. Please welcome him onboard! Congrats to Thomas for the secretary hat and to Erwin for the FreeBSD Foundation director hat. Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Gabor PALI
On Thu, Mar 18, 2010 at 5:02 PM, Erwin Lansing wrote: > On behalf of portmgr, I am pleased to announce that portmgr has found > a new secretary: Thomas Abthorpe. [..] > Please welcome him onboard! Welcome! :g ___ freebsd-ports@freebsd.org mailing lis

Re: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-10 Thread Gabor Kovesdan
-pr.cgi?pr=143729 I still couldn't reproduce the issue you reported, I used the same options, though. Regards, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http

Re: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-10 Thread Gabor Kovesdan
#x27;t deal with this and didn't provide me any useful error log so I had to test this locally, that's why it didn't go smoothly. If someone could provide more information on this, that would be more than welcome. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.

Re: FreeBSD Port: p5-Mail-SpamAssassin-3.2.5_4

2010-02-10 Thread Gabor Kovesdan
hes a large number of ports, infrastructural changes, commts to ports with unusually high number of dependencies, and any other commit that requires the rebuilding of many packages will not be allowed without prior explicit approval from portmgr after that date. Regards, -- Gabor Kovesdan Fr

Re: FreeBSD Port: p5-Mail-SpamAssassin-3.2.5_4

2010-02-09 Thread Gabor Kovesdan
-pr.cgi?pr=ports/143654 Testing time... before it gets committed in the ports tree :) I'll probably commit that tomorrow. I wanted to do it today but have had no time. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBS

how to deal with unzip on -CURRENT?

2010-01-20 Thread Gabor Kovesdan
ports unzip as a dependency by full path? Were there similar issues? Is there a conventional/preferred solution for this? Thanks, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesda

Re: Maintainership available for some ports

2009-06-28 Thread Gabor Kovesdan
Sahil Tandon escribió: [replying off-list] On Sun, 28 Jun 2009, Gabor Kovesdan wrote: Thanks Sahil, I assigned terminality, sted and cryptcat to you. As for cvsadmin, it is already assigned. You might want to check if terminality and sted have a good MASTER_SITE with better

Re: Maintainership available for some ports

2009-06-28 Thread Gabor Kovesdan
Sahil Tandon escribió: devel/cvsadmin Makefile devel/terminalityMakefile editors/sted Makefile net/cryptcat Makefile Hi Gabor, I can take the above four if not already claimed. Let me know if I should submit a PR to make this change in the Makefile

Maintainership available for some ports

2009-06-27 Thread Gabor Kovesdan
y use. If you are interested in any of them, please reply and I (or other committer on the list) will assign it to you. Regards, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org --- Beg

Re: avoiding build dependency on docbook, etc. in new port

2009-06-17 Thread Gabor Kovesdan
docbook2man and docbook2X do the same I think but they hide the details. To use the XSL stylesheets you need docbook-xsl and libxslt and calling xsltproc with the proper parameters. It's pretty easy. Cheers, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.or

Re: [Patch] Proposal: USE_GNU89 switch

2009-05-30 Thread Gabor Kovesdan
o CVS, or should I do it? I don't think it's a good idea. This knob is completely superfluous and thus should be avoided. One can just add -std to CFLAGS from a port Makefile. Forced build are also possible without this stuff, you can set this in /etc/make.conf. Cheers, -- Gabor K

Re: [Patch] Proposal: USE_GNU89 switch

2009-05-30 Thread Gabor Kovesdan
Ed Schouten escribió: * Gabor Kovesdan wrote: I don't think it's a good idea. This knob is completely superfluous and thus should be avoided. One can just add -std to CFLAGS from a port Makefile. Forced build are also possible without this stuff, you can set this in /etc

Re: x11/hs-x11-ghc can't find proper version of haddock

2009-05-19 Thread Gabor PALI
Hello Josh, On Tue, May 19, 2009 at 11:32 PM, Josh Rickmar wrote: > I am trying to install xmonad, but the hs-x11-ghc dependency is not > building. It is looking for a haddock version >=0.6, but can not find > what the version actually is. I am on it :) Hopefully, I can tell you what the probl

Re: Wacom driver

2008-11-05 Thread Gabor PALI
Dominic Fandrey wrote: > Gábor Kövesdán wrote: >> Dominic Fandrey escribió: >>> I have created a port of Bartosz Fabianowski's Wacom driver. >>> Since nobody has stepped forward to commit it, I thought I'd >>> inform this list, so that people can test it. >>> >>> http://www.freebsd.org/cgi/query-pr

Re: What about DESTDIR applied to ports?

2008-10-14 Thread Gabor Kovesdan
stall ports to the chroot from outside but it failed because most of the ports are not ready to do so out of the box, so now the DESTDIR-support is much simpler and less error-prone. Regards, Gabor ___ freebsd-ports@freebsd.org mailing list

Re: Can't install gnome2 - docbook-utils is broken

2008-08-14 Thread Gabor Kovesdan
illing to work on it. Regards, Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: bsd-grep-20080725_1 -v flag busted...

2008-08-06 Thread Gabor Kovesdan
... Also, note that there IS output when grepping from /dev/null with the 20080725_1 version of bsdgrep: % /usr/local/bin/grep . < /dev/null | hd ff 0a |..| 0002 % Thanks to bothnof you for the bug reports, I'll try t

Re: porting of SVN-only software

2008-05-16 Thread Gabor Kovesdan
Wesley Shields escribió: On Fri, May 16, 2008 at 09:54:09PM +0300, Andriy Gapon wrote: Suppose there is a project that does not produce any official snapshots or releases of its source-code, keeps all sources in SVN and the best it does - declares a certain revision as stable or something si

Re: [patch] Update textproc/fop from 0.93 to 0.94

2007-12-26 Thread Gabor Kovesdan
/usr/ports/textproc/fop # bzip2 -dc fop_094.diff.bz2 | patch -p1 # rm *.orig I have tested it on 7.0-BETA4 and 6.2-RELEASE-p9 i386 architecture. PD: Should I to submit a PR? Thanks! I'll take it. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: [EMAIL PROTECTED] .:|:. [EMAIL PROTECTED] WEB:

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

2007-12-11 Thread Gabor Kovesdan
sarily installed ports for the user. Or do you really need the whole bunch of extensions that php5-extensions offers? -- Gabor Kovesdan FreeBSD Volunteer EMAIL: [EMAIL PROTECTED] .:|:. [EMAIL PROTECTED] WEB: http://people.FreeBSD.org/~gabor .:|:. htt

PostgreSQL-PL\Java

2007-09-27 Thread Gabor Tjong A Hung
o you my friends. Is there any documentation you can point me to to finish this port? Kind regards, Gabor # New ports collection makefile for: PostgreSQL PL/Java # Date created: September 25, 2007 # Whom: G.V. Tjong A Hung <[EMAIL PROTECTED]> # # $FreeBSD$ # PORTNAME= postgresql #POR

package-recursive

2007-09-11 Thread Gabor Tjong A Hung
ases/php5-pgsql directory I get "" as dependancies. Is this correct or am I loosing my mind? Regards, Gabor -- "If you don't know where you are going, any road will take you there" – George Harrison ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: bsd.port.options.mk status

2007-09-10 Thread Gabor Kovesdan
dd to the topic, that it would be really nice if someone with the knowledge could add some pieces of info about this to PH, so that we avoid the future confusions. TIA, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: [EMAIL PROTECTED] .:|:. [EMAIL PROTECTED] WEB: http://people.FreeBSD.org/~g

Re: ports/116187: pftop update

2007-09-08 Thread Gabor Kovesdan
Max Laier escribió: Hi, can somebody please approve or commit ports/116187 for me? Thanks a lot! Not sure if I handled the extra include file the right way[tm]. I'll check this. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: [EMAIL PROTECTED] .:|:. [EMAIL PROTECTED] WEB:

Re: PORTSDIR use-before-define fix

2007-08-05 Thread Gabor Kovesdan
. It has only been lightly tested. I haven't tested it yet, but it seems good to me. Thanks for working on this! I'll test it a bit next day. What about COMMENTFILE? I see it was removed, but can't see it added back. Is it completely obsolete? Regards, -- Gabor Kovesdan Fr

HEADSUP: Ports DESTDIR functionality reworked

2007-08-04 Thread Gabor Kovesdan
, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: [EMAIL PROTECTED] .:|:. [EMAIL PROTECTED] WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org --- Begin Message --- gabor 2007-08-04 11:37:24 UTC FreeBSD ports repository Modified files: .CHANGES UPDATING

Samba NetBios

2007-07-04 Thread Gabor Tjong A Hung
Dear all, I've recently put my samba server in a jail, but as you can see @ http://www.faughnan.com/netbios.html NetBIOS is a bit of a problem and can cause alot of headache. I was unable to find a nat helper for pf, so I was wondering if I could bridge my jail with it's host. the bridge manual

Re: alpha proposal: port options

2007-06-26 Thread Gabor Tjong A Hung
Hi there, Could you also include a radio-like option in addition to the checkbox-like options ( http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#AEN2476 ) This is useful for ports like eclipse where you need to specify either gecko or firefox or mozilla etc.

Unused hashes from distinfo files

2007-06-20 Thread Gabor Kovesdan
ly supported and generated via "make makesum". The patch is here: http://kovesdan.org/patches/bad-hashes.diff Thanks, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: [EMAIL PROTECTED] .:|:. [EMAIL PROTECTED] WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org ___

Re: How to make a make install without questions?

2007-06-18 Thread Gabor Tjong A Hung
make config-recursive is probably what you want as was said earlier. However, config-recursive only calls the make config for the dependancies, if you for some reason add another dependancy(by selecting some optionas) then the make config isn't called for this port. That's why I recommend you to b

opensync ports

2007-06-17 Thread Gabor Tjong A Hung
t from the documentation provided? I couldn't find any dependancies in the documentation of opensync. My port does seem to clean scons-0.97, python24-2.4.4 and opensync-0.30. Furthermore, since this is not an application, how can I *know" if this port is succesfully ported? Regards, Gabor # Thi

Re: Samba 3.0.25a still broken

2007-06-16 Thread Gabor Tjong A Hung
If you are in need of a working version in a hurry try looking up portdowngrade and get an older version of samba. You can then just install the "old" one fine :D On 6/16/07, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: On Fri, Jun 15, 2007 at 12:42:45PM -0500, Thompson, M K Mr CTR USAF 1SOCS/SC

Re: ./options-descr file suggestion for ports

2007-06-12 Thread Gabor Tjong A Hung
As it is now some ports don't even have OPTIONS, and you need to define variables to "define" your options. I don't really understand why this is done this way, but this is equally annoying. On 6/11/07, Brooks Davis <[EMAIL PROTECTED]> wrote: On Sat, Jun 09, 2007 at 10:33:17PM +0200, Kirill Pon

Re: Updated Nvidia Dviver

2007-06-12 Thread Gabor Tjong A Hung
AFAIK beryl has some issues which are either "solved" or occur less frequently with the new nvidia drivers. But I suppose you'll have to bug the nvidia maintainer for the new port. And if you think he's lazy, show him how it's supposed to be done and make a nice PR and send it to him so he has les

Re: PS to PDF converter needed

2007-06-11 Thread Gabor Tjong A Hung
apropos would do you good :D On 6/11/07, Scott Bennett <[EMAIL PROTECTED]> wrote: On Mon, 11 Jun 2007 05:56:32 +0200 Nikola Lecic <[EMAIL PROTECTED]> wrote: >On Sun, 10 Jun 2007 22:39:00 -0500 (CDT) >Scott Bennett <[EMAIL PROTECTED]> wrote: > >> Thanks for the gs(1) example. I have p

Re: Portsnap files?

2007-06-10 Thread Gabor Tjong A Hung
If for some reason you have not enough space in /var, you can just create a symlink or set the path in /etc/portsnap.conf(/usr/local/etc/portsnap.conf if it's the one from ports). On 6/10/07, Xin LI <[EMAIL PROTECTED]> wrote: 哺 2007-06-10耒��19:03 +0200▏Ivan Voras厚��│ > Hi > > Are files in /var/

Re: package font-adobe-utopia-type1-1.0.1 has no origin recorded

2007-06-04 Thread Gabor Tjong A Hung
Hey, I think a simple pkgdb -L would have told you that it had no origin, and recommend a "new" origin. I had this issue a few days ago as well. Although I'm not sure anymore with what port. On 6/5/07, mato <[EMAIL PROTECTED]> wrote: On Mon, 4 Jun 2007 19:27:48 +0200, Dejan Lesjak wrote > On Su

Re: FW: [Richard Stallman] Emacs 22.1 released

2007-06-04 Thread Gabor Kovesdan
I'd ask for a repo-copy from emacs -> emacs21, update emacs to 22, and update emacs-devel to 22.1 if there's such, or remove that if that's not necessary. More info about repo-copies: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.html Cheers, -- Gabo

Re: FreeBSD Port: samba-3.0.25,1

2007-05-28 Thread Gabor Tjong A Hung
I think this is related to the update in /usr/ports/UPDATING The passdb backend in your smb.conf. I think it defaults to something else now. On 5/29/07, Paul Fraser <[EMAIL PROTECTED]> wrote: Paul Fraser to Scot show details 1:21 pm (0 minutes ago) On 5/29/07, Scot Hetzel <[EMAIL PROTECTED]> wr

Re: Discontinued projects

2007-05-24 Thread Gabor Kovesdan
Gabor Tjong A Hung escribió: What happens with discontinued projects? They seem to pollute our ports tree. http://tmsnc.sourceforge.net/ seems to indiacte that the project is discontinued. Shouldn't its port be removed from the ports tree then? I've noticed the same with several o

Discontinued projects

2007-05-24 Thread Gabor Tjong A Hung
What happens with discontinued projects? They seem to pollute our ports tree. http://tmsnc.sourceforge.net/ seems to indiacte that the project is discontinued. Shouldn't its port be removed from the ports tree then? I've noticed the same with several other ports. http://koti.mbnet.fi/jarmonik/Mat

X.Org upgrade in newsflash?

2007-05-21 Thread Gabor Kovesdan
What do you think, wouldn't it be nice to add a newsflash entry about the X.Org upgrade? Or not yet? Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to &q

Re: HEADS DOWN (was Re: HEADS UP: putenv, setenv, unsetenv, getenv changes)

2007-05-01 Thread Gabor Kovesdan
's why FreeBSD is what it is today. The accummulation of excellent work by excellent people. I completely agree with Harry, standards are good and necessary. I can't comment the technical part either, though. Regards, Gabor ___ freebsd-

Re: Amavisd - what alternative for vscan?

2007-04-26 Thread Gabor Kovesdan
unreliable packages. Regards, Gabor ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: /usr/ports/databases/Makefile -- subdir entry didn't get removed with the port

2007-04-14 Thread Gabor Kovesdan
-SUBDIR += mysql-administrator SUBDIR += mysql-connector-java SUBDIR += mysql-connector-odbc SUBDIR += mysql-editor Cheers, Matthew Fixed, thanks! Regards, Gabor ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: HEADSUP: removing the old cyrus-sasl port

2007-04-01 Thread Gabor Kovesdan
Gerhard Gonter schrieb: Gabor Kovesdan wrote: Dear Port Maintainers, I would like to inform you that the security/cyrus-sasl port is deprecated and expired. It is pretty old and not really supported any more. The only barrier to remove it is, that it has some dependant ports, currently the

Re: HEADSUP: removing the old cyrus-sasl port

2007-03-31 Thread Gabor Kovesdan
maintainers removed the references to the old cyrus-sasl for their ports. I'm not sure, if the new version is completely compatible with the old one, and there are ports that support both ones, so we should make sure first if all ports work with cyrus-sasl2, that'

HEADSUP: removing the old cyrus-sasl port

2007-03-30 Thread Gabor Kovesdan
japanese/mutt japanese/mutt-devel mail/exim mail/mutt mail/postfix mail/postfix-current mail/postfix1 mail/sendmail www/mod_auth_pwcheck Could you please modify your ports to use cyrus-sasl2 instead or remove the support for the old cyrus-sasl port, please? Thanks in advance, Gabor

  1   2   >