Commit graph

44 commits

Author SHA1 Message Date
jmc
6e978a1a02 If this is going to be buildlinkified it needs the perl buildlink included. 2001-11-30 21:22:25 +00:00
jlam
96904a0049 Buildlinkify. 2001-11-28 05:20:38 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
hubertf
0ba1abc584 Fix COMMENT, per PR 14395 by Greg A. Woods <woods@weird.com> 2001-10-29 19:58:43 +00:00
skrll
24eeb8e786 Backout upgrade of autoconf by popular demand. 2001-08-28 14:58:15 +00:00
hubertf
714d4ce9ce update autoconf to 2.52. Some changes:
- Quadrigraphs
  This feature was present in autoconf 2.50 but was not documented.
  For example, `@<:@' is translated to `[' just before output.  This
  is useful when writing strings that contain unbalanced quotes, or
  other hard-to-quote constructs.
- m4_pattern_forbid, m4_pattern_allow
- Using autoscan to maintain a configure.ac.
- Fixed Fortran name-mangling and link tests on a number of systems,
  e.g. NetBSD; see AC_F77_DUMMY_MAIN, below.
- cross-compilation
  $build defaults to `config.guess`, $host to $build, and then $target
  to $host.
  Cross-compilation is a global status of the package, it no longer
  depends upon the current language.
  Cross compilation is enabled iff the user specified `--host'.
  `configure' now fails if it can't run the executables it compiles,
  unless cross-compilation is enabled.
- Cache file
  The cache file is disabled by default.  The new options
  `--config-cache', `-C' set the cache to `config.cache'.

... and many others, esp. bugfixes. Check the docs!
2001-08-26 20:44:23 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
86e2ccf167 Move to sha1 digest, and add distfile size 2001-04-18 10:01:41 +00:00
agc
d7d36b3561 + 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 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
4b1b531b17 set M4 to GNU m4. M4 in CONFIGURE_ENV was overridden by later addition of
M4-setting in bsd.pkg.mk.
2000-04-04 23:18:24 +00:00
wiz
b4473517cd RCS tag added 1999-12-28 04:56:52 +00:00
tron
d611dbc64d Make sure that the correct "awk" binary is selected during configuration.
Fixes PR pkg/8715 by Charles M. Hannum.
1999-11-02 19:53:26 +00:00
hubertf
8a3640e99e Prefer our awk to mawk (weak depends alert!) 1999-09-08 15:53:13 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
hubertf
3ccf944ef7 The file was changed on the master site.
Reported in PR 7311 by Benjamin Lorenz <lorenz@otelo-online.de>
1999-04-03 14:13:31 +00:00
agc
1450cada91 Adapt this Makefile to the new GNU layout for their ftp sites. 1999-03-12 16:08:25 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +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
frueauf
a46e93958b This needs to updated too of course. 1999-01-06 16:38:43 +00:00
frueauf
84d26f8a40 Update autoconf to 2.13.
To cite announce on freshmeat for Changes:
Various bugfixes and enhancements collected during the past two years
since the last release. Way too many to mention them all here. The
ChangeLog is included in the package.
1999-01-06 16:30:46 +00:00
agc
2cd5eb4894 Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
1998-11-19 15:40:45 +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
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20: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
frueauf
e132551857 portlint: add default MAINTAINER; fix WARNs. 1998-03-16 11:02:22 +00:00
agc
1c80beb588 Make this package depend on Perl5. Take out the stuff I put in
yesterday - it's not necessary if the Perl dependency is there.
1998-03-12 22:57:07 +00:00
agc
6ae5412cf2 Do the same pre-processing of the packing list for the files that
depend on autoscan.  Also remove an erroneous @exec statement from the
packing list.
1998-03-11 23:18:46 +00:00
agc
4f63545388 Fix a problem pointed out by Charles Hannum.
If perl is not installed, there will be no autoscan script, so
construct the packing list at installation time, when the contents are
known.
Also remove an erroneous check for a texinfo dir file.
1998-03-11 22:40:40 +00:00
hubertf
72d7594f54 portlint: remove extra empty line 1998-02-01 01:22:33 +00:00
hubertf
44e14ea219 Define OPSYS before using it; reported by Thorsten Frueauf 1998-01-25 00:40:56 +00:00
hubertf
926a11e3ec portlint: fix RCS Id, put DEPENDs in one place 1998-01-24 03:50:53 +00:00
hubertf
ecb18a8857 portlint: use our install-info 1998-01-24 03:47:31 +00:00
hubertf
809d8e2067 Fix setting CONFIGURE_ENV ("=" -> "+=") 1997-12-22 07:52:00 +00:00
hubertf
d3a1cfd8e3 Do not depend on "install-info", but on "${PREFIX}/bin/install-info",
to make sure we do have ${PREFIX}/info/dir (which comes with out
gtexinfo).
1997-11-13 14:37:24 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
agc
b7e19b6859 Add a (build) dependency on gtexinfo for NetBSD.
Remove previous OS-dependent hack whereby we had no info files on NetBSD.
Install the info files by default.
1997-10-09 09:22:30 +00:00
agc
c697686fb2 Add NetBSD RCS Ids.
Use uname -s to work out the Operating System.
FreeBSD has install-info and /usr/share/info/dir by default.
NetBSD doesn't, so, for now, don't try to do this on NetBSD.
1997-10-06 14:30:49 +00:00
agc
450dc62227 Initial import of FreeBSD devel ports into NetBSD
packages system.
1997-10-06 14:06:09 +00:00