summaryrefslogtreecommitdiff
path: root/net/tcl-scotty
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02We share patches with net/tkined, which needs to patch a tkined.1 manhauke1-3/+3
page we explicitely remove, to avoid conflict. Unfortunately, there is only one PATCHDIR... so keep around tkined.1 till after patching.
2016-05-02Re-hash after actually checking in patchhauke1-2/+2
2016-05-02Make the tkined man page render by dropping an obsolete library includehauke2-1/+16
2016-05-02Fix handling of tcl and tk versions: don't demand exact version whendholland2-1/+23
the version we have doesn't include the teeny version number. Possibly we should arrange to pass that in and require it exactly; I'm not sure exactly what the compatibility semantics of version numbers are supposed to be in tcl-land; but it's definitely wrong the way it has been. Fixes PR 50244 wherein tkined fails to run.
2016-05-02Explicitly set umask when frobbing pkgIndex.tcl in post-install.dholland1-2/+2
2016-01-13Output of rpcgen used without dependency.joerg1-1/+3
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz 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-09-14Update homepage - according to archive.org, the URL entered in 2006hauke1-2/+2
never existed, not even in 2006... The replacement may be prehistoric, but it is at least readable.
2015-07-12Set SPECIAL_PERMS and use user-destdir mode instead of privilegeddholland3-11/+15
destdir mode.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-2/+1
2014-10-08Add a patch to handle DISPLAY-HINT with 't' the same as 'a',he3-3/+19
so that we can deal with an updated snmpFrameworkMIB with SnmpAdminString ::= TEXTUAL-CONVENTION DISPLAY-HINT "255t" Bump PKGREVISION.
2014-05-30Honour CFLAGS.joerg2-3/+12
2014-03-05Make tcl-scotty build with minimal warnings and install again.he45-157/+4608
This change is the result of a large sweep triggered by the new Tcl which has const'ified many interfaces -- this follows suit with many corresponding changes internally in scotty => lots of new patches. Also, change so as to not access interp->errorLine and interp->result directly, use the accessor functions instead, and turn off the corresponding compatibility defines. The old patch files have been renamed and expanded, the new scheme for naming patch files is used. Only minimal functionality testing is done, but what has been done shows that it basically works again. PKGREVISION bumped.
2014-02-04Allow build with TCL 8.6. Needs more work as it fails in the installjoerg1-1/+6
phase.
2014-01-11Revbump after updating tcl/tk.adam2-4/+4
2012-11-07Revert the MACHINE_ARCH -> MACHINE PLIST change, now that lang/tclhe2-70/+70
has been fixed. This time we bump PKGREVISION, even though the contents should not change.
2012-11-07It turns out that scotty installs the pre-parsed MIBs into a sub-he2-69/+71
directory named ${MACHINE}-${OPSYS} not ${MACHINE_ARCH}-${OPSYS}, which the PLIST specifies. Adapt the PLIST accordingly, so that this builds on amd64 as well, where MACHINE and MACHINE_ARCH is different... No pkgrevision bump, since this is merely a build fix, and the contents of the package does not change for those where it built already.
2012-08-22net/tcl-scotty: Last change no longer needed, revertmarino3-7/+6
The reason tcl-scotty was missing an rpath during the build is because tclConfig.sh wasn't configured with it. lang/tcl has been updated so that tclConfig.sh adds the appropriate runpath for the system. Remove the previously hardcoded "-rpath" to revert the package to be the way it way.
2012-08-21net/tcl-scotty: Insert rpath into libtnm.somarino5-22/+20
This is not a tcl/tk 8.5 fix. The libtnm.so couldn't be found during the build due to an omitted runpath. Two other patches were regenerated because they didn't match the source exactly.
2011-09-02Several changes rolled into one:he9-62/+477
o Wedge in DESTDIR support. This is a little tricky since the installation procedure wants to run scotty to parse and dump the MIB files, and this needs to be done in DESTDIR. Therefore we use the post-install target, to fix things up before packaging and the real install. o Fix the "dns" functionality not to use _res, since this program is linked with libpthread that won't work on NetBSD (aborts the program). Though the modified version still uses a global static variable. o Add comments to all the patch files. o Eliminate use of ${WRKSRC}/.., since pkglint objects to it. Instead use BUILD_DIRS and CONFIGURE_DIRS. o Add a LICENSE setting, 2-clause-bsd appears most similar. o Bump PKGREVISION for the above changes.
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-21USE_TOOLS+=lexminskim1-2/+2
2006-06-20USE_TOOLS+=yaccminskim1-1/+2
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2005-05-17Add missing $NetBSD$ which was there when i generated distinfo.veego1-0/+2
2005-05-16Don't initialize $(LD_SEARCH_FLAGS), which is used in the $(LD) link command.veego2-21/+30
Inspired by an patch from agc to tk83. Thx to krister for pointing that out to me. fix PR pkg/30241
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-18Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.jlam1-2/+1
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-07Add a patch to fix a race condition in the straps program. Ifhe3-3/+78
traps arrive in a steady stream, straps will exit before the client (scotty) manages to connect, because traps are handled before new client connections in straps. Adds a sleep(3) first, and rearranges the order of handling of these events, so that scotty can get around to connecting as a client before the first trap is handled by straps. Bump pkgrevision to 3.
2004-06-05- Use -ltcl and -ltk instead of -ltcl83 and -ltk83, which areminskim3-21/+42
version-dependent. - Buildlink tcl-scotty. - Enable pkgviews installation.
2004-06-04Enable pkgviews installation.minskim1-1/+3
2004-06-04Use buildlink framework and switch to Tcl 8.4.minskim1-4/+8
Bump PKGREVISION due to the tcl dependency change.
2004-06-04Remove tk from CATEGORIES sinec this package depends on tcl only.minskim1-2/+2
2004-05-13Unconditionally add TCL_LIBS to LIBS; needed to pick up -lpthread fromhe2-11/+21
the TCL configuration on NetBSD-current.
2004-03-09Add NO_EXPORT_CPP=yes, since exporting CPP will confuse rpcgen whenhe1-1/+2
CPP's value is just "cpp", since that's not stat(2)able. Instead, let rpcgen's default be used.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-20Centralize the specification of the version number, so that thehe1-4/+7
post-install target doesn't get out of sync and creates a symlink pointing into empty space. Package revision bumped to 1 since this will modify a binary package.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2