Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 23:29:51 UTC Now

2023-05-02 09:32:57 UTC MAIN commitmail json YAML

eigen3: remove patch that was rejected upstream

Eigen's intention here was that if the user is going to print their
types via something like
```
os << matrix;
```
then they should be including `<ostream>` explicitly on their own,
and not rely on a transitively included header.  So this was by
design.  As it is, it should build and run if
- you never actually call those functions, and don't include `<ostream>` on your own
- you do call those functions, and do include `<ostream>` in your own.

Bump PKGREVISION.

(wiz)