summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-07-03Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-7/+22
2001-07-03update to 20010630 snapshot.dmcmahill5-371/+9
changes are: ----------- RELEASE NOTE FOR ICARUS VERILOG 20010630 I've done some cleanup of the mingw port of Icarus Verilog. I've also added instructions for how to build Icarus Verilog under mingw. I'm working on making that the preferred way to support Windows, and when I make the 0.5 release I will make Windows binaries this way. Anyhow, feedback on the build instructions and the build results using the instructions in mingw.txt are welcome. I've make "vvp" the default target type. The older vvm behavior is available with the "-tvvm" flag to iverilog, but I would rather be told about (and fix) bugs in the vvp code generator and run time. I've added support for the (unsigned) right shift operator. The left shift has been working for a while now, but right shift somehow slipped through the cracks. The shift operators still don't quite work in structural contexts, but they should show up sometime next week. I've finally got VCD output working properly with vvp. It may even be better then with vvm, although some internal symbols are still generated. A few odd bugs have been fixed, including a code generation error for xnf, and error checking of user defined function parameters.
2001-07-03o convert to use buildlink.mk fileszuntum2-3/+38
o add buildlink.mk file for use by other packages Fixes enlightenment build problem noted by David Brownlee <abs@netbsd.org> in private mail.
2001-07-03Add and enable rub-erb.taca1-1/+2
2001-07-03Importing ruby-erb, ruby-erb-1.3.3 package.taca2-0/+19
ERb is an implementation of eRuby (embedded ruby). You can include ERb in your script. ERb is purely written by Ruby without C module.
2001-07-03Update ruby-eruby package to 0.9.7. Quote from ChangeLog is below.taca2-0/+43
Wed Oct 17 14:58:24 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.7 released. Mon Oct 15 13:54:18 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): fix prototype of Init_stack(). Wed Oct 10 15:15:48 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call ruby_finalize(). * eruby_main.c (run): print error messages to stderr if $DEBUG is false. Tue Sep 4 15:33:38 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call Init_stack().
2001-07-03Add MIME-Liteabs1-1/+2
2001-07-03Import MIME-Lite-2.111abs4-0/+26
MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed.
2001-07-03Move setting of USE_XPM and USE_MESA to before include bsd.prefs.mk - otherwiseabs1-12/+11
recent HAVE_BUILTIN_XPM changes break this Makefile.
2001-07-03Update SDL to 1.2.1. Changes include:rh11-141/+62
* Added Linux PlayStation 2 Graphics Synthesizer support * Added an audio driver that writes to disk * Mouse wheel sends mouse button (4/5) events on Windows * Added MacOS X Project Builder projects * Added initial support for Quartz video * Disabled Linux /dev/event joystick interface by default * Added native OpenBSD audio driver * Added detection of Open Sound System on Solaris x86 * Added initial support for Nano-X * Fixed endian detection on IA64 architectures * Added --disable-dga configure option to disable DGA * Fixed stuck keys when changing the video mode * Fixed double-mouse event bug on Windows using OpenGL * Fixed 320x200 video mode on framebuffer console * Improved robustness for the ELO touchpad * Added support for building under Cygwin on Windows * Added a dummy video driver for benchmarking * Fixed fullscreen cursor offset bug on BeOS
2001-07-03Add GNU_ARCH.powerpc. This fixes some of the recent problems experiencedmjl1-1/+2
on macppc compiling packages. XXX This should come from bsd.own.mk but doesn't. Why?
2001-07-03Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam4-16/+20
2001-07-03Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-07-02Double Oops. (Correctly) supply info dir handling for binary package.fredb1-3/+3
2001-07-02Oops. Supply info dir handling for binary package.fredb1-1/+3
2001-07-02Update pinfo to 0.6.1. Changes since 0.6.0:fredb3-7/+7
Modified behaviour of auto-pgdn. It now expands the submenus, as in info Fixed problem with pinforc installed to non-existing etc directory Fixed problem with black bar on first man page Fixed buggy whitespace-skip comparing procedure Manual code can now handle hyphenated url links (it's still not perfect with e-mail--it only works if the `@' is in the upper line) Fixed buf in indirect-file search engine (a misplaced if()) Added texinfo documentation. Manual code is now case insensitive as far as sections are considered
2001-07-02We must pass a double-quote into the C program to set the value of a string.fredb1-2/+2
For some reason, CPPFLAGS+= pulls the expression in _twice_, with different quote expansion each time. This makes it even trickier than it needs to be, so go with CPPFLAGS=.
2001-07-02Update cpuflags to 0.7 - use explicit /sbin path to sysctl.abs2-4/+4
From Douglas Brebner
2001-07-02Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam9-21/+50
2001-07-02Honor CFLAGS passed in from environment during build and mark asjlam3-7/+16
USE_BUILDLINK_ONLY.
2001-07-02Mark as USE_BUILDLINK_ONLY.jlam2-5/+7
2001-07-02buildlink-mk requires that BUILDLINK_DIR always be set, so set it ifjlam1-1/+3
undefined and pass it through MAKE_ENV.
2001-07-02Don't pass -L${X11BASE}/lib in MOTIFLIB if USE_BUILDLINK_X11 is defined.jlam1-1/+5
2001-07-02Update to let buildlink-x11 handle more of the work of properjlam3-14/+6
configuration.
2001-07-02Remove unnecessary patches again, now that we can build-depend onjlam2-19/+1
buildlink-x11.
2001-07-02Bump build-dependency on xpkgwedge to >=1.5, and add a build-dependencyjlam1-10/+16
on buildlink-x11 if USE_BUILDLINK_ONLY is defined. Pass all of CPPFLAGS/CFLAGS/CXXFLAGS/LDFLAGS to buildlink-x11 through PKGSRC_* versions of those values. Also add preliminary support for USE_BUILDLINK_X11 for buildlinking X11R6 instead of USE_X11 (hi zuntum!).
2001-07-02Update xpkgwedge to 1.5. This version factored out the buildlink logicjlam2-33/+3
into a separate package (buildlink-x11) usable even without xpkgwedge installed.
2001-07-02Add and enable buildlink-x11.jlam1-1/+2
2001-07-02buildlink-x11: allows X11 pkgs to be built using the buildlink.mkjlam7-0/+282
infrastructure, even if they use Imake.
2001-07-02Don't add a line to include <Lesstif.def> in host.def. It doesn't workjlam3-28/+3
correctly, and it resets the ImakeCmd, which breaks other pkgsrc builds.
2001-07-02Add p5-Template-Toolkit to the SUBDIR list.nra1-1/+2
2001-07-02Add the p5-Template-Toolkit version 2.04. This package is a perl5 textnra5-0/+1507
template and dynamic web page intergration module.
2001-07-02add dependency to libsigc++drochner1-1/+2
2001-07-02Mark as USE_BUILDLINK_ONLYjlam1-1/+2
2001-07-02Convert to use buildlink.mk files.jlam1-2/+2
2001-07-02s/PERL_REQD/PERL5_REQD/gjlam1-2/+2
2001-07-02Move inclusion of buildlink.mk files to end of Makefile. Also patchjlam4-8/+38
configure script to not add -L${PREFIX}/lib, -I${PREFIX}/include to LDFLAGS, CFLAGS to encapsulate build.
2001-07-02Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-07-02one more build problem: include <locale.h>drochner2-5/+13
2001-07-02add note about enabling lkm-loading in rc.conf; suggested by Cana McCoyjoda1-3/+4
2001-07-02Fix another couple of ' usages- from Ben Wongabs1-3/+7
2001-07-02Update abuse to 2.0nb1:abs8-84/+118
Avoid gets() usage and add __sparc__ to alignment needing CPUs, allowing it to run on my ss5.
2001-07-02Update pkgchk to 1.01 - do not check for pkgchk.conf with -iabs2-8/+10
noted by Tomasz Luchowski
2001-07-02Update p5-libapreq to 0.33.nra2-6/+6
2001-07-02fix some build glitches (require "msgfmt" binary, -export-dynamic)drochner5-8/+58
and python problems (script bugs and version dependencies, depend on py-mxDateTime)
2001-07-02Move *_SED ahead of inclusion of buildlink.mk files.jlam1-6/+6
2001-07-02Copy the checks for built-in freetype2 and xpm into the buildlink.mk filesjlam2-8/+32
as they can't always use the logic in bsd.prefs.mk.
2001-07-02Correctly import pkgchk-1.00 (into pkgtools not pkg_tools)abs5-0/+382
pkgchk verifies that the versions of installed packages matches those in pkgsrc, optionally adding missing or updating mismatched packages. It can verify all installed packages, or check against a set of packages based on the hostname, architecture, and other characteristics.
2001-07-02Update pkglint to 3.03:abs2-5/+7
Fix incorrect ' at start of line in lintpkgsrc manpage. Fixes PR pkg/13354 by Ben Wong
2001-07-02Honor CFLAGS passed in from environment during build by not overridingjlam3-5/+20
CDEBUGFLAGS in the Imakefile. Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.