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 (16m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 10:47:18 UTC Now

2009-07-09 09:32:43 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2803 - requested by he
math/tasp-vsipl: build fix

Revisions pulled up:
- math/tasp-vsipl/Makefile 1.12-1.13
---
Module Name: pkgsrc
Committed By: he
Date: Tue Jul  7 23:14:12 UTC 2009

Modified Files:
pkgsrc/math/tasp-vsipl: Makefile

Log Message:
Minor adjustments for this package:

o Ensure that the include/ directory exists before installing into it
  (uncovered during bulk build, causing include to be a file, and
  causing cascading build problems for all subsequent packages
  wanting to install include files...)
o Do some other minor adjustments to placate pkglint.
---
Module Name:    pkgsrc
Committed By:  tron
Date:          Thu Jul  9 09:19:03 UTC 2009

Modified Files:
        pkgsrc/math/tasp-vsipl: Makefile

Log Message:
Add "lib" to the list of installation directories.

(tron)