summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2007-03-24Quell pkglint: don't forcibly hide output of shell commands in do-extract.schmonz1-2/+2
2007-03-24Grok the "scm" category.schmonz1-2/+2
2007-03-19Updated url2pkg to 2.6.rillig2-4/+4
Changes since 2.5: - Fixed the regular expression that splits up the SourceForge URL.
2007-03-18Added INSTALLATION_DIRS_FROM_PLIST, MAKE_JOBS and MAKE_JOBS_SAFE.rillig1-1/+4
2007-03-16Removed the ONLY_FOR_PLATFORMS line. If there are platforms thatrillig3-20/+31
definitely cannot run pkg_select, they should be added via NOT_FOR_PLATFORM. Made PKGTOOLS_PATH configurable. It is now set to the value of PKG_TOOLS_BIN. Moved the SUBST block further up in the package Makefile. PKGREVISION++
2007-03-15Updated url2pkg to 2.5.rillig2-4/+4
Changes since 2.4: * Files called *.xs (native Perl module implementations) require a C compiler.
2007-03-12Sync config.{guess,sub} with mk/gnu-configure.joerg10-1922/+2763
2007-03-11Sync with NetBSD base version:joerg9-104/+77
- obsolete support for require scripts - nuke support for the following options of pkg_create: -X (excludefile) -r (require script) -h (Force follow symlink) - add option for pkg_create to specify additional @blddep packages. This brings us to version 20070308.
2007-03-09Added PKG_DBDIR and RUN.rillig1-1/+3
2007-03-09INSTALLATION_DIRS_FROM_PLIST is more comfortable than specifyingrillig1-2/+2
INSTALLATION_DIRS explicitly. It also removes some redundancy.
2007-03-08Shortened the code.rillig1-39/+11
2007-03-08NetBSD has <err.h>. Fixes PR 33036.rillig1-1/+2
2007-03-02Remove pkgmanpages packages, the information contained in it has beenwiz6-170/+1
integrated in the pkgsrc guide.
2007-03-02Update to today's version.wiz2-616/+5
2007-03-02Remove duplicate LIB_DEPENDS line and add SCRIPTDIR, NO_PKG_REGISTER, andwiz1-2/+6
NO_DEPENDS.
2007-03-02Remove support for obsolete and unused NO_PKG_REGISTER.wiz2-5/+3
2007-02-23Convert USE_GMAKE=yes to appropriate USE_TOOLS.ginsbach1-1/+2
2007-02-23Explained a warning that wiz just asked me about.rillig1-1/+13
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz9-26/+26
Patch provided by Sergey Svishchev in private mail.
2007-02-22Added another form of sourceforge.net download URLs, as requested byrillig1-2/+2
wiz.
2007-02-22Updated url2pkg to 2.4.rillig2-4/+5
Changes since 2.3: - When more than one directory exists in WRKDIR after extracting the distfile, a helpful comment is added to the generated Makefile.
2007-02-21Added the category "filesystems".rillig1-2/+2
2007-02-20pkglint-4.76; teach emacs22{,nox}.uebayasi2-5/+5
2007-02-20Fixed the detection of ": Avoid regenerating within pkgsrc".rillig1-7/+13
2007-02-19The IRIX identification macro is __sgi.rillig1-54/+50
Rewrote the shell parser to handle backticks recursively. This would have found the recent quoting bug in mk/flavor/pkg/depends.mk. The RUN make(1) variable is correctly identified.
2007-02-16Make sure pkg_filecheck uses db185 apitonio2-4/+4
2007-02-15Added PGSQL_PREFIX.rillig1-1/+2
2007-02-15Added a new data type for CVS Entries lines.rillig1-2/+76
The ": Avoid regen" configure patch must not be committed to CVS.
2007-02-10add defined check before !empty, to make bootstrap make happytonio1-2/+2
2007-02-07Sync with src.wiz1-4/+3
2007-02-06Update pkg_summary(5) man page to mention how it canreed3-4/+34
be generated (from NetBSD). Add a PKGREVISION.
2007-01-30Another wish item: configure patches should not contain the pkgsrcjoerg1-1/+2
magic.
2007-01-30Added apache22.rillig1-4/+4
2007-01-30Oops, I forgot to add the dependency to p5-enum.rillig1-2/+3
That makes pkglint go to version 4.75.
2007-01-28Accept kde3-1.0 in USE_DIRS.wiz1-1/+2
2007-01-25Fixed a NullPointerException.rillig1-138/+46
The Perl module "enum" is handy for reducing the size of the source code.
2007-01-24Don't warn if user-defined variables are used in .for loops.rillig1-11/+32
2007-01-23Clarified the explanation of the warning regarding the load-timerillig1-5/+5
evaluation of variables.
2007-01-18Some of the TODO entries have been done.rillig1-13/+4
2007-01-17Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to makerillig3-5/+8
clear that these variables are completely unrelated to BUILDLINK_TRANSFORM. Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*. XXX: Where should incompatible changes in pkgsrc be documented?
2007-01-15Now it's possible to define optional sections when checking the variablerillig1-10/+27
order in package Makefiles. This allows for a legal section, which is also added. I'm not yet sure about the correct order of all these variables.
2007-01-15Added some new variables.rillig1-2/+6
2007-01-15Updated pkg_alternatives to 1.4.rillig2-5/+6
Changes since 1.3: - Added support for non-standard PKGMANDIR.
2007-01-12Updated url2pkg to 2.3.rillig2-7/+13
Changes since 2.2: - Detect more sourceforge download URLs. - wrksrc_files and wrksrc_dirs are looked for in WRKSRC, not in WRKDIR. - When the URL is being read in and an EOF occurs, the program exits.
2007-01-11* Warn if LICENSE/RESTRICTED/NO_*_ON_* are misordered.gdt1-1/+3
2007-01-11From the discussion in #pkgsrc of build problems of wip/gxmms2:joerg1-1/+3
Packages using lang/python/extension.mk must follow the naming scheme or otherwise they can't be depended on.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig11-35/+35
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-06Fixed the definition of Python-related variables.rillig1-2/+5
2007-01-06No substitutions are needed for the pkglint manual page.rillig1-3/+6
Re-added a post-install selftest to detect syntax errors in pkglint.pl.
2007-01-04Added code to check for shared directories from the *-dirs packages.rillig1-2/+102