Bug 128777 - [patch] lang/fpc-utils: unbreak building
Summary: [patch] lang/fpc-utils: unbreak building
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-11 08:30 UTC by Boris Samorodov
Modified: 2008-12-25 22:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2008-11-11 08:30:01 UTC
	This port seems to have problems with modern ports infrastructure:
	http://portsmon.freebsd.org/portoverview.py?category=lang&portname=fpc-utils&wildcard=

Fix: The patch unbreak building. Actually, I don't understand why was the deletted assignment
	needed at the first place. ;-)



WBR
-- 
bsam--KG4Azu1zwDffB87zvDzWqt1i5gORcLWPTa19o28PZ0ulBslS
Content-Type: text/plain; name="fpc-utils.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="fpc-utils.diff"

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/fpc-utils/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	24 Jun 2008 15:18:13 -0000	1.6
+++ Makefile	11 Nov 2008 07:52:32 -0000
@@ -18,6 +18,6 @@
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+=	${WRKUNITDIR} ${FPCSRCDIR}/fcl/inc
+EXTRACTUNITDIR+=	${WRKUNITDIR}
 
 .include "${MASTERDIR}/Makefile"
How-To-Repeat: 	Try to build the port with up-to-date ports tree.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-11 08:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-12-25 22:48:01 UTC
bsam        2008-12-25 22:47:47 UTC

  FreeBSD ports repository

  Modified files:
    lang/fpc-utils       Makefile 
  Log:
  Fix building.
  
  PR:             128777
  Submitted by:   bsam
  Approved by:    acm (maintainer, timeout 6 weeks)
  
  Revision  Changes    Path
  1.7       +1 -1      ports/lang/fpc-utils/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2008-12-25 22:48:18 UTC
State Changed
From-To: open->closed

Committed, thanks!