Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= mkvtoolnix |
8 |
PORTNAME= mkvtoolnix |
9 |
PORTVERSION= 0.9.1 |
9 |
PORTVERSION= 0.9.2 |
10 |
CATEGORIES= multimedia audio |
10 |
CATEGORIES= multimedia audio |
11 |
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ |
11 |
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ |
12 |
|
12 |
|
Lines 19-26
Link Here
|
19 |
expat.5:${PORTSDIR}/textproc/expat2 \ |
19 |
expat.5:${PORTSDIR}/textproc/expat2 \ |
20 |
vorbis.3:${PORTSDIR}/audio/libvorbis |
20 |
vorbis.3:${PORTSDIR}/audio/libvorbis |
21 |
|
21 |
|
22 |
BROKEN= "Unfetchable" |
|
|
23 |
|
24 |
USE_BZIP2= yes |
22 |
USE_BZIP2= yes |
25 |
USE_GMAKE= yes |
23 |
USE_GMAKE= yes |
26 |
USE_REINPLACE= yes |
24 |
USE_REINPLACE= yes |
Lines 43-62
Link Here
|
43 |
BROKEN= "Does not compile on sparc64" |
41 |
BROKEN= "Does not compile on sparc64" |
44 |
.endif |
42 |
.endif |
45 |
|
43 |
|
46 |
# gcc 3.2 was available on 5.x before this OSVERSION |
|
|
47 |
# do not build gcc 3.3 unless necessary |
48 |
.if ${OSVERSION} < 501103 |
49 |
# use gcc 3.2 |
50 |
USE_GCC=3.2 |
51 |
.else |
52 |
# default for 5.x series |
53 |
USE_GCC=3.3 |
54 |
.endif |
55 |
|
56 |
.if ${OSVERSION} < 500000 |
44 |
.if ${OSVERSION} < 500000 |
57 |
USE_GCC=2.95 |
45 |
CFLAGS+= -DNO_WSTRING |
58 |
# this is gcc 2.x |
|
|
59 |
CFLAGS+= -DNO_WSTRING |
60 |
.endif |
46 |
.endif |
61 |
|
47 |
|
62 |
.include <bsd.port.post.mk> |
48 |
.include <bsd.port.post.mk> |