summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-19Fix ownership. Bump revision.joerg1-6/+7
2010-02-19Use correct ownership.joerg1-4/+4
XXX 0777 directory
2010-02-19Reference upstream bug reports.roy2-2/+8
2010-02-19Use SETGIDGAME. Bump revision.joerg1-6/+8
2010-02-19Fix ownership. Bump revision.joerg1-6/+7
2010-02-19Bump revision for last change. Should read: Fix ownership.joerg1-1/+2
XXX why is a directory owned by nobody and writeable?
2010-02-19*** empty log message ***joerg1-2/+2
2010-02-19DESTDIR supportjoerg3-28/+27
2010-02-19Fix config file ownership.joerg1-3/+3
2010-02-19Fix ownership of directories. Bump revision.joerg1-3/+4
2010-02-19Use real root user in install script.joerg1-2/+2
2010-02-19Use real root. XXX should be sgid to the mail daemon groupjoerg1-2/+2
2010-02-19Use correct permissions on the config files.joerg1-2/+3
2010-02-19Use the real root account for MESSAGES, not the fake user forjoerg1-3/+3
unprivileged builds.
2010-02-19Create directories for root.joerg1-5/+6
XXX 0777 as permission feels very wrong
2010-02-19Really use root for the config files. Bump revision.joerg1-12/+12
2010-02-19Note update of emacs-snapshot.minskim1-1/+2
2010-02-19Update emacs-snapshot to 23.1.92.20100217.minskim6-13/+21
Changes: * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks this header file). * .bzrignore: Ignore all .exe, instead of individual files. * configure.in: Explicitly check for and link to -lXrender. * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-b for bug reports for development versions.
2010-02-19Use REAL_ROOT_USER here.joerg1-2/+2
2010-02-19Fix installation.joerg1-1/+3
2010-02-19Fix DESTDIR supportjoerg1-3/+8
2010-02-19Install locale files under DESTDIR.joerg2-1/+27
2010-02-19update to 10.35.73drochner29-535/+749
changes: many bugfixes, especially: xpmtoppm: fix wild pointer with color index > 127. which fixes a stack-based buffer overflow (CVE-2009-4274) pkgsrc change: use a fixed PLIST instead of generating on install, helps to detect problems
2010-02-19Note removal of tex-bin-latex.minskim1-1/+2
2010-02-19tex-bin-latex is no longer used.minskim5-56/+1
2010-02-19Note PKGREVISION bumps for TeX packages because of dependency change.minskim1-1/+12
2010-02-19tex-bin-latex was replaced with tex-latex-bin in TeX Live 2009.minskim11-25/+33
2010-02-19Updated math/pari to 2.3.5nb3schmonz1-1/+2
2010-02-19Default x11 option to on (should have been done this way in previous).schmonz2-4/+4
Bump PKGREVISION.
2010-02-19Workaround incomplete linkage in libss and libroken on NetBSD.joerg1-1/+5
2010-02-19Updated x11/wxGTK28 to 2.8.10nb6sno1-1/+2
2010-02-19Adding files for Darwin/MacOS X to PLISTsno2-2/+8
Bumping revision
2010-02-19At least the "squid31" package needs "--disable-snmp" as SNMP as enabledtron1-1/+3
by default. Use that configure option if the "snmp" option is disabled.
2010-02-19Fix RCS IDjoerg1-1/+1
2010-02-19Regen.joerg1-1/+2
2010-02-19Allow unprivileged installation.joerg2-1/+27
2010-02-19Fix linkage. Honour CFLAGS. Bump revision.joerg3-9/+15
2010-02-19Note update of devel/libdaemon to 0.14nb1.he1-1/+2
2010-02-19Update from version 0.14 to 0.14nb1.he1-1/+6
Pkgsrc changes: o On NetBSD 4.*, avoid the use of -Wl,--no-undefined. It doesn't work there, because the shared lib is not linked with libc.so (which is possibly a bug). Thanks to joerg@ for hints for how to work around this.
2010-02-19Garbage collect support for old pkg_install versions.joerg2-25/+2
2010-02-19Be explicit about suid root. Fix unprivileged build.joerg3-2/+19
2010-02-19Describe "pdf" option.asau1-0/+1
2010-02-19Add "gd" and "pdf" options, default on. PR pkg/34757asau3-6/+19
2010-02-19Updated lang/wsbasic to 1.2.7.ghen1-1/+2
2010-02-19Update to 1_2_7, from <wenheping@gmail.com> via PR pkg/42845.ghen4-11/+14
Added basic array support and preliminary shell functionality.
2010-02-19Added math/prng version 3.0.2wiz1-1/+2
2010-02-19Initial import of prng-3.0.2, packaged for wip by Wen Heping.wiz4-0/+35
PRNG is a collection of portable, high-performance ANSI-C implementations of pseudorandom number generators such as linear congruential, inversive congruential, and explicit inversive congruential random number generators (LCG, ICG and EICG, respectively) created by Otmar Lendl and Josef Leydold.
2010-02-19Fix FreeBSD build. PR pkg/33224asau2-1/+16
2010-02-19Update im to 150.obache2-12/+17
While here, set LICENSE=modified-bsd and add user-destdir support. 150 (2010/02/15) * IM/Pop.pm: Move exec_getsbrfile() from pop_repr() to pop_inc() to work GetSbr correctly. (Thanks to Jacques Garrigue) * imput.in: Add msgid, nomsgid, nomime, noverbose, version and help to @CmpConfig, and Doc fix. (Thanks to HAT) * IM/EncDec.pm (mime_encode_string): Fix that iso-2022-jp strings are garbled to iso-8859-1. * IM/EncDec.pm (mime_decode): Use local variables $bq and $str instead of numbered variables. (Thanks to Kiyoshi OHGISHI) * IM/Config.pm.in: Set NamazuV2=yes as the default value. * IM/Config.pm.in: New subroutine mknmz_options. * immknmz.in: Use mknmz_options. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Add comment for MknmzOptions. * IM/Scan.pm, imput.in: Typo fix. * configure: Update using Debian autoconf 2.65-3. * config.guess, config.sub: Update using Debian autotools-dev 20090611.1.
2010-02-19Add patches to gmodule so that RTLD_DEFAULT is used on platforms thatroy4-2/+82
define it and g_module_unload symbols are only resolved in the module and not any dependencies.