diff --git a/devel/imake/Makefile b/devel/imake/Makefile index ba3d436a6d91..8aae5fc644e1 100644 --- a/devel/imake/Makefile +++ b/devel/imake/Makefile @@ -1,28 +1,23 @@ PORTNAME= imake -DISTVERSION= 1.0.10 -PORTREVISION= 1 +DISTVERSION= 1.0.11 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org -COMMENT= Imake and other utilities from X.Org -WWW= https://www.x.org/ +COMMENT= Obsolete C preprocessor interface to the make utility +WWW= https://gitlab.freedesktop.org/xorg/util/imake LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= tradcpp:devel/tradcpp RUN_DEPENDS= gccmakedep:devel/gccmakedep \ makedepend:devel/makedepend \ ${LOCALBASE}/lib/X11/config/xorg.cf:x11/xorg-cf-files USES= shebangfix tar:xz perl5 pkgconfig xorg xorg-cat:util USE_XORG= xorgproto USE_PERL5= run SHEBANG_FILES= mkhtmlindex.pl -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ENV= ac_cv_path_RAWCPP=tradcpp - .include diff --git a/devel/imake/distinfo b/devel/imake/distinfo index 66d48d2ede44..17af87eafbd3 100644 --- a/devel/imake/distinfo +++ b/devel/imake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704832883 -SHA256 (xorg/util/imake-1.0.10.tar.xz) = 75decbcea8d7b354cf36adc9675e53c4790ee3de56a14bd87b42c8e8aad2ecf5 -SIZE (xorg/util/imake-1.0.10.tar.xz) = 155284 +TIMESTAMP = 1767142854 +SHA256 (xorg/util/imake-1.0.11.tar.xz) = 55955527eaebe94633e4083d4fe5f2160a65fe4c6dafdee48b89fea5f1ca8a78 +SIZE (xorg/util/imake-1.0.11.tar.xz) = 157524 diff --git a/devel/imake/pkg-descr b/devel/imake/pkg-descr index c3ac7ac2daa5..4c1bc754b04b 100644 --- a/devel/imake/pkg-descr +++ b/devel/imake/pkg-descr @@ -1,2 +1,6 @@ -This package contains X.Org's imake, imake config files, and other build-related -tools. +Imake is the old historic makefile generation tool used by the X window +system. It basically relies on preprocessing imakefiles through C +preprocessor, and using a bit of sed(1) to handle various comments. + +The imake package contains the imake utility, plus a number of support +programs, such as mkdirhier, revpath, and xmkmf.