pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libunit libunit: fix SunOS builds and simplify m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3adb8df910bd
branches:  trunk
changeset: 457338:3adb8df910bd
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Aug 24 00:40:51 2021 +0000

description:
libunit: fix SunOS builds and simplify maintenance

Share distinfo with www/unit, since it's the same. Also share and apply
patches, since some are needed in order for this component to build on
SunOS.

diffstat:

 devel/libunit/Makefile |  5 ++++-
 devel/libunit/distinfo |  6 ------
 2 files changed, 4 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 66c7245c4fcf -r 3adb8df910bd devel/libunit/Makefile
--- a/devel/libunit/Makefile    Mon Aug 23 18:46:23 2021 +0000
+++ b/devel/libunit/Makefile    Tue Aug 24 00:40:51 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/08/22 04:02:23 gutteridge Exp $
+# $NetBSD: Makefile,v 1.4 2021/08/24 00:40:51 gutteridge Exp $
 
 PKGNAME=       libunit-${UNIT_VERSION}
 DISTNAME=      unit-${UNIT_VERSION}
@@ -6,6 +6,9 @@
 
 MAINTAINER=    osa%FreeBSD.org@localhost
 
+DISTINFO_FILE= ${.CURDIR}/../../www/unit/distinfo
+PATCHDIR=      ${.CURDIR}/../../www/unit/patches
+
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
diff -r 66c7245c4fcf -r 3adb8df910bd devel/libunit/distinfo
--- a/devel/libunit/distinfo    Mon Aug 23 18:46:23 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/08/22 04:00:43 gutteridge Exp $
-
-SHA1 (unit-1.25.0.tar.gz) = f235f96f7f51f169bae85222dbc8c93ece69d589
-RMD160 (unit-1.25.0.tar.gz) = d08da7f6404e3fad4a69f31ba203cc9a3b69024c
-SHA512 (unit-1.25.0.tar.gz) = fc001ab21c5aa6c07b092f7b1f44be3b88636f9e2059c8bc4049a06d863daae1bbfa2531a4a24bdd5976250d7a0e260dcf0dbb0dec63efcc008b5398c6bb4bbd
-Size (unit-1.25.0.tar.gz) = 853280 bytes



Home | Main Index | Thread Index | Old Index