Bug 61793 - print/pfaedit fix (fetch and patch)
Summary: print/pfaedit fix (fetch and patch)
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: 2004-01-23 17:20 UTC by KANOU Hiroki
Modified: 2004-01-23 19:26 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (30.40 KB, patch)
2004-01-23 17:20 UTC, KANOU Hiroki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KANOU Hiroki 2004-01-23 17:20:10 UTC
	PfaEdit port build errors (fetch and patch) are fixed.
	A typo in DISTFILES (DOCFILES instead of DOCFILE) caused
	unfetched file and caused an error at post-extract stage.
	Two source files (pfaedit-031210/configure.{,dynamic}.in)
	are actually binary files (DOS style CR+LF newline) and 
	the patches do not contain 0x0d(CR) at EOLs.
	I added 'PATCH-STRIP=	-l' to tolerate extraneous 
	whitespaces, but this may be an abuse of PATCH-STRIP.
	
	Another fixes:
	I tried to USE_AUTOMAKE_VER=253 on 4.9-STABLE today and
	configure script is executed successfully. Explicit 
	definition of 'BUILD_DEPENDS=autoconf' and pre-configure
	target is replaced. 
	Modification to stop portlint generating error messages: 
	line order exchange, removal of ' ' before '=' in DISTFILES
	line, use of DOCSDIR, restore of INSTALLS_SHLIBS line 
	which was removed by mistake in previous patch, and
	use of USE_LIBTOOL.

How-To-Repeat: 	cd /usr/ports/print/pfaedit
	rm /usr/ports/distfiles/pfaedt_htdocs-20031210.tgz
	make build
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-23 19:26:30 UTC
State Changed
From-To: open->closed

Committed, thanks!