summaryrefslogtreecommitdiff
path: root/ham/tnt/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-08-08ham/tnt: Fix build on DragonFlymarino1-7/+2
Problem 1: $la and $lo would not expand with the intl/makefile I couldn't get SUBST_SED to manually replace them either. Use of MAKE_ENV also failed. Problem 2: DragonFly doesn't have base libintl. This package will not build without -lintl LDFLAG. Solution was to convert existing SUBST_SED into a patch and expand $la to "a" and $lo to "o" on the intl/Makefile.in file. Tested on both DragonFly and NetBSD
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2010-10-03Subst missing replacement in intl/Makefile with configure.obache1-1/+8
gmake-3.82 dislike it.
2009-02-16DESTDIR supportjoerg1-1/+2
2007-12-09Update tnt to 1.9.2.obache1-5/+4
ChangeLog: - compiles and runs under OpenBSD
2006-04-04* List the info file entries directly in the PLIST.jlam1-3/+2
* Honor PKGINFODIR and PKGMANDIR.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-08-14Changed values for MASTER_SITES and HOMEPAGE variables to current hostswulf1-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-08-02Enable pkgviews installation.minskim1-1/+3
2004-08-02Add missing @dirrm entries to PLIST. Bump PKGREVISION.minskim1-1/+2
2004-04-11Convert to buildlink3.snj1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-07depkglint.seb1-2/+2
2003-08-07Convert to USE_NEW_TEXINFO.seb1-2/+2
2003-04-22Wildcard dialog depends.wiz1-2/+2
2002-12-01USE_PKGLOCALEDIR.salo1-3/+5
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-05-16Add an info dir entry to tntdoc.info and fix Makefile and PLIST accordingly.jtb1-1/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-08-12Updated to tnt-1.9.1: Y2K/general bugfixes and added featureswulf1-5/+3
2000-04-16This pkg never need ncurses. It needs dialog, which has its own dependency.mycroft1-5/+1
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
1999-09-06Add IS_INTERACTIVE=yes because this package really is.hubertf1-1/+2
1999-07-06 * Update ncurses dependency.jlam1-4/+7
* Change PKGNAME to tnt-1.9p3 to pass pkglint. * Pass correct linker options to make this ELF-aware. XXX Compiles, but I have no idea how to test this. It also has an XXX interactive installation process, which I'm not sure how to modify.
1999-06-06Add category ham for amateur packet radio tools.frueauf1-0/+19
Initialy import tnt-1.9pre3, a amateur packet radio terminal program for TNC2, AEA PK232 and PK88, and tfkiss-1.0.5, a software implementation of TheFirmware for use with TNT. Provided in pr 7432 and 7459 by Berndt Josef Wulf <wulf@ping.net.au>.