View | Details | Raw Unified | Return to bug 80180
Collapse All | Expand All

(-)Makefile (-12 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	baudline
8
PORTNAME=	baudline
9
PORTVERSION=	0.99
9
PORTVERSION=	1.00
10
PORTREVISION=	1
11
CATEGORIES=	audio linux
10
CATEGORIES=	audio linux
12
MASTER_SITES=	http://www.baudline.com/
11
MASTER_SITES=	http://www.baudline.com/
13
PKGNAMEPREFIX=	linux-
12
PKGNAMEPREFIX=	linux-
Lines 19-26 Link Here
19
RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123 \
18
RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123 \
20
		${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
19
		${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
21
20
22
BROKEN=		Unfetchable
23
24
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
25
ONLY_FOR_ARCHS=	i386
22
ONLY_FOR_ARCHS=	i386
26
NO_BUILD=	yes
23
NO_BUILD=	yes
Lines 37-50 Link Here
37
34
38
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
39
36
40
.if !exists(${DISTDIR}/${DISTFILES})
41
IGNORE=		may not be automatically fetched due to licensing\
42
		restrictions. You must manually fetch ${DISTFILES} from\
43
		http://www.baudline.com/download.html. Once ${DISTFILES}\
44
		has been downloaded, move it to ${DISTDIR} and then\
45
		restart this build
46
.endif
47
48
LINPROCFS!=	/sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}'
37
LINPROCFS!=	/sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}'
49
38
50
pre-install:
39
pre-install:
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (baudline_0.99_i686.tar.gz) = 6a6535edcceb637de525b58216ddf82c
1
MD5 (baudline_1.00_i686.tar.gz) = 5189ff30077b3c59488a3bb9a9708871
2
SIZE (baudline_0.99_i686.tar.gz) = 811726
2
SIZE (baudline_1.00_i686.tar.gz) = 869394

Return to bug 80180