summaryrefslogtreecommitdiff
path: root/devel/cdecl
AgeCommit message (Collapse)AuthorFilesLines
2009-09-27Rename getline to get_line to avoid clash with libc function.apb2-5/+23
No need to bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2008-06-20Add DESTDIR support.joerg1-4/+7
2007-11-11Remove ftp.deva.net and ftp.bitcon.no from MASTER_SITES, they don't resolve.wiz1-4/+2
From Zafer Aydogan in PR 37312.
2007-03-09Don't use "restrict" as an identifier in C code; it is reserved sincerillig3-6/+58
C99. Fixed PKGMANDIR.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-09USE_TOOLS+=lex yaccminskim1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-28This needs GNU readline, for rl_completion_matches (build fix).wiz1-1/+3
2006-01-08Always include errno.h. Avoid the compat interface and correct prototypes.joerg2-13/+47
2005-10-31Add conditionals to make build on Interix.tv2-7/+7
2005-10-23Sorted PLISTs.rillig1-3/+3
2005-06-14This patch also needs a sgi-ifdefjschauma2-4/+4
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-01Include errno.h to use errno on Darwin.minskim2-5/+5
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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-09-13Make this package build on Linux.minskim2-13/+15
- Do not declare getopt() because the correct declaration is in getopt.h.
2004-04-25Convert to buildlink3.snj1-3/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-09Update MASTER_SITES, inspired by pkg/13421 by John F. Woods.wiz1-6/+5
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-5/+5
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-4/+1
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-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-5/+5
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-22Fix library path to readline lib and add the link-* targets tojlam1-2/+4
pre-configure as advised by devel/readline/Makefile.readline.
2001-05-22Use editline readline emulation when available. Move example files tojlam5-34/+74
${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-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-06-23ELF fix - found by (soon to be committed) check-shlibs target.hubertf2-4/+4
2000-02-05RCS tag addedwiz1-0/+1
1999-11-26fixhubertf3-23/+20
1999-11-11Import cdecl-2.5, a utility to explain and compose C and C++ declarations,agc8-0/+130
into the NetBSD packages collection. The master sites were taken from the FreeBSD port, nothing else.