1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/sysutils/mkisofs/Makefile
Dirk Froemberg c9474df488 Upgrade to mkisofs included in cdrecord-1.8a38.
From AN-1.8a38:

- Fixed a seriuos bug related to the structures iso_path_table and
  iso_directory_record.

  Both structures have an odd length and some compilers (e.g. on
  Sun3/mc68020 systems) will padd these structures to an even size.
  For this reason it was a bad idea to use sizeof(iso_path_table)
  of sizeof(iso_directory_record) for on disk size computations.

  The changes affect central functionality and it is needed to do
  testing if my changes will not introduce a new bug.
2000-01-07 19:38:57 +00:00

35 lines
888 B
Makefile

# New ports collection makefile for: mkisofs
# Version required: 1.12b5
# Date created: 07 Aug 1996
# Whom: jhk
#
# $FreeBSD$
#
DISTNAME= cdrecord-1.8a38
PKGNAME= mkisofs-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/ \
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/alpha/ \
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/
MAINTAINER= dirk@FreeBSD.org
VERSION= 1.12b5
WRKSRC= ${WRKDIR}/cdrecord-1.8
USE_GMAKE= yes
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG -DHAVE_SIZE_T"
MAN8= mkisofs.8
.if ${MACHINE_ARCH} == "alpha"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-freebsd-cc.rul \
${WRKSRC}/RULES/alpha-freebsd-cc.rul
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mkisofs-${VERSION}/OBJ/${ARCH}-freebsd-cc/mkisofs ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/mkisofs-${VERSION}/mkisofs.8 ${PREFIX}/man/man8
.include <bsd.port.mk>