Hi, Here is an update to kwebapp. I removed the ALL_TARGET as the port now builds everything without it. Also fixed the test build.
OK? diff --git a/www/kwebapp/Makefile b/www/kwebapp/Makefile index e679e86d561..cba516c850f 100644 --- a/www/kwebapp/Makefile +++ b/www/kwebapp/Makefile @@ -2,7 +2,7 @@ COMMENT = web application source generator -DISTNAME = kwebapp-0.5.1 +DISTNAME = kwebapp-0.5.6 CATEGORIES = www HOMEPAGE = https://kristaps.bsd.lv/kwebapp/ @@ -12,15 +12,16 @@ MAINTAINER = Aaron Bieber <[email protected]> # ISC PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c +WANTLIB += c expat MASTER_SITES = https://kristaps.bsd.lv/kwebapp/snapshots/ RUN_DEPENDS = databases/ksql \ www/kcgi TEST_DEPENDS = ${RUN_DEPENDS} +TEST_FLAGS = CFLAGS+=-I${LOCALBASE}/include \ + LDFLAGS+=-L${LOCALBASE}/lib -ALL_TARGET = kwebapp CONFIGURE_STYLE = simple CONFIGURE_ENV = "PREFIX=${PREFIX}" diff --git a/www/kwebapp/distinfo b/www/kwebapp/distinfo index c7643d8f8a6..bfab7d47816 100644 --- a/www/kwebapp/distinfo +++ b/www/kwebapp/distinfo @@ -1,2 +1,2 @@ -SHA256 (kwebapp-0.5.1.tar.gz) = TCm42JfT24ROhsgwMnCCeJdETOF/kRjk6JlVMj9CU+E= -SIZE (kwebapp-0.5.1.tar.gz) = 109226 +SHA256 (kwebapp-0.5.6.tar.gz) = DaDvwKiZSIZb9jH5DtRgknTZIA8/ZJWMGNhizJTOugY= +SIZE (kwebapp-0.5.6.tar.gz) = 119389 diff --git a/www/kwebapp/pkg/PLIST b/www/kwebapp/pkg/PLIST index edada5ee3d5..28d89f798a1 100644 --- a/www/kwebapp/pkg/PLIST +++ b/www/kwebapp/pkg/PLIST @@ -8,6 +8,7 @@ @bin bin/kwebapp-javascript @bin bin/kwebapp-sql @bin bin/kwebapp-sqldiff +@bin bin/kwebapp-xliff @man man/man1/kwebapp-audit-gv.1 @man man/man1/kwebapp-audit-json.1 @man man/man1/kwebapp-audit.1 @@ -16,6 +17,7 @@ @man man/man1/kwebapp-javascript.1 @man man/man1/kwebapp-sql.1 @man man/man1/kwebapp-sqldiff.1 +@man man/man1/kwebapp-xliff.1 @man man/man1/kwebapp.1 @man man/man5/kwebapp.5 share/kwebapp/ -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE
