Bug 193607 - devel/phabricator Makefile line 30: Malformed conditional (${PHP_EXT_DIR} >= 20121212)
Summary: devel/phabricator Makefile line 30: Malformed conditional (${PHP_EXT_DIR} >=...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Michael Gmelin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-13 14:24 UTC by Mark Knight
Modified: 2014-09-14 14:34 UTC (History)
0 users

See Also:
markk: maintainer-feedback? (grembo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Knight 2014-09-13 14:24:55 UTC
mkn@shrewd$ pwd
/usr/ports/devel/phabricator
mkn@shrewd$ sudo make
make: "/usr/ports/devel/phabricator/Makefile" line 30: warning: String comparison operator should be either == or !=
make: "/usr/ports/devel/phabricator/Makefile" line 30: Malformed conditional (${PHP_EXT_DIR}  >= 20121212)
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/ports/devel/phabricator
mkn@shrewd$

mkn@shrewd$ ls -l /usr/local/lib/php
total 8
drwxr-xr-x  2 root  wheel  512 Sep  5 21:33 20100525-zts
drwxr-xr-x  2 root  wheel  512 Sep  5 21:19 build

I use lang/php5.

Although I don't use this port it's a problem since is yields a broken ports tree where portsdb -uU fails.

Thanks in advance!!
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-09-13 14:24:55 UTC
Auto-assigned to maintainer grembo@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-14 14:26:00 UTC
A commit references this bug:

Author: grembo
Date: Sun Sep 14 14:25:19 UTC 2014
New revision: 368178
URL: http://svnweb.freebsd.org/changeset/ports/368178

Log:
  Fix build errors for zts and debug builds.

  PR:		193607
  Reviewed by:	mentors (implicit)

Changes:
  head/devel/phabricator/Makefile
Comment 3 Michael Gmelin freebsd_committer freebsd_triage 2014-09-14 14:33:54 UTC
Thanks for reporting, I committed a fix (see commit log above).