summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-16Added a patch for gcc-2.95.3. Approved by wiz.rillig1-0/+46
2005-03-16gcc-2.95.3 does not like code intermixed with declarations.rillig1-1/+2
2005-03-16Updated mklivecd to 0.10xtraeme1-1/+2
2005-03-16Update to 0.10:xtraeme2-5/+8
* Copy all stage 1.5 files from GRUB into $ISODIR/grub/, useful to boot from any existing partition in the disk. * Show usage when the target is not valid.
2005-03-16We no longer have to explicitly set F77. Addresses PR29666dmcmahill1-2/+1
2005-03-16make sure we correctly set F77. Addresses PR29666dmcmahill1-2/+2
2005-03-15libvisual uses inline assembler syntax that gcc-2.95.3 does notrillig1-3/+3
understand. I assume gcc-3.0 will understand. For sure, gcc-3.3 will, as I have successfully built the package with it. Approved by jlam.
2005-03-15Added some patches to make ntfsprogs compile on NetBSD-1.6.2, which doesrillig7-7/+97
not have ENOTSUP. Approved by jlam.
2005-03-15Fixed a quoting error with -DPREFIX. Approved by jlam.rillig1-2/+2
2005-03-15This package needs gcc-3.0 because it uses some inline assembler syntaxrillig1-1/+2
that gcc-2.95.3 does not understand. If the package breaks with gcc-3.0, please increase GCC_REQD to 3.3 (which I tested). Approved by jlam.
2005-03-15Give up maintainership -- I'm not using these actively enough, so I tend notkim2-4/+4
to be that knowledgeable on how to fix them on all the pkgsrc platforms.
2005-03-15|fmt.wiz1-2/+2
2005-03-15This uses FC_WIDTH and thus needs fontconfig>=2.1.93.wiz1-1/+4
Closes PR 25570.
2005-03-15Remove entry for arla-0.39.wennmach1-2/+1
Arla now has been updated to 0.38, and 0.39 is still in beta.
2005-03-15Added -lm to the LIBS. Needed for NetBSD-1.6.2. Approved by wiz.rillig2-4/+4
2005-03-15Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by atron3-3/+17
namespace violation (use of "__" prefix in an application header file). The patch was provided by Julian Coleman in PR pkg/23590.
2005-03-15- Reorder assignment to fix "pkglint" warnings.tron2-18/+8
- Use RCD_SCRIPTS mechanism to install startup scripts as suggested by Greg A. Woods in PR pkg/19099.
2005-03-15Note update of arla to version 0.38wennmach1-1/+2
2005-03-15Update arla to 0.38. The update is necessary to support NetBSD-2.0.wennmach48-1260/+882
The update during the pkgsrc freeze has been approved by <wiz>. Two patches have been provided by <christos>. Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386. Closes PR pkg/20906.
2005-03-15Updated gxmame to 0.35beta1.xtraeme2-3/+3
2005-03-15Update to 0.35beta1, provided by Miguel Mendez (maintainer) in PRxtraeme4-97/+8
pkg/29675, this version works with our current xmame package, so pkg/27011 has been fixed too.
2005-03-15Updated gmp to 4.1.4nb1.wiz1-1/+2
2005-03-15Add patch provided by Richard Earnshaw in PR 23181:wiz3-2/+26
"GMP does not handle pure-endian FP on ARM" Bump PKGREVISION.
2005-03-15Add missing RCS Ids.tron3-3/+7
2005-03-15Improve description as suggested by Greg A. Woods in PR pkg/19099.tron1-14/+19
2005-03-15Add missing =.wiz1-2/+2
2005-03-15Mention that increasing SHMMAXPGS might be needed. Addresses PR 23629.wiz1-0/+9
2005-03-15Updated mysql-{client,server} to 4.0.24 (security fixes)xtraeme1-1/+3
2005-03-15Update to 4.0.24, which fixes the vulnerability reported in:xtraeme6-131/+12
http://www.k-otik.com/english/advisories/2005/0252 See http://dev.mysql.com/doc/mysql/en/news-4-0-24.html Bumped BUILDLINK_RECOMMENDED to 4.0.24.
2005-03-15Update checksum for currently available distfile (setting DIST_SUBDIR).wiz2-5/+7
Diff: diff -r old/gnome-speech-0.3.6/configure new/gnome-speech-0.3.6/configure 20068a20069,20073 > if test "x$JAVAC" != "x" ; then > javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` > echo JAVAC VERSION $javac_version > JAVAC="$JAVAC -source 1.4" > fi diff -r old/gnome-speech-0.3.6/configure.in new/gnome-speech-0.3.6/configure.in 153a154,158 > if test "x$JAVAC" != "x" ; then > javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` > echo JAVAC VERSION $javac_version > JAVAC="$JAVAC -source 1.4" > fi
2005-03-15Updated mysql4-{client,server} to 4.1.10a (security fix)xtraeme1-1/+3
2005-03-15Update to 4.1.10a.xtraeme4-12/+12
- Fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs). More info: http://www.k-otik.com/english/advisories/2005/0252 Increased BUILDLINK_RECOMMENDED to 4.1.10a.
2005-03-15Fix buildlink3.mk file to be python-version-agnostic.wiz1-9/+11
Closes PR 29246 by Cesar Catrian C.
2005-03-15Add RMD160 checksums for two of the four files.wiz1-1/+3
2005-03-15Updated ja-mh6 to 3.05nb1.wiz1-1/+2
2005-03-15Fix md5 code on 64-bit platforms by properly defining UINT4.wiz3-3/+30
Closes PR 28755 by HATANO Hiromichi. Bump PKGREVISION to identify fixed versions.
2005-03-15incm and mew both install bin/incm -- make them conflict.wiz3-5/+7
2005-03-15Mark as NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-03-15Updated vim to 6.3.064martti1-1/+2
2005-03-15Updated vim to 6.3.064martti7-14/+56
Changes (should fix the security issues found in 6.3.045) 2231 6.3.046 ":registers" doesn't show multi-byte characters correctly 2196 6.3.047 (extra) Win XP with Borland: new file is created read-only 18175 6.3.048 (extra) VMS: doesn't build on IA64 1776 6.3.049 (after 6.3.045) compiler warning for pointer type 2225 6.3.050 a SIGHUP while already exiting may cause a crash 1661 6.3.051 crash when 'wildmenu' set and completing multi-byte file name 3175 6.3.052 (extra) Win 98: can't enter non-ASCII characters if 'enc' set 1576 6.3.053 Win32: ":loadview" doesn't work for files with non-latin chars 1981 6.3.054 when 'im' is set redraw remains off when repeating an insert 8844 6.3.055 wrong text and crash using <C-R>= or <C-\>e in command line 2091 6.3.056 window title wrong for specific multi-byte character 1748 6.3.057 folds are not updated after a filter command 4440 6.3.058 crash when zero columns room; can't compile without :vsplit 2286 6.3.059 crash when editing a file with spaces and shell expansion 1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode 1984 6.3.061 display mess when multi-byte char at right edge of screen 2337 6.3.062 ":normal! gQ" hangs 1434 6.3.063 after the CursorHold event 'mousefocus' may stop working 1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number
2005-03-15USE_BUILDLINK3. (Sometimes I wonder whether this should become the default,tv1-1/+2
using NO_BUILDLINK only as absolutely needed.)
2005-03-15Use nroff.buildlink3.mk to get ${NROFF}.tv1-3/+5
2005-03-15Short bl3 fragment to provide a NROFF (base system or textproc/grofftv1-0/+17
package, based on whether /usr/bin/nroff is available).
2005-03-15Don't forcibly try to install .0 formatted catpages -- Interix imaketv2-7/+3
doesn't produce them. Just install the .1 pages. Rather than using ${DISTNAME}nbX, use the newer PKGREVISION convention.
2005-03-15This uses %.o: %.c patterns -- thus it needs gmake. (Does not buildtv1-1/+2
properly on the older bmake in bootstrap.)
2005-03-15Make build on Interix.tv5-26/+37
2005-03-15Add a patch allowing compilation of bash on AIX 4.3.3. Tested not togarbled2-1/+55
impact NetBSD/i386 build. Should also not impact aix5 builds.
2005-03-14maradns updated to 1.0.18nb3.wiz1-1/+2
2005-03-14Remove broken rc.d script. Fixes PR 24587. Bump PKGREVISION.wiz2-21/+2
2005-03-14Make build correctly on Interix -- -lrpclib is also needed in LIBS.tv1-1/+2