few weeks ago. Unfortunately, I can't update the port completely since
there are some complications (such as requiring kdelibs2, which I haven't
upgraded yet), so I'm reverting this to andy's old Makefile.
This should teach me to commit in unclean checkouts. ;-)
Quickly noticed by: will, kkenn
portlint port passing portlint)
New portlint features:
* Allow pkg/COMMENT to start with a digit
* Warn about .la files in pkg/PLIST
* Better support for comments in the Makefile
- fixes the section off by 1 error
(DISTNAME needs to exist, and so on, when it does)
* don't report "FATAL: no MAINTAINER listed in Makefile" when it does exist
* other random minor bug fixes
port, and perhaps others in the future. Activate tmake in devel/Makefile.
Also made a COMMENT nit.
PR: 17265
Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
using that bane of every porters life, libtool. Unfortunately,
the libtool support in this library is decidely non-standard, so
it still installs .la files. They aren't in the PLIST though.
PR: 17294
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
If you prefer as simple view as before, you can easily customize so. Enjoy it.
PR: ports/17388
Submitted by: myself
Approved by: Bill Fenner <fenner@freebsd.org> (The original author of cvsweb)
Changes:
- get to install README
- change the maintainter
And because Apache isn't the only web server and the configurations may vary;
- stop trying to check if any web server is installed
- allow a user to specify a cgi-bin directory to install
- stop using icons that Apache installs by default
- rename the script from cvsweb to cvsweb.cgi
Approved by: sada
- enforce pkg/COMMENT style
- better info file checking in pkg/PLIST
- don't warn about @unexec rmdir foo || true - the handbook says this is fine
- allow CATEGORIES+=
- warn about www.freebsd.org/~user needing to be people.freebsd.org
- warn about PKGNAME being set from another variable instead of being a
fatal error
- understand both $(PORTSDIR) and ${PORTSDIR}
library can be used as a drop-in replacement for malloc. This has
always been the case for this port, but the previous upgrade dropped
it unintentionally.
This version 1.1 has many new features.
See http://www.kdevelop.org/ for details.
I reduced difference between kdevelop and kdevelop-i18n.
The i18n patch to kdevelop's editor is now included in the
distributed source.
PR: 17034
Submitted by: Will Andrews <andrews@technologist.com>