Date: Sun, 23 May 2010 18:07:24 -0700 From: Charlie Kester <corky1951@comcast.net> To: freebsd-ports@freebsd.org Subject: Re: How to determine the history of a port Message-ID: <20100524010724.GC216@comcast.net> In-Reply-To: <AANLkTin88pf-_1Ge15zgxqfpU10bTUZfSf6Bb73Ec4Cz@mail.gmail.com> References: <p06240809c81f6db1eb93@10.20.30.158> <AANLkTin88pf-_1Ge15zgxqfpU10bTUZfSf6Bb73Ec4Cz@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun 23 May 2010 at 17:05:04 PDT Julien Laffaye wrote: >Hello, > >On Sun, May 23, 2010 at 4:46 PM, Paul Hoffman <phoffman@proper.com> wrote: >> Greetings again. A few years ago, I proposed editors/emacs-nox11 and submitted a patch to create it, and thus became listed in the comments at the beginning of the Makefile (but I am not the package maintainer, I believe). Today I got a report that the package does not build; I verified this. I want to help the user, but I have no idea how the change that broke the build was added to the Makefile. >> >> How do I find the history so I can find out who added the problematic line and figure out what they actually meant? > >You can find the CVS history via : >- cvsweb at http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/emacs-nox11/Makefile >- freshports at http://www.freshports.org/editors/emacs-nox11/ Another thing that is sometimes useful is to query the GNATS database for closed PR's related to the port. For example: http://www.freebsd.org/cgi/query-pr-summary.cgi?category=&severity=&priority=&class=&state=&sort=none&text=emacs-nox11&responsible=&multitext=&originator=&closedtoo=on&release= Interestingly, the only thing this turns up for emacs-nox11 is the original PR that created the port -- which means any subsequent changes were probably the result of some comprehensive updates each of which affected several ports in one swoop. Or that the people submitting the PR's didn't follow the accepted practice of including category & portname in the subject line. ;)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100524010724.GC216>