pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vigor



Module Name:    pkgsrc
Committed By:   marino
Date:           Tue Aug  7 10:47:48 UTC 2012

Modified Files:
        pkgsrc/editors/vigor: Makefile

Log Message:
editor/vigor: post-patch operation broke DragonFly

DragonFly replaced CIRCLEQ_* with TAILQ_* a few years back.  The
system sys/queue.h will not build editors/vigor.  The Makefile's
post-patch phase removed it's version of queue.h because it masked the
system sys/queue.h, which is exactly what is required for DragonFly.

Make this post-patch operation system specific: Do it only for
non-DragonFly platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/editors/vigor/Makefile

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