Commit graph

34 commits

Author SHA1 Message Date
jmmv
d6038f52ba Line up PKGREVISION whitespace. 2003-05-05 14:29:25 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
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-28 22:03:00 +00:00
grant
50e2fab512 update checksum for patch-ag (hi Jaromir!) 2003-01-06 22:00:40 +00:00
jdolecek
192858e2b8 string 'audio' has five, not three characters, so skip 5, not 3
problem noted and patch supplied in PR pkg/19715 by Andreas Wrede
2003-01-06 20:41:53 +00:00
wiz
72c8c78908 Add buildlink2.mk. 2002-12-23 15:05:10 +00:00
wiz
9d7a725f70 Fix PLIST. 2002-12-23 14:40:48 +00:00
salo
34894084da USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes build
on systems where pthread library was not yet installed.
2002-12-08 01:30:23 +00:00
jdolecek
a28a81848e libtoolify also .dep rule in common.mak
fix path in pwlib.mak and gui.mak, too
bump pkg revision to 2
2002-12-03 20:20:36 +00:00
jdolecek
b4096276db oops, remove accidental -lpth in library link flags, it was left there
by accident
problem pointed out by Daniel Carosone
bump pkg revision
2002-12-03 13:00:17 +00:00
jdolecek
e469fec007 use grep -v instead of find -path 2002-12-01 21:01:18 +00:00
jdolecek
f837cb8990 update pwlib to version 1.4.4
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-12-01 18:31:41 +00:00
jlam
b2e52ad1b4 buildlink1 -> buildlink2 2002-10-09 10:27:29 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
jmc
4692e30382 Force the compile of asnparser to -O0 as some archs (macppc) generate bad code
currently on the huge switch statement with optimization turned on.
2002-02-19 04:24:36 +00:00
jlam
97da89d6d3 * Strongly buildlink'ify.
* 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 06:29:42 +00:00
jlam
5090d869bc Sort. 2002-02-08 06:26:49 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
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.
2002-02-06 16:58:11 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-09-27 23:17:41 +00:00
dmcmahill
1953524903 add missing PLIST entries. 2001-05-08 01:29:58 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
skrll
5cbef7d94c Add --tag= options to keep libtool happy.
Fix PLIST problem while I'm here by not adding the original from a
patched include.
2001-03-05 12:40:25 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
e633c2ff5a Manually syncing ONLY_FOR_PLATFORM is not the way to go.
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
2000-12-30 13:57:44 +00:00
wiz
9b56c9fb8d Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads. 2000-12-28 16:49:36 +00:00
mjl
3bfbf03c62 Make it work a bit better by enabling the same conditionals as for
the other *BSD. Still has some problems.
2000-08-28 22:29:34 +00:00
wiz
73ab5c2943 add build dependency on bison 2000-08-28 09:46:53 +00:00
jlam
b63b75fc87 Fix broken depends on unproven-threads. 2000-08-28 05:42:08 +00:00
mjl
eb6e78f201 Initial import of pwlib.
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.
2000-08-25 16:03:42 +00:00