summaryrefslogtreecommitdiff
path: root/devel/isect/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+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-04-25Convert to buildlink3.snj1-4/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-04replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install ongrant1-9/+8
Solaris. remove duplicate USE_PKGINSTALL. whitespace cleanup.
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+3
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Remove redundant line that matches the default.jlam1-3/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Convert and adapt to USE_NEW_TEXINFO.seb1-2/+6
Make it obvious that PKGINSTALL framework is now used.
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.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-19- use automatic rc script handlinggrant1-8/+4
- tidy up post-install msg
2002-10-09buildlink1 -> buildlink2.wiz1-3/+4
2002-08-12Add necessary depends to fix compilation (noted in bulk build).wiz1-5/+4
2002-08-06Update to 1.6.2 as suggested by tgagne at ameritech dot net in PRjschauma1-4/+3
pkg/17797. Changes since version 1.0 are numerous. Highlights include: - Fixed bug where isectd ignored client's header's 'reply' value. - isectd no longer waits to receive worker badges after starting them. - Much improved Smalltalk code, including a new worker that allows clients to submit smalltalk to be executed. - isd/connectto.c - strtol() for service now checks if endptr != service to see that *something* was translated. - isdexecd now accepts the 'stop' command. - now includes some prototype code for interfacing IBM's Net.Data to isect's IO library. - fixed a segmentation fault when the 'pause' command was received without any arguments. - more documentation - DELETE command enabled
2002-08-05Update project home page and info on where to send questions/comments.cjs1-2/+2
2002-08-03Drop MAINTAINERship of devel/isect.jlam1-2/+2
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+2
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf1-2/+2
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz1-2/+3
LTCONFIG_OVERRIDE -> minus one patch.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
1999-11-15Wildcard dependency on libwww.rh1-2/+2
1999-09-15isect-1.0 -- open source middleware daemonjlam1-0/+39