There is one more empty directory along with DATADIR/profiles is created when the port is installed. It's DATADIR/model. But the last one is not treated with the package. Let's create it. Fix: . create DATADIR/model (an empty directory) with a package; . bump PORTREVISION. -- WBR, bsam--6D8XG9owyBYEkSEbjQoXwboG0wIqCiEye9UNPNTkH0eMWgCs Content-Type: text/plain; name="cups-base.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cups-base.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/print/cups-base/Makefile,v retrieving revision 1.131 diff -u -r1.131 Makefile --- Makefile 8 Dec 2009 09:57:19 -0000 1.131 +++ Makefile 11 Dec 2009 14:14:23 -0000 @@ -8,7 +8,7 @@ PORTNAME= cups PORTVERSION= 1.4.2 DISTVERSIONSUFFIX= -source -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= ${CUPS_SUFFIX}${PKGNAMESUFFIX2} Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/print/cups-base/pkg-plist,v retrieving revision 1.54 diff -u -r1.54 pkg-plist --- pkg-plist 8 Dec 2009 08:20:56 -0000 1.54 +++ pkg-plist 11 Dec 2009 14:14:23 -0000 @@ -835,6 +835,7 @@ @exec mkdir -p %D/%%DATADIR%%/profiles @dirrm %%DATADIR%%/profiles @dirrm %%DATADIR%%/ppdc +@exec mkdir -p %D/%%DATADIR%%/model @dirrmtry %%DATADIR%%/model @dirrm %%DATADIR%%/mime @dirrm %%DATADIR%%/fonts
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
dinoex 2009-12-11 19:39:34 UTC FreeBSD ports repository Modified files: print/cups-base pkg-plist Log: - create empty model dir PR: 141375 Submitted by: Boris Samorodov Revision Changes Path 1.55 +1 -0 ports/print/cups-base/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks.