Bug 8153 - the current libpng port doesn't build under 2.2-stable.
Summary: the current libpng port doesn't build under 2.2-stable.
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-10-05 07:20 UTC by adrian
Modified: 1998-10-05 07:51 UTC (History)
0 users

See Also:


Attachments
file.diff (714 bytes, patch)
1998-10-05 07:20 UTC, adrian
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description adrian 1998-10-05 07:20:00 UTC
	If the PORTOBJFORMAT variable is not defined the makefiles for
	libpng die with syntax errors due to missing opperands to ==.

	One solution is to test that PORTOBJFORMAT is defined before
	testing its value.

Fix: Apply the following patch to patch-aa.  An alternative
	would be to set PORTOBJFORMAT to some value if it is not
	defined at the top instead of testing for it being deinfed
	multiply.
How-To-Repeat: 
	cd /usr/graphigs/png; make
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1998-10-05 07:50:57 UTC
State Changed
From-To: open->closed

You need to get the current bsd.port.mk if you want to use the 
current libpng port. :)