Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-02-18 | Introduce new framework for handling info files generation and installation. | seb | 2 | -4/+6 | |
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-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-28 | We want RCS Ids in the patches. | wiz | 3 | -0/+3 | |
This is one of the things pkglint checks, so _please_ use it. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-14 | LP64 problems (IPaddr_t == unsigned long) | is | 1 | -1/+3 | |
2001-02-14 | Forgot to remove them. | is | 2 | -29/+0 | |
2001-02-14 | Upgrade to version 3.9.7. Mostly from PR 12033 by Martti Kuparinen. | is | 6 | -52/+37 | |
2000-12-07 | add patch-af. | is | 1 | -1/+2 | |
2000-12-07 | Fix problem with sector sizes > 1024 bytes, creating version 3.9.5nb1. | is | 2 | -1/+42 | |
2000-09-26 | Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD test | agc | 1 | -3/+3 | |
in post-install target. | |||||
2000-09-26 | Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, which | agc | 1 | -10/+16 | |
can either be defined or not. This governs the installation of the floppyd binary in the mtools package. The floppyd program needs the SM and ICE libs from the X11 distribution to link (floppyd's authorisation model to enable remote access to floppy drives closely resembles that of X11's xauth model). Modify the mtools Makefile accordingly. | |||||
2000-09-26 | ELF lib fix for floppyd, which is only built on systems that actually | hubertf | 2 | -6/+24 | |
have X installed, so a USE_X11=yes would be overkill, as it prevents using mtools on systems that don't have X installed. | |||||
2000-09-15 | Sort and compare with print-PLIST, so it should be right now. | kim | 1 | -18/+19 | |
2000-09-15 | This thing installs bin/floppyd_installtest too | kim | 1 | -1/+2 | |
2000-09-15 | mcat is a symlink to mtools | kim | 1 | -1/+2 | |
2000-01-04 | works on solaris | bouyer | 5 | -8/+49 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-06-03 | Adapt this patch to version 3.9.5. | tron | 1 | -91/+6 | |
1999-06-02 | update to 3.9.5 | christos | 2 | -6/+6 | |
1999-06-01 | Enhance "floppyd" to get UID of "nobody" from the password database. | tron | 1 | -9/+62 | |
Patch supplied by Antti Kantee. | |||||
1999-05-31 | - Enhance "configure" target so that "floppyd" will be built on systems | tron | 3 | -2/+63 | |
with X11 installed. - Fix compliation problems in "floppyd.cpp" with the patch supplied by Antti Kantee in PR pkg/7670. - Remove "floppyd" manual page if the binary isn't built and installed. | |||||
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -3/+3 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-17 | Fix a bug in configure. | kim | 1 | -0/+13 | |
1998-08-15 | "GNU_CONFIGURE= yes" implies "HAS_CONFIGURE= yes". | tron | 1 | -2/+1 | |
1998-08-15 | Create link required for applying patch file in "pre-patch:" target. | tron | 1 | -2/+2 | |
1998-08-14 | "ln" -> "${LN}", "rm" -> "${RM}". | tron | 1 | -3/+3 | |
1998-08-14 | Update "mtools" to version 3.9.1, fixes PR pkg/5968. | tron | 3 | -11/+22 | |
1998-08-11 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -6/+1 | |
1998-04-22 | Fix INFO_FILES definitions to match the commands in bsd.pkg.mk | agc | 1 | -2/+2 | |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -7/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-02-16 | update to V3.8 | hubertf | 3 | -13/+21 | |
1998-02-10 | portlint: move MAINTAINER where it belongs. | frueauf | 1 | -4/+3 | |
1998-02-01 | fix up info-handling (depends, use our install-info) | hubertf | 2 | -4/+10 | |
1998-01-22 | Clean up Makefile (install man pages correctly, add comments, use | is | 1 | -3/+14 | |
correct prefix etc.) | |||||
1998-01-22 | Initial import of the mtools package, as adapted by me. | is | 6 | -0/+90 | |
Can probably be refined a bit (e.g. patching in correct pathnames into documentation). |