joerg
980bf344a9
Make it easier to override the (b)make hard-coded in mkpatches and
...
patchdiff. It is often useful to have tools in one prefix and reach-over
patch creation with a different make and different WRKOBJDIR settings,
e.g. when developing in a bulk build environment.
2015-09-08 18:47:01 +00:00
joerg
6adcaa3a2a
pbulk-0.55: Add option for running the checksum phase unprivileged. This
...
makes it easy to use DISTDIR=${WRKDIR}/.distfiles or so. Not the default
as it changes the required permissions on ${DISTDIR}.
2015-09-08 17:35:06 +00:00
joerg
267f3d0186
Allow having bulklog and bulklog.old as separate mount points.
...
When removing bulklog.old fails, try to remove everything but meta and
copy the content.
2015-09-08 17:33:26 +00:00
joerg
84a557a460
Be nicer to broken musl headers that insist on providing warning
...
headers.
2015-09-08 13:57:36 +00:00
dholland
2984cb92af
Per PR 43356, remove references to rules for 'make subdir' for any
...
subdir in SUBDIRS, as that feature was removed in 1999.
Bump package date to 20150908 as this is a change, even if it's a
fairly minor change.
2015-09-08 04:41:04 +00:00
sevan
b92680fda1
We currently detect $MACHINE_ARCH on OpenBSD/amd64 & Bitrig/amd64 as amd64.
...
Bitrig uses ELF on amd64 & arm and does not have any legacy dependency on a.out.
Remove if statement to check $MACHINE_ARCH is x86_64 in-order to set $OBJECT_FMT
to ELF, preventing $OBJECT_FMT being set to a.out by mistake.
Reviewed by joerg@
2015-09-07 15:07:54 +00:00
jperkin
edfd9dba4a
Explicitly link against -lbz2 and -lz to satisfy libnetpgpverify
...
dependencies, we can no longer rely on implicit linking from libarchive
on certain platforms. Fixes build on FreeBSD and DragonFlyBSD.
2015-09-07 09:06:04 +00:00
jperkin
112e171d27
Ensure netpgpverify configure is called with CONFIG_SHELL. Fixes
...
build on legacy Solaris.
2015-09-06 18:38:21 +00:00
jperkin
c7d2a19537
Add ${VARBASE}/db/pkgin to OWN_DIRS.
2015-09-04 19:37:13 +00:00
sevan
0efda134b9
Remove references to a.out.
...
Add the necessary PIC flags for ELF shared libraries which is now assumed by default.
Reviewed by joerg@ wiz@
2015-09-04 11:50:47 +00:00
joerg
619f051608
Make __nbcompat_unvis13 static, it is not part of the interface
...
contract. Reorder to avoid using it before it is defined. ANSIfy.
2015-09-03 09:05:54 +00:00
kamil
21bf314b92
Add AC_GNU_SOURCE to configure.ac and regenerate autotools
...
This fixes build on recent ArchLinux with GCC 5.2 and GLibc 2.22.
Approved by <wiz>
2015-09-01 23:17:51 +00:00
jperkin
747bcb0822
Implement inline package signature verification.
...
This replaces calling out to an external gpg command for verification
with inline verification using the security/netpgpverify library.
Bump version to 20150901.
2015-09-01 12:14:05 +00:00
jperkin
d376915bde
Update bootstrap-mk-files to 20150831. Changes:
...
* Reduce unnecessary diffs in Darwin, Linux, and SunOS mods.
* Sync WARNS flags on SunOS.
* Remove obsolete modifications to bsd.sys.mk and sys.mk on Darwin. This
primarily brings in PROG_CXX support.
Tested in bulk builds on all modified platforms.
2015-08-31 09:03:19 +00:00
sevan
bec87d2284
x86_64 is not referenced anywhere in the file, comment appears above if
...
statement regarding sparc64. s/x86_64/sparc64.
2015-08-29 21:59:18 +00:00
wiz
9fd12c9531
Jason W. Bacon reports he needs -fPIC on CentOS x86_64.
...
Add it as CPPFLAGS.Linux.
2015-08-21 07:40:39 +00:00
jperkin
27085577b1
Update pkgin to version 0.9.3. Changes:
...
* Ensure we aren't copying overlapping memory regions. Issue found by
Matthias Ferdinand.
* Free libarchive resources after use.
* Various WARNS and build cleanups.
Tested on Linux (now builds on Ubuntu 12.04), OSX, SmartOS and NetBSD.
2015-08-18 19:31:29 +00:00
wiz
c7383780db
Bump all packages that depend on curses.bui* or terminfo.bui* since they
...
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110
Bump PKGREVISION for ncurses shlib bump.
2015-08-17 17:11:19 +00:00
jperkin
b80e538302
Pick up configure version bump. Ride previous version.
2015-08-17 16:05:26 +00:00
jperkin
00d4d1af57
Update pkgin to version 0.9.2. Changes:
...
* Fix -Wempty-body issue, noticed by joerg.
2015-08-17 09:40:11 +00:00
wiz
eeea55b8ce
Remove references to xpkgwedge and USE_XPKGWEDGE flag.
...
Bump version.
2015-08-17 08:18:31 +00:00
wiz
0a84432cf6
Remove xpkgwedge, not needed any longer.
2015-08-17 08:15:40 +00:00
jperkin
7a744f9636
Update pkgin to version 0.9.1. Changes:
...
* Fix off-by-one NUL handling in pkg_summary. Problem noticed by yrmt,
caused occasional failures on OSX.
2015-08-13 15:16:55 +00:00
jperkin
33a1582556
Use MASTER_SITE_GITHUB.
2015-08-13 10:06:53 +00:00
jperkin
426b9716c0
Update pkgin to version 0.9.0. Changes:
...
* Significantly reduce RAM requirements for both "install" and "update",
headline number is "pkgin install gcc47" on SmartOS/x86_64 reduces from
383MB to 14MB, as well as being significantly faster, especially on
slower hardware. See my blog post at
<http://www.perkin.org.uk/posts/reducing-ram-usage-in-pkgin.html > for
more details.
* Handle pkg_add signature verification failures.
* Support pkg_summary.xz if available.
* Don't switch to parsable output when stdout isn't a tty, which broke
various automation tools.
* Integrate patches/patch-external_progressmeter.h
Tested on NetBSD, OSX, and SmartOS.
2015-08-13 10:05:19 +00:00
szptvlfn
713e1a7859
add missing libX11-xcb.a
2015-08-12 11:34:00 +00:00
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