Date: Tue, 11 Aug 1998 18:47:13 -0700 (PDT) From: Satoshi Asami <asami@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Message-ID: <199808120147.SAA08880@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asami 1998/08/11 18:47:13 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: (1) Change USE_X11 (the new one) to USE_XLIB. (2) Add support for PLIST_SUB variable. It is a list of "VAR=VALUE" pairs, and will substitute %%VAR%% with the value of VALUE in the PLIST. Right now it's used for ${OSREL} only, but inviditual ports can take advantage of it to avoid having to manually edit PLIST. Submitted by: hoek (3) Add manpages defined in MAN? (taking account of NOMANCOMPRESS) to beginning of PLIST automatically. Note this will cause manpages to be packed twice for the time being. I'm going to clean up the PLISTs now. (4) Add new variable USE_QT, which adds LIB_DEPENDS to qt140. (And maybe BUILD_DEPENDS on moc/qt140 too, if it is indeed a big problem that people keep deleting this file.) Submitted by: andreas (5) Fix spacing behind "===>" to be more consistent. Requested by: hoek Revision Changes Path 1.227.2.44 +55 -28 src/share/mk/bsd.port.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808120147.SAA08880>