pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/caddy
Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sat Jan 28 12:35:30 UTC 2023
Modified Files:
        pkgsrc/www/caddy: Makefile
Log Message:
caddy: Fix build for GOOS=illumos.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/caddy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/caddy/Makefile
diff -u pkgsrc/www/caddy/Makefile:1.64 pkgsrc/www/caddy/Makefile:1.65
--- pkgsrc/www/caddy/Makefile:1.64      Wed Jan 11 17:28:37 2023
+++ pkgsrc/www/caddy/Makefile   Sat Jan 28 12:35:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2023/01/11 17:28:37 bsiegert Exp $
+# $NetBSD: Makefile,v 1.65 2023/01/28 12:35:30 jperkin Exp $
 
 DISTNAME=      caddy-2.6.2
 PKGREVISION=   3
@@ -17,9 +17,6 @@ EXTRACT_USING=                bsdtar
 pre-patch:
        ${CP} ${WRKSRC}/listen_unix.go ${WRKSRC}/listen_illumos.go
 
-post-patch:
-       ${CP} ${WRKSRC}/listen_illumos.go ${WRKSRC}/listen_solaris.go
-
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"
Home |
Main Index |
Thread Index |
Old Index