Bug 40593 - www/oops FreeBSD port does not obey BATCH
Summary: www/oops FreeBSD port does not obey BATCH
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yar Tikhiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-15 12:20 UTC by Dmitry Morozovsky
Modified: 2002-12-13 23:17 UTC (History)
0 users

See Also:


Attachments
file.diff (290 bytes, patch)
2002-07-15 12:20 UTC, Dmitry Morozovsky
no flags Details | Diff
file.diff (857 bytes, patch)
2002-07-15 12:20 UTC, Dmitry Morozovsky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Morozovsky 2002-07-15 12:20:01 UTC
/usr/ports/www/oops does not obey BATCH building at create user phase.
Unfortunately, last maintainer has dropped maintainership.

Fix: This patch seems to be ugly even for me. ;-) Anyway, it works.
BTW, I don't know should PACKAGE_BUILDING also be checked.
Feel free to modify.


pre-install:
-       @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
+       @PKG_PREFIX=${PREFIX} BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL

 .include <bsd.port.pre.mk>
How-To-Repeat: 
	# at a system without 'oops' user
	cd /usr ports/www/oops
	make install BATCH=yes
Comment 1 Yar Tikhiy freebsd_committer freebsd_triage 2002-12-13 23:16:33 UTC
State Changed
From-To: open->closed

Fixed, thanks. 


Comment 2 Yar Tikhiy freebsd_committer freebsd_triage 2002-12-13 23:16:33 UTC
Responsible Changed
From-To: freebsd-ports->yar

So I can see feedback.