- Update to version 2.1

- Update LICENSE
- Remove shlib versions
- Convert to optionsng
- Trim Makefile header
- Add BROKEN for 7.X

PR:           ports/171976
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
This commit is contained in:
Armin Pirkovitsch 2012-11-30 23:52:08 +00:00
parent 8820457d87
commit 645e32e821
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308044
3 changed files with 21 additions and 54 deletions

View File

@ -1,16 +1,12 @@
# New ports collection makefile for: cdcat
# Date created: 04 May 2006
# Whom: Aren Tyr <aren.tyr@gawab.com>
#
# Created by: Aren Tyr <aren.tyr@gawab.com>
# $FreeBSD$
#
PORTNAME= cdcat
PORTVERSION= 2.0
PORTREVISION= 1
PORTVERSION= 2.1
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
GOOGLE_CODE:lib7zip
PROJECTHOST= lib7zip
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${L7Z_DISTFILE}:lib7zip
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@ -18,17 +14,18 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A QT based tool for offline CD/DVD/disk catalogs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE= GPLv2 MPL
LICENSE_COMB= multi
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/archivers/p7zip:patch \
${NONEXISTENT}:${PORTSDIR}/multimedia/mediainfo:build
LIB_DEPENDS= tar.0:${PORTSDIR}/devel/libtar \
exif.12:${PORTSDIR}/graphics/libexif
LIB_DEPENDS= tar:${PORTSDIR}/devel/libtar \
exif:${PORTSDIR}/graphics/libexif
OPTIONS_DEFINE= DOCS
BUILD_WRKSRC= ${WRKSRC}/src
PROJECTHOST= lib7zip
USE_BZIP2= yes
USE_QT4= corelib gui xml \
linguist_build moc_build qmake_build uic_build
@ -62,7 +59,7 @@ PLIST_FILES+= share/icons/hicolor/scalable/apps/${PORTNAME}_logo.svg
PLIST_DIRS= %%DATADIR%%/translations %%DATADIR%%
L7Z_NAME= lib7zip
L7Z_VERSION= 1.4.1
L7Z_VERSION= 1.6.3
L7Z_DISTFILE= ${L7Z_NAME}-${L7Z_VERSION}.tar.gz
L7Z_WRKSRC= ${WRKDIR}/${L7Z_NAME}
@ -71,6 +68,10 @@ L7Z_WRKSRC= ${WRKDIR}/${L7Z_NAME}
P7Z_WRKSRC= $$(cd ${PORTSDIR}/archivers/p7zip && ${MAKE} -V WRKSRC)
MIF_WRKSRC= $$(cd ${PORTSDIR}/multimedia/mediainfo && ${MAKE} -V WRKSRC)
.if ${OSVERSION} < 800000
BROKEN= does not build on 7.X
.endif
post-extract:
@${GZCAT} ${DISTDIR}/${L7Z_DISTFILE} | (cd ${WRKDIR} && ${TAR} -xf -)
@${LN} -sf ${L7Z_NAME}-${L7Z_VERSION} ${L7Z_WRKSRC}
@ -112,10 +113,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}_logo_${size}x${size}.png \
${PREFIX}/share/icons/hicolor/${size}x${size}/apps/${PORTNAME}_logo.png
.endfor
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

View File

@ -1,4 +1,4 @@
SHA256 (cdcat-2.0.tar.bz2) = d9c6dd6d1ab0b997e35446c0370f03e69a40ac7f49492c3c70ae6224c568970a
SIZE (cdcat-2.0.tar.bz2) = 382091
SHA256 (lib7zip-1.4.1.tar.gz) = 20efb640c43c5d05e1f8d641eb0d01f8712648fe7989f275ec5b2997641316d9
SIZE (lib7zip-1.4.1.tar.gz) = 95080
SHA256 (cdcat-2.1.tar.bz2) = ad332b374307835d5daadfdcc8a06937cf3c57fe3a87cf58dc41b368ba6e8204
SIZE (cdcat-2.1.tar.bz2) = 383337
SHA256 (lib7zip-1.6.3.tar.gz) = 03e6aecefbb7ed8c927fb0736c7192a4661ace7884a35f4147df7356b1a23860
SIZE (lib7zip-1.6.3.tar.gz) = 356121

View File

@ -1,34 +0,0 @@
--- ../lib7zip/Lib7Zip/7zipLibrary.cpp.orig 2011-07-24 08:14:18.000000000 +0900
+++ ../lib7zip/Lib7Zip/7zipLibrary.cpp 2011-08-06 16:31:37.000000000 +0900
@@ -35,6 +35,13 @@
#define HMODULE void *
#endif
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#if (__FreeBSD_version < 900000 && __FreeBSD_version >= 800501) || (__FreeBSD_version >= 900006)
+#define HAVE_SCANDIR_POSIX
+#endif
+#endif
+
/*-------------- const defines ---------------------------*/
const UInt64 kMaxCheckStartPosition = 1 << 22;
@@ -819,7 +826,7 @@
}
#else
-#if defined(__WXMAC__) || defined(__APPLE__)
+#if defined(__WXMAC__) || defined(__APPLE__) || !defined(HAVE_SCANDIR_POSIX)
int myselect(struct dirent * pDir );
#else
int myselect(const struct dirent * pDir );
@@ -856,7 +863,7 @@
return true;
}
-#if defined(__WXMAC__) || defined(__APPLE__)
+#if defined(__WXMAC__) || defined(__APPLE__) || !defined(HAVE_SCANDIR_POSIX)
int myselect(struct dirent * pDir )
#else
int myselect(const struct dirent * pDir )