Commit graph

10143 commits

Author SHA1 Message Date
jmmv
3d5351f8df - Change libao to not build OSS, Sun, MacOS X nor several other plugins even
when the header files are found.  Bump its revision to 1 due to this.
  This makes the libao package completely audio-output agnostic.
- Add a libao-macosx package containing the MacOS X plugin (sorry, untested).
- Add a libao-oss package containing the OSS plugin.  While here, use
  ossaudio.buildlink3.mk to determine the audio device instead of hardcoding
  it in a patch.
- Add a libao-macosx package containing the Sun audio plugin (sorry, untested).

Change approved by silence on tech-pkg@ for quite a long time since my
proposal.

I'm doing these changes to cleanup the base libao package.  Before these,
it contained a huge conditional to determine when the OSS and/or Sun
plugins were built, which often failed in untested platforms (PLIST
inconsistencies, for example).  Having these plugins in independent packages
makes debugging easier, keeps the dependency tree clean and also lets us use
{ONLY,NOT}_FOR_PLATFORM directives to easily say where they work or don't.
2005-05-20 19:20:55 +00:00
augustss
b91bc4b518 Note addition of py-mcrypt. 2005-05-20 18:12:16 +00:00
drochner
f67550808c xephem update 2005-05-20 13:19:53 +00:00
wiz
99deb5f710 Update html to 4.01nb2. 2005-05-20 09:00:17 +00:00
seb
1093dbaa8a Note update of devel/p5-Module-CoreList to version 2.01 [new features] 2005-05-19 23:30:26 +00:00
wiz
b335e5a879 Fix TeXmacs entry, and remove duplicate entries. 2005-05-19 23:17:38 +00:00
seb
2c71a2385c Note update of databases/phpldapadmin to version 0.9.6c [lots of bugfixes
and some new features]
2005-05-19 23:14:07 +00:00
schmonz
d2f30585f6 Note getmail update. 2005-05-19 22:23:06 +00:00
jmmv
345a137536 Note multiple updates I've just done to finish the update of GNOME to 2.10.1. 2005-05-19 21:15:36 +00:00
ben
a707e0d672 Make note of helpdeco update. 2005-05-19 18:36:38 +00:00
drochner
9dbd0cc579 mention yesterday's work 2005-05-19 16:33:15 +00:00
reed
92c9134c41 Add p5-Lingua-EN-Sentence-0.25 perl module. 2005-05-19 16:20:25 +00:00
dillo
58c6e4b9e6 update hugo to 3.1.02.1: unknown changes to the library. 2005-05-19 16:03:32 +00:00
wiz
ad6982ebf8 libevent updated to 1.1. 2005-05-19 15:08:10 +00:00
minskim
1d759ba9b1 Add ane enable firelib. 2005-05-19 13:06:41 +00:00
wiz
dafc5eb264 Correct libtool entries: libtool and libtool-info still are
at 1.5.18, and the libtool-base bump to 1.5.18nb1 was by tv, not by adam.
2005-05-19 11:56:11 +00:00
tron
a3370ff325 Correct latest entries for "libtool" updates. The revision number was not
reset unfortunately so we have "1.5.18nb1" instead of "1.5.18".
2005-05-19 10:30:42 +00:00
snj
96d40ca068 Updated crack-attack to 11.1.14. 2005-05-19 06:50:50 +00:00
markd
d3d3ee838b s/kdewebdev/kdewebdev3/ 2005-05-19 01:26:58 +00:00
schmonz
8737f52b00 Note getmail update. 2005-05-18 23:22:01 +00:00
chris
68e3ced76d Note the update of sylpheed-devel to 1.9.11 2005-05-18 22:45:01 +00:00
wiz
b128ce5f02 Note some more package removals. 2005-05-18 22:40:49 +00:00
wiz
f0ffc251a4 Note gnome1 package removals. 2005-05-18 22:09:52 +00:00
adrianp
6ce0e02a7c - Note freeradius update 2005-05-18 22:00:37 +00:00
wiz
4c9ca8af8e Updated pkglint to 4.15.1. 2005-05-18 21:07:25 +00:00
adrianp
ccc7ddf40e - Note addition of pear-Mail-1.1.4 2005-05-18 20:09:12 +00:00
adrianp
bde40ce78f - Note addition of pear-DB-1.7.6 2005-05-18 19:58:45 +00:00
adrianp
2578466970 - Note apache update for APACHE_SUEXEC_LOGFILE change 2005-05-18 19:12:06 +00:00
jmmv
cb16e1a63d Note update of gnome2-pixmaps to 2.10.1. 2005-05-18 16:44:07 +00:00
jmmv
2535a8001d Note update of gtkhtml36 to 3.6.2. 2005-05-18 16:40:50 +00:00
jmmv
5917f88d41 Note update of gnome-icon-theme to 2.10.1. 2005-05-18 16:22:49 +00:00
adam
05affcb95e Updated octave to 2.1.70 2005-05-18 15:43:04 +00:00
adam
1c23756a99 Updated hdf5 to 1.6.4 2005-05-18 13:39:54 +00:00
adam
86dec73f26 Updated libtool to 1.5.18 2005-05-18 11:58:39 +00:00
rillig
57c9a0d3c8 Updated pkglint to 4.15. The only change is that the check for absolute
pathnames has been removed.
2005-05-18 08:29:46 +00:00
martti
a5d1a65835 Updated xfce4 to 4.2.2 2005-05-18 06:10:48 +00:00
jlam
570a1d96f1 Update lang/nawk to 20050425. Pkgsrc changes include:
Grab distfile from ${MASTER_SITE_LOCAL} where it's in a
	${PKGNAME}-specific directory since the distfile has no version
	number.

	Use the .shar instead of .tar.gz distfile to remove the need
	for dependencies to build this package.

Changes from nawk-20040207 include:

Apr 24, 2005:
	modified lib.c so that values of $0 et al are preserved in the END
	block, apparently as required by posix.  thanks to havard eidnes
	for the report and code.

Jan 14, 2005:
	fixed infinite loop in parsing, originally found by brian tsang.
	thanks to arnold robbins for a suggestion that started me
	rethinking it.

Dec 31, 2004:
	prevent overflow of -f array in main, head off potential error in
	call of SYNTAX(), test malloc return in lib.c, all with thanks to
	todd miller.

Dec 22, 2004:
	cranked up size of NCHARS; coverity thinks it can be overrun with
	smaller size, and i think that's right.  added some assertions to b.c
	to catch places where it might overrun.  the RE code is still fragile.

Dec 5, 2004:
	fixed a couple of overflow problems with ridiculous field numbers:
	e.g., print $(2^32-1).  thanks to ruslan ermilov, giorgos keramidas
	and david o'brien at freebsd.org for patches.  this really should
	be re-done from scratch.

Nov 21, 2004:
	fixed another 25-year-old RE bug, in split.  it's another failure
	to (re-)initialize.  thanks to steve fisher for spotting this and
	providing a good test case.
2005-05-18 05:22:43 +00:00
dmcmahill
f0bf170c6e note addition of prereq-readme-20050518 2005-05-18 04:50:25 +00:00
xtraeme
04e9cb4071 Updated mail/clamav to 0.85 2005-05-18 02:40:44 +00:00
xtraeme
bdbc91a911 Updated net/rdesktop to 1.4.1 2005-05-18 01:13:40 +00:00
adrianp
8b1fdd4fa0 - Note msf update 2005-05-17 17:29:22 +00:00
abs
65cb23fea6 Update exim from 4.44 to 4.51.
The main change is the incorporation of the content scanning from
the exiscan patch. (There are over 650 lines of Changes)
Retire exim-exiscan .
Update exim-html from 4.40 to 4.50.
2005-05-17 17:07:50 +00:00
adam
bb9658574d Updated atari800 to 1.3.6 2005-05-17 15:10:26 +00:00
adam
27a74d1dcc Updated py-curl to 7.13.2 2005-05-17 13:30:46 +00:00
adam
ea5b1c1c5c Updated curl to 7.14.0 2005-05-17 13:26:14 +00:00
adam
421961f77a Updated p7zip to 4.18 2005-05-17 07:23:29 +00:00
atatat
b0d3da7996 Updated lsof to 4.75 2005-05-17 04:46:55 +00:00
jschauma
fe7ca03da7 Note addition of print/tex-chemarrow 2005-05-16 22:31:19 +00:00
martti
0ca1fbf153 Updated vim to 6.3.071 2005-05-16 13:39:16 +00:00
rh
d14f6de24b Note addition of burn-0.4.0 2005-05-16 10:52:28 +00:00