wiz
d12016c572
Add lppl-1.0 here as well.
2015-08-02 07:25:15 +00:00
jperkin
422a978dea
Update x11-links to 0.97
...
* Add multilib ftconfig.h headers from EL6.
2015-07-31 08:51:31 +00:00
sevan
7d2818bbd3
Use details about variants when applicable instead of common names, this means
...
that the illumos variants such as SmartOS & OmniOS will be labelled accordingly
rather than being lumped in under the SunOS 5.11 banner.
This was put together with the help of Joerg @ pkgsrcCon 2015
Reviewed by joerg@ bsiegert@
2015-07-25 15:14:54 +00:00
ryoon
2d78d2e610
Update to 0.96
...
* Include freetype2 header file.
2015-07-22 19:06:18 +00:00
ryoon
92fa3c632b
Update to 0.95
...
* Add recent NetBSD/amd64 7.99.20 X libraries.
2015-07-21 12:51:42 +00:00
khorben
69374e98f9
Remove the "-s" option from the usage screen of pkg_add(1)
...
It is not available anymore (since 1.17).
2015-07-20 13:59:44 +00:00
wiz
27a963a9cd
If URL is not recognized as "proper" github URL, don't die, but just print
...
a warning and continue.
Bump version.
2015-07-15 19:01:44 +00:00
wiz
2f30023e84
Rename zpl to zpl-2.0 to make space for zpl-2.1.
...
Switch all packages currently referencing zpl to zpl-2.0.
Add zpl-2.1.
Add zpl-2.1 to default-allowed per FSF.
2015-07-15 18:19:54 +00:00
dholland
80442937d2
Remove bogus nroff logic inserted for SunOS and AIX in 2004 -- it
...
seems that the logic intended at the time was inverted; but it's not
necessary anyway. PKGREVISION -> 5
2015-07-10 17:01:16 +00:00
jperkin
a8002412f4
cwrappers-20150707: handle .dylib extension and Darwin linker flags.
2015-07-07 15:00:25 +00:00
jperkin
a076d14ba7
mksandbox-1.5: Mount /run on newer Linux for dynamic resolv.conf
2015-07-05 11:47:14 +00:00
joerg
11d2712a27
Remove USE_X11BASE and X11PREFIX.
2015-07-04 16:18:28 +00:00
khorben
5421ced8f6
Add pkg
2015-07-04 14:38:28 +00:00
khorben
21a18821d5
Import wip/pkg15 as pkgtools/pkg
...
pkg is built on top of libpkg, a new library to interface with package
registration backends. It abstracts package management details such as
registration, remote repositories, package creation, updating, etc.
2015-07-04 14:37:25 +00:00
ryoon
baf6bccb13
Revert generic part.
...
Requested by jperkin@ and joerg@.
2015-07-04 12:33:36 +00:00
ryoon
3335bab482
Update to 20150704
...
* Improve QNX support.
From Jan Danielsson.
2015-07-04 07:19:08 +00:00
abs
3ac7efd69a
Update pkglint to 4.156 - "8" is also a valid USE_JAVA2 value
2015-07-03 09:52:04 +00:00
tron
0231a844df
Update "lintpkgsrc" package to version 4.89:
...
- Fix warnings reported by Perl 5.22.
2015-07-01 19:57:31 +00:00
ryoon
7110bb1f60
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
...
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
2015-06-29 11:06:46 +00:00
dholland
2abadb7170
Apply sbd's patch for PR 37380 to fix build failure on systems without
...
err(3) in libc.
2015-06-18 06:29:18 +00:00
wiz
9c64019527
Fix uninitialized variables warnings.
...
From ISIHARA Takanori in PR 49980.
2015-06-17 11:59:58 +00:00
sborrill
c8749a295d
Remove duplicate entries from previous commit.
2015-06-17 08:20:21 +00:00
wiz
09a02cafba
Fix some perl-5.22 warnings.
...
Bump version.
2015-06-14 18:18:34 +00:00
wiz
0982effce2
Recursive PKGREVISION bump for all packages mentioning 'perl',
...
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
joerg
2b310ad796
Do not add -Werror or -Wno-error in sys.mk, it is the generic ruleset
...
included everywhere.
2015-06-11 09:20:55 +00:00
joerg
bde919dca2
As the seemingly untested -Werror changes break the bootstrap at least
...
on Linux, update libnbcompat to 20150615:
- Assume a C89 environment and malloc, vprintf, memcpy, memset, memmove
to be present and working.
- Use full prototypes for isblank, snprintf, asprintf and strdup.
This avoids GCC failing to do conflicts with the builtins.
2015-06-08 00:44:46 +00:00
joerg
b8d3c06e36
Allow clients to be specified with port number, simplifying multi-chroot
...
setups.
2015-06-07 22:49:04 +00:00
ryoon
ac93782508
Ride previous version bump.
...
My previous commit is wrong.
From share/mk/bsd.README of NetBSD src/:
NOGCCERROR If defined, prevents passing certain ${CFLAGS} to GCC
that cause warnings to be fatal, such as:
-Werror -Wa,--fatal-warnings
(The latter being for as(1).)
In !defined(NOGCCERROR) case, -Werror should be passed to CFLAGS.
This change may break many packages.
2015-06-04 17:11:33 +00:00
ryoon
10223677c6
Update to 20150605
...
* If NOGCCERROR is not defined, add -Wno-error to CFLAGS instead of -Werror.
NOGCCERROR means 'do not treat warnings as errors'.
2015-06-04 16:38:10 +00:00
sevan
8514571a7a
Introduce preliminary support for Bitrig to pkgsrc
...
Initial patchset to add support by rodent@
Further adjustments made based on feedback by joerg@
Tested by myself with numerous bulkbuilds thanks to Patrick Wildt @ Bitrig
Reviewed by bsiegert@ joerg@ wiz@
2015-06-04 15:48:45 +00:00
joerg
019aaa058c
pkgsurvey-1.0: Build the package list in a more useful format by
...
including package name, package location and automatic flag. Send to a
new list to keep the new format separate from the old one.
2015-05-10 19:47:03 +00:00
bsiegert
99833b4516
Use /bin/echo on Darwin, as the builtin does not have the -n option.
...
Bump version.
Patch from Jason White in PR pkg/49724.
2015-05-10 19:20:09 +00:00
agc
3f1bdca4aa
Fix format string in pkg_add's help message - from J. Lewis Muir
...
Bump version number for pkg_install to 20150508
2015-05-08 16:29:37 +00:00
wiz
2000d3d19c
Add lppl-1.2, an older version of lppl-1.3c, and add it to default-allowed
...
like the 1.3c version.
2015-05-08 10:37:32 +00:00
wiz
b2cf423302
libxcb-xkb shlib version was bumped in NetBSD, add new version to list.
...
Bump version.
2015-05-05 07:51:43 +00:00
bsiegert
d37999c02e
Add BOOTSTRAP_PKG and USE_GCC_RUNTIME variables to makevars. Patch from
...
Olivier Duclos on tech-pkg.
Bump package version.
2015-05-03 15:20:23 +00:00
wiz
8ab127a536
Add the GUST Font Source License (GFSL) from
...
http://ctan.org/license/gfsl
Since this is basically the LaTeX Project Public License with one clause
removed, add it to the default acceptable licenses.
(lppl is fine with both OSI and FSF and already allowed.)
2015-05-02 13:21:37 +00:00
joerg
3015f4863b
Reapply 1.37, but split the dependencies correctly into the header and
...
library dependency.
2015-05-02 12:52:59 +00:00
ryoon
0bd6a3c318
Fix build failure on many platforms.
...
The previous commit is obviously wrong because OBJS depends on LIB
and LIB is generated from OBJS.
And I can build this package with MAKE_JOBS=32.
2015-05-02 11:59:05 +00:00
joerg
fb6b8befd6
Ensure that nbconfig.h is created before all object files, avoiding
...
mysterious failures for parallel builds.
2015-05-01 12:18:09 +00:00
jperkin
242e0aba28
Remove USE_CWRAPPERS setting, now handled by _USE_CWRAPPERS logic.
2015-04-29 14:23:58 +00:00
tnn
66e35611c3
Add note about transform rules for HP-UX and Tru64 linkers.
2015-04-28 13:26:37 +00:00
jperkin
6861e07fe0
Ensure we don't try to rebuild the generated transform-gcc.c, it requires
...
NetBSD-specific build tools.
2015-04-27 09:51:24 +00:00
brook
6e87d7caa1
Initial import of the R2pkg package.
2015-04-25 22:08:40 +00:00
brook
d6d65acf47
Initial import of the R2pkg package:
...
The R2pkg program, which is modeled after url2pkg, creates a new
pkgsrc package for the corresponding R package. It is intended to
help pkgsrc developers create new R packages quickly and easily.
This package was discussed in a thread beginning with the following:
http://mail-index.netbsd.org/tech-pkg/2015/02/04/msg014227.html
2015-04-25 22:06:34 +00:00
tnn
6a69e9522b
Recursive revbump following MesaLib update, categories p through x.
2015-04-25 14:24:44 +00:00
joerg
73982d96a0
Since CONFIG_*_OVERRIDE replaces the automatic list, add ${WRKSRC}
...
manually.
2015-04-21 00:28:19 +00:00
joerg
841dc95145
Use canonical version of config.guess and config.sub for inplace builds.
2015-04-21 00:26:48 +00:00
rodent
a8a7c601b6
default_acceptable_licenses+=w3c
2015-04-19 22:19:15 +00:00
jperkin
6aa39003c8
Portability fix, use err.h from libnbcompat.
2015-04-19 14:30:07 +00:00