summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-07Update net/kiax to version 0.8.51 fixing the security issue in 0.8.5reinoud5-20/+22
From the change log: # Patched security flaw in iaxclient # Patched md5 to work on amd64 (Jasmin Buchert) # Added Malay translation (Mohd Effendi Jaafar)
2006-07-07Remove the commands that tried to make the ${X11BASE} directory if itjlam1-8/+2
didn't exist. Those commands were never run anyway, but moving the .MAIN target exposed these commands as unassociated.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam64-133/+112
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-07LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE have slightly differentjlam1-13/+33
semantics in pkgsrc. Because libtool-override is run by default whenever USE_LIBTOOL is specified, LIBTOOL_OVERRIDE never needs to be defined, and some packages set it to nothing to avoid running libtool-override. However, shlibtool-override is only run if SHLIBTOOL_OVERRIDE is defined and non-empty. Split the code for libtool-override and shlibtool-override to reflect these differing semantics. This should make the PHP packages build again by not overriding libtool.
2006-07-07Note update of "gimp" package to version 2.2.11nb3.tron1-1/+2
2006-07-07Add "twain" plug-in to package list under Mac OS X. Bump package revisiontron2-3/+12
because binary package changed.
2006-07-07Configure script tests for SDL>=1.2.10, so depend on that version.wiz1-1/+4
2006-07-07Add direct dependency on libiconv.wiz2-2/+4
With default options, this was pulled in via arts->glib2->libiconv, so no (and especially no recursive) PKGREVISION bump.
2006-07-07Added textproc/o3read version 0.0.4.ghen1-1/+2
2006-07-07Import o3read package from http://siag.nu/o3read/ghen5-0/+56
o3read is a standalone converter for the OpenOffice.org swriter (*.sxw) and scalc (*.sxc) formats. It doesn't depend on OpenOffice or any other external tools or libraries. Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1 There are three output modules: * o3read displays a dump of the parse tree * o3totxt creates plain text * o3tohtml creates html code The utility utf8tolatin1 converts from utf8 to 8859-1.
2006-07-07No need to define LIBTOOL_OVERRIDE explicitly since libtool-override.mkjlam1-2/+1
will search for libtool scripts up to ${OVERRIDE_DIRDEPTH} below ${WRKSRC} already.
2006-07-07Move the STEP_MSG outside of the .if.endif block so it's always printed.jlam1-3/+3
2006-07-07Add missing "rm" statement that was causing the libtool wrapper to bejlam1-1/+2
overwritten in the case where LTCONFIG_OVERRIDE was defined. As a side note, after analyzing the way that the original code in bsd.pkg.mk worked, I think we can nuke LTCONFIG_OVERRIDE completely, but we'll need a bulk build to verify this. The original code always replaced the libtool scripts because LIBTOOL_OVERRIDE is always defined in bsd.pkg.use.mk, so LTCONFIG_OVERRIDE essentially had no effect.
2006-07-07Make configure, install, and package barrier-aware even if NO_CONFIGURE,jlam3-6/+12
NO_INSTALL, or NO_PACKAGE are defined.
2006-07-07The build target needs to be barrier aware even in the NO_BUILD case.seb1-2/+4
Without this a straight make fails in pkgsrc/pkgtools/pkg_comp.
2006-07-07add a fix for a list content checking problem Hagen Boehm identifiedspz4-3/+68
add a typo correction in a comment
2006-07-07In all URLs, insist on the proper spelling of NetBSD.org.rillig1-2/+7
2006-07-07The TEST_TARGET "test" does not exist anymore. It is called "check" now.rillig1-2/+2
2006-07-07Updated audio/SDL_mixer to 1.2.7adam2-3/+3
2006-07-07Changes 1.2.7:adam3-18/+19
* Added support for dynamically loading SMPEG library * Added support for dynamically loading Ogg Vorbis library * Removed automake dependency, to allow Universal binaries on Mac OS X * Added gcc-fat.sh for generating Universal binaries on Mac OS X * Updated libtool support to version 1.5.22 * Use SDL_RWops also for native midi mac and win32 * Use SDL_RWops also for native midi gpl (todo: mac and win32) * Tweaked Mix_Chunk's definition to make predeclaration easier. * Search timidity.cfg also in /etc * Fix memory leaks in timidity player * Use also SDL_RWops to read midifiles for timidity * Patch from Eric Wing to fix native midi compiling on MacOS/x86. * Disabled support for the system version of libmikmod by default * Fixed building mikmod support on UNIX * Always build SDL_RWops music support * Added SDL_RWops support for reading MP3 files
2006-07-07Remove debugging and optimization options on Darwin, to be consistent withminskim2-11/+20
other platforms. No PKGREVISION bump because this package currently does not build on Darwin.
2006-07-07Add builtin.mk to use Darwin's native JDK.minskim3-0/+183
2006-07-07Set USE_JAVA=run because this package needs JRE only.minskim2-2/+4
2006-07-07Set USE_JAVA=run because this package downloads a .jar file.minskim1-1/+2
2006-07-07Note PKGREVISION bump of applerecords.minskim1-1/+2
2006-07-07This is a Java program. Include java-vm.mk to get a run-time dependencyminskim1-1/+4
on JRE. Bump PKGREVISION.
2006-07-07Set USE_JAVA=run because this package needs JRE only.minskim1-1/+2
2006-07-07Do not use libutil on Darwin.minskim1-2/+8
2006-07-07The fake JRE package for Darwin is not needed any more, because the builtinminskim1-26/+6
framework can detect a native JRE implementation.
2006-07-07Note PKGREVISION bump of {apache,jakarta}-tomcat5{,5}.minskim1-1/+3
2006-07-07Correct a variable name (PKG_JAVA_HOME). Bump PKGREVISION.minskim2-6/+6
2006-07-07This package does not need JDK. Set USE_JAVA=run.minskim2-2/+4
2006-07-07Add builtin.mk to use Darwin's native java.minskim1-0/+74
2006-07-07Set PKG_JAVA_HOME for Darwin.minskim2-6/+6
2006-07-07Make this package build with gcc-4.minskim2-1/+25
2006-07-07The package xemacs conflicts with is called gnuserv not gnuclient.markd1-2/+2
2006-07-07Add a workaround for GNOME bug #338015. This fixes PR pkg/33233.minskim3-1/+142
2006-07-07Add a workaround for GNOME bug #337993. This fixes "undefined symbols"minskim5-14/+157
errors on Darwin.
2006-07-06Don't try and do visibility stuff with gcc on Solaris as the Solarismarkd2-1/+24
gcc/ld doesn't support it. From Gilles Dauphin in PR pkg/33919.
2006-07-06Add a missing file from neon sources to fix an "undefined symbols" errorminskim4-1/+148
on Darwin. This addresses one of the errors reported in PR pkg/33233. Patches obtained from GNOME CVS.
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam11-11/+24
that they are never being created more than once by inserting a check into the *-cookie targets.
2006-07-06Correctly define int64_t when using gcc -m64 on solaris.markd2-1/+15
Fixes PR pkg/33416.
2006-07-06Remove an unnecessary target... ${_BARRIER_COOKIE} has no source targetsjlam1-5/+5
so it might as well be the target name.
2006-07-06The "replace" target does conceptually the same thing as the "install"jlam2-5/+7
target in that it installs the currently-built software into the filesystem. In that case where "replace" is specified as a target on the command line, make "replace" and not "install" be the source target for "package". Also, place the "replace" target between the "install" and "package" targets in _BARRIER_POST_TARGETS as it should be legal to do those steps in that order (but not in another order). These changes make the following work: make replace package In this example, the currently installed package will be replaced and the newly-installed software will be packaged, all within the same make process.
2006-07-06- Fixed a null pointer exception in check_varassign.rillig1-5/+20
- Added a new check for -Wextra that requires a manual page for every command in bin/ and sbin/.
2006-07-06Do not define variables in headers; define them in .c files instead.minskim16-6/+447
Otherwise, they cause link errors on Darwin.
2006-07-06Although EXTRACT_USING is mentioned in mk/defaults/mk.conf, its primaryrillig1-2/+2
purpose is to be overridden by packages, not by the user.
2006-07-06Make it a little easier to read the lock/unlock output by inserting somejlam1-3/+3
quotes.
2006-07-06Note PKGREVISION bump of xchat-systray-integration.minskim1-1/+2
2006-07-06Libtoolize to build on more platforms. Bump PKGREVISION.minskim4-15/+64