jlam
75ca9673af
Skip "makewhatis" step during installation.
2001-07-30 03:42:26 +00:00
tron
3a85b0da6a
- Don't mirror distfile which is already on "ftp.netbsd.org".
...
- pkglint: remove whitespace and end of line.
2001-07-29 05:32:34 +00:00
jlam
d2df086f75
Add buildlink.mk file for use by other package Makefiles.
2001-07-29 04:48:03 +00:00
jlam
e49a8936d1
Mark as USE_BUILDLINK_ONLY.
2001-07-29 04:47:40 +00:00
jlam
8383ce3c1a
Set REPLACE_LIBNAMES_SED in cases where BUILDLINK_TRANSFORM will be invoked
...
to replace buildlinked library names with the true library names.
2001-07-27 14:31:44 +00:00
jlam
d2eb68d2a6
Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
...
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
6173abf93e
Fix typo in category.
2001-07-27 11:16:20 +00:00
wiz
e016d68000
Wildcard dependency on icon.
2001-07-27 10:50:48 +00:00
wiz
2e6a6324cb
Wildcard dependency on python.
2001-07-27 10:50:13 +00:00
groo
fa69a0f92b
Add cook subdir.
2001-07-25 23:13:20 +00:00
groo
54a283248d
Import cook-2.17.
...
Cook is a tool for constructing files. It is given a set of files to create,
and recipes of how to create them. In any non-trivial program there will be
prerequisites to performing the actions necessary to creating any file, such
as include files. Cook provides a mechanism to define these.
2001-07-25 23:11:52 +00:00
jlam
c4ed1fa339
Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by other
...
package Makefiles.
2001-07-24 11:17:46 +00:00
jlam
3adf490330
libdockapp's shared library needs libXpm.so, so include xpm/buildlink.mk.
2001-07-24 10:07:07 +00:00
wiz
5e1933cc0b
Make this package work under Solaris 8.
...
Patches provided by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
in private mail.
Addresses pkg/13017.
2001-07-23 22:31:08 +00:00
skrll
07bff1765b
Add BUILD_DEPENDS on qt2-designer{,-kde} should fix the build problem
...
noted in recent bulk build.
2001-07-23 20:08:28 +00:00
wiz
7912545aa7
Remove a shared library that doesn't seem to get built. Noted missing in
...
recent bulk build.
2001-07-22 16:27:51 +00:00
taca
aa1a6ff37e
Oops. Add distinfo ruby-rd-mode own.
2001-07-21 23:04:16 +00:00
taca
b0f01b7523
Fix ruby-rd-mode package:
...
- Don't share distinfo with textproc/ruby-rdtool package.
- Remove extra period in COMMENT.
2001-07-21 23:03:24 +00:00
agc
dfb9669c9c
Correct a typo
2001-07-21 21:00:12 +00:00
wiz
9624e34a11
COMMENTs are not in separate files for some months now.
...
Remove some dirs on de-installation.
2001-07-21 10:22:31 +00:00
gmcgarry
8bdb95887a
Add and enable lcc.
2001-07-21 02:55:21 +00:00
gmcgarry
973a0de16a
Import of lcc-4.1: retargetable ANSI C compiler
2001-07-21 02:51:35 +00:00
jlam
7b1d3cb465
Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
...
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
taca
e5ee2a088b
Update MASTER_SITES according to HOMEPAGE.
2001-07-17 14:35:32 +00:00
wiz
ab363a2a5d
Fix glibtop_get_cpu as suggested in pkg/13405 by Matthias Grutzeck.
...
(source comment is misleading in this case)
2001-07-17 11:02:01 +00:00
wiz
fdd133e4ec
Add patch to sysctl uptime out of kernel. Closes pkg/13046.
2001-07-17 10:48:06 +00:00
jlam
55d16c3cd3
Mark as USE_BUILDLINK_ONLY.
2001-07-17 10:05:05 +00:00
jlam
626ce7ca93
Don't patch automake source files and remove dependency on automake.
2001-07-15 16:34:57 +00:00
jtb
7c23107ad5
Update to version 1.4.1. From the NEWS file:
...
* Support function lists.
2001-07-15 13:00:31 +00:00
jlam
860644ccf2
Use ${FILE_CMD} instead of ${FILE}.
2001-07-15 12:49:47 +00:00
wiz
c5e0a72b27
add libmm (hi chris)
...
sort while I'm here, and add a comment why ruby14-readline is disabled
2001-07-14 23:30:41 +00:00
cjones
dcf21c044c
Import libmm, a portable shared memory abstraction library.
...
Supposedly used in upcoming apache (2?), as well as mod_aolserver.
2001-07-14 23:06:26 +00:00
jlam
6c4c448aa0
Mark as USE_BUILDLINK_ONLY.
2001-07-14 17:40:23 +00:00
sakamoto
c5deb32551
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
2001-07-14 16:41:38 +00:00
jlam
a79eaeebda
Link all of the libraries, not just libSDL_ttf.*.
2001-07-14 15:59:17 +00:00
jlam
7bb7d15273
Missing closing "
2001-07-14 15:51:47 +00:00
jlam
99646439a3
Reliably detect NAS headers when NAS is enabled, and remove references to
...
/usr/pkg/{include,lib} from the configure script. SDL now really meets
the criteria for USE_BUILDLINK_ONLY.
2001-07-14 15:45:34 +00:00
wiz
19c92c7cb4
Replace dependency on guile with dependency on guile-slib, since that
...
is required, and depends on guile itself. Closes pkg/13372.
2001-07-14 13:54:55 +00:00
jlam
765714a6a8
Didn't need to bump dependencies on SDL to >=1.2.1. >=1.2.0 is sufficient
...
for all the apps in pkgsrc.
2001-07-14 13:17:00 +00:00
jlam
bcb7296fe6
Mark as USE_BUILDLINK_ONLY.
2001-07-14 11:54:12 +00:00
jlam
31de8b9238
Mark as USE_BUILDLINK_ONLY and move inclusion of buildlink.mk file to
...
the end of the Makefile. Remove the commented-out USE_LIBINTL.
2001-07-14 03:22:08 +00:00
jlam
c50d74339a
Whitespace changes only.
2001-07-14 03:21:17 +00:00
dogcow
0727f70109
fix typo: should be BUILDLINK_FILES.glib+= include/glib/*.h, not =.
2001-07-13 23:23:39 +00:00
dmcmahill
373564f068
sync with patch-ad
2001-07-13 19:47:29 +00:00
wulf
22807f60e1
Added and enabled cervisia2: A graphical frontend for the CVS client
...
running under KDE2
2001-07-13 16:59:17 +00:00
wulf
409bf7e8b7
Cervisia is a graphical frontend for the CVS client. Unlike previous
...
versions of Cervisia, versions 1.3 and later require QT2 and KDE2
2001-07-13 16:56:11 +00:00
bad
b83a2d3e62
Add RCS ID.
2001-07-13 16:06:46 +00:00
bad
f5d2810794
Make sure to test for __sparc__ so that NO_SHM gets defined on NetBSD/sparc.
2001-07-13 16:02:38 +00:00
fredb
487dc07506
Update my email address.
2001-07-13 14:41:19 +00:00
jlam
e2d90d27fd
Use ${SORT} instead of sort.
2001-07-13 07:13:37 +00:00