Commit graph

21 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
rodent
2982a412df FreeBSD's wchar_t seems to be able to handle the ISO 10646 chacters too.
This will unbreak the build of a few packages on FreeBSD, notably mysql*.
Defuzz patches.
2015-05-17 21:19:12 +00:00
ryoon
d318d8c8bf Update to 3.1.20150325
Changelog:
2015-03-25 Jess Thrysoee

   * version-info: 0:53:0

   * all: sync with upstream source

2014-10-30 Jess Thrysoee

   * version-info: 0:52:0

   * all: sync with upstream source

   * configura.ac: Fix posix shell portability issue. Patch by Ryo Onodera.
2015-05-07 14:07:49 +00:00
tron
2f5da4537f Revert last change. The latest version of Xcode installs the editline
related files to "/usr" again. And the previous work-around now breaks
the build for some unknown reason.

Problem pointed out by Adam Ciarciński in private e-mail.
2015-04-09 09:55:58 +00:00
rodent
8797f193df Forgot this. 2015-03-19 23:05:33 +00:00
tron
b032b16382 Add a BSD license. 2015-03-19 20:03:04 +00:00
tron
3f5998ad5e Fix build under Solaris 10 and older. 2015-03-19 19:58:28 +00:00
tron
7b09816f9b I've we detected an Mac OS X SDK location use it as the prefix of the
builtin "editline" package.

This fixes the build of the "mysql56-client" package (and possibly others)
under Mac OS X Yosemite with a clean install of Xcode (in particular
with no files in "/Developer").
2015-03-18 19:17:39 +00:00
rodent
3aff54ee56 Fix build for OpenBSD. Defuzz patches. 2015-02-15 02:03:38 +00:00
fhajny
6587c397c3 Use ln with '-f' in patch file to help with repeated installs. 2014-10-23 17:15:17 +00:00
ryoon
672bdc15bf Update to 3.1.20140620
Changelog:
2014-06-20 Jess Thrysoee

   * version-info: 0:51:0

   * all: sync with upstream source

2014-06-18 Jess Thrysoee

   * version-info: 0:50:0

   * all: sync with upstream source - add weak alias patches

2014-06-18 Jess Thrysoee

   * version-info: 0:49:0

   * all: sync with upstream source.

2014-02-13 Jess Thrysoee

   * version-info: 0:48:0

   * all: sync with upstream source.

   * examples/fileman.c: Fix typo. Patch by Kamil Dudka.

   * Makefile.am, configure.ac: Add --enable-examples configure parameter.
        Make it possible to enable/disable building of the examples programs.
        Patch by James Le Cuirot.
2014-07-02 13:57:18 +00:00
obache
e57748eaa5 Fixes support of "history" and "readline" alternative libraries.
Those are required for the case in readline compatible mode, not for using
builtin editline.
2014-06-09 00:26:19 +00:00
obache
2a698809bd Prepend to assume that builtin headers are in /usr/include. 2014-06-09 00:19:05 +00:00
jperkin
a7f08f95b2 Re-generate patch. 2014-05-19 10:40:40 +00:00
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
wiz
68e1eac29c Be more defensive in autoreconf call. 2013-10-11 14:24:29 +00:00
obache
7c765a309a only force builtin termcap library for the case using builtin editline. 2013-08-11 07:42:51 +00:00
obache
68ee0ecb5e introduce CHECK_BUILTIN guard, and replace some unwanted readline with editline. 2013-08-11 07:41:04 +00:00
ryoon
acd20b1327 Fix builtin detection conditionals.
* Correct detection of following cases.
  non-editline/readline, editline/non-readline, and editline/readline.
* If builtin editline has header files in include/editline, create
  include/readline/* symlinks.
* Fix PR pkg/48062 with above fixes. Confirmed on Ubuntu Linux/amd64 13.04.
2013-07-19 14:35:37 +00:00
ryoon
3800f631f5 Bump PKGREVISION.
* Create include/editline/history.h that is symlink to readline.h like
  NetBSD base libedit.
  This change fixes insufficient buildlinking of editline.
  So fix build of devel/elf or other editline consumer on my private
  Debian GNU/kFreeBSD pkgsrc environemnt. It should fix editline consumer
  build on other platforms.
2013-07-15 15:14:29 +00:00
ryoon
f1f46ece2c Import editline-3.1.20130712 as devel/editline.
Based on wip/editline by reed@.

This is an autotool- and libtoolized port of the NetBSD Editline library
(libedit). This Berkeley-style licensed command line editor library
provides generic line editing, history, and tokenization functions,
similar to those found in GNU Readline.
2013-07-15 01:42:47 +00:00