Bug 145819 - [MAINTAINER] mail/ngmp: mask as broken
Summary: [MAINTAINER] mail/ngmp: mask as broken
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 03:10 UTC by lukejee
Modified: 2010-04-19 13:40 UTC (History)
0 users

See Also:


Attachments
file.diff (352 bytes, patch)
2010-04-19 03:10 UTC, lukejee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lukejee 2010-04-19 03:10:00 UTC
user report the port does compile, ref 
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.9.20100418160400/ngmp-0.1.4_4.log

Fix: --- /usr/ports/mail/ngmp.orig/Makefile  2010-04-18 17:43:03.000000000 +0000
+++ /usr/ports/mail/ngmp/Makefile       2010-04-18 17:36:31.000000000 +0000
@@ -33,6 +33,8 @@
                ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty \
                ${LOCALBASE}/www/tinymce:${PORTSDIR}/www/tinymce
 
+BROKEN=                does not compile
+
 NO_BUILD=      yes
 
 WANT_PHP_WEB=  yes

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/mail/ngmp
make install
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-04-19 13:33:43 UTC
erwin       2010-04-19 12:33:35 UTC

  FreeBSD ports repository

  Modified files:
    mail/ngmp            Makefile 
  Log:
  Mark BROKEN: dependencies depend on conflicting php version
  
  PR:             145819
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.7       +2 -0      ports/mail/ngmp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2010-04-19 13:33:45 UTC
State Changed
From-To: open->closed

Committed, thanks!