summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-02-18new signatures for new patchjmc1-2/+2
2002-02-18Force char to signed since code is assuming signed char and archs that defaultjmc1-3/+12
to unsigned char will lose.
2002-02-16Add version number to patch dependency.wiz1-2/+2
2002-02-16Also mention COMPAT_43, per pkg/15362.wiz1-5/+5
2002-02-15mkdir -> ${MKDIR}skrll8-17/+17
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14Make this package use GNU patch so it doesn't barf all over the place.jonb3-15/+22
2002-02-14Set lispdir do files don't end up in /, bump to prcs-1.2.15nb1.hubertf1-5/+3
Addresses PR 15603 by Ryo HAYASAKA <ryoh@jaist.ac.jp>
2002-02-14Update to 1.2.3; based on pkg/15580 by Ben Wong.wiz5-28/+22
Relevant changes for NetBSD: * 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0 * 1.2.3: Added platform independent OpenGL Header - SDL_opengl.h * 1.2.3: Fixed crash when using double-buffering with DGA * 1.2.3: Fixed XVideo on GeForce by using last available adaptor * 1.2.3: Added 640x480 as a scaled resolution for NTSC/PAL output
2002-02-12The check for -O2 in the last commit didn't catch the possibility ofmrauch1-3/+3
multiple flags in ${CFLAGS}. Fixed.
2002-02-12Disable optimization for i386 because it can cause segfaults with amrauch1-1/+5
completely thrashed stack.
2002-02-11Set AUTOMAKE_OVERRIDE=NOskrll1-1/+3
The side effect of touching configure.in is to recreate ltmain.sh from ltmain.in. We patch ltmain.sh and so the changes get lost. This should fix pkg/15481 from Tom Haapanen <tomh@metrics.com>
2002-02-10Make sure that locale files go into the correct directory under Solaris.tron4-3/+31
2002-02-10autoheader doesn't need to be invoked so don't do it. This means we canskrll1-2/+7
remove the BUILD_DEPENDS on autoconf.
2002-02-08Remove sha1 for patch-ae, which doesn't exist.wiz1-2/+1
2002-02-08* Strongly buildlink'ify.jlam7-204/+206
* Patch the grammer file getdate.y to be usable by (recent?) bison. * Use pthreads.buildlink.mk (native pthreads probably won't work, but we'll let it break until the time comes when we actually do have native threads).
2002-02-08Sort.jlam1-43/+43
2002-02-08We don't actually need to symlink anything as pgcc and pg++ alreadyjlam1-10/+3
handle everything for us. Invoking "pgcc" is equivalent to invoking "cc -pthread" on other platforms. Change the buildlink.mk file to appropriately define CC and CXX to pgcc and pg++, respectively.
2002-02-08Add preliminary buildlink.mk file. Might need to make wrappers for thejlam1-0/+36
pgcc and pg++ scripts.
2002-02-07Add some documentation that I forgot last time. 8^(jonb2-4/+75
2002-02-07Buildlinkify and remove an unnecessary patch as a result.jlam3-18/+6
2002-02-07The Arch revision control system. Many thanks to Amitai Schlairjonb5-1/+619
<schmonz@schmonz.com> who did this in parallel to my efforts, faster and slightly cleaner. Thanks also to Tom Lord for timely help yesterday and the actual fix for an alignment problem on the SPARC platform. (Which is already rolled into the distribution file.)
2002-02-07buildlink.mk for devel/cdk provided in pkg/15517 by by Amitai Schlairjlam1-0/+45
<schmonz+netbsd@schmonz.com> with minor change by me.
2002-02-07dist files have moved (but can now be downloaded without Referer header).dillo1-21/+6
Noted by Stoned Elipot.
2002-02-07use description from pkg READMEjdolecek1-5/+9
2002-02-07add p5-Term-ReadLinejdolecek1-1/+2
2002-02-07update patch-aa checksumjdolecek1-2/+2
2002-02-07add NetBSD RCS Idjdolecek1-0/+2
2002-02-07Add package for Term::ReadLine::GNU. Base by Bernd Ernesti, additionaljdolecek5-0/+42
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung. Fixes pkg/15445.
2002-02-07Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).martti4-12/+12
This version of libusb is required by the soon-to-be-released gphoto2. - Add support for MacOS X (Darwin) - Fix endianess correctly where applicable on all OS' - Return bytes written/read for control message (BSD) - Tweak documentation build - Fix bug when usb_find_devices was called multiple times (Linux) - Fetch descriptors for all devices when we can and parse them
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam6-18/+18
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-05/bin/mkdir -> ${MKDIR}.skrll5-19/+19
Make the print-PLIST target output ${MKDIR} also.
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll1-2/+2
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-04Update ruby-rd-mode package to 0.6.11.taca1-3/+3
:0.6.11 * support Ruby 1.4.6. thanks. > Aoki-san * now `=begin' and `=end' are omitable. thanks. > Nakada-san * changed to omit <p>...</p> for some ListItem. * added `class="foottext"' attribute to <p> element for foottext. thanks. > Kimura-san * bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
2002-02-01Conflict with autoconf-devel.skrll1-1/+3
2002-01-31Add and enable py-distutils.wiz1-1/+2
2002-01-31Back out previous as it is redundant to the mechanism already injlam1-2/+1
bsd.pkg.mk. buildlink.mk files never need to add rpaths to LDFLAGS unless a package installs libraries in some place other than ${PREFIX}/lib, e.g. mysql-client, qt2-libs.
2002-01-31Use the new aalib-x11 package in preference to the "no X11" aalib package.agc2-5/+5
Fix provided by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15271
2002-01-31eat more asm and c++ files. *chomp* *chomp*mrg2-7/+11
2002-01-31Update to bison 1.32mjl8-145/+15
* Fix Yacc output file names * Portability fixes * Italian, Dutch, Swedish, Russian translation * Many Bug Fixes * Use of alloca in parsers * When the generated parser lacks debugging code, YYDEBUG is now 0 (as POSIX requires) instead of being undefined. * User Actions Bison has always permitted actions such as { $$ = $1 }: it adds the ending semicolon. Now if in Yacc compatibility mode, the semicolon is no longer output: one has to write { $$ = $1; }. * Better C++ compliance The output parsers try to respect C++ namespaces. * Reduced Grammars Fixed bugs when reporting useless nonterminals. * 64 bit hosts The parsers work properly on 64 bit hosts. * Error messages Some calls to strerror resulted in scrambled or missing error messages. * The verbose report includes the rule line numbers. * Rule line numbers are fixed in traces. * Parse errors Verbose parse error messages from the parsers are better looking. * Fixed parser memory leaks. When the generated parser was using malloc to extend its stacks, the previous allocations were not freed. * Fixed verbose output file. Some newlines were missing. Some conflicts in state descriptions were missing. * Fixed conflict report. Option -v was needed to get the result. * Fixed incorrect processing of some invalid input. * Fixed CPP guards: 9foo.h uses BISON_9FOO_H instead of 9FOO_H. * %token MY_EOF 0 is supported. Before, MY_EOF was silently renumbered as 257. * doc/refcard.tex is updated. * %output, %file-prefix, %name-prefix. * --output * `--defines' and `--graph' have now an optionnal argument which is the output file name. `-d' and `-g' do not change, they do not take any argument. * Portability fixes. * The output file does not define const, as this caused problems when used with common autoconfiguration schemes. If you still use ancient compilers that lack const, compile with the equivalent of the C compiler option `-Dconst='. autoconf's AC_C_CONST macro provides one way to do this. * Added `-g' and `--graph'. * The input and the output files has automatically a similar extension. * NLS support updated; should hopefully be less troublesome. * Added the old Bison reference card. * Added `--locations' and `%locations'. * Added `-S' and `--skeleton'. * `%raw', `-r', `--raw' is disabled. * Special characters are escaped when output. This solves the problems of the #line lines with path names including backslashes. * New directives. * @$ Automatic location tracking.
2002-01-29add a pkg for Python "distutils", needed only for Python-1.5drochner4-0/+115
(got part of the standard ditribution later)
2002-01-29add py-Checker, py-Optik, py-unit and py-unitguidrochner1-1/+5
2002-01-29initial import of py-checker-0.8.8, a python code checker,drochner5-0/+114
submitted by Shell Hung per PR pkg/15153
2002-01-29initial import of py-unitgui-1.4.1, a GUI for py-unit,drochner5-0/+42
submitted by Shell Hung per PR pkg/15095
2002-01-29initial import of py-unit-1.4.1, a unit testing framework for python,drochner5-0/+40
submitted by Shell Hung per PR pkg/15094
2002-01-29initial import of py-Optik-1.2, a command line parsing library for Python,drochner4-0/+33
submitted by Shell Hung per PR pkg/14786
2002-01-29makeinfo >= 4.0 is need to process this package *.texi files.seb1-1/+3
2002-01-29add runtime search path to LDFLAGSdrochner1-1/+2
2002-01-29convert to new Python frameworkdrochner4-148/+32
2002-01-28Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.wiz4-29/+19
Changes: - Improved the algorithm for building the tree in the module browser, making it less error-prone. - Recursive add respects .cvsignore and $cvscfg(ignore_file_filter) - The Working Directory Browser parses the "Sticky Options" field and uses a different icon if a locally-added or up-to-date file is binary (-kb). - The Log Browser color-codes the selected revisions so you can visually match the log text with the box in the branching diagram. - The dialog for module-level tagging (cvs rtag) is a little more informative (and the code is a little less rococo). - The installer has a new option "-finaldest", to facilitate building debian-style packages. - The man page is installed in man1 instead of mann. - The tooltips no longer persist until the operation started by the button is finished.
2002-01-28use distutils to build the extension module, to make it work withdrochner4-17/+41
newer Python versions too, XXX we have to override the do-patch rule to avoid patch errors (we use EXTRACT_ELEMENTS, so we don't generally have all the original files)