summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam19-52/+27
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-09-18Only attempt to remove the man/de/* directories as other packages may alsojlam1-3/+3
have man pages there.
2002-09-18Add secure HTTP support to the "wget" package. It is turned on by defaulttron2-2/+17
and can be turned of by "WGET_USE_SSL=NO".
2002-09-18Added mserv_irman-0.14abs1-1/+2
mserv_irman allows easy control of the 'mserv' mp3 jukebox program using ordinary remote controls and irman receivers from evation.com. mserv already allows rating of tracks to allow the system to pick tracks appropriate to who is currently connected. mserv_irman works with this to permit relatively peaceful sharing of an mp3 jukebox in an office of widely disparate tastes.
2002-09-18Import mserv_irman 0.14:abs4-0/+44
mserv_irman allows easy control of the 'mserv' mp3 jukebox program using ordinary remote controls and irman receivers from evation.com. mserv already allows rating of tracks to allow the system to pick tracks appropriate to who is currently connected. mserv_irman works with this to permit relatively peaceful sharing of an mp3 jukebox in an office of widely disparate tastes.
2002-09-18${PKG_PREFIX} -> ${PREFIX}grant1-2/+2
2002-09-18${PKG_PREFIX} -> ${PREFIX}, fix a typo.grant1-2/+2
2002-09-18Use group "news" again because it is used for reading read protectedtron1-3/+3
server authentification files. Bump package revision once more.
2002-09-18Update p5-Jcode pakcage to 0.81; one bug fix.taca2-5/+5
$Revision: 0.81 $ $Date: 2002/09/18 13:45:32 $ ! Jcode.pm jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp> Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>
2002-09-18update to 0.8.1drochner3-114/+7
Changes in this version, compared to 0.8: * Various bug fixes: - tracing works now with pyexpat - fix registry key for MSIE XBEL support - correct ill-formedness of xmlproc.dtd2schema - avoid adding comments and PIs in the internal subset as Document children when building minidom trees - properly close files in xml.dom.ext.reader.* * XSLT is not installed anymore by default, specify --with-xslt if desired * Update Expat to 1.95.5 * Add features to xml.parsers.expat: - new method "UseForeignDTD" - new attribute "features" * Update to 25 July 2002 LS spec for xml.dom.xmlbuilder. Use expatbuilder if no parser is given to xml.dom.minidom.parse[String]. * Fix many obscure DOM bugs * Define and document the implementation-defined behaviors of cloneNode() for xml.dom.minidom. * Use urllib2 instead of urllib throughout.
2002-09-18Update scmxx to 0.6.1.5; notable changes since previous include:kleink2-6/+5
0.6.1.5 add capability to specify "all" as slot for sending to force overwriting starting from minimum slot change in message on which slot is used --info now stores the information in the file specified with --file; if non was specified it prints them to stdout do not hardcode the standard file descriptors 0.6.1.4 (was only available as patch) add configure entry that looks for cfmakeraw() (not in cygwin) make cfmakeraw() work-around available if cfmakeraw() is not present fix slots min/max that may differ between readable and writable make arguement to --vcard really optional (in 0.6.1.3-3: fixed spec file for file and dir permissions)
2002-09-18Always Linux-*-i[3456]86, never Linux-*-i386.abs1-4/+4
Fixes ap-jk build breakage on Linux systems.
2002-09-18Add and enable sablecc.agc1-1/+2
2002-09-18Initial import of sablecc-2.16.2 into the NetBSD Packages Collection.agc5-0/+53
Provided in PR 18302 by Daniel Hagerty <hag@linnaean.org> SableCC is a java based framework for compiler construction. It generates LALR(1) parsers from an EBNF grammar syntax.
2002-09-18Add security patch from the FreeBSD ports collection:tron3-5/+13
Drop setgid kmem privs before executing external programs. Reported by: Christer Oberg <christer.oberg@gmx.net> Bump the package revision to 3.
2002-09-18Use wildcard dependence for "nntpclnt" package.tron1-2/+2
2002-09-18Fix typo in last commit.tron1-2/+2
2002-09-18Don't install the "inews" binary as setgid "news" because it istron1-3/+3
completely unnecessary. Bump package revision to 1.
2002-09-18Fix khtml/java/kjava.policy so that it includes a real path. This allowsskrll2-1/+14
the security manager to be on when using java in konqueror. Found by Wolfgang Solfrank ws at tools dot de
2002-09-18Fix compiler warning.tron2-35/+29
2002-09-18Use correct version number for libs (hi drochner!)martti1-3/+3
2002-09-18Install destination must be PREFIX, not LOCALBASE.uebayasi1-8/+8
2002-09-18update to cdpack-1.4.2. This is a documentation fix only update. Thedmcmahill3-7/+8
change is to make the usage output and the manpage agree with each other and with reality. Thanks to hubertf at netbsd for pointing out the problem.
2002-09-18Split up the UNTRANSFORM variables into *.{1,2,3} so that they won'tjlam2-6/+15
exceed any maximum length on values stored in a variable.
2002-09-18Create a dummy libtool archive for the system libintl.*, otherwise, in thejlam1-1/+9
future when pkgsrc's libintl.so depends on libiconv.so, libtool will be confused and use the wrong libintl when we want the system one.
2002-09-18Modifications and additions to create a dummy libtool archive to representjlam3-24/+115
a system library so that we can prefer a system library to a pkgsrc one when building with pkgsrc.
2002-09-17Move the LIBTOOL definition outside of the USE_LIBTOOL conditional so thatjlam1-2/+2
it may be used by buildlink2.
2002-09-17Update sylpheed to 0.8.3mjl2-6/+6
* The state of compose window is now changed automatically when the account is selected. * The option to only mark message as read when opened in new window has been added. * The receive progress dialog now shows detailed information in the status list. * The receive progress dialog can be kept open. * The line-joining problem of auto-wrapping has been fixed. * IMAP and News cache files/directores are now correctly purged if they become unnecessary. * The wrong news article number calculation has been fixed. * The summary refresh problem has been fixed.
2002-09-17update to 1.95.5drochner2-5/+5
changes: Added XML_UseForeignDTD() for improved SAX2 support. Added XML_GetFeatureList(). Defined XML_Bool type and the values XML_TRUE and XML_FALSE. Use an incomplete struct instead of a void* for the parser. Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected. Finally fixed bug where default handler would report DTD events that were already handled by another handler. Initial patch contributed by Darryl Miller. Reduced line-length for all source code and headers to be no longer than 80 characters, to help with AS/400 support. Reduced memory copying during parsing (SF patch #600964). Fixed a variety of bugs.
2002-09-17this needs png & tiff to workdrochner1-1/+4
2002-09-17Ensure that the PROTECT and UNPROTECT variables are clobbered by properlyjlam1-3/+6
ordering them and using += instead of an accidental = . This should fix pkg/18324 by John Kohl <jtk@kolvir.arlington.ma.us>.
2002-09-17Updated cpuburn to 1.4nb2abs3-9/+11
Nuke -nostdlib and play some define games to ensure we have a 'main' instead of '_start', so the binary includes the NetBSD ELF note and runs correctly.
2002-09-17update to 0.12:dillo4-98/+10
preliminary support for sftp (requires ssh protocol version 2) print estimated remaining time for down- and uploads
2002-09-17Update benchmarks/bonnie++ to 1.02c. Changes from version 1.01 includejlam3-12/+13
fixes to minor bugs and to one serious bug in reporting seek test results.
2002-09-17Sort.jlam1-5/+5
2002-09-17Add & enable liece.uebayasi1-1/+2
2002-09-17Initial import of Liece 1.4.8, another IRC client for Emacs/XEmacs.uebayasi4-0/+153
Liece has many advanced features, atractive user interface, and is being actively developed.
2002-09-17irchat -> irchat-pjuebayasi1-2/+2
2002-09-17Move to chat/irchat-pj, which reflects the original package name and moreuebayasi6-117/+0
appropriate. Pointed out by Yoshiyuki Haraoka.
2002-09-17Reimport irchat-pj as chat/irchat-pj instead of chat/irchat.uebayasi6-0/+117
2002-09-17Add REPLACE_BUILDLINK, REPLACE_BUILDLINK_PATTERNS, REPLACE_BUILDLINK_SED tojlam1-13/+95
bsd.buildlink2.mk. This allows packages that use buildlink2 to fix up *-config and other shell scripts that hardcode wrong library names as a side-effect of how buildlink2 works, e.g., the package thinks "-laa" works because the wrapper silently converts it to "-laa-x11. REPLACE_BUILDLINK files relative to ${WRKSRC} REPLACE_BUIDLINK_PATTERNS shell glob REPLACE_BUILDLINK_SED sed expression to run over the files named above
2002-09-17Require 1.0.4nb1 and include pthread.buildlink*.mk now that pthreadjlam2-4/+8
support is activated in libsigc++.
2002-09-17Ensure that the pthread library is linked into libsigc.so.jlam2-6/+15
2002-09-17libsigc++ passes it's tests when compiled with pthread support, so turn itjlam1-10/+15
on. Bump PKGREVISION.
2002-09-16Updated cpuburn to 1.4nb1 [abs 2002-09-16]abs3-3/+21
On NetBSD include /usr/lib/crtbeginS.o to ensure binaries are recognised as native.
2002-09-16Update net/openslp to 1.0.9a. Changes from version 1.0.7 include:jlam3-5/+6
* Added version and length sanity checks for incoming messages * Fixed possible SEGV when logging DA traffic * Added patch from Arun Barboza that makes attribute compares case insensitive as per RFC 2608 * Added patch from Garth Bushell that fixes an SLP url parsing problem. * Added patch from Arun Barboza to handle '==' SLPv1 predicates. This patch allows better interoperability with Novell SLP networks. * Added fix from Arun Barboza to make V1 DAAdverts use the same encoding as the request * Fixed a problem in SLPProcessMessage where errorcodes were not being returned resulting in attempts to send non-allocated sendbufs (i.e. SEGV). * Fixed a problem where SLPReg() would hang if used against a DA or SA that prematurely dropped connections * Force use of numeric IP addresses in all DAAdvert and SAAdvert messages. * Fixed bug where idle connections to DAs were not being aged. * Added code so that 'slptool -v' will return the path of the slp.conf file libslp.so is configured to use.
2002-09-16Change the way that we note when a libtool file has been fixed byjlam2-6/+12
buildlink2. We used to create a timestamp file in the .libs directory. Now, we add a line to the *.la and *.lai file that directly notes that it has been "modified by buildlink2". This makes it easier to debug problems caused by using the wrong libtool during either a build or install by checking if the *.la or *.lai files have the "modified by buildlink2" line.
2002-09-16Add a missing shell wildcard which was causing the expression to notjlam1-2/+2
catch arguments with symbols that are special to the shell.
2002-09-16Fix this for LP64 systems by meta-patching the Debian patches to switch offmycroft4-1/+43
_LP64 (which we use), rather than SIZEOF_SIZE_T==8 (which is only defined in the Debian build goo). Really, the right answer is to add an autoconf test -- or fix the crappy language.
2002-09-16Bump PKGREVISION. Pointed out by wiz.uebayasi1-1/+2