summaryrefslogtreecommitdiff
path: root/devel/pwlib
AgeCommit message (Collapse)AuthorFilesLines
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".
2004-05-08Convert to buildlink3.snj3-28/+21
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-06update checksum for patch-ag (hi Jaromir!)grant1-2/+2
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-23Add buildlink2.mk.wiz1-0/+25
2002-12-23Fix PLIST.wiz1-1/+2
2002-12-08USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes buildsalo1-2/+4
on systems where pthread library was not yet installed.
2002-12-03libtoolify also .dep rule in common.makjdolecek5-6/+61
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 therejdolecek3-5/+6
by accident problem pointed out by Daniel Carosone bump pkg revision
2002-12-01use grep -v instead of find -pathjdolecek1-2/+2
2002-12-01update pwlib to version 1.4.4jdolecek15-315/+335
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-10-09buildlink1 -> buildlink2jlam1-6/+5
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-4/+7
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-02-19Force the compile of asnparser to -O0 as some archs (macppc) generate bad codejmc2-1/+15
currently on the huge switch statement with optimization turned on.
2002-02-08* Strongly buildlink'ify.jlam7-204/+206
* 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).
2002-02-08Sort.jlam1-43/+43
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-3/+3
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1