summaryrefslogtreecommitdiff
path: root/devel/pwlib
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-4/+4
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-01-04document NOT_FOR_PLATFORMdholland1-1/+3
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-03-21Add destdir installation support.obache1-10/+17
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2010-01-07Use new ${LP64PLATFORMS} variable to restrict platforms instead of manualwiz1-2/+2
hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
2009-11-29Mark this NOT_FOR_PLATFORM on LP64 targets. Also fix a typo in thedholland1-2/+5
COMMENT and add a note pointing to devel/ptlib.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-30* convert manual dependency of bison to USE_TOOLS.obache1-4/+2
* requirement of tar is came from ancient custom do-extract target, removed. * add DESTDIR support to ptlib.
2008-08-17Fix build failure on -current caused by openssl API change.dholland2-5/+15
2008-08-10Fix missing src from path in patch-ax.tonnerre2-5/+5
2008-07-13Fix overlong string DoS in pwlib's PString::vsprintf code (CVE-2007-4897).tonnerre3-3/+17
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-4/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-10-10Updated BUILDLINK_ABI_DEPENDS since openh323 does not build with earlierrillig1-2/+2
versions (using g++4).
2007-10-10Found another "extra qualification" that has not stopped the packagerillig3-3/+17
from building. Detected when compiling openh323. PKGREVISION++ since the package was broken but installed nevertheless.
2007-10-10Fixed build with g++4.rillig4-1/+41
2007-03-14Make this build on Darwin. The changes are taken from pwlib repositoryyyamano5-9/+75
pmachdep.h rev. 1.69 pssl.cxx rev. 1.42 maccoreaudio.cxx rev. 1.15 udll.cxx ewv. 1.18
2007-02-19Retire propolice hack on DragonFly as the system compiler was fixedjoerg1-18/+0
and the changes pulled up to all release branches.
2006-10-12Fixed "test ==".rillig2-5/+14
2006-08-26Workaround ICE on DragonFly 1.6 with propolice by disabling it.joerg1-0/+18
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-31Remove manual extraction code, now that mk/ recognizes -tar.gz.wiz1-2/+1
2006-05-16Fix up pthread related source:joerg4-8/+123
- 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-04-12Don't install *.orig files. Bump revision.joerg2-5/+4
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-29Include <sys/param.h> before checking __NetBSD_Version__ value.uebayasi2-5/+5
2006-03-13Fixed compilation errors with patch-ba and "old" OpenSSL versions. Canrillig2-14/+15
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.joerg3-11/+30
Remove BROKEN_IN.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-08Use SUBST framework. Readd some replacements in the mak files, sincejoerg21-42/+404
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.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-4/+4
No pkgrevision bumps needed.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-3/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-16Note that tar is required by this package.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-22This pkg does not build when using the lang/gcc3-c++-3.3.5 compiler,kristerw1-3/+1
but it builds fine using gcc 2.95, so remove the GCC_REQD=3.0 that was added to work around gcc 2.95 problems some months ago.
2005-01-22Include pthread.buildlink3.mk.kristerw1-1/+2