tech-pkg archive

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

importing www/nginx-devel




Hi,

I'm about to import nginx-devel (1.3.13) to pkgsrc, and I'm
wondering if I can do it that way:

nginx-devel shares 99% of www/nginx/Makefile's. nginx team is
really picky when it comes to backward compatibility, which is
nice.
I intend to create a Makefile.common in www/nginx containing
shared resources, which would lead to:

$ cat nginx-devel/Makefile
# $NetBSD$

DISTNAME=               nginx-1.3.13
MAINTAINER=             imil%NetBSD.org@localhost

.include "../../www/nginx/Makefile.common"
$ cat nginx/Makefile
DISTNAME=               nginx-1.2.7
MAINTAINER=             joerg%NetBSD.org@localhost

.include "../../www/nginx/Makefile.common"

I can't find any other package which is using such agressive
include method, so I'm wondering if there's something wrong
about it.

Thanks,

------------------------------------------------------------------
Emile "iMil" Heitor .°. <imil@{home.imil.net,NetBSD.org,gcu.info}>
                                                                _
              | http://imil.net        | ASCII ribbon campaign ( )
              | http://www.NetBSD.org  |  - against HTML email  X
              | http://gcu.info        |              & vCards / \



Home | Main Index | Thread Index | Old Index