Getting a port accepted?

2008-03-22 Thread GP
I have been stupid. I'v braged about FreeBSD and the software being almost up do date. That was my mistake! I volunteered to port a simple application and submitted it the 14 of January. And its still opened and unassigned. On further investigation I see that its not only my application. What

Copyrights in man pages (GD lib)

2008-02-27 Thread GP
I have noted that there aren't many (if any) copyrights in FreeBSD manpages. I appreciate that. But GDlib has the following text in its license "Permission has been granted to copy, distribute and modify gd in any context without fee, including a commercial application, provided that this n

How long dose it take to approve a port?

2008-01-29 Thread GP
I'm just wondering how log it usually takes from you submits a new port, to something happens? When should I start to worry that I have been forgotten? (About 2 weeks now) What do I do to get attention? /Simon ___ freebsd-ports@freebsd.org mailing li

Re: HELP needed by experienced porter for simple review

2007-12-06 Thread GP
rc.conf It's a shame that I can't use a script placed in /files to change rc.conf during install/ deinstall. I really liked that. But i guess I will settle with a dull pkg-message at the end, like the rest of you... Well, no, it's not a shame. The last thing we want to do as a community is enab

Re: HELP needed by experienced porter for simple review

2007-12-06 Thread GP
- Respect the CC, CFLAGS and LOCALBASE. See in post-patch. - Add kissdx.in in 'files' directory. - Remove that add_to_conf stuff in Makefile, use pkg-message. Thank you Mezz, for going through my makefiles and making it conform to the principals of the ports system. That was a very big help

Re: HELP needed by experienced porter for simple review

2007-12-04 Thread GP
$(MKDIR) $(FILESDIR) $(CP) ${WRKSRC}/kissdx.in ${FILESDIR} I don't really like to create FILESDIR and move from WRKSRC to FILESDIR. The WRKDIR/WRKSRC are the place where you work anything inside. However, move from WRKSRC to FILESDIR might create problem in future so avoid that. When I lev

Re: HELP needed by experienced porter for simple review

2007-12-03 Thread GP
Thanks a lot! I have as you sugested, but have a problems: $(MKDIR) $(FILESDIR) $(CP) ${WRKSRC}/kissdx.in ${FILESDIR} I don't really like to create FILESDIR and move from WRKSRC to FILESDIR. The WRKDIR/WRKSRC are the place where you work anything inside. However, move from WRKSRC to FILESD

Re: HELP needed by experienced porter for simple review

2007-12-02 Thread GP
Many ports need this to work, sadly it is often not mentioned at the end of make install or the pkg_add. I would love for it to say something like this. We need to make this easier to use when possible. In order for the install of "port name" to work, it should be activated via /etc.rc.conf,

Re: HELP needed by experienced porter for simple review

2007-12-02 Thread GP
You should not make changes to /etc/rc.conf at all from a port. Please remove that before submitting. Thanks, Doug Thanks I will, but how should it be done? I must be there for it to work? ___ freebsd-ports@freebsd.org mailing list http://lists.freeb

HELP needed by experienced porter for simple review

2007-12-02 Thread GP
Any body? I'm new to porting for FreeBSD and make files aren't my strongest suit. So I would be greatful if I could get an experienced porter to review my make files, for at very simple deamon. I've read the porter handbook and the port seems to be working fine. But I'm uncertain as to what

Re: HELP needed by experienced porter for simple review

2007-12-01 Thread GP
I'm new to porting for FreeBSD and make files aren't my strongest suit. So I would be greatful if I could get an experienced porter to review my make files, for at very simple deamon. I've read the porter handbook and the port seems to be working fine. But I'm uncertain as to what is best pract

HELP needed by experienced porter for simple review

2007-11-30 Thread GP
- Original Message - From: "GP" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 01, 2007 12:37 AM Subject: HELP needed by experienced porter for simple review I'm new to porting for FreeBSD and make files aren't my strongest su