pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jul 15 01:54:25 UTC 2013

Modified Files:
        pkgsrc/devel/readline: builtin.mk
Added Files:
        pkgsrc/mk: readline.buildlink3.mk readline.builtin.mk

Log Message:
Add buildlink/builtin mechanism for devel/editline and devel/readline.

With this change, .include "../../devel/readline/buildlink3.mk" with
USE_GNU_READLINE=yes should be replaced with
.include "../../devel/readline/buildlink3.mk",
and .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
should be replaced .include "../../mk/readline.buildlink3.mk".

USE_GNU_READLINE is removed.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/readline/builtin.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/mk/readline.buildlink3.mk \
    pkgsrc/mk/readline.builtin.mk

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