pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Converting pkgsrc packages from FreeBSD ports



Since FreeBSD has more packages available then NetBSD, I'm using port2pkg package to convert FreeBSD ports to NetBSD packages.

port2pkg first does the conversion of the port to package, and then runs pkgling to verify if package has correct form.

I converted a few packages, all giving the same 2 warnings (see below), for example, when. I converted package called p5-Tie-Array-Sorted-1.3

pkglint gave me the following warnings:

WARN: "$NetBSD$" expected.

even so the first line of the Makefile seems to have the correct form

# $NetBSD: Makefile,v 1.1 2005/5/5 15:26:55 kuli0020 Exp $

And another warning:

WARN: "BUILD_DEPENDS" has to appear earlier.

even so this package does not have any dependencies (and there is no DEPENDS or BUILD_DEPENDS statements in Makefile).

Any idea how to get rid of these warnings?

Thanks for any feedback!

Attachment: Makefile
Description: Binary data



Home | Main Index | Thread Index | Old Index