aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2000-12-09 20:11:57 +0800
committerandreas <andreas@FreeBSD.org>2000-12-09 20:11:57 +0800
commitec2c85789b56aa4f0371c2de4b20c900c2d00d2a (patch)
tree365fc0612d3099baa3615b4a422c4458e1c07c8c
parented4eea9a0798773653ceab5bb1260bbaa0c2d064 (diff)
downloadfreebsd-ports-gnome-ec2c85789b56aa4f0371c2de4b20c900c2d00d2a.tar.gz
freebsd-ports-gnome-ec2c85789b56aa4f0371c2de4b20c900c2d00d2a.tar.zst
freebsd-ports-gnome-ec2c85789b56aa4f0371c2de4b20c900c2d00d2a.zip
update to newest SNAPSHOT, see ChangeLog on apsfilter.org what changed.
cleanup: don't create /usr/local/apsfilter/filter/.keep_me anymore (normal and BATCH mode) echo some infos in install target ( if BATCH NOT set), where to look for further help in case of trouble. BTW, Jordan reported some bugs with noneexisting printcap file and problems printing a test page. I removed my printcap prior installation of printers using SETUP and had no problem so far. The only thing that might be the case is, that apsfilters SETUP doesn't grok the situation, if you choose a driver, that is actually NOT compiled in into your gs binary... but this is JUST A THOUGHT.
-rw-r--r--print/apsfilter6/Makefile6
-rw-r--r--print/apsfilter6/distinfo2
-rw-r--r--print/apsfilter6/scripts/configure9
3 files changed, 8 insertions, 9 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 416d2aca30bb..ef2e3ae4dce1 100644
--- a/print/apsfilter6/Makefile
+++ b/print/apsfilter6/Makefile
@@ -9,7 +9,7 @@ PORTNAME= apsfilter
PORTVERSION= 6.0.0
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
-DISTFILES= apsfilter-current-09.09.2000.tar.bz2
+DISTFILES= apsfilter-current-09.12.2000.tar.bz2
MAINTAINER= andreas@FreeBSD.org
@@ -58,10 +58,6 @@ post-clean:
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
-.else
-post-install:
- @${MKDIR} ${PREFIX}/apsfilter/filter
- @${TOUCH} ${PREFIX}/apsfilter/filter/.keep_me
.endif
.include <bsd.port.mk>
diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo
index e592bc1555a1..6962db2f7035 100644
--- a/print/apsfilter6/distinfo
+++ b/print/apsfilter6/distinfo
@@ -1 +1 @@
-MD5 (apsfilter-current-09.09.2000.tar.bz2) = 86340abc2d75be8215a54b225f3fc5db
+MD5 (apsfilter-current-09.12.2000.tar.bz2) = ea39fafa7beb3d1e34064e28570bc6f8
diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure
index f93597740538..b0373ff13056 100644
--- a/print/apsfilter6/scripts/configure
+++ b/print/apsfilter6/scripts/configure
@@ -149,8 +149,6 @@ if [ "$BATCH" = "yes" ]; then
exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
fi
echo "post-install:"
-echo " @\${MKDIR} ${PREFIX}/apsfilter/filter"
-echo " @touch ${PREFIX}/apsfilter/filter/.keep_me"
echo " @\${ECHO} \"========================================================\""
echo " @\${ECHO} \"************ Post Installation Tasks *******************\""
echo " @\${ECHO} \"========================================================\""
@@ -169,4 +167,9 @@ fi
echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! \""
echo " @\${ECHO} \"--------------------------------------------------------\""
echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \""
- echo " @\${ECHO} \" cd ${PREFIX}/share/apsfilter; ./SETUP \""
+ echo " @\${ECHO} \" cd ${PREFIX}/share/apsfilter; ./SETUP \""
+ echo " @\${ECHO} \"--------------------------------------------------------\""
+ echo " @\${ECHO} \"*** In any case of trouble please read *** \""
+ echo " @\${ECHO} \" FAQ, HOWTO-BUGREPORTS, TROUBLESHOOTING \""
+ echo " @\${ECHO} \" under ${PREFIX}/share/doc/apsfilter/ \""
+ echo " @\${ECHO} \" or visit http://www.apsfilter.org/support.html \""