Commit graph

27 commits

Author SHA1 Message Date
jlam
73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition).  This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
2001-08-22 17:38:56 +00:00
nra
01ff43ed03 Update xmcd to version 3.0.1. Addresses PR 13519 by Kevin Sindhu.
Ver 3.0 patchlevel 1 released Sat Jul 14 19:58:39 PDT 2001
----------------------------------------------------------
CD-ROM drive support changes:

    - Added a new "scsiVersionCheck" parameter to the device.cfg file.
      This is to make the CD-ROM drive SCSI-2 version checking in xmcd
      and cda configurable.

OS Support changes:

    - Re-introduced support for the OpenVMS operating system on Alpha AXP
      and VAX platforms.

    - Added code to support for IDE/ATAPI drives on the OpenVMS platform.
      Since OpenVMS supports these drives via SCSI-emulation, xmcd should
      be configured for a SCSI device.

Other changes:

    - Replaced the "CDDB disable" button in xmcd with the "Internet Offline"
      button.  The new "offline" mode differs from the old "disable" mode
      in that CDDB lookups will still occur from the local cache (no Internet
      CDDB server will be accessed).  Also, xmcd's wwwWarp menu entries
      which would invoke a remote web site will be disabled.  This should
      be used when the system is not connected to the Internet (e.g., on
      a dialup connection while not online).  Similarly, the -cddb and
      -nocddb command line options in cda have been changed to -online and
      -offline with the same change in semantics.  The disableCddb parameter
      in common.cfg has also been changed to internetOffline.

    - Fixed a bug that was causing submissions to the CDDB² service to
      fail even though the data is acceptable and the network/servers are
      running fine.

    - Fixed an xmcd problem where the keypad time display and track warp
      slider would freeze when the playback mode is not in segment play
      mode but the main window time display is set to "e-seg" or "r-seg".

    - Fixed a problem with using the xmcd keypad to go to another track or
      disc while playing program or shuffle modes.

    - Removed some conditions that could cause SIGALRMs to be received
      while xmcd is handling X events.  Also, fixed certain situations
      where spawned child processes were handling X events instead of the
      parent.  This was causing sporadic X errors and xmcd crashes.

    - Fixed a bug that caused classic CDDB lookup to fail if HTTP proxy
      authorization is enabled.

    - Changed xmcd to keep the Credit Fullname Wizard window open if a user
      clicks the Credit 'Add', 'Modify' or 'Delete' buttons, or
      select/de-select credit list items.  Also, enhance the data fields
      verification for the full name wizard window.

    - Enhanced xmcd and cda to handle erroneous CDDB data more gracefully,
      where a subgenre is set to the value that of a genre, or where a
      subrole is set to the value of a role category.

    - Fixed a missing single quote in libdi_d/config.sh that was causing
      the script to fail while configuring proxy servers.  Also, fixed
      a problem with reading the device configuration files where the
      wrong device parameters would get used.

    - The install.sh and config.sh scripts will now use nawk if it's
      available on the system.  Otherwise it falls back to using awk.
2001-07-24 16:00:01 +00:00
jlam
fa76f16630 Update to let buildlink-x11 handle more of the work of proper
configuration.
2001-07-02 21:10:37 +00:00
jlam
c5cef3e879 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-01 21:24:25 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
wiz
0ddaa0acb6 Also patch the start and config skripts to use ${MACHINE_ARCH} instead
of uname -m (instead of only install skript only).
Addresses pkg/10017.
2000-09-09 17:33:13 +00:00
wiz
dbde5e8c92 test -> ${TEST} 2000-03-16 15:30:02 +00:00
fredb
960d477944 Update xmcd to 2.6. New command line option to start playing
a particular track immediately, more. Complete history at
<http://metalab.unc.edu/tkan/xmcd/changes.txt>
2000-02-13 19:17:23 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
tron
795e4e10f0 Update master site. Fixes PR pkg/8162 by Jim Spath. 1999-08-08 22:56:13 +00:00
jlam
46b4fc14ae * Update ncurses dependency. 1999-07-06 07:54:59 +00:00
tron
b5700f447a Update "xmcd" package to version 2.5. 1999-06-28 07:49:05 +00:00
abs
ceb1a17c6f Fix HOMEPAGE url - from jlovy@multimania.com 1999-04-13 01:25:35 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
mycroft
5e61d8604d Clean up RCS IDs. 1998-11-05 06:35:24 +00:00
mycroft
50007f4fa2 2.4 1998-11-05 06:26:08 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
dc15bf01de Update package Makefiles for automatic manual page handling. 1998-06-18 16:15:10 +00:00
agc
30f402725f Rationalise Motif/Lesstif handling.
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY.
Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to
use Motif, if it's available, or Lesstif, if not.
1998-06-09 13:36:48 +00:00
tron
8d1d30ea90 Update "xmcd" to 2.3 patchlevel 0 on Hubert's request. 1998-06-02 21:50:06 +00:00
agc
24d9d77786 Correct device name for ATAPI CD-ROMs under NetBSD. 1998-04-15 10:38:14 +00:00
mycroft
77339911bd Strip the installed executables. 1998-03-20 08:43:44 +00:00
tron
1f5461d085 Fix "${MASTER_SITE}". 1998-02-15 18:27:25 +00:00
agc
e8f55638dd The package itself installs unformatted man pages (albeit in the wrong
directory - see the post-install target), so use a MAN1 definition to
make sure that any compression takes place, using the usual package
mechanism.  Fixes a problem pointed out by Charles Hannum.
1998-01-15 11:17:53 +00:00
hubertf
4189a3677e Update for V2.2 pl1 1997-12-21 02:11:55 +00:00
augustss
ba25612c7c NetBSD port. 1997-10-29 01:18:30 +00:00
augustss
4daa64a629 Initial import of FreeBSD audio packages. 1997-10-28 23:18:20 +00:00