Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-01 | Update "lintpkgsrc" package to version 4.89: | tron | 2 | -6/+5 | |
- Fix warnings reported by Perl 5.22. | |||||
2015-06-29 | Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN. | ryoon | 1 | -2/+2 | |
sourceforge.jp is renamed to osdn.jp. However its mirror sites are not ready for osdn.jp. | |||||
2015-06-18 | Apply sbd's patch for PR 37380 to fix build failure on systems without | dholland | 2 | -1/+4 | |
err(3) in libc. | |||||
2015-06-17 | Fix uninitialized variables warnings. | wiz | 2 | -5/+5 | |
From ISIHARA Takanori in PR 49980. | |||||
2015-06-17 | Remove duplicate entries from previous commit. | sborrill | 1 | -4/+1 | |
2015-06-14 | Fix some perl-5.22 warnings. | wiz | 2 | -7/+6 | |
Bump version. | |||||
2015-06-12 | Recursive PKGREVISION bump for all packages mentioning 'perl', | wiz | 16 | -26/+32 | |
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0. | |||||
2015-06-11 | Do not add -Werror or -Wno-error in sys.mk, it is the generic ruleset | joerg | 6 | -36/+7 | |
included everywhere. | |||||
2015-06-08 | As the seemingly untested -Werror changes break the bootstrap at least | joerg | 10 | -238/+110 | |
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-07 | Allow clients to be specified with port number, simplifying multi-chroot | joerg | 3 | -6/+22 | |
setups. | |||||
2015-06-04 | Ride previous version bump. | ryoon | 7 | -14/+14 | |
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 | Update to 20150605 | ryoon | 3 | -6/+6 | |
* If NOGCCERROR is not defined, add -Wno-error to CFLAGS instead of -Werror. NOGCCERROR means 'do not treat warnings as errors'. | |||||
2015-06-04 | Introduce preliminary support for Bitrig to pkgsrc | sevan | 4 | -0/+1122 | |
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-05-10 | pkgsurvey-1.0: Build the package list in a more useful format by | joerg | 2 | -3/+10 | |
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 | Use /bin/echo on Darwin, as the builtin does not have the -n option. | bsiegert | 2 | -3/+6 | |
Bump version. Patch from Jason White in PR pkg/49724. | |||||
2015-05-08 | Fix format string in pkg_add's help message - from J. Lewis Muir | agc | 2 | -6/+6 | |
Bump version number for pkg_install to 20150508 | |||||
2015-05-08 | Add lppl-1.2, an older version of lppl-1.3c, and add it to default-allowed | wiz | 1 | -2/+2 | |
like the 1.3c version. | |||||
2015-05-05 | libxcb-xkb shlib version was bumped in NetBSD, add new version to list. | wiz | 3 | -5/+7 | |
Bump version. | |||||
2015-05-03 | Add BOOTSTRAP_PKG and USE_GCC_RUNTIME variables to makevars. Patch from | bsiegert | 2 | -3/+5 | |
Olivier Duclos on tech-pkg. Bump package version. | |||||
2015-05-02 | Add the GUST Font Source License (GFSL) from | wiz | 1 | -1/+2 | |
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 | Reapply 1.37, but split the dependencies correctly into the header and | joerg | 1 | -2/+3 | |
library dependency. | |||||
2015-05-02 | Fix build failure on many platforms. | ryoon | 1 | -2/+2 | |
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-01 | Ensure that nbconfig.h is created before all object files, avoiding | joerg | 1 | -2/+2 | |
mysterious failures for parallel builds. | |||||
2015-04-29 | Remove USE_CWRAPPERS setting, now handled by _USE_CWRAPPERS logic. | jperkin | 1 | -2/+1 | |
2015-04-28 | Add note about transform rules for HP-UX and Tru64 linkers. | tnn | 1 | -0/+9 | |
2015-04-27 | Ensure we don't try to rebuild the generated transform-gcc.c, it requires | jperkin | 1 | -1/+2 | |
NetBSD-specific build tools. | |||||
2015-04-25 | Initial import of the R2pkg package. | brook | 1 | -1/+2 | |
2015-04-25 | Initial import of the R2pkg package: | brook | 5 | -0/+497 | |
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 | Recursive revbump following MesaLib update, categories p through x. | tnn | 2 | -4/+4 | |
2015-04-21 | Since CONFIG_*_OVERRIDE replaces the automatic list, add ${WRKSRC} | joerg | 1 | -3/+5 | |
manually. | |||||
2015-04-21 | Use canonical version of config.guess and config.sub for inplace builds. | joerg | 1 | -1/+5 | |
2015-04-19 | default_acceptable_licenses+=w3c | rodent | 1 | -1/+2 | |
2015-04-19 | Portability fix, use err.h from libnbcompat. | jperkin | 9 | -19/+26 | |
2015-04-19 | Trust libnbcompat to know if we need a getline(3) replacement or not. | tnn | 6 | -68/+8 | |
Avoids us having to encode a list of all such platforms here. | |||||
2015-04-19 | libnbcompat-20150419: provide getline(3) | tnn | 2 | -3/+9 | |
2015-04-19 | regen | tnn | 2 | -15/+47 | |
2015-04-19 | - provide getline(3) to let cwrappers build on netbsd-5 | tnn | 4 | -7/+142 | |
- also provide getdelim(3) for the getline(3) implementation | |||||
2015-04-17 | Fixed a typo | adam | 1 | -1/+1 | |
2015-04-14 | Remove more references to python-2.6. | wiz | 2 | -4/+4 | |
2015-04-14 | Update to libnbcompat-20150414. Changes: | jperkin | 2 | -3/+7 | |
- Provide a setenv() prototype, required by Solaris 9 for the cwrappers build. | |||||
2015-04-14 | Update to mksandbox-1.4. Changes: | jperkin | 2 | -4/+5 | |
- Only copy $kernel if it exists, fixes warning on OSX 10.10 which moves the kernel location to a directory we already mount, noted by J. Lewis Muir on pkgsrc-users. - Add NO_CHECKSUM=yes to appease pkglint. | |||||
2015-04-07 | Don't consider "package.xml" as a candidate for ${WRKSRC}. This can affect | rodent | 2 | -3/+4 | |
PECL packages. Bump PKGVERSION. | |||||
2015-04-06 | Revbump after updating textproc/icu | adam | 4 | -7/+8 | |
2015-04-05 | Documenting history. | rodent | 1 | -1/+10 | |
2015-04-04 | Initial support for automating the creation of Makefiles from GitHub URLs. | rodent | 2 | -3/+47 | |
Initial support for automating the addition of DIST_SUBDIR. Bump PKGVERSION | |||||
2015-04-02 | Ensure we do not try to regenerate the fetch catpage. Avoids possible | jperkin | 1 | -2/+3 | |
issues on platforms where nroff isn't native. | |||||
2015-03-25 | Including <sys/termios.h> on FreeBSD throws a warning. This warning breaks | rodent | 2 | -1/+17 | |
the build. Patch fixes that. | |||||
2015-03-18 | cwrappers-20150318: Don't ferror() after fclose(). | jperkin | 2 | -5/+6 | |
Fixes libtool cwrapper on Linux, ok joerg@ | |||||
2015-03-18 | -mt should be discarded, not ignored. | joerg | 2 | -26/+30 | |
2015-03-18 | Drop properly drop -mt and generate. | joerg | 2 | -29/+26 | |