diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-17 05:46:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-17 05:46:00 +0800 |
commit | c1b4524876eed1bac3b94b673e11f68f6df67fb2 (patch) | |
tree | 6fe911406ff6163f07b8c3b2fa8340dfcbd2eabb /sysutils/psgconf | |
parent | 3e21bc49d9ee9d6a6947caa089354faf2af563e1 (diff) | |
download | freebsd-ports-gnome-c1b4524876eed1bac3b94b673e11f68f6df67fb2.tar.gz freebsd-ports-gnome-c1b4524876eed1bac3b94b673e11f68f6df67fb2.tar.zst freebsd-ports-gnome-c1b4524876eed1bac3b94b673e11f68f6df67fb2.zip |
Mark as broken on 4.X/5.X: fails to compile; mark broken otherwise, as it
attempt to modify its own pkg-install file.
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r-- | sysutils/psgconf/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index 464825e72c9c..d298e1652711 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -186,6 +186,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} IGNORE= requires perl 5.6 or newer .endif +.if ${OSVERSION} <= 600000 +BROKEN= does not compile on 4.X/5.X +.else +BROKEN= attempts to modify file under /usr/ports, which could be an RO file system +.endif + post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete |