pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libunit



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Aug 24 00:40:52 UTC 2021

Modified Files:
        pkgsrc/devel/libunit: Makefile
Removed Files:
        pkgsrc/devel/libunit: distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libunit/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/libunit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libunit/Makefile
diff -u pkgsrc/devel/libunit/Makefile:1.3 pkgsrc/devel/libunit/Makefile:1.4
--- pkgsrc/devel/libunit/Makefile:1.3   Sun Aug 22 04:02:23 2021
+++ pkgsrc/devel/libunit/Makefile       Tue Aug 24 00:40:51 2021
@@ -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 @@ COMMENT=        Development kit for dynamic web
 
 MAINTAINER=    osa%FreeBSD.org@localhost
 
+DISTINFO_FILE= ${.CURDIR}/../../www/unit/distinfo
+PATCHDIR=      ${.CURDIR}/../../www/unit/patches
+
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index