Fix build issues on pointyhat by adding a patch to replace multiline RE with

a single line. Remove BROKEN status.

PR:		ports/104343
Submitted by:	Frank J. Laszlo (laszlof)
Approved by:	flz (mentor)
This commit is contained in:
Frank J. Laszlo 2006-11-07 16:26:45 +00:00
parent ce29770b14
commit 720d1b97be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176719
2 changed files with 10 additions and 4 deletions

View File

@ -15,10 +15,6 @@ DISTNAME= dpkg_${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Package maintenance system for Debian
BROKEN= fails to install
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_ICONV= yes

View File

@ -0,0 +1,10 @@
--- main/Makefile.in.orig Thu Oct 12 07:16:21 2006
+++ main/Makefile.in Thu Oct 12 07:16:38 2006
@@ -72,6 +72,4 @@
archtable.h: $(top_srcdir)/archtable
expand $< | \
- perl -ne 'print " { \"$$1\",$$2\"$$3\",$$4\"$$5\" },\n" \
- if m/^(?!\s*#)\s*(\S+)(\s+)(\S+)(\s+)(\S+)\s*$$/' \
- >$@
+ perl -ne 'print " { \"$$1\",$$2\"$$3\",$$4\"$$5\" },\n" if m/^(?!\s*#)\s*(\S+)(\s+)(\S+)(\s+)(\S+)\s*$$/' >$@