The NetBSD Project

pkgsrc/mk/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / pkgsrc / mk

Current tag: pkgsrc-2007Q2-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] CVS/        
[DIR] build/        
[DIR] buildlink2/        
[DIR] buildlink3/        
[DIR] bulk/        
[DIR] check/        
[DIR] checksum/        
[DIR] cmake-Modules/        
[DIR] compiler/        
[DIR] configure/        
[DIR] defaults/        
[DIR] depends/        
[DIR] emulator/        
[DIR] extract/        
[DIR] features/        
[DIR] fetch/        
[DIR] flavor/        
[DIR] gnu-config/        
[DIR] haskell/        
[DIR] help/        
[DIR] init/        
[DIR] install/        
[DIR] internal/        
[DIR] misc/        
[DIR] package/        
[DIR] patch/        
[DIR] pbulk/        
[DIR] pkgformat/        
[DIR] pkginstall/        
[DIR] pkgtasks/        
[DIR] platform/        
[DIR] plist/        
[DIR] repro/        
[DIR] scripts/        
[DIR] tools/        
[DIR] wrapper/        
[TXT] bsd.pkg.mk  1.1911   16 years  joerg   Add two targets, pbulk-index and pbulk-index-item. pbulk-index-item prints a nu...
[TXT] bsd.prefs.mk  1.251   16 years  rillig   Add some more keywords, so that one can grep for "mk.conf" and find the relevant...
[TXT] bsd.pkg.subdir.mk  1.66   16 years  joerg   Add two targets, pbulk-index and pbulk-index-item. pbulk-index-item prints a nu...
[TXT] compiler.mk  1.61   16 years  rillig   There was one ">" too much, so the fail-wrapper warning was printed multiple tim...
[TXT] bsd.options.mk  1.60   16 years  rillig   Removed the outer .if ... .endif, so that I don't need to indent the other condi...
[TXT] java-vm.mk  1.59   16 years  abs   add jdk15, modelled on jdk14
[TXT] subst.mk  1.46   17 years  wiz   Recognize XML files as text.
[TXT] bsd.pkg.use.mk  1.42   17 years  wiz   Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'. They are not...
[TXT] pthread.buildlink3.mk  1.25   17 years  rillig   Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON.
[TXT] pgsql.buildlink3.mk  1.23   16 years  rillig   Added _VARGROUPS.
[TXT] apache.mk  1.22   16 years  rillig   PKGBASE must not include a backslash.
[TXT] bdb.buildlink3.mk  1.19   17 years  rillig   Inserted an empty line between two paragraphs, so they look a little more aesthe...
[TXT] bsd.pkg.debug.mk  1.19   16 years  dmcmahill   On the sed expression used to extract $NetBSD$ and $Id$ tags, add a "^" to the b...
[TXT] djbware.mk  1.18   17 years  schmonz   Pass CPPFLAGS in conf-cc and LDFLAGS in conf-ld.
[TXT] db1.builtin.mk  1.17   17 years  rillig   Reverted the last change, since it was wrong. In a single shell word, a dollar c...
[TXT] dlopen.buildlink3.mk  1.15   16 years  rillig   Added documentation.
[TXT] dlopen.builtin.mk  1.14   18 years  minskim   Darwin>=7.0 does not need devel/dlcompat.
[TXT] bsd.pkg.barrier.mk  1.13   17 years  joerg   Add package-install. For non-DESTDIR builds, package and package-install are ide...
[TXT] fonts.mk  1.11   18 years  wiz   Remove deprecated and now unused file.
[TXT] krb5.buildlink3.mk  1.11   17 years  rillig   Better documentation.
[TXT] motif.buildlink3.mk  1.11   17 years  joerg   Move include of mk/x11.b3.mk into the non-openmotif, non-lesstif case. Assume th...
[TXT] unprivileged.mk  1.11   16 years  rillig   Fixed indentation.
[TXT] pthread.builtin.mk  1.10   17 years  tnn   OSF1 always needs _REENTRANT to be defined when including pthread.h, or it will ...
[TXT] alternatives.mk  1.9   16 years  rillig   Added variable descriptions.
[TXT] bsd.pkg.clean.mk  1.9   17 years  joerg   Add two variables to control whether make package and make clean are run with el...
[TXT] java-env.mk  1.9   17 years  tv   Add JAVA_LD_LIBRARY_PATH, which is needed by the upcoming sun-jre6.
[TXT] bsd.utils.mk  1.8   17 years  jlam   Remove all uses of the following targets from pkgsrc: show-all-depends-dirs s...
[TXT] pam.buildlink3.mk  1.8   17 years  rillig   Added BUILD_DEFS_EFFECTS.
[TXT] bsd.pkg.update.mk  1.7   17 years  rillig   Suppress the message that ".DDIR is up-to-date" by introducing a .PHONY target.
[TXT] fuse.buildlink3.mk  1.7   17 years  xtraeme   Improve message when /usr/include/fuse.h is not found on NetBSD.
[TXT] oss.buildlink3.mk  1.7   17 years  reed   Define DEVOSSAUDIO and DEVOSSSOUND for DragonFly. From Kimura Fuyuki in PR #3582...
[TXT] x11.buildlink3.mk  1.7   17 years  joerg   Proper include guards to unbreak nautilus. This wasn't such a big problem before...
[TXT] bsd.pkg.readme.mk  1.6   17 years  rillig   Added a missing line continuation in the README.html target.
[TXT] mysql.buildlink3.mk  1.6   17 years  rillig   "Forcing an error", like expressed in the comment, should be done via PKG_FAIL_R...
[TXT] x11.version.mk  1.6   17 years  rillig   Replaced a .sinclude with .include to catch errors when X11_TYPE is not one of "...
[TXT] endian.mk  1.5   17 years  rillig   On IRIX, <standards.h> needs to be included before <sys/endian.h>.
[TXT] fam.buildlink3.mk  1.5   17 years  rillig   Added BUILD_DEFS_EFFECTS.
[TXT] xaw.buildlink3.mk  1.5   17 years  rillig   Added documentation and error checking.
[TXT] bsd.makevars.mk  1.4   17 years  jlam   Completely nuke the concept of PKG_PHASE from pkgsrc except for the purposes of ...
[TXT] solaris-pam.builtin.mk  1.4   18 years  reed   Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It b...
[TXT] bsd.hacks.mk  1.3   17 years  rillig   Split the variable BUILD_DEFS into those that are defined by packages and those ...
[TXT] bsd.pkg.error.mk  1.3   17 years  rillig   Instead of removing error and warning messages, they are collected in .error-don...
[TXT] curses.buildlink3.mk  1.3   19 years  tv   branches: 1.3.2; Oy, what a hack. But then, so is Interix.... On Interix, for...
[TXT] pkg-build-options.mk  1.3   16 years  rillig   If a package is already installed, the PKG_OPTIONS of the installed package is r...
[TXT] oss.builtin.mk  1.2   18 years  reed   Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It b...
[TXT] x11.builtin.mk  1.2   17 years  rillig   branches: 1.2.20; Replaced a .sinclude with .include to catch errors when X11_T...
[TXT] bsd.fast.prefs.mk  1.1   17 years  joerg   Add an alternative version of bsd.prefs.mk. make(1) processing of the fullly con...
[TXT] AIX.pkg.dist (in the Attic) [Hide]  1.35   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] BSDOS.pkg.dist (in the Attic) [Hide]  1.35   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] CHANGES (in the Attic) [Hide]  1.1   19 years  tv   branches: 1.1.2; file CHANGES was initially added on branch tv-derecurse.
[TXT] Darwin.pkg.dist (in the Attic) [Hide]  1.70   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] Darwin.x11.dist (in the Attic) [Hide]  1.35   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] DragonFly.pkg.dist (in the Attic) [Hide]  1.11   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] DragonFly.x11.dist (in the Attic) [Hide]  1.3   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] FreeBSD.pkg.dist (in the Attic) [Hide]  1.61   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] FreeBSD.x11.dist (in the Attic) [Hide]  1.11   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] IRIX.pkg.dist (in the Attic) [Hide]  1.60   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] IRIX.x11.dist (in the Attic) [Hide]  1.15   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] Interix.pkg.dist (in the Attic) [Hide]  1.25   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] Interix.x11.dist (in the Attic) [Hide]  1.6   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] Linux.pkg.dist (in the Attic) [Hide]  1.77   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] Linux.x11.dist (in the Attic) [Hide]  1.41   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] Makefile (in the Attic) [Hide]  1.2   26 years  agc   Rename (by CVS repository copy) bsd.port.mk to bsd.pkg.mk, and bsd.port.subdir.m...
[TXT] NetBSD.pkg.dist (in the Attic) [Hide]  1.88   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] NetBSD.x11.dist (in the Attic) [Hide]  1.42   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] OSF1.pkg.dist (in the Attic) [Hide]  1.11   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] OpenBSD.pkg.dist (in the Attic) [Hide]  1.60   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] OpenBSD.x11.dist (in the Attic) [Hide]  1.29   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] PKGVIEWS (in the Attic) [Hide]  1.1   20 years  jlam   branches: 1.1.2; file PKGVIEWS was initially added on branch pkgviews-mk.
[TXT] SunOS.pkg.dist (in the Attic) [Hide]  1.82   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] SunOS.x11.dist (in the Attic) [Hide]  1.42   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] UnixWare.pkg.dist (in the Attic) [Hide]  1.19   18 years  jlam   Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk...
[TXT] apachever.mk (in the Attic) [Hide]  1.2   17 years  rillig   Completely rewrote apache.mk and apachever.mk. The latter is now an alias for ap...
[TXT] autoconf.mk (in the Attic) [Hide]  1.9   18 years  jlam   Remove mk/autoconf.mk and mk/automake.mk and replace their usage with USE_TOOLS ...
[TXT] automake.mk (in the Attic) [Hide]  1.11   18 years  jlam   Remove mk/autoconf.mk and mk/automake.mk and replace their usage with USE_TOOLS ...
[TXT] bsd.buildlink.mk (in the Attic) [Hide]  1.65   21 years  wiz   Goodbye, buildlink1.
[TXT] bsd.buildlink2.mk (in the Attic) [Hide]  1.1   21 years  jlam   branches: 1.1.2; file bsd.buildlink2.mk was initially added on branch buildlink...
[TXT] bsd.own.mk (in the Attic) [Hide]  1.16   25 years  agc   Use the system version of bsd.own.mk, rather than keeping a pkgsrc-only copy.
[TXT] bsd.pkg.check.mk (in the Attic) [Hide]  1.36   17 years  jlam   First pass at implementing support for package system flavors other than pkgsrc'...
[TXT] bsd.pkg.data.mk (in the Attic) [Hide]  1.1   19 years  tv   branches: 1.1.2; file bsd.pkg.data.mk was initially added on branch tv-derecurs...
[TXT] bsd.pkg.defaults.mk (in the Attic) [Hide]  1.287   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] bsd.pkg.extract.mk (in the Attic) [Hide]  1.26   17 years  jlam   Refactor "fetch" and "extract" code into correspondingly named subdirectories of...
[TXT] bsd.pkg.help.mk (in the Attic) [Hide]  1.6   17 years  rillig   Moved the help system into its own subdirectory. Extracted the AWK program into ...
[TXT] bsd.pkg.install.mk (in the Attic) [Hide]  1.84   18 years  jlam   Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk to consolidate the ...
[TXT] bsd.pkg.obsolete.mk (in the Attic) [Hide]  1.18   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] bsd.pkg.patch.mk (in the Attic) [Hide]  1.24   17 years  jlam   Refactor "patch" code into correspondingly named subdirectory of pkgsrc/mk. Als...
[TXT] bsd.port.mk (in the Attic) [Hide]  1.63   26 years  agc   Rename (by CVS repository copy) bsd.port.mk to bsd.pkg.mk, and bsd.port.subdir.m...
[TXT] bsd.port.subdir.mk (in the Attic) [Hide]  1.9   26 years  agc   Rename (by CVS repository copy) bsd.port.mk to bsd.pkg.mk, and bsd.port.subdir.m...
[TXT] bsd.post-buildlink2.mk (in the Attic) [Hide]  1.1   21 years  jlam   branches: 1.1.2; file bsd.post-buildlink2.mk was initially added on branch buil...
[TXT] bsd.sites.mk (in the Attic) [Hide]  1.64   17 years  jlam   Refactor "fetch" and "extract" code into correspondingly named subdirectories of...
[TXT] curses.buildlink2.mk (in the Attic) [Hide]  1.4   19 years  wiz   Unused.
[TXT] defs.AIX.mk (in the Attic) [Hide]  1.13   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.BSDOS.mk (in the Attic) [Hide]  1.14   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.Darwin.mk (in the Attic) [Hide]  1.83   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.FreeBSD.mk (in the Attic) [Hide]  1.44   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.IRIX.mk (in the Attic) [Hide]  1.58   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.Interix.mk (in the Attic) [Hide]  1.30   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.Linux.mk (in the Attic) [Hide]  1.77   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.NetBSD.mk (in the Attic) [Hide]  1.70   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.OpenBSD.mk (in the Attic) [Hide]  1.38   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.SunOS.mk (in the Attic) [Hide]  1.90   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] defs.UnixWare.mk (in the Attic) [Hide]  1.9   19 years  jlam   Reorganize some of the files under pkgsrc/mk: (1) defs.${OPSYS}.mk --> plat...
[TXT] dirs.mk (in the Attic) [Hide]  1.11   17 years  markd   Teach USE_DIRS about kde3.
[TXT] emacs.mk (in the Attic) [Hide]  1.41   16 years  joerg   Don't use open-ended dependencies for emacs20 and emacs21 to avoid the wrong ver...
[TXT] find-prefix.mk (in the Attic) [Hide]  1.4   18 years  jlam   Extend find-prefix.mk so that we can specify a package wildcard instead of just ...
[TXT] gcc.buildlink2.mk (in the Attic) [Hide]  1.7   20 years  grant   start of improved compiler handling, mostly derived from the existing gcc buildl...
[TXT] ghostscript.mk (in the Attic) [Hide]  1.15   18 years  jlam   Change all instances of including mk/ghostscript.mk into asking for the appropri...
[TXT] java.mk (in the Attic) [Hide]  1.9   21 years  jlam   branches: 1.9.2; Move java.mk to java-vm.mk to avoid name conflict with devel/m...
[TXT] mk.conf.example (in the Attic) [Hide]  1.243   22 years  agc   Now that bsd.pkg.defaults.mk is in the tree, mk.conf.example can go away.
[TXT] motif.buildlink.mk (in the Attic) [Hide]  1.13   21 years  jlam   Unused.
[TXT] motif.buildlink2.mk (in the Attic) [Hide]  1.8   19 years  wiz   Unused.
[TXT] nroff.buildlink3.mk (in the Attic) [Hide]  1.2   18 years  jlam   Don't use buildlink framework just to do a conditional dependency for a binary t...
[TXT] ossaudio.buildlink.mk (in the Attic) [Hide]  1.7   21 years  jlam   Unused.
[TXT] ossaudio.buildlink2.mk (in the Attic) [Hide]  1.12   19 years  snj   No longer used.
[TXT] ossaudio.buildlink3.mk (in the Attic) [Hide]  1.7   18 years  jlam   Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. Remove depr...
[TXT] plist.mk (in the Attic) [Hide]  1.1   19 years  tv   branches: 1.1.2; file plist.mk was initially added on branch tv-derecurse.
[TXT] pthread.buildlink.mk (in the Attic) [Hide]  1.14   21 years  wiz   Unused.
[TXT] pthread.buildlink2.mk (in the Attic) [Hide]  1.18   19 years  wiz   Retire buildlink2, now that all packages using it have been converted to buildli...
[TXT] reduce-depends.mk (in the Attic) [Hide]  1.4   17 years  jlam   First pass at implementing support for package system flavors other than pkgsrc'...
[TXT] tex.buildlink3.mk (in the Attic) [Hide]  1.17   17 years  rillig   Reformatted the header comment to be searchable by bsd.pkg.help.mk.
[TXT] texinfo.mk (in the Attic) [Hide]  1.34   18 years  jlam   Reimplement the info-file handling so that we use an +INFO_FILES scriptlet to ma...
[TXT] tools.mk (in the Attic) [Hide]  1.55   18 years  jlam   Remove the old tools framework and references to _USE_NEW_TOOLS.
[TXT] x11-clients.buildlink3.mk (in the Attic) [Hide]  1.2   18 years  jlam   Teach the tools framework about bdftopcf and remove x11-clients.buildlink3.mk. ...
[TXT] x11.buildlink.mk (in the Attic) [Hide]  1.21   21 years  jlam   Unused! Remove it to prevent new packages from using it instead of using buildl...
[TXT] x11.buildlink2.mk (in the Attic) [Hide]  1.5   20 years  jlam   Merge pkgviews-mk branch into the HEAD by running: cd pkgsrc/mk cvs update -P...
[TXT] xaw.buildlink.mk (in the Attic) [Hide]  1.4   21 years  jlam   Unused.
[TXT] xaw.buildlink2.mk (in the Attic) [Hide]  1.13   19 years  wiz   Unused.


CVSweb <webmaster@jp.NetBSD.org>