summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Perl has no dependencies, so force patch the Configure script to makejlam3-15/+15
library searches to start in the system directories instead of in the pkgsrc-controlled directories. This change is in the same spirit as the one that caused the PKGREVISION bump to 6, but is more likely to work on IRIX where plibpth needs to be set from the Configure script. This time, we patch the Configure script instead of setting libpth in the hints file because we depend on the values of variables which are defined after the hints file is sourced by the Configure script. XXX This breaks building perl on a platform that has native pthreads XXX with PREFER_NATIVE_PTHREADS=no, but that's not really worthwhile XXX to fix.
2005-12-29dmalloc.h MUST be included after unistd.h on DragonFly, since itjoerg4-3/+40
messes with compat function names. Fix errno. Use bzip2 to extract a bzipped file, it works somehow better than gzip.
2005-12-29Fix errno.joerg2-1/+14
2005-12-29Avoid changing FS as it triggers an odd bug on some awk versions, withkim6-1/+176
incorrect field calculation for the second field if the first field is numeric and there are only 2 fields total in the input record (line). The buggy awk was in 2.99.* and early 3.99.*, and identifies itself as awk version 20030729. However, not all awk's with this version number exhibit the problem (so it could be related to a library used by awk). Recent 3.99.* builds don't have this problem, and the awk versio on them is also much more recent.
2005-12-29Note addition of devel/scons-devel and devel/nsis.cube1-1/+3
2005-12-29Enable nsis and scons-devel.cube1-1/+3
2005-12-29Initial import of nsis, version 2.12, into the NetBSD Packages Collection.cube5-0/+446
NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for Internet distribution. An installer is not only the first experience of a user has with your product, many software problems can also be solved by providing reliable installation tools. NSIS allows you to create stable, quick and user friendly installers that are capable of installing, uninstalling, setting system settings, extracting files and more. With the NSIS scripting language you can implement any custom logic you want. The large collection of plug-ins, scripts and software in the Developer Center helps you to build full featured installers and provides a solution for almost every scenario.
2005-12-29Initial import of scons-devel, version 0.96.91, into the NetBSD Packagescube4-0/+468
Collection. The 0.96.9x releases will eventually become scons 0.97, but the stable release is still 0.96.1 available in devel/scons. However, some pacakges might need the newer capabilities. SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software.
2005-12-29Do some post-cleanup of the libraries for DragonFly until I find out,joerg1-1/+11
why imake doesn't do it itself.
2005-12-29DragonFly wchar_t support.joerg2-1/+18
2005-12-29Correct section title (copy and paste error).jlam1-2/+2
2005-12-29Update the pkgsrc guide to reflect the following changes to the pkginstalljlam2-16/+50
framework: * USE_PKGINSTALL is no longer needed. * X11 font directories should be listed in FONTS_DIRS.<type> * fonts.mk is no longer needed as the functionality has been completely reimplemented within the pkginstall framework. * PKG_UPDATE_FONTS_DB may be set to "yes" or "no" to indicate whether the fonts databases should be updated or not. This defaults to "yes".
2005-12-29Note import of net/aiccu.ghen1-1/+2
2005-12-29Add aiccu.ghen1-1/+2
2005-12-29Import net/aiccu, ok'ed by wiz.ghen8-0/+152
AICCU (Automatic IPv6 Connectivity Client Utility) makes it easy for users to get IPv6 connectivity via SixXs. After having requested an account, tunnel and optionally a subnet, AICCU can be used to automatically configure the tunnel. AICCU supports TIC (Tunnel Information & Control protocol), which it uses for retrieving the tunnel configuration information, AYIYA, which allows tunnels to be created even behind firewalls and NATs.
2005-12-29Allow avoiding the automatic update of the fonts databases by settingjlam2-2/+20
PKG_UPDATE_FONTS_DB=no in the environment or /etc/mk.conf. This can be beneficial when installing large numbers of fonts packages into the same directories as it avoids destroying and recreating the same database files over and over again. This might make it possible someday to run fc-cache, which is sometimes very time-consuming, from the +FONTS script automatically.
2005-12-29Use -nocombreloc on DragonFly as well. Suggested by Timothy H. Legantjoerg1-3/+4
on DragoFly's user list.
2005-12-29inkscape bump for missing translations.joerg1-1/+2
2005-12-29Add some more translations to PLIST as shown by bulk builds.joerg2-2/+6
Bump revision.
2005-12-29Create separate configuration for DragonFly. Fix errno.joerg15-4/+306
Based on patch from Richard Nyberg on DragonFly's user list.
2005-12-29Test that a variable is defined before checking its value. Fix fromjlam1-2/+2
Thomas Klausner.
2005-12-29Fix errno deetection and use of the test results. Isn't it a lot betterjoerg6-1/+89
when the conditional matches the variable name from the test case?
2005-12-29Move DragonFly file handling into Makefile.common, like the otherjoerg3-29/+20
postgresql packages do. Fixes -pl* at the same time.
2005-12-29Builds fine for me.is1-4/+1
2005-12-29Forgotten makepatchsum run.joerg1-2/+3
Reminder from wiz@.
2005-12-29Remove PKG_FAIL_REASON. Package not broken - problem was a corruptmarkd1-4/+1
distfile on the bulk build machine.
2005-12-29Use REQD_DIRS instead of OWN_DIRS since we always want these directoriesjlam3-9/+7
to be created during installation and removed (if empty) during de-installation. Also, remove any @exec/@unexec lines from the PLISTs that are made unnecessary by using REQD_DIRS. Bump the PKGREVISION since the binary package behavior changed.
2005-12-29Convert to use the new pkginstall framework fonts-handling by renamingjlam19-81/+61
FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type>, and by removing the unnecessary inclusion of mk/fonts.mk.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam629-1266/+629
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-29Teach the pkgsrc infrastructure to Just Know when the pkginstalljlam3-18/+54
framework should be used. This is implemented by creating a small file mk/install/pkginstall.mk that guards the implementation makefile mk/install/bsd.pkginstall.mk. This guard file just checks whether one of the pkginstall-related variables is non-empty, and if so, then the implementation file is automatically included. This completely deprecates USE_PKGINSTALL, which no longer has any affect in pkgsrc.
2005-12-29Re-implement the pkgsrc fonts-handling by integrating it into thejlam5-94/+174
pkginstall framework: * Rewrite the mk/install/fonts script fragment as a scriptlet that's generated by the +INSTALL script during package installation. * Rename the FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type> to be more consistent with how "families" of variables are currently named in pkgsrc. * Rewrite mk/fonts.mk so that it's implemented in terms of the new functionality in the pkginstall framework. This file will be obsoleted in the near future after packages have been transitioned to use the new functionality in the pkginstall framework. Currently, packages will continue to work with no changes. Integrating the fonts-handling into the pkginstall framework has the benefit of generating a +FONTS scriptlet that may be run independently of the +INSTALL scripts to (idempotently) update the fonts databases and fix package installation errors.
2005-12-29Doesn't hide the output from the post-configure and do-install steps (Ireed2-10/+11
needed for troubleshooting). And use BINOWN and BINGRP because user "bin" and group "bin" don't exist on some systems. Use BSD_INSTALL_PROGRAM, BSD_INSTALL_DATA and BSD_INSTALL_SCRIPT instead of calling /usr/bin/install directly. Okayed by maintainer. Bumped PKGREVISION, since ownership of files may be different on some systems.
2005-12-28Teach the tools framework about ttmkfdir and type1inst.jlam1-1/+23
2005-12-28Added mfltecois1-1/+2
2005-12-28Mark C. Henderson's port of Matt Fichtenbaums TECO for Ultrix.is8-1/+120
2005-12-28Whitespace changes to align with other sections.jlam1-12/+11
2005-12-28Consolidate xmkmf with the other "imake" tools.jlam1-30/+13
2005-12-28Update ckmame to 0.7.wiz1-1/+2
2005-12-28Update to 0.7:wiz3-7/+8
- fix all fixable errors in at most two runs - rename disks - support searching for files in additional directories - detect faked ROMs (correct CRC, wrong MD5/SHA1) - adapt mkmamedb-xmame.sh for MAME version numbers of 0.100 and above - dropped support for inferring flags/status from CRC (old MAME versions) - deprecated -u/-U command line options - simplify ROM matching logic - many new regression tests, causing - various bug fixes
2005-12-28stdout is not a valid global initializer, move the init to run time.joerg3-9/+36
2005-12-28Uses bdftopcf.joerg1-1/+2
2005-12-28timezone is already a local symbol on DragonFly, use the same path asjoerg2-1/+15
Macs here (e.g. no local information).
2005-12-28Uses mkfontdir.joerg1-2/+2
2005-12-28Uses mkfontdir.joerg1-1/+2
2005-12-28Updated shells/scponly to 4.3.snj2-3/+3
2005-12-28Update to 4.3, which fixes two security issues.snj2-6/+6
Note that scp compatibility is now disabled and that the only recommended way of using scponly is with sftp.
2005-12-28DESCR saying "skipstone is currently under heavy development" was not quiteghen1-3/+2
up-to-date anymore. Noted by reed@.
2005-12-28Uses bdftopcf and mkfontdir.joerg1-2/+2
2005-12-28Unbreak this package by requiring a firefox package that provides the .pcjmmv1-4/+6
files.
2005-12-28Note revision bump for firefox to 2.jmmv1-1/+2