summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
2015-03-09Add GITHUB_*. Bump version.wiz2-5/+9
2015-03-09Add MASTER_SITE_GITHUB.wiz1-1/+2
2015-03-08Updated pkgin to version 0.8.0imil3-9/+11
20150308 bugfix: added missing dash before ffu 20150128 0.8.0 Added preferred.conf support man page now based on ronn <http://rtomayko.github.io/ronn/ronn.1.html>
2015-03-07add TODO item for warning about MASTER_SITES containing github.com.tnn1-1/+3
2015-03-01Update to version 0.66.0cheusov3-7/+9
New utility pkg_cksum2summary was added
2015-02-21add xcb/xkb.h and libxcb-xkbjmcneill1-1/+6
2015-02-21add xcb-xkb.pcjmcneill3-5/+6
2015-02-14Same netbsd*-eabi* tweak for libnbcompat's even older config.sub.riastradh1-1/+1
2015-02-14On NetBSD, earm is always elf.riastradh1-1/+2
Someone^TM should adjust this to reflect the fact that NetBSD >=1.5 or whatever is always ELF, but I'll leave that for someone else to deal with.
2015-02-13Need unistd.h on OS X 10.6 for ssize_t.jperkin2-1/+3
2015-02-12Update to pkg_rolling-replace-0.24.2abs3-7/+15
Add -B - to pass -B to pkg_chk when determining which packages to update
2015-02-09These go to eleven.snj7-12/+43
revbump-2.11: - Honor PKGSRCDIR in check-cvs-diff and replace-commonbump - Document PKGSRCDIR all the man pages, not just in finddepends(1)
2015-02-03Updated pkgtools/pkgdiff to 1.6abs3-17/+15
1.6: Correctly handle filenames with whitespace in pkgdiff and mkpatches
2015-02-01Allow https in sites.mk.wiz2-4/+4
Bump version.
2015-01-25removed patches, integrated upstreamimil3-63/+0
2015-01-25Updated to pkgin 0.7.0imil2-12/+9
Changes: 20150124 When -n is provided to pkgin ar, rm, in, fug, packages list is shown as one package per line so it is easier to read (feature proposed by gdt@ in GitHub issue #41) 20150122 Fixed GitHub issue #33: clean database when repository removed 20150121 Fixed some resource leakage pointed out by coverity scan 20150119 +PRESERVE packages now correctly upgraded without pkg_add -f 20150106 Dropped percentage printout if stdout is not a tty (patch by Havard Eidnes) Changed pkg_add -f flag with -D as suggested by Greg Troxel 20150105 Fixed an issue with meta-packages not updating pkgdb, check for PKG_DBDIR mtime instead 20150102 Avoid deepness > 1 when checking for dependency upgrades, should fix PR #48561 20141229 Avoid `preserved' packages to be `autoremoved' 20141228 Fixed GH issue #1, NULL PKG_PATH (which is wrong btw) makes pkgin segfault, strcmp() secured with safe_strcmp() Added --with-pkginstall to configure 20141223 0.7.0 Fixed GH issue #36, automatic flag no more set when a package is installed via pkg_add(1) Added -p (parsable) flag for 3rd party frontends Added statistics (patch by Youri Mouton) Package-names-containing-a-dot fix (patch by Yamamoto Takashi)
2015-01-22Add AC_SYS_LARGEFILE to files/configure.acpho3-117/+345
Given that libarchive is built with large file support, pkg_install needs it too. Otherwise libarchive and pkg_install may see different definitions of types such as struct stat, resulting in a runtime failure on some platforms (especially Darwin 9): % bmake package => Creating binary package /usr/pkgsrc/pkgtools/pkg_install/work/.packages/pkg_install-20141227.tgz pkg_create: cannot write to archive: tar format cannot archive this (type=00) The reason why this was unnoticed until now is that libarchive's "configure" has just been regenerated with Autoconf 2.69. Prior to 2.69, AC_SYS_LARGEFILE did nothing significant on Darwin so there was no actual inconsistency between libarchive and pkg_install, which was just coincidental.
2015-01-22Move -larchive from the general LIBS variable to each program that needs it,jperkin6-12/+11
prevents us from attempting to link the inplace libarchive against itself. Fixes build on systems which do not include a native libarchive, and avoids possible issues on systems which do. Tested on SmartOS (no native libarchive) and OS X in both builtin and pkgsrc configurations. Ok joerg@.
2015-01-21recuesive bump from libarchive major update.obache1-2/+2
2015-01-20Fix building with libarchive v3; cosmeticsadam1-23/+22
2015-01-18Update to 0.65.2cheusov2-6/+6
pkg_lint_summary -l: REQUIRES/PROVIDES paths are normalized (//, /.., /. are removed). This fixes some problems in nih.
2015-01-17Update MASTER_SITES and HOMEPAGE.obache1-3/+3
2015-01-11Fix example, noted by htodd.wiz1-3/+3