[SUGGEST] Reform eclipse and eclipse related ports

Scott Lambert lambert at lambertfam.org
Mon Oct 17 15:21:46 PDT 2005


On Mon, Oct 17, 2005 at 05:05:18PM -0500, Scot Hetzel wrote:
> The following could be added to bsd.port.mk
> 
> virtualport:
> .for CATEGORY in ${CATEGORIES}
> .if not exist ${PORTSDIR}/${CATEGORY}
>     mkdir ${PORTSDIR}/${CATEGORY}
> .endif
> .if not exist ${PORTSDIR}/${CATEGORY}/${PORTNAME}
>    ln -s ${.CURDIR} ${PORTSDIR}/${CATEGORY}/${PORTNAME}
> .endif
> .endfor
> 
> which would add the link for a specific port.  The we would need to
> add a virtualports target (bsd.subdir.mk?) that would decend thru all
> the ports creating all the symbolic links (similar to the "make
> readmes" target used in /usr/ports/ ).

The inodes, man!  The inodes!!!!

Sorry, couldn't resist.

<lurk />
-- 
Scott Lambert                    KC5MLE                       Unix SysAdmin
lambert at lambertfam.org



More information about the freebsd-ports mailing list