summaryrefslogtreecommitdiff
path: root/devel/pwlib
AgeCommit message (Collapse)AuthorFilesLines
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
2004-12-28Fix build on 2.0.wiz2-27/+12
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-12-01Install ptlib-config as welladam2-5/+6
2004-12-01Bump PKGREVISION for openssl dependency, and depend on version with opensslwiz2-4/+4
dependency.
2004-12-01Rather use OpenSSLadam2-6/+9
2004-11-30statvfs fixadam1-0/+33
2004-11-30Changes 1.8.3:adam7-49/+49
* Bug fixes
2004-10-16Mark as using c++, and set GCC_REQD to 3.0 so this builds on 1.6.2.wiz1-1/+3
2004-10-09Update pwlib to 1.8.2mjl11-175/+143
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.mjl2-5/+8
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-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-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".