summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-16Add ruby to CATEGORIES.taca61-125/+125
2004-03-16add x86_64 support. patch tested by Kristerdmcmahill2-4/+54
2004-03-16net/nsd to 2.0.1itojun1-1/+2
2004-03-16upgrade to 2.0.1.itojun2-6/+5
NSD 2.0.1 release notes: BUG FIXES: - Queries for QTYPE DS (DNSSEC) were not handled correctly in certain cases. - Partial support for unknown RRs. Known RR types with unknown RR data format is not yet supported. - Bug #75: Fixed bad error message when nsdc update is run for the first time. - Bug #78: Multiple zones, each with include directives, are now compiled correctly.
2004-03-15Include ../../mk/bsd.prefs.mk before setting NETSCAPE_PREFERRED_DEFAULTveego1-1/+3
and using NS_PREFERRED which can be defined in /etc/mk.conf. This was broken in rev 1.16, when the include of ../navigator/Makefile.common was removed, which included before mk/bsd.prefs.mk.
2004-03-15Make csound-dev build with GCC 2.95.3, remove GCC 3.0 build-time dependency.ben4-7/+69
2004-03-15bl3ifyxtraeme2-7/+7
2004-03-15Fix PLIST problems. This package uses libtool -release M.N to add ajlam1-3/+1
version number to the library, so it doesn't create certain symlinks for the shared libraries.
2004-03-15Fix PLIST on Linux; libsun.* are not installed except on Linux/sparc.minskim1-1/+4
Closes PR pkg/24577. OK'ed by reed@.
2004-03-15Use PREFIX to refer to the installation prefix, not LOCALBASE.jlam1-2/+2
2004-03-15Add MesaLib and glu to the list of packages for which we prefer the pkgsrcjlam1-3/+3
libraries. This now matches the behaviour in pre-buildlink3 days.
2004-03-15When building graphics/MesaDemos, Pass the correct rpath flags to thejlam4-7/+8
compiler so that the X11R6 libraries are found at run-time. Bump the PKGREVISION to 1.
2004-03-15Add -L${X11BASE}/lib for the benefit of any *-config scripts onjlam1-5/+10
use-xpkgwedge systems. Not needed when building within pkgsrc, but useful if you want to link outside 3rd-party software against pkgsrc-controlled libraries.
2004-03-15Move the definitions of MESA_REQD and _MESA_REQD to Mesa/version.mk andjlam5-56/+57
modify {MesaLib,glu}/{buildlink3,builtin}.mk accordingly. Also add the dependency on {MesaLib,glu}>=${_MESA_REQD} to the builtin.mk files so that we correctly check the built-in Mesa version against the dependency requirements.
2004-03-15Alphabetize the PREFER_PKGSRC list for easier searching.jlam1-3/+3
2004-03-15Xrandr won't build without the X Extension library which is only presentrecht5-5/+52
in XFree86>=4.3; ignore it when checking dependencies or buildlinking. Skip also randrext (Xrandr's header files) in this case. The patch agains x11-links' builtin.mk is a slightly modified version of the patch jlam@ posted in: http://mail-index.netbsd.org/tech-pkg/2004/03/15/0001.html ok'd by jlam@
2004-03-15Note update of jwhois to 3.2.2nb3.kleink1-1/+2
2004-03-15Update to jwhois-3.2.2nb3: add knowledge about 83/8 and 84/8 assignments.kleink3-7/+16
Approved by agc.
2004-03-15Fix pasto: s/gcc/MesaLib/g. No functional change.jlam1-3/+3
2004-03-15Remove false comment after latest buildlink3/builtin changes.jlam1-4/+1
2004-03-15(re-add) buildlink2.mk needed for suggested fix for PR 24787.recht1-0/+103
(until qt3 is bl3ified)
2004-03-15Fix build under 1.6.2; found by latest kristerw@'s bulk build.jmmv2-5/+9
2004-03-15Add patch to use <dlfcn.h> explicitly.taca2-1/+15
2004-03-15Update MASTER_SITES.taca1-2/+2
2004-03-15bl3ifyxtraeme1-7/+7
2004-03-15Use GNU make to let this build under 1.6.2. Found by latest kristerw@'sjmmv1-1/+2
bulk build.
2004-03-15bl3ifyxtraeme1-3/+3
2004-03-15Note fprot-workstation-4.4.0 update.wiz1-1/+2
2004-03-15Add dependency on unzip, per Norm in PR 24785.wiz2-6/+7
While here, update to 4.4.0 since previous distfile disappeared. Changes: o Added detection of encrypted archives (since various new viruses spread through encrypted archives). o Minor bug-fixes in the F-Prot daemon. o Minor bug-fixes in scan-mail.pl (smtp proxying). o Critical bug-fixes in f-prot-milter. o Minor modifications to the check-updates.pl script (disable proxy caching by default).
2004-03-15Fix build under 1.6.2; found by latest kristerw@'s bulk build.jmmv2-1/+14
2004-03-15- relax statement about what compilers should workgrant1-13/+34
- mention which bits of SunPro 8 are required, mention 64-bit pkgs - mention SUNWlibm, SUNWlibC - mention PKGSRC_COMPILER=sunpro - also tested on Solaris 10 - mention crle(1)
2004-03-15- Update MASTER_SITES and HOMEPAGE.taca2-6/+6
- Update distinfo.
2004-03-15Update MASTER_SITES and HOMEPAGE.taca3-9/+9
2004-03-15SUNWlibm is no longer needed.grant1-2/+1
2004-03-15no need to include <math.h> (it was removed in bmake 3.1.18, too).grant1-4/+3
this removes a dependency on SUNWlibm on Solaris. noted by Marc Herbert <Marc.Herbert@sun.com> way back in April 2003.
2004-03-15since we now copy the sources to work/, just remove the directories ingrant1-2/+2
work/ entirely.
2004-03-15s/phoenix/firefox/ in COMMENTgrant1-2/+2
2004-03-15Fix recursive variable assignment.tron1-2/+2
2004-03-15Update master sites of Ruby.taca1-6/+10
2004-03-15Patch aclocal.m4 so that it includes the <errno.h> header beforeagc3-1/+27
testing for sys_nerr, so that this compiles on NetBSD. Add a patch for the re-generated configure script. Fixes a problem noticed in recent bulk builds.
2004-03-15builtin.mk file to hold information about the built-in X11R6jlam1-0/+32
implementation.
2004-03-14Spelling and English fixes.snj1-7/+7
2004-03-14Back out previous and remove an extra ")" that was causing "malformedjlam1-3/+2
conditional" problems.
2004-03-14Spelling fix.snj1-1/+1
2004-03-14Spelling fixes.snj1-1/+1
2004-03-14Spelling fix.snj2-2/+2
2004-03-14Only create the phpize cookie file if phpize ran with no errors.jlam1-4/+5
2004-03-14Pre-3.3 GCC has an optimization bug on powerpc that's tickled by the db4jlam1-1/+23
source code, so remove optimization flags in that case. This fixes PR 23737 by John Klos.
2004-03-14Add missing patch-afabs1-0/+31
2004-03-14Apparently, some pre-conditions aren't true, so set a default USE_BUILTINjlam1-1/+2
value before checking it.