summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-25Do the whole automake step, not just the autoconf step, at pre-configurejlam1-2/+6
time. We need the various Makefile.in to be regenerated due to changes in the patched configure.in. Doing it now prevents the build process from automatically doing it later during the build, which would overwrite any changes done to the configure script by targets in ${_CONFIGURE_PREREQ}.
2001-10-25Note package is strongly-buildlinked (trivially).jlam1-1/+2
2001-10-25Add buildlink.mk file for use by other package Makefiles.jlam1-0/+36
2001-10-25- Create explicitly ${PERL5_SITELIB}.taca2-4/+5
- Change install directory of jcode.pl to ${PERL5_SITELIB}. This should fix bulk build error.
2001-10-25I can be the new MAINTAINER for lyx (suggested by frueauf)martti1-2/+2
2001-10-25Updated to 1.1.6.3. Changes since 1.1.6.1:martti3-21/+56
- documentation has been updated to remove errors due to interface change - new italian user guide; updated french localisation of menus and documentation; new dutch translations of some examples - it is now possible to enter directly characters in an encoding different from latin1 (providing one is using a correct screen font) - new encts class for Elsevier Science's Electronic Notes in Theoretical Computer Science - new cv class for writing curriculum vitae - new extarticle, extreport, extbook and extletter classes, which are versions of the normal classes with more font sizes available - the aapaper class has been complemented with a aa class for the A&A LaTeX document class version 5.0, which is slightly incompatible with the older version - add language support in docbook; better support for verbatim text. - many translations updated; big french documentation overhaul; german documentation update - preliminary Thai support; new serbo-croatian support
2001-10-25Pass ${command_args} in stop_cmd, as requested in pkg/14349.wiz1-2/+2
2001-10-25plug string format vulnerability.itojun4-3/+57
2001-10-25* vim-gtk and vim-xaw: added dependency to xpm (Should fix pkg/14341)martti4-6/+12
* Added two new patches (instead of adding nb1 to the version number). 6.0.024 inserting a char with CTRL-V u 9900 may cause a crash 6.0.025 using "$" after "\v" in a regexp doesn't always work And now I'll switch to a not-so-frequent vim patching mode, maybe once a month is enough (although vim is almost like Linux, new patches are needed all the time to make it stable :-)
2001-10-25Note addition of games/sjeng.jlam1-1/+2
2001-10-25games/sjeng - engine for chess variations (bughouse, suicide, etc.)jlam8-0/+213
Sjeng is an attempt to create a bughouse- and crazyhouse-playing program that can attain a level comparable to what the best human players are capable of. Sjeng also can play standard, suicide, giveaway and losers chess.
2001-10-25Bump the dependency on libwww to 5.3.2nb1, to ensure that the packagedfredb1-2/+2
binaries on pre- NetBSD-1.5 systems don't carry the burden of (unnecessary) dependencies on the "openssl" shared libraries.
2001-10-24Update the tcl-expect packages to be based on expect-5.33.jwise4-20/+20
Changes from 5.32.1 (the last pkgsrc version): 10/1/01 5.33.0 <mark@doradosoftware.com> found that expect's diagnostics didn't include the "no" after testing for a full buffer. Hemang Lavana <hlavana@cisco.com> noted that "debug" (Dbg_On) calls didn't always force the debugger into step mode. Martin Kammerhofer <dada@sbox.tugraz.at> noted that the man page neglected to document interpreter -eof. Chris Clare <clarec@nortelnetworks.com> provided fix for multiple decl in C lib. Sheng Wang <wangs@sh.bel.alcatel.be> found interact's can-match code had broken. It was missing the special hook that Henry had added just for this purpose. How strange. Dieter Fiebelkorn <dieter@fiebelkorn.net> requested addition to config.guess for Power*Macintosh:Darwin for MacOSX. Aside - to download latest config.guess: cvs -d :pserver:anoncvs@subversions.gnu.org:/cvs checkout \ config Added pipeline example to unbuffer man page. 8/4/00 5.32.2 Allen J. Newton <anewton@alturia.fleet.org> provided code for generating passwords with special characters in mkpasswd. Brent Welch <welch@ajubasolutions.com> changed the fix1line install script so that "autoexpect" and other scripts that get installed into the platform-independent bin directory generically invoke "expect" from the users PATH instead of hardwiring the platform-specific expect pathname.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam138-286/+278
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24Note that x11.buildlink.mk should be included first.jlam1-1/+5
2001-10-24Back out previous change. The problem noted in net/mtr should be fixed byjlam1-3/+3
the recent commits to bsd.buildlink.mk (1.46) and bsd.pkg.mk (1.828).
2001-10-24Rearrange some of the logic to consolidate the code that is a.out-specific.jlam1-7/+10
Also name the replace-libnames-configure as part of ${_CONFIGURE_PREREQ} instead of as a prerequisite to pre-configure. This is needed so that the replacement occurs _after_ pre-configure target is run, which may call autoconf/automake to regenerate the configure scripts. Before this change, the replacement would be overwritten when the configure scripts were regenerated. This should fix a problem first noticed by Alistair Crooks <agc@netbsd.org> in the net/mtr package.
2001-10-24The do-configure target has some "stuff" that is supposed to be done afterjlam1-17/+26
the pre-configure target is called but before the configure script is called, but it's added in a non-extensible way. This "stuff" is the replace-ncurses step and the ltconfig-override step. Move these steps out into their own targets that are named as prerequisites to the do-configure step. The prerequisites are specified in the private variable _CONFIGURE_PREREQ, to which other independent targets may be appended.
2001-10-24Make some more variables "private" by prepending with an underscore.jlam1-7/+7
2001-10-24Two of the TRANSFORMs were round the wrong way in the "use curses" case -agc1-3/+3
when you encounter libncurses, turn it into libcurses, and likewise when you encounter ncurses.h, turn it into curses.h. Makes mtr work on a 1.5.2 shark.
2001-10-24Back out last commit. Under certain circumstance (which??) the filestron2-2/+5
are installed indeed.
2001-10-24Remove a stupid assignment of "INSTALL_SCRIPT" in "configure" which causedtron2-1/+15
a "make reinstall" of the "xscreensaver" and the "xscreensaver-gnome" package to fail.
2001-10-24Remove bogus entry for "share/omf/scrollkeeper/scrollkeeper_manual-C.omf".tron1-2/+1
2001-10-24add xpm's buildlink.mk. fixes problem in recent bulk build. fixdmcmahill1-1/+2
suggested by zuntum.
2001-10-24update to verilog-current-20011020.dmcmahill3-11/+16
changes since last snapshot include: - addition of a fpga target for synthesis. outputs edif, optimized for xilinx virtex parts. - fixed bug with synthesis of != - fixed bug in hex constant parsing - fixed vvp bug with subtracting very wide words - much improved VCD output - many other bug fixes and robustness improvements.
2001-10-24Remove bogus entries for files "share/omf/gnome-core/session-C.omf" andtron1-3/+1
"share/omf/gnome-core/session-ja.omf".
2001-10-24Use wildcard dependence for "db3" package.tron1-2/+2
2001-10-24- Note obrien@freebsd.org's work in the head of Makefile.commonmartti2-4/+17
- Updated to 6.0.23. Changes since 6.0.18: 6.0.019 crash when making a printable string with multi-byte chars 6.0.020 <Leader> and <LocalLeader> don't work inside a function 6.0.021 the 'cscopepathcomp' option didn't work 6.0.022 'langmap' wasn't use after a command starting with "g" 6.0.023 The lhaskell syntax file didn't load haskell.vim
2001-10-24Add tct to the list of utilities which need to be packaged.agc1-1/+5
2001-10-24Add and enable x2vncagc1-1/+2
2001-10-24Initial import of x2vnc 1.2 into the NetBSD Packages Collection.agc4-0/+27
x2vnc merges the capabilities of x2x and vncviewer. It will allow a machine with an X display and a machine with a VNC server running on its main screen to act as if they were two displays connected to one machine. When you move your mouse pointer off the screen in a direction of your choosing, the pointer will appear on the other screen instead. Provided in PR 14344 by Michael Santos (mike@ethmoid.org).
2001-10-24Upgrade to version 1.3.0, and fetch from new home on sourceforge.cjs5-23/+14
Changes: - can edit block special files - can read/edit/write parts of files - +cmd now works on command line - :e# bug fixed and a buffer overflow fixed - bmore program added to package
2001-10-24Filename didn't change, but contents did, so add DIST_SUBDIR.wiz2-4/+5
2001-10-24Updated TeXfamily, TeXfamily-share to 1.2.1nb1. Addresses pkg/13984.kei10-397/+58
- Fixed to the long-standing problem that since the date of LaTeX included teTeX is too old (i.e. > 1 year), TeXfamily doesn't compile. - Fixed TeXfamily build problem. TeXfamily is a patch to teTeX-bin, so if ${WRKDIR} of teTeX-bin is remaind when TeXfamily build starts. This occurs if you cd to japanese/texfamily and do make on the system teTeX-related packages are not installed. - Updated dvipsk-jpatch to p1.5e which is a content of the package. o fixed a bug that an extra rotate was put at the last of each pages. o fixed a bug that output position of the European fonts was incorrect with help from Hideyuki Suzuki at the University of Tokyo.
2001-10-24Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamilykei5-12/+46
which doesn't compile recently because of the LaTeX's "Hey, your distribution is too old! Please update it to the latest one!" feature. Quoted from the patch to `latex.ltx'. This is a work around for the '1 year old' error which avoids the format file from being generated correctly. Provided by Naoto Shimazaki. Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src} packages, applying this patch is done by packages' Makefiles on do-install stage. New version numbers after these changes are like below: teTeX: 1.0.7nb1 teTeX-bin: 1.0.7nb1 teTeX-share: 1.0.2nb1 teTeX-sharesrc: 1.0.1nb1
2001-10-24only conflict on rpm2cpio < 1.0nb1lukem1-2/+2
2001-10-24- update for new version which supports v4 RPMslukem3-9/+7
- install as rpm2cpio.pl, so the conflict with misc/rpm can be modified - crank to 1.0nb1 (to assist in the conflict fix above)
2001-10-23Strongly buildlinkify.jlam1-4/+4
2001-10-23Strongly buildlinkify.jlam3-6/+7
2001-10-23Update 6tunnel to 0.09zuntum2-5/+5
Changes from version 0.07: 0.09, 2001-10-18, wojtekka@irc.pl - included patch from OpenBSD port by Patroklos Argyroudis <argp@bsd.gr>. - fixing the fix - patch by awayzzz <awayzzz@digibel.org>. 0.08, 2000-12-12, ascent@linux.pl - modified IPv4 to IPv6 mapping -- better memory managing. 0.08, 2001-10-13, wojtekka@irc.pl - some memory leaks fixed thanks to Sorrow The Prince <s0tp@libero.it>. - fixed dos condition thanks to awayzzz <awayzzz@digibel.org>.
2001-10-23Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}veego5-10/+10
This fix a fetch error.
2001-10-23Integrate a patch from the sourceforge page for this project.jwise4-6/+35
With this patch, the sablotron base URI for xslt processing is set to the current working directory, so document inclusion (ala <xsl:apply-templates select="document(data/test.xml)" /> ) will DTRT. Bump the pkg version to 1.1nb1, as stylesheets written for the new version may not work with the old.
2001-10-23this needs suse_compat as welllukem1-1/+2
2001-10-23There are some .c files in the header directory.jlam1-3/+3
2001-10-23Add a buildlink.mk file for use primarily by packages that use apxs tojlam1-0/+60
compile Apache extension modules. This is usable by packages that depend on either apache or apache6.
2001-10-23Buildlinkify (trivially).jlam2-3/+50
2001-10-23Strongly buildlinkify.jlam4-9/+10
2001-10-23Some cosmetic changes, use ${MAKE_PROGRAM} instead of ${GMAKE} to refer tojlam1-7/+6
the make program used in building xconq, and remove the unnecessary tcl/buildlink.mk file as it's pulled in by tk/buildlink.mk.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam131-266/+281
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23Create private variables _TCLCONFIG_SED and _TKCONFIG_SED that hold thejlam2-10/+23
sed expression used to convert tclConfig.sh and tkConfig.sh into forms usable by buildlink.