Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 04:16:38 UTC Now

2013-08-30 11:01:22 UTC MAIN commitmail json YAML

Updated audio/faad2 to 2.7nb2

(jperkin)

2013-08-30 11:01:06 UTC MAIN commitmail json YAML

Remove binary restrictions.  Since version 2.6 the licensing issues were
clarified by upstream and at least Debian and FreeBSD have provided binary
distributions since then.

Bump PKGREVISION.

(jperkin)

2013-08-29 12:40:46 UTC MAIN commitmail json YAML

Remove README.md prior to building.  There is a copy distributed in the
distfile which is unwriteable, breaking unprivileged builds.

(jperkin)

2013-08-28 12:05:11 UTC MAIN commitmail json YAML

Add a new use_bsdinstall variable which, if set to 'yes', will use bsdinstall
instead of install-sh on platforms which need a BSD install.  The install-sh
script is still used during the bootstrap process regardless.

Default to 'yes' on SunOS.  Other platforms can migrate over once they confirm
that sysutils/bsdinstall builds correctly.

(jperkin)

2013-08-28 11:45:01 UTC MAIN commitmail json YAML

Note addition of sysutils/bsdinstall version 20130828

(jperkin)

2013-08-28 11:43:42 UTC MAIN commitmail json YAML

2013-08-28 11:42:36 UTC MAIN commitmail json YAML

Add bsdinstall-20130828 to pkgsrc.

This is a portable version of NetBSD's install(1) program, and is intended
to be used as a replacement for the install-sh script on platforms which do
not have a native BSD install program.  The install-sh script does not
support file names with spaces, and this version should be more robust.

This portable version does not include mtree, futimes and chflags support.

Tested in a full SmartOS bulk build with no apparent issues.

(jperkin)

2013-08-21 20:02:50 UTC MAIN commitmail json YAML

Fix fallout from the readline shuffle.  Makes this package build with
readline.

(jperkin)

2013-08-21 19:53:43 UTC MAIN commitmail json YAML

Add -D_LCONV_C99 on SunOS to pick up extended lconv support.

(jperkin)

2013-08-21 11:46:02 UTC MAIN commitmail json YAML

Remove files inside pkgdb directory before trying to remove the directory
itself.  Copied from similar code in pkg_delete.

This fixes the issue when an +INSTALL script fails but the pkgdb directory
couldn't be removed, leading to an inconsistent state.

(jperkin)

2013-08-19 13:30:30 UTC MAIN commitmail json YAML

2013-08-16 12:11:17 UTC MAIN commitmail json YAML

Move platform-specific settings to the platform file.

(jperkin)

2013-08-16 12:10:31 UTC MAIN commitmail json YAML

Use the native mit-krb5 implementation by default on SunOS.

(jperkin)

2013-08-16 11:31:50 UTC MAIN commitmail json YAML

Change READLINE_DEFAULT to 'readline' if not using a builtin implementation,
there is just too much breakage with editline currently and most of the
advantages of editline are lost when not using a builtin version.

(jperkin)

2013-08-16 11:20:36 UTC MAIN commitmail json YAML

Build with -D__EXTENSIONS__ on SunOS to work around APR_PATH_MAX lossage.

(jperkin)

2013-08-16 10:36:06 UTC MAIN commitmail json YAML

Remove patch-ab, it would appear to be actively harmful these days, at
least according to SunOS build reports.

(jperkin)

2013-08-16 10:28:13 UTC MAIN commitmail json YAML

Explicitly link against libclucene-shared on SunOS.

(jperkin)

2013-08-16 10:10:26 UTC MAIN commitmail json YAML

2013-08-15 11:15:11 UTC MAIN commitmail json YAML

Attempt to fix readline fallout.  Tested with both READLINE_TYPE on SmartOS.

(jperkin)

2013-08-15 08:15:17 UTC MAIN commitmail json YAML

Updated x11/xorg-cf-files to 1.0.5nb1

(jperkin)

2013-08-15 08:15:04 UTC MAIN commitmail json YAML

Use pkgsrc INSTALL in more places, not all SunOS 5.11 systems
have /usr/gnu tools.

Bump PKGREVISION.

(jperkin)

2013-08-09 12:57:38 UTC MAIN commitmail json YAML

Add --pkginfodir support.  Fixes --prefix=/usr defaults.

(jperkin)

2013-07-30 18:57:30 UTC MAIN commitmail json YAML

2013-07-30 09:20:02 UTC MAIN commitmail json YAML

Fix python-enabled build.

(jperkin)

2013-07-24 22:16:42 UTC MAIN commitmail json YAML

Updated pkgtools/mksandbox to 1.3

(jperkin)

2013-07-24 22:16:26 UTC MAIN commitmail json YAML

mksandbox-1.3:

- Add /usr/sfw to SunOS mount dirs, required for certain binaries on
  newer releases.
- Mount proper instances of /dev and /dev/fd on SunOS rather than relying
  on devfsadm and ucblinks, the latter of which does not exist on newer
  releases.
- Do not create /var/games if the games user does not exist.

(jperkin)

2013-07-22 16:14:42 UTC MAIN commitmail json YAML

Updated net/libfetch to 2.34nb2

(jperkin)

2013-07-22 16:14:25 UTC MAIN commitmail json YAML

Add -D_FILE_OFFSET_BITS=64 to the largefile flags.

Bump PKGREVISION.

(jperkin)

2013-07-20 10:20:56 UTC MAIN commitmail json YAML

Updated pkgtools/mksandbox to 1.2

(jperkin)

2013-07-20 10:20:42 UTC MAIN commitmail json YAML

mksandbox-1.2:

  * Mount /proc read-write on Linux, it appears to be required for e.g.
    groupadd to function correctly.

  * Add new --rodirs and --rwdirs options, which allow arbitrary lists
    of directories to be mounted appropriately inside the chroot.

  * Add --without-pkgsrc which prevents the default pkgsrc directories
    from being mounted.

This allows mksandbox to be easily used for chrooted pbulk setups, using
a simple invocation such as:

  mksandbox --without-pkgsrc --rodirs=/usr/pbulk --rwdirs=/shared /chroot

(jperkin)

2013-07-18 16:07:37 UTC MAIN commitmail json YAML

Updated pkgtools/mksandbox to 1.1

(jperkin)

2013-07-18 16:07:22 UTC MAIN commitmail json YAML

mksandbox-1.1:

  * Add /lib64 and /usr/lib64 on Linux.
  * Ensure that read-only --bind mounts on Linux are actually read-only.

(jperkin)

2013-07-17 11:00:14 UTC MAIN commitmail json YAML

pkgsrc/www/firefox/Makefile@1.133 / diff
pkgsrc/www/firefox/distinfo@1.108 / diff
pkgsrc/www/firefox/options.mk@1.16 / diff
pkgsrc/www/firefox/patches/patch-browser_installer_package-manifest.in@1.1 / diff
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginModuleChild.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginModuleChild.h@1.1 / diff
pkgsrc/www/firefox/patches/patch-gfx_graphite2_src_Bidi.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-intl_hyphenation_src_hnjalloc.h@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_Makefile.in@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_chromium-config.mk@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_base__paths.h@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_debug__util__posix.cc@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_file__util.h@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_file__util__posix.cc@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_platform__thread.h@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc@1.2 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_process__util.h@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_process__util__posix.cc@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_sys__info__posix.cc@1.1 / diff
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_time__posix.cc@1.1 / diff
      :
(more 12 files)
Add SunOS/x86 patchset.  This produces a package, but the resulting
firefox binary does not yet work correctly.

(jperkin)

2013-07-17 08:39:59 UTC MAIN commitmail json YAML

Include bsd.prefs.mk before OPSYS test.

(jperkin)

2013-07-16 22:22:04 UTC MAIN commitmail json YAML

Do not default to inotify support on SunOS, libinotify is not yet ported
to that platform.

(jperkin)

2013-07-15 12:06:45 UTC MAIN commitmail json YAML

Default to using the native version of libexecinfo on SunOS.

(jperkin)

2013-07-15 08:51:21 UTC MAIN commitmail json YAML

Revert back to avoiding the system bison.  Whilst it is new enough to
satisfy the BISON_REQD check, it does not function correctly in the tools
environment when not called as /usr/bin/bison, as it is unable to find its
m4sugar.m4 without BISON_PKGDATADIR being set.

Whilst we could work around that in bison.mk I feel that's something of a
hack, and it is simpler and cleaner to just use the pkgsrc tool instead.

(jperkin)

2013-07-14 21:08:17 UTC MAIN commitmail json YAML

Fix shell syntax error which has been breaking all gem builds on SunOS for
the past week as per the reports on pkgsrc-bulk.  Not sure why it wasn't
showing up on other platforms, but I am assuming this is the correct fix.

(jperkin)

2013-07-12 10:45:05 UTC MAIN commitmail json YAML

2013-07-12 10:42:24 UTC MAIN commitmail json YAML

Note updates to the sysutils/user_* packages.

(jperkin)

2013-07-12 10:41:58 UTC MAIN commitmail json YAML

Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS,
so that they are correctly calculated as independent.

This avoids issues in bulk builds where the package version was taking
precedence and causing the wrong user package to be depended upon.

(jperkin)

2013-07-09 15:22:31 UTC MAIN commitmail json YAML

Allow the system bison to be used.  The comment that it was too old is
from 2006 and the OSX bison has been upgraded long since then.  In any
case, if the bison is too old, the BISON_REQD check will ensure that a
working version is pulled in if necessary.

(jperkin)

2013-07-09 10:13:43 UTC MAIN commitmail json YAML

Match against CC_VERSION rather than _GCC_VERSION, the latter is not defined
in the USE_PKGSRC_GCC case.

(jperkin)

2013-07-08 20:18:52 UTC MAIN commitmail json YAML

Split the extract phase into fetch and extract, to ensure that distfiles
can be fetched correctly, keeping in sync with devel/gmp inplace.mk

(jperkin)

2013-07-05 15:31:54 UTC MAIN commitmail json YAML

Fix print-PLIST with a custom PKGGNUDIR.

(jperkin)

2013-07-05 15:10:00 UTC MAIN commitmail json YAML

2013-07-05 14:47:41 UTC MAIN commitmail json YAML

Build fix for SunOS >= 5.11.

(jperkin)

2013-07-05 12:42:48 UTC MAIN commitmail json YAML

PLIST and generation fixes for various options.

(jperkin)

2013-07-04 22:10:05 UTC MAIN commitmail json YAML

Remove flags only valid for GNU ld on SunOS.  Fixes package.

(jperkin)

2013-07-03 21:43:14 UTC MAIN commitmail json YAML

SunOS needs an explicit -lldap.  Fixes package build.

(jperkin)

2013-07-03 15:58:02 UTC MAIN commitmail json YAML

Fix build with the 'php' option enabled.

(jperkin)

2013-07-03 14:37:16 UTC MAIN commitmail json YAML

Additional PLIST entries for the SunOS build.

(jperkin)

2013-07-03 14:34:32 UTC MAIN commitmail json YAML

Enable MAKE_JOBS.  Works fine for me on SunOS with -j12, and is necessary in
order to build this package in anything like a reasonable amount of time.

(jperkin)

2013-07-03 13:40:48 UTC MAIN commitmail json YAML

Add guardtime and libguardtime.

(jperkin)

2013-07-03 13:38:58 UTC MAIN commitmail json YAML

Note security/libguardtime and security/guardtime additions.

(jperkin)

2013-07-03 13:37:36 UTC MAIN commitmail json YAML

Import guardtime version 1.0.12 into pkgsrc.

This package contains the 'gtime' command line tool for the GuardTime
keyless signature / time-stamping and verification system.

(jperkin)

2013-07-03 13:33:51 UTC MAIN commitmail json YAML

Import libguardtime version 0.3.11 into pkgsrc.

The GuardTime Client SDK for C is intended for software developers who
want to integrate GuardTime Keyless Signature Service (KSS) into their
C and C++ based applications.

See http://www.guardtime.com/ for more information.

(jperkin)

2013-07-03 12:31:33 UTC MAIN commitmail json YAML

Revert back to avoiding the native SunOS pax by default.

Whilst it works for the most part, the mk/extract/extract script expects
an -O flag which it does not support, and adding conditionals to that
script would be messy.

Fixes 5 direct packages.

(jperkin)

2013-07-03 11:34:39 UTC MAIN commitmail json YAML

Updated pkgtools/bootstrap-mk-files to 20130703

(jperkin)

2013-07-03 11:34:27 UTC MAIN commitmail json YAML

Increase default SunOS compiler flags to -O2 to match most other systems.

Bump PKGVERSION to today's date.

(jperkin)

2013-06-26 11:53:02 UTC MAIN commitmail json YAML

2013-06-26 11:51:50 UTC MAIN commitmail json YAML

Make DTrace a default option on OSX.

(jperkin)

2013-06-25 10:06:34 UTC MAIN commitmail json YAML

2013-06-25 09:44:12 UTC MAIN commitmail json YAML

Explicitly disable HTML doc generation, fixes PLIST errors on systems where
it is auto-detected.

(jperkin)

2013-06-24 15:57:21 UTC MAIN commitmail json YAML

2013-06-24 15:11:38 UTC MAIN commitmail json YAML

Add support for rpc-xti, built on SunOS.

(jperkin)

2013-06-24 13:52:56 UTC MAIN commitmail json YAML

2013-06-24 13:44:20 UTC MAIN commitmail json YAML

Explicitly link against libintl on SunOS.  Fixes a number of dependencies.

(jperkin)

2013-06-24 06:52:52 UTC MAIN commitmail json YAML

2013-06-23 21:22:38 UTC MAIN commitmail json YAML

2013-06-23 19:09:15 UTC MAIN commitmail json YAML

2013-06-23 18:21:41 UTC MAIN commitmail json YAML

2013-06-23 18:16:34 UTC MAIN commitmail json YAML

Add XPG4.2 + extensions support for SunOS, fixes build.

(jperkin)

2013-06-23 18:00:19 UTC MAIN commitmail json YAML

Fix PLIST on SunOS.

(jperkin)

2013-06-23 17:43:39 UTC MAIN commitmail json YAML

Switch SunOS-5.11-x86_64 to openjdk7 by default.

(jperkin)

2013-06-23 17:39:43 UTC MAIN commitmail json YAML

2013-06-23 17:05:41 UTC MAIN commitmail json YAML

SunOS does not have libutil, do not pull it in unconditionally.

Fixes SunOS build.

(jperkin)

2013-06-23 16:59:16 UTC MAIN commitmail json YAML

Use PKGVERSION_NOREV.  Prodded by joerg.

(jperkin)

2013-06-22 22:54:10 UTC MAIN commitmail json YAML

Pull in openldap-client if necessary.  Fixes build on SunOS.

(jperkin)

2013-06-22 22:39:10 UTC MAIN commitmail json YAML

2013-06-22 20:18:26 UTC MAIN commitmail json YAML

Fix a REPLACE_INTERPRETER which cannot possibly have ever worked, fix a
PKG_DEVELOPER check, and avoid non-portable dirent ops for SunOS.

(jperkin)

2013-06-22 19:49:12 UTC MAIN commitmail json YAML

Add SunOS support, using the libusb implementation from OpenSolaris.

I am able to at least probe some devices, and this gets us a large number
of extra packages.

(jperkin)

2013-06-21 19:23:19 UTC MAIN commitmail json YAML

2013-06-21 17:39:48 UTC MAIN commitmail json YAML

Exclude PKGREVISION from PLIST generation, fixes part of PR#47946.

(jperkin)

2013-06-21 13:37:33 UTC MAIN commitmail json YAML

2013-06-21 13:36:58 UTC MAIN commitmail json YAML

Spell PKGREVISION correctly.

(jperkin)

2013-06-21 13:35:22 UTC MAIN commitmail json YAML

Updated net/libpcap to 1

(jperkin)

2013-06-21 13:35:06 UTC MAIN commitmail json YAML

PR#47943: recent update to libpcap breaks tcpdump, nmap and wireshark on Solaris

Remove bogus removal of dlpisubs.c, and force the configure script to
avoid any getifaddrs implementation on SunOS which would result in it
not being included.

Fixes build on SunOS.  Thanks to Jæ—¦rn Clausen for testing on Solaris 10.

Bump PKGREVISION.  Approved during freeze by wiz.

(jperkin)

2013-06-21 09:41:43 UTC MAIN commitmail json YAML

Note lang/gcc{47,48}-libs updates.

(jperkin)

2013-06-21 09:40:47 UTC MAIN commitmail json YAML

Revert part of previous, GCC_TARGET_MACHINE must be used so that, when set by
the user, the runtime directory is in sync between the main gcc package and
the gcc-libs package.

Bump PKGREVISIONs.

(jperkin)

2013-06-19 15:07:41 UTC MAIN commitmail json YAML

2013-06-19 14:41:39 UTC MAIN commitmail json YAML

Fix build on SunOS.

(jperkin)

2013-06-19 12:13:39 UTC MAIN commitmail json YAML

Unconditionally install the GDB script.  Fixes package on any OS which
does not have 'gdb' in PATH.

(jperkin)

2013-06-19 00:29:02 UTC MAIN commitmail json YAML

2013-06-18 23:34:33 UTC MAIN commitmail json YAML

Fix non-sunpro SunOS build.

(jperkin)

2013-06-17 13:32:59 UTC MAIN commitmail json YAML

2013-06-17 13:14:41 UTC MAIN commitmail json YAML

Backport SunOS fixes to mono2.  This version has the added benefit of a
working monodoc implementation, so more dependencies should Just Work.

(jperkin)

2013-06-15 09:46:01 UTC MAIN commitmail json YAML

Add openjdk7 support for SunOS-5.11-*, make it the default for i386.

(jperkin)

2013-06-15 09:31:06 UTC MAIN commitmail json YAML

2013-06-14 09:05:15 UTC MAIN commitmail json YAML

Note lang/gcc47-libs and lang/gcc48-libs updates.

(jperkin)

2013-06-14 09:01:41 UTC MAIN commitmail json YAML

Update variable names to match those in the buildlink3.mk files, and to avoid
any possible clashes with the main gcc packages.

If you were previously using GCC_TARGET_MACHINE to configure the location to
the runtime libraries, you should update it to LIBGCC_TARGET_MACHINE.

Bump PKGREVISIONs.

(jperkin)

2013-06-14 08:53:26 UTC MAIN commitmail json YAML

When using USE_PKGSRC_GCC_RUNTIME, do not add an rpath for the main GCC libs.

(jperkin)

2013-06-13 21:46:34 UTC MAIN commitmail json YAML

Pull in OpenSSL buildlink3 rather than disabling completely.

Requested by joerg.

(jperkin)

2013-06-13 21:36:46 UTC MAIN commitmail json YAML

Only disable OpenSSL if not using a builtin implementation.

(jperkin)

2013-06-13 16:25:30 UTC MAIN commitmail json YAML

Updated archivers/bsdtar to 2.8.4nb1

(jperkin)

2013-06-13 16:25:19 UTC MAIN commitmail json YAML

Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC.

Bump PKGREVISION.

(jperkin)

2013-06-13 16:24:28 UTC MAIN commitmail json YAML

Updated archivers/libarchive to 2.8.4nb2

(jperkin)

2013-06-13 16:24:14 UTC MAIN commitmail json YAML

Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC.

Bump PKGREVISION.

(jperkin)

2013-06-13 10:45:46 UTC MAIN commitmail json YAML

Add USE_PKGSRC_GCC_RUNTIME support for gcc 4.8 and fix dependencies for
gcc packages.  Bail out if runtime support is requested but we do not
provide runtime libraries for the chosen compiler.

(jperkin)

2013-06-13 10:39:43 UTC MAIN commitmail json YAML

Don't override gcc variables, use ones specific to gcc-libs.

Avoids issue with USE_PKGSRC_GCC_RUNTIME where the gcc48 package would
end up installing to gcc47's prefix.

(jperkin)

2013-06-12 10:13:58 UTC MAIN commitmail json YAML

2013-06-10 15:45:30 UTC MAIN commitmail json YAML

Ensure pid_t is a long on 32-bit SunOS.

(jperkin)

2013-06-10 15:37:37 UTC MAIN commitmail json YAML

2013-06-09 06:48:44 UTC MAIN commitmail json YAML

Add USE_LANGUAGES=c c99, package requires C99 features.

Fixes build on SunOS.

(jperkin)

2013-06-07 16:30:39 UTC MAIN commitmail json YAML

Updated mail/postfix to 2.9.6nb4

(jperkin)

2013-06-07 16:30:26 UTC MAIN commitmail json YAML

Ensure postfix is largefile aware on SunOS.

Bump PKGREVISION.

(jperkin)

2013-06-06 19:05:46 UTC MAIN commitmail json YAML

Disable monodoc build and add OPSYS-specific PLIST on SunOS.

This gets us a working mono package on SmartOS, at least.

(jperkin)

2013-06-06 16:49:23 UTC MAIN commitmail json YAML

Limit the data and stack sizes on SunOS.  This gets the build much further
and able to run the compiler, now failing in the documentation generator.

(jperkin)

2013-06-06 14:20:14 UTC MAIN commitmail json YAML

Change the way we fix up $rm_try to avoid a tools directory reference.

Fixes errors seen on SmartOS with PKG_DEVELOPER=yes when the fixed file was
regenerated after the fixup, and appears to have the added benefit of removing
the warnings about out of date builds during install.

(jperkin)

2013-06-05 22:00:35 UTC MAIN commitmail json YAML

Add optional DTrace support.

(jperkin)

2013-06-05 17:03:55 UTC MAIN commitmail json YAML

2013-06-03 10:23:33 UTC MAIN commitmail json YAML

2013-06-03 08:45:28 UTC MAIN commitmail json YAML

2013-05-24 15:30:47 UTC MAIN commitmail json YAML

Add compatability define for u_int16_t on SunOS.

(jperkin)

2013-05-24 15:08:22 UTC MAIN commitmail json YAML

Updated pkgtools/pkgin to 0.6.3.1.1nb2

(jperkin)

2013-05-24 15:08:00 UTC MAIN commitmail json YAML

Make sure largefile support is enabled on SunOS.  See github issues
joyent/smartos-live#137 and joyent/pkgsrc#28 for more information.

Bump PKGREVISION.

(jperkin)

2013-05-22 09:12:28 UTC MAIN commitmail json YAML

Fix PLIST for recent update.

(jperkin)

2013-05-22 07:11:58 UTC MAIN commitmail json YAML

2013-05-21 14:59:25 UTC MAIN commitmail json YAML

2013-05-20 11:51:26 UTC MAIN commitmail json YAML

USE_TOOLS+= gettext.  Fixes build on SunOS.

(jperkin)

2013-05-20 11:43:18 UTC MAIN commitmail json YAML

2013-05-20 11:35:22 UTC MAIN commitmail json YAML

2013-05-20 11:08:18 UTC MAIN commitmail json YAML

SunOS needs -D__EXTENSIONS__ for strcasecmp(3C).

(jperkin)

2013-05-20 10:02:36 UTC MAIN commitmail json YAML

Expand typedef which GCC on SunOS does not like.

Fixes package on SunOS.

(jperkin)

2013-05-20 09:04:44 UTC MAIN commitmail json YAML

2013-05-17 21:56:15 UTC MAIN commitmail json YAML

Include and link against libintl on SunOS.

(jperkin)

2013-05-17 21:50:34 UTC MAIN commitmail json YAML

2013-05-17 21:28:22 UTC MAIN commitmail json YAML

Need explicit -lfontconfig on SunOS.

(jperkin)

2013-05-17 21:20:40 UTC MAIN commitmail json YAML

2013-05-17 19:49:12 UTC MAIN commitmail json YAML

2013-05-17 19:44:09 UTC MAIN commitmail json YAML

USE_TOOLS+= m4.  Fixes SunOS build.

(jperkin)

2013-05-17 19:38:59 UTC MAIN commitmail json YAML

2013-05-17 14:48:49 UTC MAIN commitmail json YAML

USE_TOOLS+= file, required for FILE_CMD.

(jperkin)

2013-05-16 17:09:07 UTC MAIN commitmail json YAML

_OPSYS_SYSTEM_RPATH must match _OPSYS_LIB_DIRS or else the buildlink
substitutions will not be correct.

Fixes issue with ABI=64 where /usr/lib/amd64 was being exposed, but
packages will need to be rebuilt for the change to take effect.

(jperkin)

2013-05-13 12:01:51 UTC MAIN commitmail json YAML

2013-05-13 11:38:30 UTC MAIN commitmail json YAML

It is a common misconception that ${FOO:tsc} will split FOO on 'c',
however that is not the case.  To get that behaviour use ':S/c/ /g'.

Fixes a number of issues on various OPSYS introduced with the recent
COMPILER_* and SYSTEM_DEFAULT_RPATH abstractions.

(jperkin)

2013-05-09 10:09:37 UTC MAIN commitmail json YAML

Comment out broken ruby-gnome2 dependency.  This is almost certainly wrong,
but the package is already marked BROKEN yet is currently breaking pbulk due
to this bogus dependency.

(jperkin)

2013-05-09 09:38:20 UTC MAIN commitmail json YAML

2013-04-26 10:20:50 UTC MAIN commitmail json YAML

Updated devel/jq to 1.2

(jperkin)

2013-04-26 10:20:34 UTC MAIN commitmail json YAML

Update jq to version 1.2.  This is the version which should have been added
in the first place, but I somehow missed it.

Unfortunately there is no changelog, just a git history, with no indication
of which are the important changes.  However a lot of bugfixes are included.

The main pkgsrc change in 1.2 is that there is now a manual page.

(jperkin)

2013-04-25 09:15:47 UTC MAIN commitmail json YAML

2013-04-25 09:11:37 UTC MAIN commitmail json YAML

Note addition of devel/jq, version 1.1.

(jperkin)

2013-04-25 09:10:26 UTC MAIN commitmail json YAML

Import jq-1.1 as devel/jq into pkgsrc.

jq is a lightweight and flexible command-line JSON processor.

jq is like sed for JSON data – you can use it to slice and filter and
map and transform structured data with the same ease that sed, awk, grep
and friends let you play with text.

(jperkin)

2013-04-24 12:23:13 UTC MAIN commitmail json YAML

Updated databases/couchdb to 1.3.0

(jperkin)

2013-04-24 12:22:38 UTC MAIN commitmail json YAML

Update databases/couchdb to 1.3.0.  Changes since 1.2.1:

Version 1.3.0
-------------

HTTP Interface:

* No longer rewrites the X-CouchDB-Requested-Path during recursive calls to the
  rewriter.
* Limit recursion depth in the URL rewriter. Defaults to a maximum of 100
  invocations but is configurable.
* Fix _session for IE7.
* Added Server-Sent Events protocol to db changes API. See
  http://www.w3.org/TR/eventsource/ for details.
* Make password hashing synchronous when using the /_config/admins API.
* Include user name in show/list ETags.
* Experimental support for Cross-Origin Resource Sharing (CORS). See
  http://www.w3.org/TR/cors/ for details.

Replicator:

* The replicator will use a new server-wide UUID in checkpoint IDs to
  improve the chances of an efficient resume.

Storage System:

* Fixed unnecessary conflict when deleting and creating a
  document in the same batch.

View Server:

* Additional response headers may be varied prior to send().
* GetRow() is now side-effect free.

Futon:

* Disabled the link to the Futon test suite. These tests were causing problems
  when run from a browser, and are now available via the CLI instead.
* Added view request duration to Futon.
* Disable buttons for actions that the user doesn't have permissions to.

Security:

* Passwords are now hashed using the PBKDF2 algorithm with a configurable work
  factor.

Test Suite:

* Moved the JS test suite to the CLI.
* Improved tracebacks printed by the JS CLI tests.
* Improved the reliability of a number of tests.

UUID Algorithms:

* Added the utc_id algorithm.

URL Rewriter & Vhosts:

* Database name is encoded during rewriting (allowing embedded /'s, etc).
* Reset rewrite counter on new request, avoiding unnecessary request failures
  due to bogus rewrite limit reports.

Build System:

* C/C++ compiler detection has been improved.
* Autoconf v2.63 is now required if building from Git checkout directly. See
  DEVELOPERS file for more details.
* Fixed issue in couchdb script where stopped status returns before process
  exits.

Version 1.2.2
-------------

HTTP Interface:

* Reset rewrite counter on new request, avoiding unnecessary request failures
  due to bogus rewrite limit reports.

Build System:

* Fixed issue in couchdb script where stopped status returns before process
  exits.

(jperkin)

2013-04-17 10:25:41 UTC MAIN commitmail json YAML

Remove stray space from the DEPENDS line, fixes dependency problems.

(jperkin)

2013-04-04 14:31:33 UTC MAIN commitmail json YAML

Fix -arch argument on OSX.  Gets us a working package on 32-bit at least,
64-bit is still unsupported.

(jperkin)

2013-04-04 12:39:11 UTC MAIN commitmail json YAML

Updated net/dnsmasq to 2.64nb1

(jperkin)

2013-04-04 12:38:59 UTC MAIN commitmail json YAML

Pull in fixes from upstream for interface enumeration, fixes segfault on SunOS.

Bump PKGREVISION.

(jperkin)

2013-04-04 11:18:10 UTC MAIN commitmail json YAML

2013-04-04 11:12:52 UTC MAIN commitmail json YAML

Explicitly depend upon gcc48 rather than relying on general GCC_DIST_VERSION,
which is currently set to gcc47.

Should fix pbulk resolution failures.

(jperkin)

2013-04-04 10:24:14 UTC MAIN commitmail json YAML

Default to the native linux-pam implementation.  It is available
since at least Leopard (10.5) and the security/PAM package does
not currently build, breaking PREFER_PKGSRC=yes.

(jperkin)

2013-04-03 09:35:20 UTC MAIN commitmail json YAML

2013-04-02 09:59:00 UTC MAIN commitmail json YAML

Note updates to lang/gcc47{,-libs}

(jperkin)

2013-04-02 09:57:52 UTC MAIN commitmail json YAML

2013-03-28 22:26:13 UTC MAIN commitmail json YAML

Fix default SunOS packaging.

(jperkin)

2013-03-28 22:22:46 UTC MAIN commitmail json YAML

Need -D_POSIX_PTHREAD_SEMANTICS on SunOS.

(jperkin)

2013-03-28 22:05:38 UTC MAIN commitmail json YAML

2013-03-26 11:41:16 UTC MAIN commitmail json YAML

Updated lang/tcl-expect to 5.45.0nb1

(jperkin)

2013-03-26 11:41:02 UTC MAIN commitmail json YAML

Fix generation of libexpect545.a.  Ok'd by wiz@ during freeze.

Bump PKGREVISION.

(jperkin)

2013-03-25 17:58:32 UTC MAIN commitmail json YAML

Convert -shared to -dynamiclib on OSX 10.5.  Greatly helps my bulk
builds.

(jperkin)

2013-03-24 11:30:11 UTC MAIN commitmail json YAML

SunOS needs -lm.  Doesn't fix the build, but gets us further.

(jperkin)

2013-03-24 10:55:08 UTC MAIN commitmail json YAML

2013-03-18 14:01:25 UTC MAIN commitmail json YAML

2013-03-18 11:24:43 UTC MAIN commitmail json YAML

Use `` instead of $(), fixes bootstrap on older SunOS versions which have
the legacy /bin/sh.

Fix from asau.

(jperkin)

2013-03-18 10:04:11 UTC MAIN commitmail json YAML

Disable multilib directories.  Fixes packaging issues on at least SunOS
64-bit, possibly others.

Patch from obache.

(jperkin)

2013-03-15 15:36:41 UTC MAIN commitmail json YAML

2013-03-13 12:44:11 UTC MAIN commitmail json YAML

Explicitly depend upon ruby-rack14, fixes pbulk resolution failure.

Reset MAINTAINER.

(jperkin)

2013-03-08 15:08:50 UTC MAIN commitmail json YAML

Revert changes to use .gz suffix instead of .tar.gz.  The issue is caused
by downloading files from Oracle's site using Chrome (Chromium #136305).

(jperkin)

2013-03-06 16:58:57 UTC MAIN commitmail json YAML

2013-03-06 16:21:13 UTC MAIN commitmail json YAML

2013-03-06 12:02:14 UTC MAIN commitmail json YAML

Portability fixes.

XXX: libSystem.pc still contains WRKSRC references.

(jperkin)

2013-03-06 10:03:14 UTC MAIN commitmail json YAML

Ensure the new readline interface is used, fixes builds when using the
readline supplied by pkgsrc where the old interface is explicitly disabled.

(jperkin)

2013-03-05 18:07:13 UTC MAIN commitmail json YAML

2013-03-04 20:33:16 UTC MAIN commitmail json YAML

Fix SunOS build.

(jperkin)

2013-03-04 17:32:10 UTC MAIN commitmail json YAML

Updated mail/libspf2 to 1.2.9nb2

(jperkin)

2013-03-04 17:31:56 UTC MAIN commitmail json YAML

Change previous fix, libreplace uses LTLIBOBJS to compile in additional
objects, so provide a dummy file which will always get included to avoid
issues on systems where you are not allowed an empty library.  Noticed
by tron.

Bump PKGREVISION.

(jperkin)

2013-03-01 16:58:52 UTC MAIN commitmail json YAML

Enable check-shlibs if the user supplies a working readelf, e.g. from binutils.

(jperkin)

2013-03-01 16:10:24 UTC MAIN commitmail json YAML

Make packaging the (considerable amount of) documentation optional.

Without docs, the resulting binary package is 4MB instead of 22MB.

(jperkin)

2013-03-01 15:37:56 UTC MAIN commitmail json YAML

Need -lsocket -lnsl on SunOS.

(jperkin)

2013-03-01 15:26:02 UTC MAIN commitmail json YAML

Note updates of lang/gcc47 and lang/gcc47-libs.

(jperkin)

2013-03-01 15:24:42 UTC MAIN commitmail json YAML

Bump PKGREVISION of gcc47 packages for recent changes.

(jperkin)

2013-03-01 15:22:25 UTC MAIN commitmail json YAML

Add GCC_TARGET_MACHINE, defaulting to MACHINE_GNU_ARCH, and use it in
preference to target_noncanonical so that the user can override if
required, e.g. in a multilib environment where target_noncanonical will
change based on current ABI.

Additionally, ensure that it comes first in the RPATH so that when
using USE_PKGSRC_GCC_RUNTIME with in-pkgsrc gcc we pick up the correct
libraries.

(jperkin)

2013-03-01 15:06:10 UTC MAIN commitmail json YAML

When using USE_PKGSRC_GCC_RUNTIME ensure that we explicitly depend upon the
gcc47-libs package rather than relying on the PKGREVISION bump to pick it up.

This resolves some issues where we were seeing gcc47 picked as the dependency
instead of gcc47-libs.

(jperkin)

2013-03-01 15:03:26 UTC MAIN commitmail json YAML

When using USE_PKGSRC_GCC_RUNTIME ensure the gcc47-libs runtime comes first.

(jperkin)

2013-03-01 15:02:00 UTC MAIN commitmail json YAML

Don't exclude this file being used when also using lang/gcc47/buildlink3.mk

This allows USE_PKGSRC_GCC_RUNTIME to be used with the in-pkgsrc compiler.

(jperkin)

2013-03-01 13:27:38 UTC MAIN commitmail json YAML

Create a wrapper for gfortran.

(jperkin)

2013-03-01 10:40:33 UTC MAIN commitmail json YAML

Note addition of databases/php-pdo_odbc

(jperkin)

2013-03-01 10:35:07 UTC MAIN commitmail json YAML

Add and enable php-pdo_odbc

(jperkin)

2013-03-01 10:34:18 UTC MAIN commitmail json YAML

Add php-pdo_odb to the packages collection.

This extension provides an ODBC v3 driver for PDO.  It supports unixODBC
and IBM DB2 libraries, and will support more in future releases.

In pkgsrc we only support unixODBC currently.

(jperkin)