[macports-ports] branch master updated: arc: update to 5.21p
Ryan Schmidt
ryandesign at macports.org
Thu Jan 26 19:13:41 UTC 2017
On Jan 26, 2017, at 09:03, Kurt Hindenburg <khindenburg at macports.org> wrote:
>
> Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/31df8bb6a24ffa67515c5e07d20e185c73b1f855
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 31df8bb arc: update to 5.21p
>
> 31df8bb is described below
>
>
> commit 31df8bb6a24ffa67515c5e07d20e185c73b1f855
>
> Author: Kurt Hindenburg <khindenburg at macports.org>
> AuthorDate: Thu Jan 26 10:03:13 2017 -0500
>
>
> arc: update to 5.21p
>
>
>
> add Debian patches - maintainer timeout
>
>
>
> closes https://trac.macports.org/ticket/53116
>
> ---
> archivers/arc/Portfile | 32 +++++++---------
> archivers/arc/files/patch-Makefile | 15 --------
> archivers/arc/files/patch-Makefile.diff | 51 ++++++++++++++++++++++++++
> archivers/arc/files/patch-gcc-warnings.diff | 44 ++++++++++++++++++++++
> archivers/arc/files/patch-man-spelling.diff | 17 +++++++++
> archivers/arc/files/patch-manpage-section.diff | 24 ++++++++++++
> 6 files changed, 150 insertions(+), 33 deletions(-)
>
>
> diff --git a/archivers/arc/Portfile b/archivers/arc/Portfile
>
> index 1244222..10308fe 100644
>
> --- a/archivers/arc/Portfile
>
> +++ b/archivers/arc/Portfile
>
> @@ -3,8 +3,7 @@
>
> PortSystem 1.0
>
> name arc
>
> -version 5.21o
>
> -revision 1
>
> +version 5.21p
>
> categories archivers sysutils
> license GPL-2
> description create and extract files from dos .arc archives
>
> @@ -12,28 +11,25 @@ maintainers crazic.ru:jc
>
> platforms darwin
> long_description ${description}
> homepage http://arc.sourceforge.net/
>
> -master_sites sourceforge
>
> -extract.suffix .tgz
>
> +master_sites sourceforge:project/${name}/${name}/${name}-${version}
>
>
>
> -checksums md5 3b30c739b42b2fe8ac4ec0a05f34f284 \
>
> - sha1 4b803eae04976072fae88d4dbfc4b3e45796f8f3 \
>
> - rmd160 2897f62452f59efcb757cd5447d6d330df0cfdd1
>
> +checksums rmd160 c6a97105ab26cf1d2b6ad45d528894628cff0586 \
>
> + sha256 eacf870a245f155a4ba8c6f8e0fbb2e8a267aafa157f56ba7a8cb1d74fd8b5a1
>
>
>
> -patchfiles patch-Makefile patch-marc.c
>
> +patchfiles patch-gcc-warnings.diff \
>
> + patch-Makefile.diff \
>
> + patch-man-spelling.diff \
>
> + patch-manpage-section.diff \
>
> + patch-marc.c
>
>
> use_configure no
>
>
> -set CFLAGS ${configure.cflags}
>
> +build.env-append CC=${configure.cc} \
>
> + CFLAGS='${configure.cflags} [get_canonical_archflags cc]' \
>
> + OPT='${configure.cflags} [get_canonical_archflags cc]' \
>
> + LDFLAGS='${configure.ldflags} [get_canonical_archflags ld]' \
>
> + PREFIX='${prefix}'
>
>
>
> -variant universal {
>
> - set CFLAGS "${CFLAGS} ${configure.universal_cflags}"
>
> -}
>
> -if {![variant_isset universal]} {
>
> - set CFLAGS "${CFLAGS} ${configure.cc_archflags}"
>
> -}
This deleted the universal variant. Can it be reinstated?
More information about the macports-dev
mailing list