pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   jlam
Date:           Wed Mar  5 07:10:26 UTC 2008

Modified Files:
        pkgsrc/mk: termcap.buildlink3.mk termcap.builtin.mk

Log Message:
+ Only remove -lcurses and -lncurses in BUILDLINK_TRANSFORM if the
  package does not use either curses or ncurses.  We determine this
  by inspecting BUILDLINK_PACKAGES and looking for "curses" and
  "ncurses".

+ Because the above logic uses BUILDLINK_PACKAGES, the code must be
  moved from termcap.buildlink3.mk into termcap.builtin.mk where it
  is safe to inspect BUILDLINK_PACKAGES.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/termcap.buildlink3.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/termcap.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