2015-01-02 13:56:37 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2015/01/02 12:56:37 wiz Exp $
|
2006-08-05 21:53:26 +02:00
|
|
|
|
(pkgsrc)
- Add two patches, to avoid
error: incompatible types when assigning to type '__off_t' from type 'fpos_t'
fp_->_offset = u.f;
- Remove one patch patch-af, which had a comment, not necessary for now
" also look in *.mk files as makefiles. bump pkg revision."
(upstream)
- Update 4.2 to 4.6
----------------------
* Noteworthy changes in release 4.6 (2012-02-03) [stable]
** Bug fixes
- lid -L no longer mishandles open-ended ranges like "..2" and "2.."
- lid's -d, -o and -x options now work properly
* Noteworthy changes in release 4.5 (2010-06-17) [stable]
* Noteworthy changes in release 4.4 (2009-10-30) [beta]
------------
** New features
mkid and xtokid accept a new option --files0-from=FILE, to make them
process only the files named in FILE. FILE must contain a list of
NUL-terminated file names.
** Bug fixes
mkid and xtokid now accept language specific options via the command line.
* Noteworthy changes in release 4.3.92 (2008-10-18) [beta]
--------------
** Bug fixes
fid: avoid a buffer overrun
handle failed allocation, e.g., by strdup
avoid potential realloc overflow
mkid: avoid an infloop on some .el files
all programs: detect write error on stdout
** Miscellaneous improvements
revamp code and infrastructure, bringing it closer to coreutils' standards
add automatically-generated man pages
mkid recognize more suffixes: .ac, .mk, .bz2, .lzma.
idutils is now licensed under the General Public License version 3
or later (GPLv3+).
2014-12-15 12:35:42 +01:00
|
|
|
DISTNAME= idutils-4.6
|
2006-08-05 21:53:26 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=idutils/}
|
(pkgsrc)
- Add two patches, to avoid
error: incompatible types when assigning to type '__off_t' from type 'fpos_t'
fp_->_offset = u.f;
- Remove one patch patch-af, which had a comment, not necessary for now
" also look in *.mk files as makefiles. bump pkg revision."
(upstream)
- Update 4.2 to 4.6
----------------------
* Noteworthy changes in release 4.6 (2012-02-03) [stable]
** Bug fixes
- lid -L no longer mishandles open-ended ranges like "..2" and "2.."
- lid's -d, -o and -x options now work properly
* Noteworthy changes in release 4.5 (2010-06-17) [stable]
* Noteworthy changes in release 4.4 (2009-10-30) [beta]
------------
** New features
mkid and xtokid accept a new option --files0-from=FILE, to make them
process only the files named in FILE. FILE must contain a list of
NUL-terminated file names.
** Bug fixes
mkid and xtokid now accept language specific options via the command line.
* Noteworthy changes in release 4.3.92 (2008-10-18) [beta]
--------------
** Bug fixes
fid: avoid a buffer overrun
handle failed allocation, e.g., by strdup
avoid potential realloc overflow
mkid: avoid an infloop on some .el files
all programs: detect write error on stdout
** Miscellaneous improvements
revamp code and infrastructure, bringing it closer to coreutils' standards
add automatically-generated man pages
mkid recognize more suffixes: .ac, .mk, .bz2, .lzma.
idutils is now licensed under the General Public License version 3
or later (GPLv3+).
2014-12-15 12:35:42 +01:00
|
|
|
EXTRACT_SUFX= .tar.xz
|
2006-08-05 21:53:26 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/idutils/idutils.html
|
|
|
|
COMMENT= Classic Berkeley gid/lid tools for looking up variables in code
|
(pkgsrc)
- Add two patches, to avoid
error: incompatible types when assigning to type '__off_t' from type 'fpos_t'
fp_->_offset = u.f;
- Remove one patch patch-af, which had a comment, not necessary for now
" also look in *.mk files as makefiles. bump pkg revision."
(upstream)
- Update 4.2 to 4.6
----------------------
* Noteworthy changes in release 4.6 (2012-02-03) [stable]
** Bug fixes
- lid -L no longer mishandles open-ended ranges like "..2" and "2.."
- lid's -d, -o and -x options now work properly
* Noteworthy changes in release 4.5 (2010-06-17) [stable]
* Noteworthy changes in release 4.4 (2009-10-30) [beta]
------------
** New features
mkid and xtokid accept a new option --files0-from=FILE, to make them
process only the files named in FILE. FILE must contain a list of
NUL-terminated file names.
** Bug fixes
mkid and xtokid now accept language specific options via the command line.
* Noteworthy changes in release 4.3.92 (2008-10-18) [beta]
--------------
** Bug fixes
fid: avoid a buffer overrun
handle failed allocation, e.g., by strdup
avoid potential realloc overflow
mkid: avoid an infloop on some .el files
all programs: detect write error on stdout
** Miscellaneous improvements
revamp code and infrastructure, bringing it closer to coreutils' standards
add automatically-generated man pages
mkid recognize more suffixes: .ac, .mk, .bz2, .lzma.
idutils is now licensed under the General Public License version 3
or later (GPLv3+).
2014-12-15 12:35:42 +01:00
|
|
|
LICENSE= gnu-gpl-v3
|
2006-08-05 21:53:26 +02:00
|
|
|
|
|
|
|
CONFLICTS= sh-utils>=2.0nb2 coreutils-[0-9]*
|
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
2015-01-02 13:56:37 +01:00
|
|
|
# autoconf needed for 4.6; see PR 49522; can probably be removed on next update
|
|
|
|
USE_TOOLS+= autoconf msgfmt
|
2006-08-05 21:53:26 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2007-03-04 20:21:18 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_prog_EMACS=no
|
2006-08-07 01:10:30 +02:00
|
|
|
INFO_FILES= YES
|
2006-08-05 21:53:26 +02:00
|
|
|
MAKE_ENV+= BSD_SETENV=${SETENV:Q}
|
|
|
|
|
|
|
|
# Don't byte-compile the .el file.
|
|
|
|
MAKE_FLAGS+= elc_SCRIPTS=
|
|
|
|
|
|
|
|
LISPDIR= ${PREFIX}/share/emacs/site-lisp
|
2009-07-08 18:09:00 +02:00
|
|
|
INSTALLATION_DIRS= ${LISPDIR}
|
2006-08-05 21:53:26 +02:00
|
|
|
|
2015-01-02 13:56:37 +01:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && autoconf
|
2006-08-05 21:53:26 +02:00
|
|
|
|
|
|
|
post-install:
|
2009-07-08 18:09:00 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/lisp/idutils.el ${DESTDIR}${LISPDIR}
|
2006-08-05 21:53:26 +02:00
|
|
|
|
2015-01-02 13:56:37 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2006-08-05 21:53:26 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|