FreeBSD Port: mercurial-1.0.2

2008-10-04 Thread John Francis Lee
Hi Roberto, I have Mercurial Distributed SCM (version 1.0.1) installed on my FreeBSD host at verio.net and it seems to be working ok. But I am having trouble with the webinterface http:/www.uspvp.org/hg I guess my problems are due to files not being where expected. I can't find the mercurial

portupgrade fails - how to fix?

2008-10-04 Thread Torfinn Ingolfsen
Hello, On several machines, portupgrade fails like this: [EMAIL PROTECTED] portupgrade -R py25-kde qscintilla2 qt4-corelib qt4-designer qt4-gui [Gathering depends for x11-toolkits/py-kde ...

Re: My interactive version of pkg_add - finished!

2008-10-04 Thread Marin Atanasov
Marin Atanasov wrote: Thanks, I've read it and now my Makefile is as follows: PROG= pkg_add_it SRCS= fnode.c explode.c scan_directory.c scan_index_file.c pkg_add_it.c .include .include It builds, installs, cleans, etc.. but when I `make install' it finishes successfully, but does not act

Re: My interactive version of pkg_add - finished!

2008-10-04 Thread Marin Atanasov
Michel Talon wrote: Marin Atanasov wrote: Should I add something else to it or modify something? You should remove a lot, because many implicit rules are already defined in /usr/share/mk/sys.mk which is sourced by make automatically. See for example /usr/src/usr.sbin/pkg_install/add

Re: Portupgrade -- sshguard compile failure

2008-10-04 Thread andrew clarke
On Sat 2008-10-04 07:11:05 UTC-0700, David Southwell ([EMAIL PROTECTED]) wrote: > cd .. && /bin/sh /usr/ports/security/sshguard/work/sshguard-1.2/missing --run > autoheader > aclocal.m4:14: error: this file was generated for autoconf 2.61. This was fixed in sshguard 1.3. Update your ports tree.

Re: My interactive version of pkg_add - finished!

2008-10-04 Thread Michel Talon
Marin Atanasov wrote: > Should I add something else to it or modify something? You should remove a lot, because many implicit rules are already defined in /usr/share/mk/sys.mk which is sourced by make automatically. See for example /usr/src/usr.sbin/pkg_install/add/Makefile to discover how litt

Portupgrade -- sshguard compile failure

2008-10-04 Thread David Southwell
Error as below.. Where do I go from here? -- Making all in src cd .. && /bin/sh /usr/ports/security/sshguard/work/sshguard-1.2/missing --run autoheader aclocal.m4:14: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use th

Re: My interactive version of pkg_add - finished!

2008-10-04 Thread Marin Atanasov
This time I need your help to help create my Makefile. To be honest this will be my first Makefile and I'm not very sure that it is correctly written although it builds fine. PROG=pkg_add_it SRCS=fnode.c explode.c scan_directory.c scan_index_file.c pkg_add_it.c OBJS=fnode.o explode.o

Re: [kde-freebsd] Call for Testing KDE-4.1.2

2008-10-04 Thread Dorian Büttner
On Friday 03 October 2008 18:14:13 Martin Wilke wrote: > Please remove this patch manuel. ok. No probs apart from that:) ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: Request Tracker 3.8.1

2008-10-04 Thread Albert Shih
Le 03/10/2008 à 17:27:43-0400, Steven Kreuzer a écrit > I created a new port for version 3.8.1 of Request Tracker. > > Before I submit a PR and get it added into svn, I want to see if I can > find some people to help test it out since RT is a fairly complex > application. I have had it up and

Re: My interactive version of pkg_add - finished!

2008-10-04 Thread Romain Tartière
Hello On Fri, Oct 03, 2008 at 10:24:37PM +0300, Marin Atanasov wrote: > I was wondering how to create a man page for my program. groff_mdoc(7) is probably what you are looking for... Having a look to existing man pages is also really useful for seeing how things are done. With kind regards, Romai