summaryrefslogtreecommitdiff
path: root/devel/pwlib
AgeCommit message (Collapse)AuthorFilesLines
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
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-08add missing PLIST entries.dmcmahill1-1/+3
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-05Add --tag= options to keep libtool happy.skrll4-15/+16
Fix PLIST problem while I'm here by not adding the original from a patched include.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-30Manually syncing ONLY_FOR_PLATFORM is not the way to go.wiz1-5/+1
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
2000-12-28Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.wiz1-1/+5
2000-08-28Make it work a bit better by enabling the same conditionals as formjl3-1/+32
the other *BSD. Still has some problems.
2000-08-28add build dependency on bisonwiz1-1/+2
2000-08-28Fix broken depends on unproven-threads.jlam1-2/+2
2000-08-25Initial import of pwlib.mjl12-0/+453
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.