Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
This change fixes PR pkg/19049.
|
|
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
|
|
|
|
dependent package.
|
|
|
|
Bump PKGREVISION.
|
|
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/
* Update w32api to 1.5
- Add comcat.h, mapi.h, ntsecpkg.h, schannel.h, schnlsp.h,
security.h, sspi.h, wsnetbs.h,
- Many bug fixes
* Add crt files for PEACE
|
|
Switch to MASTER_SITE_SOURCEFORGE.
|
|
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/
Update the base w32api to 1.2.
- Add accctrl.h and aclapi.h
- Many bug fixes and new symbols
- Improve WCHAR handling for netbsdpe
|
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
|
|
|
|
* Upgrade base distribution: w32api-0.4 -> w32api-1.1
* Create static libraries for UUID definitions.
* Modify typedefs to avoid a bug of gcc.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|
|
|
|
XXX need to teach pkglint to be more picky about this
|
|
|
|
From the PEACE repository,
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/
|