summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-09Add a comment explaining that bizarre $$(id -un ...) construct in ROOT_CMD.tv1-1/+3
2004-10-091. Make the extractor compress the jarfiles. Sun has an annoying tendencytv4-8/+14
to store (mode-0) all classes in jarfiles, which in practice does *not* provide any measureable speedup; rather, let's get back some diskspace. 2. Enable the new Class Data Sharing feature by doing a -Xshare:dump at extract time and installing the resultant classes.jsa.
2004-10-09Move -D_ALL_SOURCE for Interix, required for nearly every compilation, fromtv2-9/+9
the funky CPPFLAGS assignment into the new wrapper framework.
2004-10-09devel/patch is needed by some platforms in order to build ccache, so don'ttv1-2/+2
cache that one either.
2004-10-09Add EXTRACT_ENV.bin, allowing things to be passed into the environment oftv1-2/+3
a ".bin" extraction (to be used shortly by lang/sun-jre15). This isn't a generic EXTRACT_ENV, as the rest of the extraction tools don't currently need such a knob. The most common use would be to set things in the env of a binary-only distribution to make for silent or otherwise twiddled package extraction.
2004-10-09Update openh323 to 1.12.2mjl6-67/+100
No changelog available, sorry.
2004-10-08This pkg fails to build with make from NetBSD-1.6.2. Use the GNU makekristerw1-1/+2
instead.
2004-10-08Note PKGREVISION bump for misc/dync.kristerw1-1/+2
2004-10-08Make this package build after the mk/wrapper changes.kristerw4-17/+38
Make sure that a temporary library name buffer is nul-terminated. PKGREVISION++.
2004-10-08Update to 3.0.7.mycroft6-45/+37
2004-10-08Install ptbuildopts.h too.mjl2-5/+7
2004-10-08Patch path to included makefile for openh323 consumption.mjl1-3/+10
2004-10-08Also install ptlib/version.hmjl2-2/+4
2004-10-08Drop the extraneous comma in "-Wl,-R,/dir" and turn it into "-Wl,-R/dir".jlam1-1/+15
Do the same for options that look like "-Wl,-L,/dir".
2004-10-08Update pwlib to 1.5.2mjl14-201/+250
Make this compile with newer gcc versions, and bring in a more recent version of the library. No changelog is available unfortunately.
2004-10-08Do the Interix fix in a more portable manner.tv2-4/+4
2004-10-08Note update of glib2 to 2.4.7.jmmv1-1/+2
2004-10-08Update to 2.4.7:jmmv3-7/+8
* Win32 bug fixes - Fix Unicode collation [Tor Lillqvist] - Fix a thread leak [Peter Zelezny] - Fix build with newer mingw headers [Tor] - Convert messages to UTF-8 [Kazuki Iwamoto] - Don't open console windows [Tor] * Other bug fixes [Manish Singh, Matthias Clasen, Morten Welinder, Tim Janik, Tor] * Documentation improvements [Morten, Stephan Kasal, Philippe Blain, Nickolay V. Shmyrev, Gustavo Carneiro, Kjartan Maraas, Stefan Kost] * New and updated translations (bs,da,es,gl,ne,nn,or,ro,sq,tr)
2004-10-08nb2: Make the "echo" substitute work on Interix. Noted bytv5-8/+50
Hiramatsu Yoshifumi <hiramatu@boreas.dti.ne.jp> in PR pkg/27182.
2004-10-08Bump BOOTSTRAP_VERSION for previous.tv1-2/+2
2004-10-08Revert part of rev 1.19:tv1-4/+4
There's one place where you absolutely *must* use bmake: when building pkg_install. Otherwise its Makefiles will attempt to get $(MACHINE_ARCH) from the system make, which is not likely to be correct on several platforms.
2004-10-08Currently this is completely hosed on big-endian platforms; add appropriatetv1-1/+3
NOT_FOR_PLATFORMs reflecting it.
2004-10-08No target information is available for Interix; disable it here.tv1-2/+2
2004-10-08Updated psiconv to 0.9.6adam1-1/+2
2004-10-08Changes:adam9-101/+33
0.9.6 20040430 Compilation fixes for Solaris Compilation fixes for ImageMagick unavailability 0.9.5 20040406 Bug fixes Compilation with gcc 2.95.x should work again 0.9.4 20040316 Mostly bug fixes Minimum version required for AbiWord 2.1.1 and later 0.9.3 20040226 Minimum version required for new AbiWord 2.1 plugin Fixed a few minor bugs Added psiconv_unicode_from_list and psiconv_unicode_strstr Much better error and progress reporting in generators 0.9.2.1 20040223 Quick fix for the library number mistake in 0.9.2 0.9.2 20040223 Many bugfixes, among them some critical ones: * Package now builds without psiconv.conf files installed UTF8 Psion support might now actually work -c argument introduced for psiconv program 0.9.1 20040209 Added the psiconv-config program. Fixed the installation of @includedir@/psiconv/general.h Added the forgotted psiconv_config_free function. Removed some small memory leaks. 0.9.0 20040204 New major library version number breaks source compatibility: * All strings and characters are now stored in UCS-2 * New config structure. - Call psiconv_config_default and psiconv_config_read at the start of your program - Almost all functions have a new psiconv_config parameter - All former global variables are now in this structure * Several minor changes in the functions defined in parse_routines.h and generate_routines.h * All generate_* routines have now a lev parameter except generate_file. * psiconv_sketch_section data representation changes * New verbosity level PSICONV_VERB_ERROR Use config files /etc/psiconv.conf and ~/.psiconv.conf Support automake 1.6, 1.7 and 1.8 Support autoconf-2.50 and up Support ImageMagick 5.4.x and 5.5.x (API changed once again...) Support Unicode output in psiconv program (Keita Kawabe) Don't use features not present in plain sh (Keita Kawabe) Clean up some automake-related stuff. Format documentation is now installed too. Debian build support Embedded objects in Word are now properly parsed and generated Sketch file generation is added (stand-alone and as object) MBM and Clipart file generation is added Image files other than 2-bits greyscale are parsed and generated (experimental) Errors and warnings sanitized Rewrite of the psiconv program: * Outputs in UTF8, UCS2, ASCII or Psion encodings * XHTML target generates strict XHTML using CSS * HTML4 target generates traditional HTML without CSS * IMAGE target remains the same * LATEX and RTF targets are not supported anymore
2004-10-08Initial version (needed by XFce 4.2).martti1-0/+20
2004-10-08Change man1/nc.1 to man1/nedit-nc.1 to avoid conflict with netcatadam2-7/+7
2004-10-08Updated dbh to 1.0.20martti1-1/+2
2004-10-08Updated dbh to 1.0.20martti3-9/+7
Changes unknown (ChangeLog ends to 1.0.10). This version is needed by the (not yet released) XFce 4.2
2004-10-08Updated several xfce4 pluginsmartti1-1/+7
2004-10-08Updated xfce4-clipman-plugin to 0.4.1martti3-9/+8
* Bug fixes
2004-10-08Updated xfce4-datetime-plugin to 0.3.1martti4-10/+10
* Bug fixes
2004-10-08Updated xfce4-showdesktop-plugin to 0.3.0martti3-7/+7
* Bug fixes
2004-10-08Updated xfce4-netload-plugin to 0.2.3martti4-10/+10
* Bug fixes
2004-10-08Updated xfce4-diskperf-plugin to 1.5martti4-28/+7
* Bug fixes
2004-10-08Updated xfce4-wavelan-plugin to 0.4.0martti3-8/+7
* Bug fixes
2004-10-08Update mail/clamsmtp to 0.9.5:xtraeme3-6/+7
0.9.5 - Fixed problems with the select zeroing out timeouts. - Added support for setting the PidFile from the config file 0.9 - Don't quit when too many threads created - Restructured smtp passthru system so it can be used by other apps - Better IO and SMTP parsing - Changed default header to be similar to Amavis - Compiles and runs on systems without error checking mutexes - Ability to drop privileges and run as a different user [Rubio Vaughan] - Fixed config file bugs - Virus Actions. Run a script every time a virus is found. - By default don't use ClamAV sessions. This fixes several stability problems that were being experienced with clamd.
2004-10-08Check for pkgconfig files (.pc) presence.xtraeme2-4/+6
2004-10-08Note update of adzap to version 20040914 - lots of new ad pattern updates.simonb1-2/+2
2004-10-08Upgrade to version 20040914 - lots of new ad pattern updates.simonb2-5/+5
2004-10-08X11_TYPE=xorg:xtraeme1-3/+1
Blah, again the .pc files problem with compositeext and fixesext, we have the headers but not these files... remove them.
2004-10-08Back out previous, I was really really wrong!xtraeme1-1/+2
2004-10-08Check for the .pc files presence...xtraeme2-5/+9
2004-10-08This package does not need compositeext, remove it.xtraeme1-2/+1
2004-10-08s/composite_proto/compositeproto/xtraeme1-2/+2
2004-10-08typoxtraeme1-3/+3
2004-10-08Use builtin versions for Xcomposite and compositeext for X11_TYPE=xorgxtraeme1-3/+5
users.
2004-10-08More builtin machinery for X11_TYPE=xorg users.xtraeme2-0/+25
2004-10-08Use PKG_SKIP_REASON to print a message when X11_TYPE != xorg.xtraeme1-1/+8
2004-10-08Missing bits to make this build/work correctly on FreeBSD 5.x.xtraeme13-86/+122
Not tested on 4.x, but changes should be trivial to commit...