mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to latest release (xmcd-2.6).
This still fails to build correctly on -current since the /usr/libexec/cpp fiasco -- old versions of imake still use /usr/libexec/cpp instead of gcc -E. If you don't have a fixed version of imake, a quick fix to get around this is to set IMAKECPP=/usr/bin/cpp in your environment before make'ing this port. Note that the port builds without errors if you don't have the correct version of imake, but FREEBSD_CAM will not be defined and xmcd will use the ioctl method which hasn't worked since 3.0.
This commit is contained in:
parent
ff66565216
commit
ea74271d35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26192
@ -6,7 +6,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= xmcd-2.5
|
||||
DISTNAME= xmcd-2.6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://metalab.unc.edu/tkan/download/xmcd/src/
|
||||
|
||||
@ -14,7 +14,7 @@ MAINTAINER= eischen@vigrid.com
|
||||
|
||||
REQUIRES_MOTIF= yes
|
||||
USE_IMAKE= yes
|
||||
PLIST_SUB+= ARCH=${ARCH}
|
||||
PLIST_SUB+= RELEASE=${OSREL:R} ARCH=${ARCH}
|
||||
|
||||
MAN1= cda.1 cddbcmd.1 dp2xmcd.1 wm2xmcd.1 xmcd.1
|
||||
MANCOMPRESSED= no
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xmcd-2.5.tar.gz) = 316dd535081bc714c0745217471cfd65
|
||||
MD5 (xmcd-2.6.tar.gz) = ce3208e21d8e37059e44ce9310d08f5f
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/.xmcd_start
|
||||
bin/cda
|
||||
bin/cddbcmd
|
||||
bin/dp2xmcd
|
||||
@ -5,11 +6,12 @@ bin/wm2xmcd
|
||||
bin/xmcd
|
||||
lib/X11/app-defaults/XMcd
|
||||
lib/X11/xmcd/app-defaults/XMcd
|
||||
lib/X11/xmcd/bin-FreeBSD-%%ARCH%%/cda
|
||||
lib/X11/xmcd/bin-FreeBSD-%%ARCH%%/cddbcmd
|
||||
lib/X11/xmcd/bin-FreeBSD-%%ARCH%%/dp2xmcd
|
||||
lib/X11/xmcd/bin-FreeBSD-%%ARCH%%/wm2xmcd
|
||||
lib/X11/xmcd/bin-FreeBSD-%%ARCH%%/xmcd
|
||||
lib/X11/xmcd/app-defaults/XKeysymDB
|
||||
lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/cda
|
||||
lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/cddbcmd
|
||||
lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/dp2xmcd
|
||||
lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/wm2xmcd
|
||||
lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/xmcd
|
||||
lib/X11/xmcd/config/.tbl/Acer
|
||||
lib/X11/xmcd/config/.tbl/Apple
|
||||
lib/X11/xmcd/config/.tbl/Aztech
|
||||
@ -22,6 +24,7 @@ lib/X11/xmcd/config/.tbl/Goldstar
|
||||
lib/X11/xmcd/config/.tbl/HP
|
||||
lib/X11/xmcd/config/.tbl/Hitachi
|
||||
lib/X11/xmcd/config/.tbl/IBM
|
||||
lib/X11/xmcd/config/.tbl/Kenwood
|
||||
lib/X11/xmcd/config/.tbl/Longshin
|
||||
lib/X11/xmcd/config/.tbl/MDI
|
||||
lib/X11/xmcd/config/.tbl/MediaVis
|
||||
@ -183,7 +186,7 @@ lib/X11/xmcd/scripts/ncsarmt
|
||||
lib/X11/xmcd/scripts/ncsawrap
|
||||
lib/X11/xmcd/scripts/nswrap
|
||||
@dirrm lib/X11/xmcd/app-defaults
|
||||
@dirrm lib/X11/xmcd/bin-FreeBSD-%%ARCH%%
|
||||
@dirrm lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%
|
||||
@unexec rm -rf %D/lib/X11/xmcd/cddb
|
||||
@dirrm lib/X11/xmcd/config/.tbl
|
||||
@dirrm lib/X11/xmcd/config
|
||||
|
Loading…
Reference in New Issue
Block a user