Bug 56222 - [patch] Fix compiler error in www/php-screw
Summary: [patch] Fix compiler error in www/php-screw
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: 2003-08-31 05:00 UTC by Kang Liu
Modified: 2003-11-04 11:54 UTC (History)
0 users

See Also:


Attachments
file.diff (169 bytes, patch)
2003-08-31 05:00 UTC, Kang Liu
no flags Details | Diff
file.diff (1.21 KB, patch)
2003-08-31 05:00 UTC, Kang Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kang Liu 2003-08-31 05:00:30 UTC
php-screw is not C99 compatible: the author use "exit()" while C99 forbid.

Fix: PORTNAME=	php-screw
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	www security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
How-To-Repeat: Run make in ${PORTSDIR}/www/php-screw on a 5.1-current machine.
(bento)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-11-04 11:53:31 UTC
State Changed
From-To: open->closed

Commited, thanks!