- Remove post-install information from DESCR's.
- Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
- Remove unnecessary whitespace.
Pointed out by: portlint
* turn on USE_NEWGCC.
* don't use mkdirhier (to avoid implicit BUILD_DEPENDS on XFree86)
* define ONLY_FOR_ARCHS=i386.
* tweak do-install rules.
* revise some patch for the socklen_t issue.
* fit library file names in the ELF world to enable making package on -STABLE and -CURRENT.
PR: 168006
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
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