Subject: CVS commit: pkgsrc/print/a2ps
From: Matthias Scheler
Date: 2010-10-29 01:21:53
Message id: 20101028232154.08BD2175DD@cvs.netbsd.org

Log Message:
Fix two problem under Mac OS X:
1.) stpcpy() is a macro under at least Mac OS 10.6. Avoid build failures
    by not defining a dodgy prototype for it.
2.) Don't strip installed binaries to allow the dynamic linker to find
    symbols required by the shared library but defined by the application.
    This fixes PR pkg/41827 by Christopher M. Fuhrman.

Bump package revision as the package built fine under Mac OS 10.5 before
but didn't work.

Files:
RevisionActionfile
1.70modifypkgsrc/print/a2ps/Makefile
1.12modifypkgsrc/print/a2ps/distinfo
1.7addpkgsrc/print/a2ps/patches/patch-ac