mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Configure was failing as its tests appear to be pre C99 requiring implicit int. Makefile.am failed to build due to a local variable being null. Fixed by patching the autotools m4 macro that sets the variable. Closes: https://trac.macports.org/ticket/71604
29 lines
823 B
Plaintext
29 lines
823 B
Plaintext
PortSystem 1.0
|
|
|
|
name mpack
|
|
version 1.6
|
|
revision 1
|
|
checksums rmd160 a83330aa15437dc3ca6475cbf6e35b09ab9cef07 \
|
|
sha256 274108bb3a39982a4efc14fb3a65298e66c8e71367c3dabf49338162d207a94c \
|
|
size 179850
|
|
|
|
license BSD
|
|
description mime mail packing and unpacking
|
|
long_description mpack and munpack provide command line tools to \
|
|
pack and unpack multipart mime mail messages
|
|
categories mail
|
|
maintainers nomaintainer
|
|
|
|
homepage https://en.wikipedia.org/wiki/Mpack_(Unix)
|
|
master_sites macports_distfiles
|
|
|
|
patchfiles cmulocal-bsd_sockets.m4.patch \
|
|
configure.in.patch \
|
|
implicit.patch \
|
|
patch-TMPDIR.diff
|
|
|
|
# Regenerate configure to fix implicit int errors.
|
|
# Also we are patching configure.in
|
|
use_autoreconf yes
|
|
autoreconf.args --install --verbose --force
|