Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-08 | Convert to buildlink3. | snj | 3 | -28/+21 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-05 | Line up PKGREVISION whitespace. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -4/+4 | |
dependency bumps. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -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-06 | update checksum for patch-ag (hi Jaromir!) | grant | 1 | -2/+2 | |
2003-01-06 | string 'audio' has five, not three characters, so skip 5, not 3 | jdolecek | 1 | -2/+2 | |
problem noted and patch supplied in PR pkg/19715 by Andreas Wrede | |||||
2002-12-23 | Add buildlink2.mk. | wiz | 1 | -0/+25 | |
2002-12-23 | Fix PLIST. | wiz | 1 | -1/+2 | |
2002-12-08 | USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes build | salo | 1 | -2/+4 | |
on systems where pthread library was not yet installed. | |||||
2002-12-03 | libtoolify also .dep rule in common.mak | jdolecek | 5 | -6/+61 | |
fix path in pwlib.mak and gui.mak, too bump pkg revision to 2 | |||||
2002-12-03 | oops, remove accidental -lpth in library link flags, it was left there | jdolecek | 3 | -5/+6 | |
by accident problem pointed out by Daniel Carosone bump pkg revision | |||||
2002-12-01 | use grep -v instead of find -path | jdolecek | 1 | -2/+2 | |
2002-12-01 | update pwlib to version 1.4.4 | jdolecek | 15 | -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-09 | buildlink1 -> buildlink2 | jlam | 1 | -6/+5 | |
2002-08-01 | Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with | jlam | 1 | -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-19 | Force the compile of asnparser to -O0 as some archs (macppc) generate bad code | jmc | 2 | -1/+15 | |
currently on the huge switch statement with optimization turned on. | |||||
2002-02-08 | * Strongly buildlink'ify. | jlam | 7 | -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-08 | Sort. | jlam | 1 | -43/+43 | |
2002-02-06 | Changes instances where BSD_INSTALL_* were used by targets in the Makefile | jlam | 1 | -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-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-08 | add missing PLIST entries. | dmcmahill | 1 | -1/+3 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -13/+11 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -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-05 | Add --tag= options to keep libtool happy. | skrll | 4 | -15/+16 | |
Fix PLIST problem while I'm here by not adding the original from a patched include. | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+3 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-30 | Manually syncing ONLY_FOR_PLATFORM is not the way to go. | wiz | 1 | -5/+1 | |
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS. | |||||
2000-12-28 | Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads. | wiz | 1 | -1/+5 | |
2000-08-28 | Make it work a bit better by enabling the same conditionals as for | mjl | 3 | -1/+32 | |
the other *BSD. Still has some problems. | |||||
2000-08-28 | add build dependency on bison | wiz | 1 | -1/+2 | |
2000-08-28 | Fix broken depends on unproven-threads. | jlam | 1 | -2/+2 | |
2000-08-25 | Initial import of pwlib. | mjl | 12 | -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. |