wiz
b1c67f2172
Remove autoconf build dependency (already pulled in via COMMON/cross.mk.
2002-10-03 16:40:11 +00:00
wiz
e761d4ffe9
Fix path on mastersite (moved to old/, since newer version out).
2002-10-03 16:13:16 +00:00
martti
dea43f122f
Updated popt to 1.6.4
2002-10-03 16:11:05 +00:00
taya
d63ba0a229
Add MASTER_SITES accidentaly removed from previous commit
2002-10-03 16:08:13 +00:00
martti
38880d4202
Updated popt to 1.6.4 [changes unknown]
2002-10-03 16:07:55 +00:00
jwise
4b31d5108f
Fix a long-standing problem with dependencies for java packages, introduced
...
when support for BUILD_DEPEND-only java packages was introduced -- this problem
was preventing java from being registered as a dependency for a number of java-based
packages.
2002-10-03 16:07:27 +00:00
taya
1cc2e3a66d
- Split Makefile to Makefile & Makefile.common
...
- Use __ELF__ to detect ELF
- Modify xpcom stuff for arm like m68k
2002-10-03 15:53:59 +00:00
abs
3cd0f19d2a
Update mserv to mserv-0.33nb5:
...
Correctly parse ID3V2 headers.
2002-10-03 15:47:49 +00:00
abs
560bd3297a
Update mserv to mserv-0.33nb5:
...
Correctly parse ID3V2 headers.
2002-10-03 15:46:55 +00:00
wiz
5fe7ab8e04
Sort.
2002-10-03 15:35:08 +00:00
wiz
ac257a9d74
regen (buildlink2ification)
2002-10-03 15:33:51 +00:00
wiz
f84611a4d8
Set PATCHDIR, for htmldoc-x11.
2002-10-03 15:33:20 +00:00
wiz
6250d10b30
regen (no patches here)
2002-10-03 15:31:33 +00:00
wiz
cb74c9626d
regen (patch-aa addition)
2002-10-03 15:30:41 +00:00
wiz
0d28b5c6f9
Use autoconf.mk.
2002-10-03 14:26:44 +00:00
wiz
66b587d217
Use automake.mk. Adapt PLIST.
2002-10-03 14:25:04 +00:00
martti
362d12556c
* Updated libxml2 to 2.4.25
...
* Updated libxslt to 1.0.21
2002-10-03 14:07:12 +00:00
martti
caf6b55add
Updated libxslt to 1.0.21
...
* bug fixes
2002-10-03 14:06:17 +00:00
martti
8c6dde05a5
Updated libxml2 to 2.4.25
...
* bug fixes
2002-10-03 14:06:15 +00:00
markd
cf85a927e1
Note update of kdesdk, kdevelop and kdevelop-base
2002-10-03 13:57:19 +00:00
markd
c3e16ca0e6
Update to 2.1.3 to sync with the KDE 3.0.3 release
2002-10-03 13:50:52 +00:00
markd
325df95854
buildlink1 -> buildlink2
2002-10-03 13:37:54 +00:00
markd
14e90c2e1d
Update to version 2.1.3 to bring into sync with KDE 3.0.3 release.
...
Changes are misc bug fixes.
Also buildlink1 -> buildlink2
Use mk/automake.mk.
The implied dependency updates from using automake.mk fix PR pkg/18368
2002-10-03 13:32:19 +00:00
agc
45f41b558b
Add a comment for this package
2002-10-03 13:32:15 +00:00
agc
c63b1572ba
Fix two minor typos in previous entries.
2002-10-03 13:23:49 +00:00
markd
641c05b213
Update to version 3.0.3
...
Unknown changes, just bringing in sync with the rest of KDE.
buildlink1 -> buildlink2
2002-10-03 12:32:20 +00:00
jlam
1050902340
Use ossaudio.buildlink2.mk and modify to allow this to work with audio/oss.
2002-10-03 12:21:29 +00:00
wiz
7d2784806e
Add configure.in patch for the configure patch.
2002-10-03 12:16:55 +00:00
markd
0ac4f9d141
buildlink1 -> buildlink2
...
Is this the first case of buildlink2 needing additional patches rather
than removing those no longer required?
Expand on the DESCR. Partially addresses pkg/18374
2002-10-03 12:08:45 +00:00
wiz
2488a94eee
Remove another unneeded hunk.
2002-10-03 11:48:42 +00:00
wiz
6273b5c413
Simplify a bit by properly using CPPFLAGS and BUILDLINK_PREFIX.db4.
2002-10-03 11:44:39 +00:00
wiz
fc28d32095
Remove some patches by virtuously passing in CPPFLAGS ;)
2002-10-03 11:24:33 +00:00
markd
03894740ce
buildlink1 -> buildlink2
...
Expand on the DESCR. Partially addresses pkg/18374
2002-10-03 11:21:28 +00:00
jlam
15a462cc85
Attempt to support OSS under NetBSD 1.5 (untested).
2002-10-03 10:43:19 +00:00
jlam
e39c094fcc
Typo.
2002-10-03 10:34:23 +00:00
jlam
76ce03bdc5
buildlink1 -> buildlink2, and modify the arts configure script to use
...
"${LIBOSSAUDIO}" instead of "-lossaudio". arts now works properly with
audio/oss.
2002-10-03 10:22:35 +00:00
markd
6e47887b5a
Add missing uid field in PKG_USERS entry. From kivinen@ssh.fi in pkg/18518
2002-10-03 10:09:03 +00:00
jlam
453639466f
Many source files mistakenly include both <sys/soundcard.h> and
...
<soundcard.h>, which causes errors since the definitions in the OSS
sys/soundcard.h conflict with the definitions in the system soundcard.h.
We fix this by making <sys/soundcard.h> and <soundcard.h> point to the
same file and rely on multiple inclusion protection to prevent conflicts.
2002-10-03 09:17:08 +00:00
jlam
67255d948b
Invent a new publicly readable variable OSS that is YES/NO for whether
...
audio/oss is installed. Also add an example in the comments at the top
of the file that shows how to use the OSS variable.
2002-10-03 08:58:05 +00:00
jlam
ffd1d76a9a
Fully convert to use buildlink2, even on alphas.
2002-10-03 08:43:29 +00:00
jlam
30f91bea30
Use buildlink2.
2002-10-03 08:43:00 +00:00
cjep
4a2b99c748
Use INSTALL_PROGRAM, INSTALL_MAN
2002-10-03 08:42:41 +00:00
jlam
3fa7df676a
Point /dev/sound to /dev/dsp when using OSS.
2002-10-03 08:09:04 +00:00
jlam
3fc449ac0a
Use ${DEVOSSSOUND} instead of /dev/sound, and some whitespace changes.
2002-10-03 08:05:27 +00:00
jlam
3278f50981
Create "DEVOSSSOUND" which is used where we'd like for programs that use
...
the ossaudio emulation to use /dev/sound instead of /dev/audio. For OSS,
DEVOSSSOUND == DEVOSSAUDIO == /dev/dsp.
2002-10-03 08:04:28 +00:00
cjep
a0d0e5ab02
Fix description for easyedit package.
2002-10-03 07:08:08 +00:00
cjep
3ced27dc0f
Added editors/easyedit (formerly editors/ee).
2002-10-03 07:05:06 +00:00
cjep
dbcc5e8361
Remove this package due to conflict with graphics/ee. It is now easyedit.
2002-10-03 07:04:02 +00:00
cjep
751af4ac28
ee -> easyedit
2002-10-03 07:03:03 +00:00
cjep
a026f43512
Reimport of the Easy Editor 1.4.5a as editors/easyedit into the NetBSD
...
packages collection (to avoid conflict with graphics/ee).
This is an easy to use text editor, intended to be usable with little or no
instruction. (A version of this editor is found in FreeBSD as ee).
2002-10-03 07:02:22 +00:00