pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/mk-configure
Module name: wip
Committed by: cheusov
Date: Thu Nov 12 22:52:48 UTC 2009
Modified Files:
wip/mk-configure: Makefile PLIST distinfo
Log Message:
update to 0.12.0
mk-configure doesn't depend on external pkgsrc-mk-files anymore!
The only required thing is bmake itself. Everything else is inside
mk-configure tarball now (yes, I've forked mk-files. Lots of fixes,
clean-ups, reorganizations, additions, improvements, removals of
useless code...). Some interesting things were stolen from NetBSD
base system's mk-files. Do not rely on things you found in
NetBSD/pkgsrc/sjg mk-files or even mk-c sources! Only features
documented in mk-configure.7 will be supported.
A target "install-dirs" has been renamed to "installdirs".
Ask mkc.subdir.mk why ;-)
mkc.lib.mk:
- Commands for building a .so/.dylib shared library
is overridable by user (using bmake's "commands").
Shared libraries
- support for Darwin (.dylib and Apple's ld)
- support for Solaris (gcc + Solaris' ld)
- support for shared libraries is still terrible, more flexibility
is needed.
Variables:
- New variables CLEANDIRS and DISTCLEANDIRS.
- As of this release MKC_SHOW_CACHED defaults to 0.
- New variable MKINSTALL. You can use it for internal static libraries.
- New variable MKC_REQD. Minimal mk-configure version required. If
this check fails, an entire build fails.
- New variable USETBL. NOTE: It is "yes"/"no" variable.
- New variable MANZ. NOTE: It is "yes"/"no" variable.
- New variable SCRIPTSBIN that defaults to ${BINDIR}.
- HTMLDIR is introduced containing directry for .html pages
generated from manual pages. html pages are automatically
installed if MKHTML=yes.
- LDLIBS is not used anymore. Use LDADD for libraries.
- DISTCLEANFILES modifyable by user contains a list of files
removed by targets "cleandir" and "distdir"
- New variable NROFF_MAN2DOC.
Fixes:
- A target "uninstall" now works correctly with .cat files.
- configure.mk
Workaround for buggy 20081111 < bmake < 20090909.
See NetBSD BTS bin/41998:
/usr/bin/make: .for loop + ":" inside iter_var = bug
mk-configure:
- "make distclean" run at the root mk-c's directory really removes
all garbage.
- TONS OF NEW REGRESSION TESTS. If you are running an exotic platform,
run "bmake test" and send me results ;-)
mkc_check_prog (MKC_CHECK_PROG):
- Path to a found program is output instead of just "found" message.
mkc_check_compiler - new utility, not used in mkc.*.mk yet.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.13 -r1.14 wip/mk-configure/Makefile
cvs -z3 rdiff -u -r1.6 -r1.7 wip/mk-configure/distinfo
cvs -z3 rdiff -u -r1.7 -r1.8 wip/mk-configure/PLIST
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/Makefile?r1=1.13&r2=1.14
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/distinfo?r1=1.6&r2=1.7
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/PLIST?r1=1.7&r2=1.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index