Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -3/+3 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-12 | Remove info file from PLIST files. | seb | 1 | -2/+1 | |
2003-10-18 | Add RCS IDs | cjep | 3 | -0/+3 | |
2003-10-10 | Fix assignments, add cheap hack around inappropriate use of `log'. | rtr | 4 | -8/+40 | |
Approved by jlam@netbsd.org | |||||
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-08-09 | Create if necessary the news user and group with the | seb | 1 | -1/+4 | |
bsd.pkg.install.mk framework. This fix this package on current. | |||||
2003-06-27 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+4 | |
XXX needs user 'news' during install, which -current does not have anymore. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -3/+3 | |
2003-05-05 | do-configure: | grant | 1 | -4/+4 | |
- be quiet - rename, then sed - use FILES_SUBST_SED | |||||
2003-05-05 | don't call install with multiple directory args. | grant | 1 | -12/+11 | |
remove some unnecessary trailing slashes. | |||||
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -4/+4 | |
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>. | |||||
2002-11-14 | buildlink1 -> buildlink2 | jlam | 1 | -9/+10 | |
2002-08-01 | Change MAINTAINER from tv at netbsd dot org to tv at pobox dot com after | jschauma | 1 | -2/+2 | |
consulting with Todd. | |||||
2002-07-06 | Make the rc.d script more compliant. | tv | 3 | -2/+24 | |
2002-07-06 | * Update to 4.4.5. Minor changes; see ChangeLog. Moved to SourceForge. | tv | 7 | -34/+64 | |
* Make compile on newer gcc -Wuninitialized. * Use CONF_FILES install method. | |||||
2002-03-23 | Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. | yyamano | 1 | -2/+2 | |
2002-02-18 | Introduce new framework for handling info files generation and installation. | seb | 2 | -5/+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-30 | Use perl5/buildlink.mk instead of USE_PERL5. | jlam | 1 | -3/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-31 | Clean out my pkgsrc diffs: | tv | 4 | -15/+15 | |
Update fidogate to 4.4.4. Major changes; see documentation for information. | |||||
2001-08-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+2 | |
2001-04-20 | 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 | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-19 | make this work on alpha. (printf format string fixes) | dmcmahill | 7 | -12/+152 | |
2001-03-09 | Find archivers in $PATH, make areafix output more sane, and move areafix | tv | 4 | -15/+40 | |
modifiable config files into VARDIR. | |||||
2001-03-05 | ${PERL} -> ${PERL5}. Should fix i386 bulk build problem. | wiz | 1 | -2/+2 | |
2001-02-22 | Create some semblance of a default config file, generated from compile-time | tv | 4 | -6/+86 | |
defaults. Also minor cleanup and ability to strip binaries. | |||||
2001-02-22 | Update to 4.4.2, and clean up massively. No longer creates the /var dirs, | tv | 19 | -545/+331 | |
and doesn't have a template .conf files (but many examples in share/examples/fidogate). See documentation for changes. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-31 | Remove '.sh' from rc.d script. | wiz | 1 | -2/+2 | |
2001-01-26 | etc/rc.d: fidogate.sh -> fidogate | hubertf | 1 | -2/+2 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -1/+3 | |
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this. | |||||
2000-08-28 | Be a bit more selective in installing (don't install fidogate.info.orig); | wiz | 3 | -9/+9 | |
change patch to apply cleanly. | |||||
2000-08-14 | USE_PKGLIBTOOL -> USE_LIBTOOL | wiz | 4 | -4/+23 | |
Add info-dir-entry. | |||||
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -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-09-23 | remove bogus NO_CDROMs | hubertf | 1 | -3/+1 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+15 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -3/+3 | |
1998-12-08 | Add LDFLAGS to linker flags to pick up rpath setting. | 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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 14 | -0/+29 | |
1998-07-24 | Update to use USE_LIBTOOL. | tv | 1 | -4/+2 | |
1998-07-19 | Create /var/spool/fido/* and /var/log/fido at binary pkg_add time. | tv | 1 | -1/+3 | |
1998-07-18 | Add INFO_FILES and add install-info to PLIST. | tv | 2 | -3/+6 | |
1998-07-18 | Enable fidogate, and set it NO_CDROM (though let the mirroring fetch the | tv | 1 | -1/+3 | |
distfile). | |||||
1998-07-16 | Adapt rundf to work with the NetBSD df, not GNU df. | tv | 1 | -0/+14 | |
1998-07-16 | Fix rununpack script so that it searches ${PREFIX}/bin for unpackers. | tv | 2 | -6/+69 | |
1998-07-16 | Add fidogate-4.2.9, a FidoNet (FTN) <-> Internet mail and news gateway. | tv | 17 | -0/+505 | |
Add to directory Makefile, but do not enablefor batch builds due to the limited useability of this pkg in the general NetBSD workplace. |