summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz16-26/+32
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-11Do not add -Werror or -Wno-error in sys.mk, it is the generic rulesetjoerg6-36/+7
included everywhere.
2015-06-08As the seemingly untested -Werror changes break the bootstrap at leastjoerg10-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-07Allow clients to be specified with port number, simplifying multi-chrootjoerg3-6/+22
setups.
2015-06-04Ride previous version bump.ryoon7-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-04Update to 20150605ryoon3-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-04Introduce preliminary support for Bitrig to pkgsrcsevan4-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-10pkgsurvey-1.0: Build the package list in a more useful format byjoerg2-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-10Use /bin/echo on Darwin, as the builtin does not have the -n option.bsiegert2-3/+6
Bump version. Patch from Jason White in PR pkg/49724.
2015-05-08Fix format string in pkg_add's help message - from J. Lewis Muiragc2-6/+6
Bump version number for pkg_install to 20150508
2015-05-08Add lppl-1.2, an older version of lppl-1.3c, and add it to default-allowedwiz1-2/+2
like the 1.3c version.
2015-05-05libxcb-xkb shlib version was bumped in NetBSD, add new version to list.wiz3-5/+7
Bump version.
2015-05-03Add BOOTSTRAP_PKG and USE_GCC_RUNTIME variables to makevars. Patch frombsiegert2-3/+5
Olivier Duclos on tech-pkg. Bump package version.
2015-05-02Add the GUST Font Source License (GFSL) fromwiz1-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-02Reapply 1.37, but split the dependencies correctly into the header andjoerg1-2/+3
library dependency.
2015-05-02Fix build failure on many platforms.ryoon1-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-01Ensure that nbconfig.h is created before all object files, avoidingjoerg1-2/+2
mysterious failures for parallel builds.
2015-04-29Remove USE_CWRAPPERS setting, now handled by _USE_CWRAPPERS logic.jperkin1-2/+1
2015-04-28Add note about transform rules for HP-UX and Tru64 linkers.tnn1-0/+9
2015-04-27Ensure we don't try to rebuild the generated transform-gcc.c, it requiresjperkin1-1/+2
NetBSD-specific build tools.
2015-04-25Initial import of the R2pkg package.brook1-1/+2
2015-04-25Initial import of the R2pkg package:brook5-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-25Recursive revbump following MesaLib update, categories p through x.tnn2-4/+4
2015-04-21Since CONFIG_*_OVERRIDE replaces the automatic list, add ${WRKSRC}joerg1-3/+5
manually.
2015-04-21Use canonical version of config.guess and config.sub for inplace builds.joerg1-1/+5
2015-04-19default_acceptable_licenses+=w3crodent1-1/+2
2015-04-19Portability fix, use err.h from libnbcompat.jperkin9-19/+26
2015-04-19Trust libnbcompat to know if we need a getline(3) replacement or not.tnn6-68/+8
Avoids us having to encode a list of all such platforms here.
2015-04-19libnbcompat-20150419: provide getline(3)tnn2-3/+9
2015-04-19regentnn2-15/+47
2015-04-19- provide getline(3) to let cwrappers build on netbsd-5tnn4-7/+142
- also provide getdelim(3) for the getline(3) implementation
2015-04-17Fixed a typoadam1-1/+1
2015-04-14Remove more references to python-2.6.wiz2-4/+4
2015-04-14Update to libnbcompat-20150414. Changes:jperkin2-3/+7
- Provide a setenv() prototype, required by Solaris 9 for the cwrappers build.
2015-04-14Update to mksandbox-1.4. Changes:jperkin2-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-07Don't consider "package.xml" as a candidate for ${WRKSRC}. This can affectrodent2-3/+4
PECL packages. Bump PKGVERSION.
2015-04-06Revbump after updating textproc/icuadam4-7/+8
2015-04-05Documenting history.rodent1-1/+10
2015-04-04Initial support for automating the creation of Makefiles from GitHub URLs.rodent2-3/+47
Initial support for automating the addition of DIST_SUBDIR. Bump PKGVERSION
2015-04-02Ensure we do not try to regenerate the fetch catpage. Avoids possiblejperkin1-2/+3
issues on platforms where nroff isn't native.
2015-03-25Including <sys/termios.h> on FreeBSD throws a warning. This warning breaksrodent2-1/+17
the build. Patch fixes that.
2015-03-18cwrappers-20150318: Don't ferror() after fclose().jperkin2-5/+6
Fixes libtool cwrapper on Linux, ok joerg@
2015-03-18-mt should be discarded, not ignored.joerg2-26/+30
2015-03-18Drop properly drop -mt and generate.joerg2-29/+26
2015-03-17cwrappers-20150317: Discard obsolete GCC '-mt' argument.jperkin2-3/+3
2015-03-15cwrappers-20150314: Drop trailing / when searching for path names.joerg3-9/+21
If a pattern ends in a slash, consider it as exact match.
2015-03-12Update to 0.93ryoon7-10/+16
* Adjust for recent NetBSD current X.org.
2015-03-11Removed the comment about updating the version from the Makefilerillig1-4/+1
I had used the pkglint_current tag in the past to summarize the changes whenever I bumped the version number. In the last 7 years, this hasn't been done, so there seems to be no need for it.
2015-03-11Fixed a wrong warning for the HOMEPAGE variablerillig3-46/+48
WARN: Makefile:9: Please use ${MASTER_SITE_GITHUB:=glmark2/glmark2} instead of "https://github.com/glmark2/glmark2". This warning is wrong because HOMEPAGE is neither a plural variable nor does it contain a "fetch URL". To fix this, there is a new data type FetchURL, which has one more check than the existing data type URL, namely the MASTER_SITES abbreviation. The existing definitions in makevars.map have been updated accordingly to the appropriate data types. Note: This patch is not perfect, since ideally only variables of type "List of FetchURL" should be suggested to be replaced with MASTER_SITES, but since currently all these variables are actually "List of FetchURL" and not simply "FetchURL", this should be fine.
2015-03-09Put the catpage back.jperkin1-1/+2