summaryrefslogtreecommitdiff
path: root/devel/pwlib/patches
AgeCommit message (Collapse)AuthorFilesLines
2008-08-17Fix build failure on -current caused by openssl API change.dholland1-3/+13
2008-08-10Fix missing src from path in patch-ax.tonnerre1-3/+3
2008-07-13Fix overlong string DoS in pwlib's PString::vsprintf code (CVE-2007-4897).tonnerre1-0/+13
2007-10-10Found another "extra qualification" that has not stopped the packagerillig1-0/+13
from building. Detected when compiling openh323. PKGREVISION++ since the package was broken but installed nevertheless.
2007-10-10Fixed build with g++4.rillig3-0/+37
2007-03-14Make this build on Darwin. The changes are taken from pwlib repositoryyyamano4-6/+70
pmachdep.h rev. 1.69 pssl.cxx rev. 1.42 maccoreaudio.cxx rev. 1.15 udll.cxx ewv. 1.18
2006-10-12Fixed "test ==".rillig1-3/+12
2006-05-16Fix up pthread related source:joerg2-3/+118
- PTHREAD_MUTEX_RECURSIVE is POSIX, _NP doesn't exist - try to link when looking for pthread_mutex_timedlock - don't hard-code -lpthread Bump revision, since the generated library changed.
2006-03-29Include <sys/param.h> before checking __NetBSD_Version__ value.uebayasi1-3/+3
2006-03-13Fixed compilation errors with patch-ba and "old" OpenSSL versions. Canrillig1-12/+13
someone please have a look if the data types are all correct, as I don't know OpenSSL.
2006-03-13Try to fix compilation for older OpenSSL and NetBSD -current.joerg1-6/+27
Remove BROKEN_IN.
2006-01-08Use SUBST framework. Readd some replacements in the mak files, sincejoerg19-23/+370
they are installed and should work without the pkgsrc framework to define e.g. LIBTOOL. Bump the revision for this. Fix the inclusion in Makefiles by crudely faking the installation directory layout. Remove some explicit casts which break with GCC 3.4 and OpenSSL 0.9.8, this might need to be conditionalized. Add DraogonFly support and somewhat cleanup the FreeBSD sound includes.
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs1-2/+2
No pkgrevision bumps needed.
2004-12-28Fix build on 2.0.wiz1-25/+10
2004-11-30statvfs fixadam1-0/+33
2004-11-30Changes 1.8.3:adam4-23/+23
* Bug fixes
2004-10-09Update pwlib to 1.8.2mjl7-135/+90
The development site silently moved away from openh323.org without even a notice on that page. That page still advertises 1.5.2 as the latest version, even though development is alive and kicking and is at 1.8.2 now. Oh well...
2004-10-09Tweak pwlib build infrastructure to work better with pkgsrcmjl1-2/+20
layout of files.
2004-10-09Note what the patch does and where it comes from.mjl1-1/+4
2004-10-08Patch path to included makefile for openh323 consumption.mjl1-3/+10
2004-10-08Update pwlib to 1.5.2mjl10-143/+173
Make this compile with newer gcc versions, and bring in a more recent version of the library. No changelog is available unfortunately.
2003-01-06string 'audio' has five, not three characters, so skip 5, not 3jdolecek1-2/+2
problem noted and patch supplied in PR pkg/19715 by Andreas Wrede
2002-12-03libtoolify also .dep rule in common.makjdolecek3-2/+55
fix path in pwlib.mak and gui.mak, too bump pkg revision to 2
2002-12-03oops, remove accidental -lpth in library link flags, it was left therejdolecek1-2/+2
by accident problem pointed out by Daniel Carosone bump pkg revision
2002-12-01update pwlib to version 1.4.4jdolecek12-243/+240
list of changes is not available, but the old distfile isn't available anymore partially based on PR pkg/7969 and PR pkg/17980 by Wojciech Puchar pkg was also converted to not depend on unproven-pthreads; this is good enough to have the sample thread program running correctly with pth, other pwlib apps need to be tested if they work with non-preemptive threads
2002-02-19Force the compile of asnparser to -O0 as some archs (macppc) generate bad codejmc1-0/+13
currently on the huge switch statement with optimization turned on.
2002-02-08* Strongly buildlink'ify.jlam5-157/+149
* Patch the grammer file getdate.y to be usable by (recent?) bison. * Use pthreads.buildlink.mk (native pthreads probably won't work, but we'll let it break until the time comes when we actually do have native threads).
2001-03-05Add --tag= options to keep libtool happy.skrll2-10/+10
Fix PLIST problem while I'm here by not adding the original from a patched include.
2000-08-28Make it work a bit better by enabling the same conditionals as formjl2-0/+29
the other *BSD. Still has some problems.
2000-08-25Initial import of pwlib.mjl6-0/+272
PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix X-Windows systems.