diff options
author | andreas <andreas@FreeBSD.org> | 2000-08-11 12:47:51 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-08-11 12:47:51 +0800 |
commit | a6c0c2937b5ba476ebcca850f9783b1f574f966a (patch) | |
tree | 4c5a4168d7c8e428ee52715c1310b20b409d303b | |
parent | 6053b3e8845a4d8433d333017a3cec6029a1f29f (diff) | |
download | freebsd-ports-gnome-a6c0c2937b5ba476ebcca850f9783b1f574f966a.tar.gz freebsd-ports-gnome-a6c0c2937b5ba476ebcca850f9783b1f574f966a.tar.zst freebsd-ports-gnome-a6c0c2937b5ba476ebcca850f9783b1f574f966a.zip |
unbreak port.
Add patch 5.4.2 to RELENG_5
Things that makes me wonder:
a) patch is unable to remove make-release, that vanished in RELENG_5
so I had to remove the diff for that. Don't know if our patch is
so dumb, or if cvs diff doesn't generate the right things.
The complete diff concerning this is rejected.
b) the CONFIGURE TARGET OF OUR PORTS COLLECTION STILL doesn't work.
Could someone please tell me, if I missed something ???
Suddenly the apsfilter configure script isn't executed anymore
and so the apsfilter port doesn't create Makefile.inc to resolve
the port dependencies, when being called "interactively"...
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 40796a35ddd1..cae851fc14b5 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -9,14 +9,12 @@ PORTNAME= apsfilter PORTVERSION= 5.4.2 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ -PATCH_SITES= http://www.apsfilter.org/download/ #last patches are broken because of an error in make-release #after moving it to www area ... #am working on this +#PATCH_SITES= http://www.apsfilter.org/download/ #PATCHFILES= diff-5.4.2-09.08.2000-23:56:30.gz -BROKEN= "diffs on www.apsfilter.org are not o.k. because of an error in script, am working on this a.s.a.p." - MAINTAINER= andreas@FreeBSD.org RUN_DEPENDS= recode:${PORTSDIR}/converters/recode diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 40796a35ddd1..cae851fc14b5 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -9,14 +9,12 @@ PORTNAME= apsfilter PORTVERSION= 5.4.2 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ -PATCH_SITES= http://www.apsfilter.org/download/ #last patches are broken because of an error in make-release #after moving it to www area ... #am working on this +#PATCH_SITES= http://www.apsfilter.org/download/ #PATCHFILES= diff-5.4.2-09.08.2000-23:56:30.gz -BROKEN= "diffs on www.apsfilter.org are not o.k. because of an error in script, am working on this a.s.a.p." - MAINTAINER= andreas@FreeBSD.org RUN_DEPENDS= recode:${PORTSDIR}/converters/recode |