summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2007-05-15Actually substitute "@ID" with the path to id(1) while creating thetron1-2/+3
shell script. Bump package revision because of this fix. Patch submitted by MASUDA Hideo in PR pkg/36338.
2007-05-13Added another helpful sentence to the explanation of the "tool vs.rillig1-3/+7
${TOOL}" note.
2007-05-11Prepend ${PREFIX} to default location of mk.conf if we're using bmake.tnn3-11/+17
2007-05-10Bump date of manual page. (avoid wakeup() of wizd)tnn1-2/+2
2007-05-10Get PKGSRCDIR from mk.conf. In turn, Get path of mk.conf from MAKECONFtnn3-12/+23
or default to /etc/mk.conf if unset. Bump PKGREVISON.
2007-05-07Fix bug in configure script, noticed by Thorsten Glaser.joerg2-17/+17
2007-05-07Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507.joerg9-4293/+5947
2007-05-01Added BSDOS to the list of supported operating systems and sorted the list.rillig1-2/+2
2007-04-29Use BUILDLINK_DEPMETHOD instead of BUILD_DEPENDS hack.tnn1-6/+5
2007-04-28Disable inlined setenv. This needs more work.tnn1-2/+8
2007-04-28typecast return value from malloctnn1-2/+2
2007-04-28Correct resolver prototypes. Add strto(u)ll glue. Provide inlined setenv(3)tnn4-10/+36
2007-04-27Add missing resolver prototypes.tnn3-6/+22
2007-04-25tidy up looptnn1-5/+5
2007-04-24When we're substituting a system-provided header file, use the Ctnn2-6/+24
preprocessor to find out the absolute path of the system header, so that we may include it before we add our customizations. This is especially important when using gcc, due to it's "fixincludes". For example, <math.h> might not be /usr/include/math.h, but instead something like /path/to/gcc/lib/gcc/${MACHINE_GNU_PLATFORM}/include/math.h.
2007-04-24update pkg_chk to 1.85nb4 - use :U to avoid issues with old bmake - from ↵abs1-4/+3
Vladimir Yakovetsky
2007-04-24Note addition of pkgtools/posix_headers.tnn1-1/+2
2007-04-24Add pkgtools/posix_headers version 0.4:tnn6-0/+99
This package attempts to resolve deficiencies in system headers. These deficiencies are commonly found on older operating system releases. When use of posix_headers has been enabled on a platform, this package will become a compile-time dependency for every package. It will provide customized header files that take preference over some system provided ones (that may not even exist). This happens transparently through use of buildlink3.
2007-04-24Update to 4.77. (hi Roland!)tnn2-4/+4
Teach pkglint about OSF1 and HPUX.
2007-04-22Add native X11 support for HP-UX 11.11.tnn3-1/+300
2007-04-20Sync with src: PRIu64 -> MY_PRIu64 + fallback value of PRIu64.joerg3-13/+12
2007-04-20re-add fix from r1.11 after synctnn1-2/+3
2007-04-20re-add fix from r1.42 after synctnn1-2/+3
2007-04-20Checking whether a file with an blank filename exists is somewhat bogus.tron2-4/+4
Improve the last change to avoid that. Bump package revision again.
2007-04-20Fix quoting so that the code to detect the location of "mk.conf" actuallytron2-4/+4
works (under Darwin?). Bump package revision again.
2007-04-19update pkg_chk to 1.85nb1 - do not change the value of MAKECONF when buildingabs1-3/+6
2007-04-16Update pkgtools/pkg_chk to 1.85:abs2-3/+4
Add a missing FAIL= to the start of pkg_install(), the absence of which would cause a package which had been "previously installed" to pick up the last value of FAIL (and sometimes be incorrectly marked as failed). Thanks to Martin Weber for the diagnosis.
2007-04-16Sync with NetBSD base:joerg13-38/+49
Some FTP server don't expand [] in NLIST, most noticable is vsftpd. Avoid this by splitting the wildcard search pattern into two commands. Sync some other minor changes. Bump to 20070416.
2007-04-15Before using any variables in .if conditionaly, bsd.prefs.mk should berillig1-3/+3
included. In the special case of the BATCH variable, this does not make a difference, since it is set via an environment variable.
2007-04-15Removed the "Internal pkglint errors" when parsing complicated Makerillig1-1/+19
variable expressions. These expressions are skipped completely and not checked for anything.
2007-04-15Update pkg_chk to 1.84:abs2-10/+25
Automatically use SU_CMD for pkg_add and pkg_delete if set by main pkgsrc and running as a non root user - based on a patch from Aleksey Cheusov.
2007-04-12When calling bootstrap-register from the bootstrap script for thejoerg4-8/+4
various packages, pass down PKG_PRESERVE. Remove the default setting of PKG_PRESERVE, it makes perfect sense to install e.g. pkgtools/mtree and be able to remove it again, if it is not an essientiel tool. OK jlam@
2007-04-12add missing CVS idtnn1-0/+4
2007-04-12make xdec reflect files that exist on a fresh Tru64 5.1B-4 installtnn1-5/+0
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