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:   marino
Date:           Fri Mar 23 18:44:23 UTC 2012

Modified Files:
        pkgsrc/print/a2ps: distinfo
Added Files:
        pkgsrc/print/a2ps/patches: patch-lib_path-concat.c

Log Message:
print/a2ps: Fix mempcpy for DragonFly

a2ps is inconsistent with it's use of mempcpy.  For lib/path-concat.c and
lib/strftime.c, it's looking for "mempcpy", but for src/regex.c it is
looking for __mempcpy.

DragonFly has mempcpy in string.h, so just patch the problematic
lib/path-concat.c to stop it from being redefined.  HAVE_MEMPCPY isn't
defined correctly and if it were it would break at regex.c.  The string.h
header and mempcpy definition are mutually exclusive in strftime.c file
so this one didn't need a patch.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/a2ps/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/a2ps/patches/patch-lib_path-concat.c

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