using INDEX to find PORTVERSION deviations

This post delves into using /usr/ports/INDEX from the FreeBSD port tree for use in solving the http://Mk/bsd.default-versions.mk problem and related issues. This work was saved on pro05. I have a script which creates a tab-delimited file from INDEX. The fields are: For example: Some notes INDEX carries one line per flavor, so a flavored port

using INDEX to find PORTVERSION deviations Read More »

Creating and populating the tables for DefaultVersions

I’m preparing my test database (freshports.dvl) for code which processes Mk/bsd.default-versions. See the following for references: https://github.com/FreshPorts/DefaultVersions https://github.com/FreshPorts/freshports/issues/659 Table creation Today I did this: [15:18 pg01 dvl ~] % cd ~/src [15:18 pg01 dvl ~/src] % git clone https://github.com/FreshPorts/DefaultVersions Cloning into ‘DefaultVersions’… remote: Enumerating objects: 56, done. remote: Counting objects: 100% (56/56), done. remote: Compressing

Creating and populating the tables for DefaultVersions Read More »

Scroll to Top