diff --git a/archivers/star/Makefile b/archivers/star/Makefile index ff9a7d4e9771..8548e2deb629 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -1,32 +1,31 @@ PORTNAME= star -PORTREVISION= 1 CATEGORIES= archivers COMMENT= Unique standard tape archiver with many enhancements WWW= https://cdrtools.sourceforge.net/private/star.html PORTDOCS= README* STARvsGNUTAR OPTIONS_DEFINE+=DOCS GNUTAR PROFILE OPTIONS_SUB= yes GNUTAR_DESC= Install a gnutar binary MASTERDIR= ${.CURDIR}/../../devel/schilybase COMPONENTS= libstreamar \ mt \ rmt \ star \ star_sym \ strar post-patch-PROFILE-off: @${ECHO_MSG} '=> Patching Makefiles to disable profiled libraries' @${REINPLACE_CMD} -e '/^MK_FILES/s, [a-z]*_p.mk,,' ${WRKSRC}/*/Makefile post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/schily ${INSTALL_DATA} ${WRKSRC}/include/schily/strar.h ${STAGEDIR}${PREFIX}/include/schily/ # these are shipped in archivers/tartest ${RM} -r ${STAGEDIR}${DOCSDIR}/testscripts .include "${MASTERDIR}/Makefile.master" diff --git a/devel/schilybase/Makefile b/devel/schilybase/Makefile index e48f5070d0eb..ee663706bdc0 100644 --- a/devel/schilybase/Makefile +++ b/devel/schilybase/Makefile @@ -1,71 +1,70 @@ PORTNAME= schilybase -PORTREVISION= 2 CATEGORIES= devel COMMENT= Support files and libraries for the schilytools NLS_USES= gettext-tools USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS MANPAGES NLS PROFILE OPTIONS_DEFAULT=DOCS NLS OPTIONS_SUB= yes # do not reorder: order required for build to succeed BOOTSTRAP_SMAKE?= yes COMPONENTS= conf \ inc \ include \ include/schily \ libschily \ libdeflt \ libscg \ libscg/scg \ libxtermcap \ libcdrdeflt \ libdbgmalloc \ libedc \ libfile \ libfind \ libgetopt \ libhfs_iso \ libmdigest \ libparanoia \ librmt \ librscg \ libscgcmd \ libshedit \ libsiconv \ libsiconv/tables \ man \ man/man5 post-patch-PROFILE-off: @${ECHO_MSG} '=> Patching Makefiles to disable profiled libraries' @${REINPLACE_CMD} -e '/^MK_FILES/s, [a-z]*_p.mk,,' ${WRKSRC}/*/Makefile post-build-NLS-on: msgfmt --no-convert -o ${WRKDIR}/SCHILY_utils.mo ${WRKSRC}/SCHILY_utils.po # all languages supported by FreeBSD _LANGUAGES= C af am ar be bg ca cs da de el en es et eu fi fr ga he hi hr \ hu hy is it ja kk ko lt lv mn nb nl nn pl pt ro ru se sk sl sr \ sv tr uk zh post-install: # this is just a copy of the FreeBSD termcap file, no need to ship it again. ${RM} ${STAGEDIR}${PREFIX}/etc/termcap # this one goes to archivers/star ${RM} ${STAGEDIR}${PREFIX}/include/schily/strar.h post-install-NLS-on: @${ECHO_MSG} '=> installing dummy message catalogues' ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/de/LC_MESSAGES ${INSTALL_DATA} ${WRKDIR}/SCHILY_utils.mo ${STAGEDIR}${PREFIX}/share/locale/de/LC_MESSAGES/SCHILY_utils.mo .for lang in ${_LANGUAGES:Nde} ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES ${LN} ${STAGEDIR}${PREFIX}/share/locale/de/LC_MESSAGES/SCHILY_utils.mo \ ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/SCHILY_utils.mo .endfor .include "Makefile.master" diff --git a/devel/schilybase/Makefile.master b/devel/schilybase/Makefile.master index aad52b7fe091..10661785923f 100644 --- a/devel/schilybase/Makefile.master +++ b/devel/schilybase/Makefile.master @@ -1,97 +1,97 @@ -DISTVERSION= 2023-09-28 +DISTVERSION= 2024-03-21 MASTER_SITES= http://fuz.su/pub/schilytools/ \ https://schilytools.pkgsrc.pub/pub/schilytools/ \ https://mirrors.dotsrc.org/schilytools/ \ https://ftp.halifax.rwth-aachen.de/schilytools/ \ https://ftp.gwdg.de/pub/misc/schilytools/ DISTNAME= schily-${DISTVERSION} MAINTAINER= fuz@FreeBSD.org WWW?= https://codeberg.org/schilytools/schilytools LICENSE= CDDL ${COMPONENTS:@c@${LICENSE.${c}}@:O:u} LICENSE.autoconf= GPLv2 LICENSE.libhfs_iso= GPLv2 LICENSE.man2html= GPLv2 LICENSE.mkisofs= GPLv2 LICENSE.libparanoia= LGPL21 LICENSE.cpp= BSD3CLAUSE LICENSE.ctags= BSD3CLAUSE LICENSE.libmdigest= BSD2CLAUSE LICENSE.libfile= BSD2CLAUSE LICENSE.patch= BSD1CLAUSE LICENSE.lndir= MIT LICENSE_COMB= ${${LICENSE:[#]}>1:?multi:single} LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt LICENSE_FILE_GPLv2= ${WRKSRC}/GPL-2.0.txt LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL-2.1.txt LICENSE_FILE_BSD1CLAUSE= ${WRKSRC}/patch/LICENSE LICENSE_NAME_BSD1CLAUSE= BSD 1-clause LICENSE LICENSE_PERMS_BSD1CLAUSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept # schilybase has all the libraries .if ${PORTNAME} != "schilybase" LIB_DEPENDS+= libschily.so:devel/schilybase .endif .if "${BOOTSTRAP_SMAKE}" != "yes" BUILD_DEPENDS+= smake:devel/smake .endif USES+= tar:bz2 compiler gettext-runtime iconv MAKE_ARGS= INS_BASE=${PREFIX} \ INS_RBASE=${PREFIX} \ LINKMODE=dynamic \ DESTDIR=${STAGEDIR} \ STRIPFLAGS=${STRIP} \ CCOM=${COMPILER_TYPE} \ CC=${CC} \ CCC=${CXX} \ COPTX="${CFLAGS}" \ C++OPTX="${CXXFLAGS}" \ NOECHO= MAKE_CMD= ${"${BOOTSTRAP_SMAKE}" == "yes":?${WRKSRC}/psmake/smake:smake} PLIST_SUB+= OPSYS=${OPSYS:tl} ARCH=${ARCH} COMPILER_TYPE=${COMPILER_TYPE} PLIST= ${.CURDIR}/pkg-plist PKGHELP?= ${.CURDIR}/pkg-help PKGMESSAGE?= ${.CURDIR}/pkg-message DESCR= ${.CURDIR}/pkg-descr TESTCOMPONENTS?= ${COMPONENTS} post-extract: @cd ${WRKSRC}/rmt && ${MV} rmt.dfl srmt.dfl @cd ${WRKSRC}/rmt && ${MV} default-rmt.sample default-srmt.sample do-configure: .if "${BOOTSTRAP_SMAKE}" == "yes" @${ECHO_MSG} "=> building a bootstrap smake" cd ${WRKSRC}/psmake && ${SETENV} ${MAKE_ENV} ${SH} ./MAKE-all .endif @${ECHO_MSG} "=> configuring components" .for component in ${COMPONENTS} cd ${WRKSRC}/${component} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} config .endfor do-build: .for component in ${COMPONENTS} cd ${WRKSRC}/${component} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} all .endfor do-install: .for component in ${COMPONENTS} cd ${WRKSRC}/${component} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install .endfor .if "${COMPONENTS:Mlib}" != "" ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*.* .endif # the test suite gets moody if we set INS_BASE/INS_RBASE/DESTDIR do-test: .for component in ${TESTCOMPONENTS} cd ${WRKSRC}/${component} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS:NINS_*BASE=*:NDESTDIR=*} tests .endfor .include diff --git a/devel/schilybase/distinfo b/devel/schilybase/distinfo index 6e7895947111..09df6bcda67f 100644 --- a/devel/schilybase/distinfo +++ b/devel/schilybase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696014231 -SHA256 (schily-2023-09-28.tar.bz2) = e7dca444c9dfde87ba52a2de7514db5b49427b977d3a23fb081692fe8bac9439 -SIZE (schily-2023-09-28.tar.bz2) = 4868865 +TIMESTAMP = 1711028230 +SHA256 (schily-2024-03-21.tar.bz2) = 76db022e450c1791a00e69780b55d18a2e3fc39b5ff870996433f87312032024 +SIZE (schily-2024-03-21.tar.bz2) = 4869239 diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 7c2992a55c35..3159cfc3c73f 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,47 +1,46 @@ PORTNAME= cdrtools -PORTREVISION= 1 CATEGORIES= sysutils audio COMMENT= Tools for ripping from and recording to CDs and DVDs WWW= https://cdrtools.sourceforge.net/private/cdrecord.html LAME_RUN_DEPENDS= lame:audio/lame VORBIS_RUN_DEPENDS= oggenc:audio/vorbis-tools USES= cpe CPE_VENDOR= cdrtools_project OPTIONS_DEFINE= DOCS LAME VORBIS SETUID OPTIONS_DEFAULT=DOCS LAME VORBIS OPTIONS_SUB= yes LAME_DESC= Install cdda2mp3 (requires audio/lame) VORBIS_DESC= Install cdda2ogg (requires audio/vorbis-tools) SETUID_DESC= Install cdrecord, cdda2wav, and readcd as setuid root SETUID_PLIST_SUB= SUID="@(root,,4711) " SETUID_PLIST_SUB_OFF= SUID="@(,,755) " CONFLICTS_INSTALL= cdrkit MASTERDIR= ${.CURDIR}/../../devel/schilybase COMPONENTS= cdda2wav \ cdrecord \ mkisofs \ mkisofs/diag \ readcd \ scgcheck \ scgskeleton post-install: ${RM} ${STAGEDIR}${PREFIX}/share/doc/cdrecord/README.rscsi post-install-LAME-off: ${RM} ${STAGEDIR}${PREFIX}/bin/cdda2mp3 ${STAGEDIR}${PREFIX}share/man/man1/cdda2mp3.1 post-install-VORBIS-off: ${RM} ${STAGEDIR}${PREFIX}/bin/cdda2ogg ${STAGEDIR}${PREFIX}share/man/man1/cdda2ogg.1 post-install-DOCS-off: ${RM} ${STAGEDIR}share/doc .include "${MASTERDIR}/Makefile.master"