Bug 53884 - update ports/lang/fpc from 1.0.4 to 1.0.6 [large patch]
Summary: update ports/lang/fpc from 1.0.4 to 1.0.6 [large 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: 2003-06-28 23:00 UTC by Matthew West
Modified: 2003-07-12 22:03 UTC (History)
1 user (show)

See Also:


Attachments
fpc-1.0.6.diff.gz.uue (37.39 KB, text/plain)
2003-06-28 23:00 UTC, Matthew West
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew West 2003-06-28 23:00:34 UTC
this patch incorporates the changes proposed in ports/52766 
and ports/53587, and thus supercedes them

this patch also removes a few symlink related issues with pkg-plist

please excuse the large diff - hopefully the PLIST_SUB foo suggested
by arved@ will prevent this from happening the next time

does this patch look ok to you, jmc?
Comment 1 Matthew West 2003-06-30 15:53:30 UTC
Add this to the audit trail so that hopefully someone will
commit the patch.

-- 
mwest@uct.ac.za

----- Forwarded message from John Merryweather Cooper <coop9211@uidaho.edu> -----

Date: 29 Jun 2003 11:43:10 -0700
From: John Merryweather Cooper <coop9211@uidaho.edu>
Subject: Re: update ports/lang/fpc from 1.0.4 to 1.0.6 [large patch]
To: Matthew West <mwest@uct.ac.za>
Cc: FreeBSD-gnats-submit@freebsd.org
Organization: University of Idaho

I'm away from my big computer (so I can't give this a test run), but it
appears to be O.K.  You have the maintainer's (my) approval.

jmc

I would like to subdivided lang/fpc into slave-ports as follows:

lang/fpc			## master port (everything is pre-
				## compiled)
lang/fpc-bootstrap		## just enough pre-compiled binaries
				## to build the basic compiler
lang/fpc-compiler		## the compiler and basic units built
				## from source
lang/fpc-*-unit			## all the additional API units in
				## the distribution compiled from
				## source (optionally in appropriate
				## /usr/ports category directories
lang/fpc-ide			## IDE for fpc compiled from source
				## (optionally placed in
				## /usr/ports/editors
lang/fpc-tools			## the various build environment tools

What do you think?  Do you want to participate in such a project?

jmc

[ ... ]

----- End forwarded message -----
Comment 2 Oliver Braun freebsd_committer freebsd_triage 2003-07-12 21:59:57 UTC
State Changed
From-To: open->closed

Committed, thanks!