summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools/Makefile
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2022-09-30 15:57:28 +0000
committermicha <micha@pkgsrc.org>2022-09-30 15:57:28 +0000
commite40c001222dbb1cae99917fd69d755238d522b76 (patch)
treef3f5bc86117cdad3cf0900ad54eafcbfeff584a6 /sysutils/cdrtools/Makefile
parent402bfa05debc495984d0cfed69a2b1e91b2179cc (diff)
downloadpkgsrc-e40c001222dbb1cae99917fd69d755238d522b76.tar.gz
sysutils/cdrtools: Update to 3.02a10nb1
Changelog from AN-2022-09-18: With great sadness we report the death of schilytools main author and long time maintainer Jörg Schilling (1955-03-27--2021-10-10). Jörg, we miss you! After his passing, development has been picked up by a group of volunteers who would like to keep the project alive and well. Our goal is to carefully preserve the portability and compatibility of this project while extending it to new platforms and implementing new tools and features that fit the tool set. As a part of the change in management, the schilytools project has moved from Sourceforge to Codeberg. - general: Explain how to contribute and update README - general: Add list of contributors - all: Misc spelling fixes Submitted by Friedhelm Mehnert. - all: Update E-Mail address and project URL in many places. Jörg's old joerg@schily.net address is defunct and so is his postal address. As a part of an ongoing documentation cleanup, these addresses have been replaced by our new project pages in many locations. Submitted by Nico Sonack. - man pages: work around buggy syntax highlighting by adding \" " comments into various places. Submitted by Nico Sonack. - RULES: Fix build on macOS 12.4 - RULES: add i386-openbsd-clang.rul This should permit compilation on modern OpenBSD using clang as the system compiler. - autoconf: Work around clang bug in #pragma weak detection. A clang compiler bug causing a crash in the configure test for #pragma weak has been worked around, permitting use of weak symbols when compiling with clang. - cdrecord: comment out abstract devices names cdrecord.dfl used to define various abstract device names. These can be confusing to the user as they are likely not to match the actual device configuration present. We now comment out these device names, leaving them as mere examples for the user to reference. Reported by Friedhelm Mehnert. - cdrecord: Detriplicate LICENSE/COPYING/LIMITATIONS Jörg originally hard-linked the same file to three names. As git does not support hard links in repositories, remove two copies of the file, leaving us with just LIMITATIONS. - tests: fix arm64/aarch64 architecture confusion on OpenBSD Submitted by Nico Sonack.
Diffstat (limited to 'sysutils/cdrtools/Makefile')
-rw-r--r--sysutils/cdrtools/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index 8f4066d3625..255d9b03697 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.126 2022/08/09 12:08:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.127 2022/09/30 15:57:28 micha Exp $
-DISTNAME= schily-2021-09-18
+DISTNAME= 2022-09-18
PKGNAME= cdrtools-3.02a10
+PKGREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/
+DIST_SUBDIR= schilytools
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://sourceforge.net/projects/schilytools/
+HOMEPAGE= https://codeberg.org/schilytools/schilytools/
COMMENT= Software for creating ISO9660 images and writing CD/DVD/Blu-ray
LICENSE= cddl-1.0 AND gnu-gpl-v2 AND gnu-lgpl-v2.1 AND 2-clause-bsd
-MAKE_JOBS_SAFE= no
-
LDFLAGS.Darwin+= -liconv
.include "../../mk/bsd.prefs.mk"
-TOOL_DEPENDS+= smake>=1.3nb11:../../devel/smake
+TOOL_DEPENDS+= smake>=1.6nb2:../../devel/smake
SMAKE= MAKEFLAGS= smake
MAKE_FLAGS+= DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}
# Honor CPPFLAGS, CFLAGS and LDFLAGS