I submitted a port and in 3 months nothing has been done with it.
The OP didn't even say that he wants his port to be publicly available. In case not, he simply need to follow the directions in the Porter's Handbook and forget the submission part. I got three ports in the FreeBSD's public ports tree and the initial submission as well as updating went smooth, and were acted upon by somebody within a week or so.The admission process is completely random if that is any consolation.
Don't waste your time. I submitted a port and in 3 months nothing has been done with it.
I have tried that some time ago with a software with no dependencies at all. If I am not wrong I have generated a port which I have added to the local copy of the repository byThanx for the link, I'll read it asap
It's not to submitted packages (I'm not sure they interest many people)
it just to build my own packages and manage it easier
svn add
or so. I do not remember the details. The svn update has not deleted that port.3 months are a long time, but it's not entirely uncommon. If this is your first port submission, maybe there are some issues with it and nobody found the time yet to analyze in depth. Writing a port correctly and robust takes time and practice, despite all the good documentation available -- BTDT. But of course, it might as well just have gone unnoticed so far.Don't waste your time. I submitted a port and in 3 months nothing has been done with it.
portlint
and a poudriere testport
without any issues reported in the Q/A checks, perfect would be tests on all supported FreeBSD versions for all tier-1 architectures, but that's no requirement, I don't do that either ...) and it really took a long time without anything happening, you might want to kindly ask on the freebsd-ports mailing list for a review. A lot of committers read there and chances are good someone will have a look.I submitted a port and in 3 months nothing has been done with it.
Why?This happened to me too. I ended up closing the bugzilla (giving up). ;D
Trivially, always, as someone must commit it.Under which condition must a Ports committer approve the port?
The Porter's Handbook should answer that.What is a port allowed to do, and what not?
I wouldn't recommend doing that (unless, of course, you have relevant updates/improvements). As written earlier, if you are sure there's nothing "wrong" with your port and suspect it was just overlooked by everyone -- kindly ask on freebsd-ports@ mailing list. I had to do this once so far, and response was very prompt. Maybe, even if you suspect there *could* be something wrong with the port, this mailing list might be a good place to ask for a review from someone experienced.Also don't forget to regularly bump the bugzilla thread every few weeks.
I've submitted 2 ports using shar and I've not died of a subsequent heart attack.
In order to use svn diff, you must have checked out the ports tree before.
If you've used portsnap, you've got an error message.
It's just that, IMO, port submission is certainly the last thing that would need to be improved
makefile wizardry and dependencies mess would deserve some rework first. And then the build workflow. I have an itch to try and adapt a Linux package management system (e.g. XBPS) to FreeBSD's ports.