Bug 102688 - [PATCH] mail/roundcube - error in +INSTALL/+DEINSTALL script
Summary: [PATCH] mail/roundcube - error in +INSTALL/+DEINSTALL script
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: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 12:50 UTC by Artis Caune
Modified: 2006-09-01 15:38 UTC (History)
0 users

See Also:


Attachments
file.diff (387 bytes, patch)
2006-08-30 12:50 UTC, Artis Caune
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artis Caune 2006-08-30 12:50:21 UTC
pre-install and post-deinstall scripts will always fail due to:

case $2 in
*)
  exit 1
  ;;
esac

How-To-Repeat: # cd /usr/ports/mail/roundcube
# make -DNOPORTDOCS -DWITH_PGSQL -DWITHOUT_MYSQL -DWITHOUT_NLS -DWITHOUT_EXTRA_ENCODINGS package clean

# pkg_delete roundcube-0.1.20060518
pkg_delete: post-deinstall script returned error status
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-30 12:50:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Over to maintainer
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2006-09-01 15:38:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!