summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2002-09-16Add a missed dependency on libiconv. PR#18304 by Christopher Richards.uebayasi1-1/+2
2002-09-16Fix malformed BUILD_DEPENDS line. PR#18305 by Christopher Richards.uebayasi1-2/+2
2002-09-16oops - forgot to commit this (thanks wiz)drochner1-0/+6
2002-09-16Add & enable ddskk.uebayasi1-1/+2
2002-09-16Initial import of DDSKK 20020915.uebayasi5-0/+131
SKK is one of Japanese input methods on Emacs. SKK was designed and created in 1987 by Masahiko Sato(a professor of Kyoto University). We will expand SKK in this openlab in accordance with the GPL. SKK is an abbreviation of `Simple Kana to Kanji conversion program'. Some people say SKK should be `simple' as its name indicates and should not be complicated in both of its features and structure of files. The goal of this openlab is that we can say, `SKK is still simple in its main features, but optionally exandable and still fast!'
2002-09-16s/install-info/${INSTALL_INFO}/uebayasi1-3/+3
2002-09-16* Assume each Emacs lisp package supports only (GNU) Emacs 20/21 by default.uebayasi1-7/+24
* Slightly modify the way to prefix "xemacs-" to a package compiled for XEmacs. * Suppress warnings issued when Emacs/XEmacs are not installed.
2002-09-16Include bsd.prefs.mk earlier, so this actually builds again.mycroft1-1/+3
2002-09-16Updated cpuflags to 0.33abs2-3/+4
Add entry for alpha 21264B
2002-09-16Updated squirrelmail to 1.2.8martti3-10/+23
* HTML cleanup on search and addressbook pages * Fixes for multiple XXS exploits on the addressbook, search, help, and options pages * more accurate error messages on failed login * HTML table cleanup when viewing attachments * fix for X-MSMail-Priority conflict bug #600369 * fix for multiple email addresses on the same message line * fix for "." on a single line in a text attachment bug #598750 * Core code and plugins converted to work with register_globals Off * fix for reply quoting on resumed drafts * fix for fgets errors in file_prefs bug #578834 * fix for date format on calendar day view bug #582919 * fix for org. logo width/height values bug #572807 * fix for reading/writing ldap prefs with conf.pl bug #57595 * fix for 'fixed' font style in css bug #571463 * fix for attachments in safe mode bug #585340 * fix for forward attachment bug #585836 * fix for php warning when saving drafts bug #585012 * returned generic_header hook to page_header.php bug #554278 * fix for syntax error in darkness theme bug #576066 * fix for some attachments not being displayed bug #577052 * fix for matching uppercase headers on mailbox display bug #584082 * fix for folder names containing regex characters bug #574889, #578156 * fix for endless loop on raw binary data in email bug #547662
2002-09-16quote args to pkg_info, to prevent some shell trying to interpret them.hubertf1-8/+8
2002-09-16show-installed-depends: properly quote pkg, as it can contain some thingshubertf1-2/+2
the shell would definitely interpret in a wrong fashion (like "perl>=5.0" - we don't want to create some file). Pointed out by Jan Schaumann <jschauma@netmeister.org> on tech-pkg.
2002-09-16Updated proftpd to 1.2.6martti3-10/+10
* mod_quota removed due to lack of active maintenance * New version of mod_ldap (2.8.10) * New directives added: Define, <IfDefine>, <IfModule>, TimeoutSession * Directives removed: AllowChmod, ShowDotFiles * STOU support added * LFS support added * Fixed various minor bugs
2002-09-16Updated fvwm2 to 2.4.10martti4-15/+15
* The commands Maximize, Resize and ResizeMove can be used on icons as it was in 2.2.x. * Fixed hilighting of menu items with HGradient and VGradient MenuFace. Reduced flickering with these options. * Fixed a minor problem with entering submenus via keyboard. * Fixed race conditions in FvwmTaskBar with AutoStick that caused it to hang. * Fixed drawing of pager balloons with BalloonBack option. * Fixed drawing of SidePic menu background with B/D gradients. * Fixed drawing of menu item reliefs with gradient menu faces. * Fixed key bindings on window corners. * Fixed FvwmTaskBar i18n font loading * Fixed StackTransientParent style without RaiseTransient or LowerTransient on the parent window. * StackTransientParent works only on parent window if it is on the same layer. * Fixed handling of window group hint with the (De)Iconify command. * No more flickering when a transient overlapping its parent window is lowered. * Fixed hilighting of unfocused windows.
2002-09-16Updated xpmroot to 2.4.10 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-09-16Add ASCII pTeX 3.0.1 support.uebayasi6-84/+97
pTeX 3.0.1 - BSD license. - Fix hyphenation bug. - Catch up newer teTeX. dvipsk 1.5g - Fix tategaki tpic bug. - Fix PSTricks bug when FMapType is 9. - Support B4/B5 papersize by default. mendex 2.5 - BSD license - Fix -s option bug. - Change -c option. - Support new styles (delim_t, suffix_2p, suffix_3p, suffix_mp, heading_flag, heading_prefix, symhead_positive, symhead_negative). - Change escape behavier. - Other bug fixes. Bump PKGREVISION to 3.
2002-09-16Add and enable {adobe,ghostscript}-{cidfonts,cmaps}.jlam1-1/+5
2002-09-16Add & enable acroread5-{chsfont,chtfont,font-share,jpnfont,korfont}.uebayasi1-1/+6
2002-09-16Initial import of Asian Font Packs for Acrobat Reader 5 (Korean).uebayasi4-0/+22
2002-09-16Initial import of Asian Font Packs for Acrobat Reader 5 (Japanese).uebayasi4-0/+22