Re: how do I build a single app?

2013-06-18 Thread Wojciech Puchar
I installed FreeBSD into a VirtualBox VM in January and started playing with the code. I must complement you people on the clarity of your code. I've enjoyed examining it. I wanted to try some code changes to some of the apps in the /bin directory, but can't figure out how to build a single a

Re: how do I build a single app?

2013-06-18 Thread Jason Hellenthal
make obj make depends make includes make Includes and depends may not be needed in all cases but its certainly recommended to use obj -- Jason Hellenthal Inbox: jhellent...@dataix.net Voice: +1 (616) 953-0176 JJH48-ARIN On Jun 18, 2013, at 10:14, Wojciech Puchar wrote: >> >> I instal

Bug in qmail port's Makefile, where to report?

2013-06-18 Thread Joe Schaefer
I looked on freshports for a way to file a bug report but didn't see anything. I have a one-character patch to the Makefile that needs incorporation. Any tips for how to contact the ports maintainers for qmail? Thx. ___ freebsd-hackers@freebsd.org mailin

Re: Bug in qmail port's Makefile, where to report?

2013-06-18 Thread Matthias Andree
Am 19.06.2013 00:38, schrieb Joe Schaefer: > I looked on freshports for a way to file a bug report but didn't see > anything. Freshports is a second-hand source. The first-hand source is the MAINTAINER line in the Makefile :-) > I have a one-character patch to the Makefile that needs incorporati

Re: please review, patch for lost camisr

2013-06-18 Thread Konstantin Belousov
On Wed, May 29, 2013 at 10:16:45AM +0300, Konstantin Belousov wrote: > Well, if you and I are right, the minimal patch should be > > diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c > index 8d63c9b..7c21015 100644 > --- a/sys/kern/kern_intr.c > +++ b/sys/kern/kern_intr.c > @@ -1349,7 +1349