1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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.
This commit is contained in:
Andreas Klemm 2000-12-09 12:11:57 +00:00
parent 443113c44e
commit ba286f92e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35805
3 changed files with 8 additions and 9 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (apsfilter-current-09.09.2000.tar.bz2) = 86340abc2d75be8215a54b225f3fc5db
MD5 (apsfilter-current-09.12.2000.tar.bz2) = ea39fafa7beb3d1e34064e28570bc6f8

View File

@ -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 \""