summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-21Fix up the comments, and add a fall-through for unrecognized archivejlam1-5/+10
formats.
2006-01-21Fix a weird newline error (probably cut-and-paste error).jlam1-3/+2
2006-01-21unzip uses UNZIP as a special environment variable to denote the optionsjlam1-2/+2
to pass to unzip. While this is stupid, it's still the reality, so we must not set UNZIP in the environment when calling unzip. Rename "UNZIP" to "UNZIP_CMD" to point to the path to the unzip binary.
2006-01-21We can just use the bare name "unzip" instead of using a make variable --jlam1-2/+2
at this point, the tools directory has already been created and is at the front of our PATH.
2006-01-21Fix other instance of _ZOO -> _ZIP and remove a debugging line.jlam1-3/+2
2006-01-21unzip should be using EXTRACT_OPTS_ZIP, not *_ZOO.jlam1-2/+3
2006-01-21The Solaris linker doesn't know the --version-script option. Patch byrillig2-4/+13
Gilles Dauphin in PR 32557.
2006-01-21Renamed the package from mod-auth-pgsql to ap2-auth-pgsql, which is morerillig1-2/+2
likely to be meant.
2006-01-21Updated mod_auth_pgsql to 2.0.3.rillig3-8/+8
- Security fix for [IDEF1245]: http://www.seguridad.unam.mx/vulnerabilidadesDB/?vulne=4981 - Many bug fixes.
2006-01-21Note update of "apache2" package to version 2.0.55nb5.tron1-1/+2
2006-01-21Add fix for CVE-2005-3357 from Apache bug report 37791.tron3-3/+25
Bump package revision because of this fix.
2006-01-21Use MASTER_SITE_SOURCEFORGE_JP.rxg7-17/+14
2006-01-21+ libidn-0.6.1, neon-0.25.5.wiz1-1/+3
2006-01-21Added http://downloads.sourceforge.jp/ in MASTER_SITE_SOURCEFORGE_JP.rxg1-1/+2
2006-01-21- Added a new top level file that saves the REPORT_BASEDIR from the firstrillig5-47/+124
call to the mk/bulk/build script. This is to allow restarting the bulk build without getting confused by the various timestamps that occur during a bulk build. It also fixes some problems where the text/plain report had ended up in a directory different from the other files. - Changed the default filename for the text/plain report from "pkgsrc-results-${BUILDDATE}.txt" to simply "report.txt", as the ${BUILDDATE} variable didn't give a hint to when the bulk build had been started, which is often more important than when the bulk build stopped. - Changed the way to specify the directory and the URL where the bulk build reports are made available. See http://mail-index.netbsd.org/tech-pkg/2005/12/05/0002.html for details. Specifying the directories using the FTPHOST and FTPURL variables will be possible for some months, after which it support for it will be dropped.
2006-01-21Imported devel/p5-UNIVERSAL-require-0.10from pkgsrc-wiprillig1-1/+2
2006-01-21Imported p5-UNIVERSAL-requirefrom pkgsrc-wip.rillig4-0/+39
UNIVERSAL::require - require() modules from a variable. If you've ever had to do this... eval "require $module"; to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this: $module->require; It doesn't save you much typing, but it'll make alot more sense to someone who's not a ninth level Perl acolyte. WWW: http://search.cpan.org/dist/UNIVERSAL-require/ Packaged by Roman Kulik.
2006-01-21Whether a missing interpreter is a warning or an error depends on whetherrillig1-2/+2
the _file_ is executable, not the _interpreter_.
2006-01-21Fix installed name of Boost libraries under Mac OS X. They need to havejmmv3-5/+17
the directory they'll live in as part of their name, or otherwise they cannot be found at runtime.
2006-01-21Unquoted SUBST_MESSAGE.*, as this is no longer needed.rillig2-5/+5
2006-01-21Depending on whether a file is executable or not, it is an error or arillig1-3/+7
warning if its first line starts with "#!", and the following word is not an existing file. The package devel/apr installs some *.exp files that start with "#!", but are not intended to be executed.
2006-01-21Fix build and install of Boost under Mac OS X:jmmv6-9/+44
- Correctly use threads. - Use the correct tool set. - Make libraries (Boost.Test) with undefined symbols build correctly. - Change the installed library names so that they match other systems (thus avoiding manual PLIST substitutions). There is a hack here, though, to let the dylib stuff kick in...
2006-01-21Note addition of devel/vtcl 1.6.0 from Stephen Borrill.agc1-1/+2
2006-01-21Add and enable vtcl.agc1-1/+2
2006-01-21Initial import of vtcl 1.6.0, a tcl development environment, into theagc6-0/+551
Packages Collection. This package was provided by Stephen Borrill. Visual Tcl is a freely-available, high-quality application development environment for UNIX, Windows, Macintosh and AS400 platforms. Visual Tcl is written entirely in Tcl/Tk and generates pure Tcl/Tk code. This makes porting your Visual Tcl applications either unnecessary or trivial. Visual Tcl is covered by the GNU General Public License. Features - 100% pure Tcl/Tk. No external libraries required. - Extensible widget and geometry manager support. - Create compound widgets and widget libraries. - GUI interface for most aspects of Tcl/Tk development. - Support for user images and fonts in your project. - Imports pre-existing Tcl/Tk code. - Built-in support for widget toolkits including: [incr Widgets], BLT, TkTable - Visual Tcl features new ready-to-use widgets: combo box, multicolumn listbox, progress bar - Predefined compounds available including scrolled text, scrolled listbox, scrolled canvas, horizontal and vertical splitters - Exports Tclets which run in Netscape/MSIE. - Support for freewrap. Generate binaries for Windows or Linux.
2006-01-21Teach the extract script to simply copy the distfile over to thejlam1-16/+40
current working directory by default if it can't figure out what type of archive it is. This handles the most common case of overriding EXTRACT_CMD in package Makefiles, which is to copy a C file or a Perl script over to the work directory. Also, modify the script to allow the file format to be specified on the command line via a -f option, which will force the extract script to interpret the archive as the specified a format. This covers the case where there is a distfile with an unusual file extension that is actually in well-known format, and we would like to just tell the extract script which format this is.
2006-01-21Note update of "xlockmore" package to version 5.21nb1.tron1-1/+3
2006-01-21Add missing entry "bin/xgclock" and really bump package revision.tron2-3/+4
2006-01-21Note PKGREVISION bump of x11/xorg-clients.hira1-1/+2
2006-01-21Add missing entry to PLIST. Bump PKGREVISION.hira2-2/+4
2006-01-21Note PKGREVISION bump of x11/xorg-server.hira1-1/+2
2006-01-21Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+6
2006-01-21Replace another bunch of FILES_SUBST_SED uses, don't hardcodejoerg2-11/+9
/bin/sh in exim_newaliases.
2006-01-20Teach this script a default extraction method for *.bin files (which arejlam1-2/+7
what Sun packagse its JRE/JDKs as). While here, cleanup up the comments slightly.
2006-01-20Use SUBST. Use find foo -exec bar {} \; instead of find foo | xargs bar.joerg1-19/+16
2006-01-20Use SUBST framework. Replace some "find foo | xargs bar" withjoerg1-19/+17
"find foo -exec bar {} \;" while here, the former is faster, but can't cope with all quoting issues and is also more likely to hit argument length limits. CONFLICT to ja-squirrelmail.
2006-01-20Rename EXTRACT_ENV.bin to EXTRACT_ENV in preparation for a reimplementationjlam2-5/+5
of how distfiles are extracted. EXTRACT_ENV is a more generic name and will be applicable for all extraction commands.
2006-01-20Use SUBST framework.joerg1-12/+24
2006-01-20PKGNAME should be derived from DISTNAME, not DISTFILES. This removes ajlam1-2/+2
".tgz" from the PKGNAME.
2006-01-20Rename the following variables to reduce the number that we need to track:jlam19-53/+52
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20Use SUBST framework.joerg1-8/+11
2006-01-20Replace FILES_SUBST usage with SUBST framework.joerg1-7/+10
2006-01-20Resort some entries in the generic area at top (before "begin darwin")reed1-30/+30
and a few directories at bottom (after "end i18n"). No real changes. (Just did this so I can compare easier later.)
2006-01-20pkglint cosmetics fixedadam2-25/+21
2006-01-20Use SUBST framework instead of FILES_SUBST_SED. Rename temporary filejoerg3-10/+18
from Makefile.NetBSD to Makefile.pkgsrc (cosmetic only). Use PERL5 instead of PREFIX/bin/perl when looking for Perl interpreter.
2006-01-20USE_LIBTOOL=yesjoerg6-12/+51
Avoid union shm on DragonFly, it conflicts with system provided version. Hack around some namespace pollution in arpa/inet.h inherited from FreeBSD which results in G_LOCK(inet_ptona) being partly mapped to G_LOCK(__inet_ptona), but not consistently.
2006-01-20Updated games/rocksndiamonds to 3.1.2adam2-3/+3
2006-01-20Changes 3.1.2:adam2-15/+8
* Fixed level editor bug
2006-01-20Support listing files/patterns for exclusion in an "excludefile",jlam1-7/+28
which is correctly parsed and translated into the correct syntax for the underlying tool.
2006-01-20USE_LIBTOOL=yesjoerg1-1/+2