pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/a2ps



Module Name:    pkgsrc
Committed By:   tron
Date:           Thu Oct 28 23:21:53 UTC 2010

Modified Files:
        pkgsrc/print/a2ps: Makefile distinfo
Added Files:
        pkgsrc/print/a2ps/patches: patch-ac

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.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/print/a2ps/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/a2ps/distinfo
cvs rdiff -u -r0 -r1.7 pkgsrc/print/a2ps/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index