summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-15Updated pkglint to 4.67.rillig1-2/+2
Changes since 4.66: - Fixed the stack overflow in Perl in long variable assignment lines. - Improved the SUBST check. - For all files in bin/ and sbin/, pkglint now complains if the package does not have a manual page, too. (Only with -Wextra) - Lists of pathnames may be used in .for loops, since they are _assumed_ to not contain any additional white-space. - Some more small improvements.
2006-07-15Fixed the very stack-consuming regular expression regex_varassign sorillig1-3/+4
that it only needs 256 kB of stack memory instead of more than 2 MB. See also http://rt.perl.org/rt3/Public/Bug/Display.html?id=39774
2006-07-14Copy the *.mk files from the pkgtools/bootstrap-mk-files package forjlam45-8937/+16
installation. Garbage-collect the unused bmake and mods directories. Register the *.mk files at the end of the bootstrap process.
2006-07-14Import pkgtools/bootstrap-mk-files, which is the collection of bmake *.mkjlam1-1/+2
files from the bootstrap kit. This package is used during bootstrap to properly register the installed *.mk files. The bootstrap bmake(1) utility uses some customised .mk files in order to pre-define certain definitions and targets, which guide the build process. This package provides those *.mk files for the bmake(1) utility.
2006-07-14Add but don't enable bootstrap-mk-files. We don't enable because this isjlam1-1/+2
a key bootstrap package.
2006-07-14Import pkgtools/bootstrap-mk-files, which is the collection of bmake *.mkjlam46-0/+8774
files from the bootstrap kit. This package is used during bootstrap to properly register the installed *.mk files. The bootstrap bmake(1) utility uses some customised .mk files in order to pre-define certain definitions and targets, which guide the build process. This package provides those *.mk files for the bmake(1) utility.
2006-07-14Note that this conflicts with the (forthcoming) bootstrap-mk-files package.jlam1-1/+4
2006-07-14Fix some errors with non-existent directories pointed out by recentadrianp2-2/+17
bulk-build runs. Bump to nb1
2006-07-14Minor typo fix.adrianp1-2/+2
2006-07-14Nothing uses the pkg.sh script anymore. We now rely on the real pkg_*jlam1-569/+0
tools after they're installed to do package registration within pkgsrc itself.
2006-07-14Use the pkgtools/pkgmanpages package instead of keeping our own copy ofjlam3-779/+7
the packages.7 man/catman page.
2006-07-14Update pkgmanpages to the latest version of packages.7 from HEAD src.jlam3-11/+756
Include the file in-line in pkgsrc instead of fetching it. This will be used by the bootstrap to register the packages.7 manpage.
2006-07-14Updated net/freeradius to 1.1.2adrianp1-1/+2
2006-07-14Update to 1.1.2adrianp6-37/+47
* Updated dictionaries (as always), * Extended Ascend "abinary" support for Juniper, * Configurable "cipher_list" for EAP methods that use TLS, * Additional checks on cert issuer validation for EAP methods that use TLS, * SQL IODBC bug fixes, * Updates to the LDAP module, * Better catching of errors in the config files, * Miscellaneous other fixes In addition to this add an extra option to options.mk which is "freeradius-simul-use". This will enable Simultaneous-Use and is enabled by default. If you disable it freeradius can be built without depending on the net-snmp package. Original idea from John Nemeth.
2006-07-14+freeradius-simul-useadrianp1-0/+1
2006-07-14gnucash-docs PKGREVISION bump.wiz1-1/+2
2006-07-14Remove some unneeded dependencies.wiz1-12/+3
The README was outdated, confirmed by the authors. Bump PKGREVISION.
2006-07-14Create a separate pkgtools/tnftp package that is installed as part ofjlam7-32/+72
the bootstrap process and which may be needed by pkg_install. This is distinct from the net/tnftp package that is now a "normal" package. Modify the bootstrap script to use pkgtools/tnftp instead, and clean up some of the registration code.
2006-07-14For the pkgtools versions of mtree and pax, always use libnbcompatjlam6-18/+10
"in-place", and for the normal versions of mtree and pax, always use libnbcompat as a normal build dependency.
2006-07-14Note update of "mutt" package to version 1.4.2.2.tron1-1/+2
2006-07-14Update "mutt" package to version 1.4.2.2. Changes since version 1.4.2.1:tron5-72/+28
- security fix for CVE-2006-3242 - minor tweak to satisfy modern compilers Note: Both changes were available in "pkgsrc" as patches already.
2006-07-14Create a separate sysutils/mtree package that is a "normal" package,jlam6-27/+52
distinct from the pkgtools/mtree package which is installed as part of the bootstrap process and which may be needed by pkg_install.
2006-07-14Set the CATEGORIES separately for the archivers and pkgtools versionsjlam3-4/+7
of pax.
2006-07-14Use pkgtools/pax when registering the bootstrap pax.jlam2-3/+4
2006-07-14Create a separate "pax" package in the pkgtools category that installsjlam5-30/+63
into ${PKG_TOOLS_BIN}. This package is used in the case where pax is a requirement for the pkg_install tools. The archivers/pax package is now a normal package with no special PKG_PRESERVE flags set.
2006-07-14Register and package pkgtools/mtree and populate the PLIST. Alsojlam2-13/+17
copy the manpage handling from pkg_install/Makefile.
2006-07-14Register this package when installed, and populate the PLIST.jlam2-5/+11
2006-07-14Catch up with modifications to bootstrap:jlam1-1/+3
* pkgsrc/lang/nawk is now a bootstrap tool * pkgsrc/mk is needed to allow the bootstrap script to properly register the software installed.
2006-07-14Back out part of revision 1.60 that I didn't mean to commit.jlam1-4/+4
2006-07-14Register the files that installed by the bootstrap script into thejlam1-3/+29
package database. XXX There are still some files not registered, e.g. share/mk and any XXX mkdir/install/strip/ldd replacements needed by some platforms. XXX These will probably get moved into pkgsrc proper.
2006-07-14Add a "bootstrap-register" target used specially by the bootstrap scriptjlam1-1/+10
to register packages that were installed by the bootstrap script.
2006-07-14Set NO_MTREE since this package will be used during bootstrap and wejlam1-1/+2
don't need to generate the whole directory hierarchy for it.
2006-07-14Mark these packages as NO_MTREE as they are bootstrap packages and don'tjlam4-5/+9
need mtree to pre-generate any directories for them.
2006-07-14Avoid using # and % to strip prefix/suffix from variable values -- notjlam1-3/+2
enough agreement on how that should work amongst Bourne shell variants.
2006-07-14Fix path to the bmake.1 man page in the work directory.jlam1-5/+5
2006-07-14Add a script to generate the bmake.1 man page for the bootstrap script,jlam2-0/+1628
and keep a copy of the bmake.1 man page in devel/bmake/files.
2006-07-14The Solaris /bin/sh does not know "export var=word".rillig2-4/+17
2006-07-14gnucash-docs updated to 2.0.0.wiz2-3/+3
2006-07-14Install the bmake man page now that we properly handle PKGMANDIR injlam1-2/+2
bootstrap.
2006-07-14Update to 2.0.0:wiz3-339/+110
2.0.0 - 9 July 2006 o Updated to release 2.0.0 o Most of the text still needs work 1.9.0 - 28 May 2006 o First release with screenshots updated for the 2.0.0 GnuCash o Most of the text still needs work o Build system is now updated to remove the html version and doc-tools and only to use the GNOME help system.
2006-07-14Don't bother installing the catman page... it's not worth the hassle forjlam2-21/+4
a bootstrap tool to figure out how to do this.
2006-07-14Fix a typo. Reword a sentence. From Zafer Aydogan.wiz1-5/+6
2006-07-14Added a patch needed for Solaris 8.rillig2-1/+25
2006-07-14Remove an incomplete sentence, reported by Zafer Aydogan.wiz1-1/+0
2006-07-14Fix TOOLS_PLATFORM.tar definition (cut and paste bug).jlam1-2/+2
2006-07-14Add nawk as a bootstrap tool. Reorder the builds so that nawk and sedjlam1-12/+38
are built just after bmake so that they may be used in the configure scripts for later bootstrap tools.
2006-07-14Prepare nawk for use as a bootstrap tool by including the sourcesjlam24-31/+12211
directly in pkgsrc/lang/nawk/files and adjusting the package Makefile accordingly. The README.pkgsrc file includes notes on how the source files were (minimally) adjusted.
2006-07-14Note gimp24 PKGREVISION bump.wiz1-1/+2
2006-07-14Add some more missing files to PLIST.wiz2-4/+17
Add intltool to tools. Bump PKGREVISION.
2006-07-14Remove BROKEN_IN. I've fixed this.hira1-3/+1