From owner-cvs-all@FreeBSD.ORG Tue Nov 16 07:34:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9679216A4CE; Tue, 16 Nov 2004 07:34:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8583D43D2F; Tue, 16 Nov 2004 07:34:58 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAG7YwSQ048275; Tue, 16 Nov 2004 07:34:58 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAG7YwQM048274; Tue, 16 Nov 2004 07:34:58 GMT (envelope-from mezz) Message-Id: <200411160734.iAG7YwQM048274@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 Nov 2004 07:34:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.gnome.mk ports/editors/gedit2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 07:34:58 -0000 mezz 2004-11-16 07:34:58 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk editors/gedit2 Makefile pkg-plist Log: Add a new INSTALLS_OMF to take care of .omf, ScrollKeeper file. It will automatically scan pkg-plist file and add apropriate @exec/@unexec directives for each .omf file found to track OMF registration database. Details can be found in bsd.gnome.mk and http://www.freebsd.org/gnome/docs/porting.html . Current, gedit2 is the only port that use INSTALLS_OMF for now. I will chasing all the other ports that are maintaining by gnome@FreeBSD.org when I am done with two todo list. The other ports, you are on your own and portlint will bug you when portlint is update. While I am here, switch from make loops to sh loops in GCONF_SCHEMAS part. Document writer by: bland Reviewed by: my team, FreeBSD GNOME team Revision Changes Path 1.82 +24 -9 ports/Mk/bsd.gnome.mk 1.75 +1 -0 ports/editors/gedit2/Makefile 1.31 +0 -26 ports/editors/gedit2/pkg-plist