PERFORCE change 95489 for review

soc-andrew soc-andrew at FreeBSD.org
Tue Apr 18 09:35:05 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95489

Change 95489 by soc-andrew at soc-andrew_serv on 2006/04/18 09:34:03

	Add more packages to install. Not all are in the ports tree yet. They have all been submitted though
	Fix the installPackage target when the package file dosn't exist

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#43 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#43 (text+ko) ====

@@ -836,6 +836,16 @@
 		ROOT=${RD}/bsdinstaller/root
 	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-pty \
 		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-filename \
+		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-app \
+		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=libaura \
+		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=libdfui \
+		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-dfui \
+		ROOT=${RD}/bsdinstaller/root
 
 	@touch ${RD}/bsdinstaller/root/etc/fstab
 	@echo "sendmail_enable=\"NONE\"" > ${RD}/bsdinstaller/root/etc/rc.conf
@@ -1303,7 +1313,7 @@
 .if !defined(PACKAGE)
 	@echo "PACKAGE undefined in installPackage" && exit 1
 .endif
-	rm ${RD}/${PACKAGE}.tbz
+	rm -f ${RD}/${PACKAGE}.tbz
 	( /usr/bin/fetch -ARr -o ${RD}/${PACKAGE}.tbz \
 		${PACKAGE_SITE}/${PACKAGE_DIR}/${PACKAGE}.tbz && \
 		pkg_add -Rf -P ${ROOT}/usr/local \


More information about the p4-projects mailing list