1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Jung-uk Kim
cfebd7d8be Update to build 1016.
Changelog:	http://www.4front-tech.com/forum/viewtopic.php?p=9334#9334
2008-06-24 21:36:50 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00
Jung-uk Kim
2cc6b60886 Update to build 1015.
Changelog:
http://4front-tech.com/forum/viewtopic.php?p=8138#8138
2008-03-25 17:07:53 +00:00
Jung-uk Kim
7391f280cd Update to build 1014.
Changelog:	http://4front-tech.com/forum/viewtopic.php?p=7888
2008-03-03 22:04:54 +00:00
Jung-uk Kim
250767ac77 Update to build 1013.
Major new features:
- Aded Beta driver for Sound Blaster XFi - playback working, record still
problematic. Source code also released.
- Full source code to MAudio Revolution and Delta series soundcards is now
open sourced.
2008-02-13 17:57:49 +00:00
Jung-uk Kim
74b952d2b8 Update PORTREVISION for the previous commit. 2008-01-14 20:38:21 +00:00
Jung-uk Kim
9c5a2e14c4 Attempt device_unbusy(9) before detaching it. 2008-01-14 20:35:18 +00:00
Jung-uk Kim
ea0c665864 Work around DMA buffer allocation failure for sblive.
Tested by:	trasz
2008-01-14 18:38:09 +00:00
Jung-uk Kim
7c7d5b0c28 Chase the source tarball changes by the vendor.
Two patches were missing in the previous commit.  Oops.
2008-01-07 17:37:38 +00:00
Jung-uk Kim
2e5633ecee Chase the source tarball changes by the vendor.
Note: BSD license was changed from three-clause to two-clause version.

Reported by:	many
2008-01-07 17:20:30 +00:00
Jung-uk Kim
36606728a8 Update to BSD-licensed build 1012.
http://www.opensound.com/press/2008/oss-bsd.txt
http://www.4front-tech.com/forum/viewtopic.php?t=2406
2008-01-04 23:25:14 +00:00
Jung-uk Kim
f26ec97c5a Update to build 1009. 2007-12-11 20:19:07 +00:00
Jung-uk Kim
f1eb4bbbf1 - Unbreak build on 5.x.[1]
- Remove userdefs if it is unchanged or empty.

PR:		ports/117826
Reported by:	pointyhat
Submitted by:	Yen-Ming Lee (leeym at leeym dot com)[1]
Approved by:	portmgr (linimon)
2007-11-13 15:59:06 +00:00
Jung-uk Kim
4fa18998ba Update to build 1008.
Approved by:	glewis (mentor)
2007-10-26 15:15:17 +00:00
Jung-uk Kim
b92fb0c826 - Do not remove legacy_devices while uninstalling. It is useful
for reinstallation.
- Use @dirrmtry instead of @dirrm for lib/oss, lib/oss/etc, and
lib/oss/logs to preserve user data and to avoid errors when
deinstalling.
- Move files/pkg-message.in to pkg-message because it is static.
- Sort pkg-plist by destination paths.

Approved by:	glewis (mentor)
2007-10-12 16:13:14 +00:00
Jung-uk Kim
f986165b5b Move userdefs creation from install.sh to post-install.
Reported by:	Christophe Cap (christophe dot cap at gmail dot com)
Approved by:	glewis (mentor)
2007-10-10 18:07:11 +00:00
Edwin Groothuis
4c97fac781 Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms
with the new INSTALL_KLD command.

All PORTREVISIONS have been bumped to show when the new version of
installing became available.
2007-10-07 02:56:19 +00:00
Jung-uk Kim
11dda04c54 Do not install soundcard.h.
This header file conflicts with FreeBSD's soundcard.h.  -CURRENT has
OSS v4 compatible version but -STABLE does not.  Since we are not
installing libOSSlib.so at the moment, it is useless any way.

Pointed out by:	trasz
Approved by:	glewis (mentor)
2007-10-02 18:01:51 +00:00
Jung-uk Kim
9b9549b341 Fix Audigy mixer bug.
http://4front-tech.com/forum/viewtopic.php?t=2290

Approved by:	glewis (mentor)
Obtained from:	4Front Technologies
2007-09-19 20:17:44 +00:00
Jung-uk Kim
5d64cd21e7 Update to build 1006. 2007-09-05 19:04:16 +00:00
Edward Tomasz Napierala
b1125e173d Pass maintainership to Jung-uk Kim; he is putting much more effort
into this port than I do.

Approved by:	jkim, miwi (mentor)
2007-07-18 11:27:50 +00:00
Edward Tomasz Napierala
09765f4cb0 - Update to build 1004. While here, switch from GPL-ed sources
to the CDDL ones; there is no functional difference between
  these.

Approved by:	miwi (mentor)
2007-07-14 18:26:20 +00:00
Edward Tomasz Napierala
7f61744f4a - Make it work on 7-CURRENT.
Submitted by:	jkim
Approved by:	miwi (mentor)
2007-07-12 18:40:39 +00:00
Edward Tomasz Napierala
441a55557e - Fix rc script, properly this time. This is style cleanup, so don't
bump PORTREVISION.

Submitted by:	dougb
Approved by:	miwi (mentor)
2007-07-11 22:09:52 +00:00
Edward Tomasz Napierala
627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00
Edward Tomasz Napierala
3d81cbbcf4 - Fix rc script to not emit a warning at startup when oss_enable is not
set in /etc/rc.conf, and mention oss_enable in pkg-message.in.

Approved by:	miwi (mentor)
2007-07-08 12:32:13 +00:00
Mark Linimon
854e3881a2 Installs kernel modules, so assign it to new kld virtual category.
Hat:		portmgr
2007-06-29 09:22:29 +00:00
Edward Tomasz Napierala
2b3aabdf90 - Fix paths in soundon
- Fix paths in man pages
- Fix plist
- Remove unneccessary patch

Approved by:	miwi (mentor)
2007-06-25 19:52:12 +00:00
Edward Tomasz Napierala
0a2993d06e - Add Open Sound System drivers, version 4.0 build 1003.
Approved by:	miwi (mentor)
2007-06-23 20:58:05 +00:00