- Update to 2.01.01a63. For changes since 2.01.01a62 see:

ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a63
- Hardcode a compiler specification file so CC can also be set to something
  containing spaces.

Approved by:	netchild
This commit is contained in:
Marius Strobl 2009-09-12 18:51:16 +00:00
parent 2a1462f6fe
commit 93f2d26ba5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241286
2 changed files with 7 additions and 8 deletions

View file

@ -22,7 +22,7 @@
###########################################################################
PORTNAME= cdrtools
PORTVERSION= 2.01.01a62
PORTVERSION= 2.01.01a63
PORTEPOCH= 1
CATEGORIES= sysutils audio
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \
@ -73,11 +73,10 @@ PLIST_SUB= RSCSI="@comment "
.endif
PKGNAMESUFFIX?= -devel
.include <bsd.port.pre.mk>
MAKE_ENV= CCOM=cc LANG=C INS_BASE=${LOCALBASE} INS_RBASE=${LOCALBASE}
CDRTLSTARGET= ${ARCH}-freebsd-cc
CCOM!= ${BASENAME} ${CC}
MAKE_ENV= CCOM=${CCOM} LANG=C INS_BASE=${LOCALBASE} INS_RBASE=${LOCALBASE}
CDRTLSTARGET= ${ARCH}-freebsd-${CCOM}
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libiconv.a) || \
exists(${LOCALBASE}/lib/libintl.a) || !defined(WITHOUT_NLS)

View file

@ -1,3 +1,3 @@
MD5 (cdrtools-2.01.01a62.tar.bz2) = 21507d9cb5469b951123cd61a4f646a7
SHA256 (cdrtools-2.01.01a62.tar.bz2) = a321b58894dd62af0dc11f96c5d74290edbcbe7d27d3b9e0a068b00981a3feab
SIZE (cdrtools-2.01.01a62.tar.bz2) = 1811974
MD5 (cdrtools-2.01.01a63.tar.bz2) = 01902f004cc139f798783e5f82ec0b7e
SHA256 (cdrtools-2.01.01a63.tar.bz2) = 1226aaaa55d11206a572491ce4776e9f960b6937c9d81bf15afa4a27217ff56b
SIZE (cdrtools-2.01.01a63.tar.bz2) = 1828967