Commit graph

44 commits

Author SHA1 Message Date
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
apb
ef8fe1e8ec Rename getline to get_line to avoid clash with libc function.
No need to bump PKGREVISION.
2009-09-27 22:27:22 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
4aba30306b Remove ftp.deva.net and ftp.bitcon.no from MASTER_SITES, they don't resolve.
From Zafer Aydogan in PR 37312.
2007-11-11 23:46:57 +00:00
rillig
ba9d5cb9fd Don't use "restrict" as an identifier in C code; it is reserved since
C99.

Fixed PKGMANDIR.
2007-03-09 15:38:32 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
minskim
5a577d09f1 USE_TOOLS+=lex yacc 2006-06-09 15:50:03 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
c6000d46e5 This needs GNU readline, for rl_completion_matches (build fix). 2006-02-28 17:41:43 +00:00
joerg
0f8f70b4c5 Always include errno.h. Avoid the compat interface and correct prototypes. 2006-01-08 20:16:27 +00:00
tv
6297a5068e Add conditionals to make build on Interix. 2005-10-31 19:24:03 +00:00
rillig
e3b44a118f Sorted PLISTs. 2005-10-23 16:03:10 +00:00
jschauma
e64181d60a This patch also needs a sgi-ifdef 2005-06-14 03:02:29 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
minskim
859da62ea1 Include errno.h to use errno on Darwin. 2005-04-01 15:33:35 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
minskim
d24e84867e Make this package build on Linux.
- Do not declare getopt() because the correct declaration is in
    getopt.h.
2004-09-13 06:07:03 +00:00
snj
aa2e550523 Convert to buildlink3. 2004-04-25 05:32:01 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
8ba36123e0 buildlink1 -> buildlink2. 2002-10-25 18:26:46 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
wiz
4b38c1536d Update MASTER_SITES, inspired by pkg/13421 by John F. Woods. 2001-07-09 22:25:24 +00:00
jlam
c9a9246110 Mark as USE_BUILDLINK_ONLY. 2001-06-21 02:07:08 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
jlam
328058611a Fix library path to readline lib and add the link-* targets to
pre-configure as advised by devel/readline/Makefile.readline.
2001-05-22 05:50:51 +00:00
jlam
78901ef083 Use editline readline emulation when available. Move example files to
${PREFIX}/share/examples/cdecl.  Also patch sources to rename instances
of setprogname() to mysetprogname(), as setprogname() is part of the
standard library in NetBSD>1.5.
2001-05-22 05:48:14 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00
hubertf
ccc83061d3 ELF fix - found by (soon to be committed) check-shlibs target. 2000-06-23 16:33:21 +00:00
wiz
78867d023d RCS tag added 2000-02-05 18:18:51 +00:00
hubertf
0cc4ae01a7 fix 1999-11-26 13:58:31 +00:00
agc
5b28220d73 Import cdecl-2.5, a utility to explain and compose C and C++ declarations,
into the NetBSD packages collection.
The master sites were taken from the FreeBSD port, nothing else.
1999-11-11 12:53:16 +00:00