Commit graph

51 commits

Author SHA1 Message Date
seb
3c181b04a5 Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
adam
3e0c259805 Fix from PR/18771: mtools privileges 2003-12-11 17:14:22 +00:00
adam
3534be8a8a Changes 3.9.9:
* Large disk fixes, especially for Solaris
* Floppyd robustness
* Zip 250 support in mzip
* Protect against division by zero when reading BSD disks
* Fixed parsing of Unix filenames ending with slash
* Fixes for floppyd to work with current protocol version of floppyd
* Warn for invalid partition numbers
* Support for geometry-less Atari disks
* Support for byte-swapping disks
* Fixed max numbers of sectors for FAT12 and FAT16
See ChangeLog for details
2003-12-11 16:05:40 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
81f8de84f9 Convert to USE_NEW_TEXINFO. 2003-08-05 20:21:42 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
salo
414cf8210d PKGREVISION++
- fix device handling on NetBSD ELF (from Pavel Arnost via PR pkg/21530)
- fix floppyd handling in better and simpler way
- don't hardcode -R, use RPATH_FLAG instead
- remove unused cruft, style nits
2003-05-22 16:16:03 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
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.
2002-02-18 15:14:00 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-11-29 01:12:24 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
027c166bf7 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:28:57 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
9d1f44690c We want RCS Ids in the patches.
This is one of the things pkglint checks, so _please_ use it.
2001-02-28 10:26:02 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
is
41a5c3113b LP64 problems (IPaddr_t == unsigned long) 2001-02-14 15:01:59 +00:00
is
14f857f11c Forgot to remove them. 2001-02-14 14:48:41 +00:00
is
27d5071d5e Upgrade to version 3.9.7. Mostly from PR 12033 by Martti Kuparinen. 2001-02-14 14:28:58 +00:00
is
0d3cab268f add patch-af. 2000-12-07 14:16:19 +00:00
is
eb51065b12 Fix problem with sector sizes > 1024 bytes, creating version 3.9.5nb1. 2000-12-07 14:11:36 +00:00
agc
08745077f8 Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD test
in post-install target.
2000-09-26 13:46:34 +00:00
agc
a2088e84f5 Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, which
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 11:09:26 +00:00
hubertf
2ea620655c ELF lib fix for floppyd, which is only built on systems that actually
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-26 02:46:37 +00:00
kim
552bf3ace9 Sort and compare with print-PLIST, so it should be right now. 2000-09-15 21:01:57 +00:00
kim
a1466c562e This thing installs bin/floppyd_installtest too 2000-09-15 20:58:47 +00:00
kim
10a7001d65 mcat is a symlink to mtools 2000-09-15 20:56:44 +00:00
bouyer
e081e66072 works on solaris 2000-01-04 17:49:41 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
tron
f7fc6006b8 Adapt this patch to version 3.9.5. 1999-06-03 14:22:09 +00:00
christos
e85de81a2f update to 3.9.5 1999-06-02 20:09:02 +00:00
tron
a983d514e3 Enhance "floppyd" to get UID of "nobody" from the password database.
Patch supplied by Antti Kantee.
1999-06-01 21:15:02 +00:00
tron
de8324698d - Enhance "configure" target so that "floppyd" will be built on systems
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-05-31 22:22:08 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
kim
3021038ffd Fix a bug in configure. 1998-08-17 00:11:34 +00:00
tron
08541ffaad "GNU_CONFIGURE= yes" implies "HAS_CONFIGURE= yes". 1998-08-15 08:09:29 +00:00
tron
70d9673555 Create link required for applying patch file in "pre-patch:" target. 1998-08-15 07:51:31 +00:00
tron
ff30793dfd "ln" -> "${LN}", "rm" -> "${RM}". 1998-08-14 23:14:08 +00:00
tron
157895d16e Update "mtools" to version 3.9.1, fixes PR pkg/5968. 1998-08-14 23:11:20 +00:00
agc
ad7a1de42a Add NetBSD RCS Ids. 1998-08-11 12:20:56 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
agc
ff3e48e78c Fix INFO_FILES definitions to match the commands in bsd.pkg.mk 1998-04-22 11:05:01 +00:00
agc
5201e68497 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
11d693a053 update to V3.8 1998-02-16 07:41:31 +00:00
frueauf
008b617aa8 portlint: move MAINTAINER where it belongs. 1998-02-10 21:46:46 +00:00
hubertf
9eb8f3a18b fix up info-handling (depends, use our install-info) 1998-02-01 02:20:59 +00:00
is
5d06ceee39 Clean up Makefile (install man pages correctly, add comments, use
correct prefix etc.)
1998-01-22 18:01:19 +00:00