Commit graph

42 commits

Author SHA1 Message Date
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
31de8b9238 Mark as USE_BUILDLINK_ONLY and move inclusion of buildlink.mk file to
the end of the Makefile.  Remove the commented-out USE_LIBINTL.
2001-07-14 03:22:08 +00:00
jlam
c50d74339a Whitespace changes only. 2001-07-14 03:21:17 +00:00
jlam
df9dd07e41 Convert to use buildlink.mk files. 2001-06-18 10:06:45 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +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
dmcmahill
85cab06f1d add missing USE_LIBINTL 2001-03-19 16:24:53 +00:00
wiz
2b6a0f672b Add second part of patch from pkg/11991 by Juergen Hannken-Illjes. 2001-03-19 14:57:33 +00:00
wiz
100980452b Try to compile with system-provided libintl, if possible.
Patch by Patrick Welche in pkg/11991.
2001-03-13 20:15:46 +00:00
tron
8559769fe0 Install locale files to "${PKGLOCALEDIR}/locale" instead of hard coding
the path to "share/locale".
2001-02-27 08:48:14 +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
jlam
d3809b36b3 Add some more locale files. 2000-07-27 13:55:43 +00:00
deberg
c3e293259d update to gmake 3.79.1
* .SECONDARY with no prerequisites now prevents any target from being
  removed because make thinks it's an intermediate file, not just those
  listed in the makefile.

* New configure option --disable-nsec-timestamps will keep make from
  using sub-second timestamps on systems which support it.  If your
  build process depends on proper timestamp-preserving behavior of tools
  like "cp -p" you might need this option, since "cp -p" (right now)
  doesn't preserve the sub-second portion of the timestamp.
2000-06-25 20:00:44 +00:00
hubertf
9d13ab5b84 Version 3.79
* GNU make optionally supports internationalization and locales via the
  GNU gettext (or local gettext if suitable) package.  See the ABOUT-NLS
  file for more information on configuring GNU make for NLS.

* Previously, GNU make quoted variables such as MAKEFLAGS and
  MAKEOVERRIDES for proper parsing by the shell.  This allowed them to
  be used within make build scripts.  However, using them there is not
  proper behavior: they are meant to be passed to subshells via the
  environment.  Unfortunately the values were not quoted properly to be
  passed through the environment.  This meant that make didn't properly
  pass some types of command line values to submakes.

  With this version we change that behavior: now these variables are
  quoted properly for passing through the environment, which is the
  correct way to do it.  If you previously used these variables
  explicitly within a make rule you may need to re-examine your use for
  correctness given this change.

* A new psuedo-target .NOTPARALLEL is available.  If defined, the
  current makefile is run serially regardless of the value of -j.
  However, submakes are still eligible for parallel execution.

* The --debug option has changed: it now allows optional flags
  controlling the amount and type of debugging output.  By default only
  a minimal amount information is generated, displaying the names of
  "normal" targets (not makefiles) were deemed out of date and in need
  of being rebuilt.

  Note that the -d option behaves as before: it takes no arguments and
  all debugging information is generated.

* The `-p' (print database) output now includes filename and linenumber
  information for variable definitions, to help debugging.

* The wordlist function no longer reverses its arguments if the "start"
  value is greater than the "end" value.  If that's true, nothing is
  returned.

* Hartmut Becker provided many updates for the VMS port of GNU make.
  See the readme.vms file for more details.
2000-05-26 14:28:16 +00:00
tron
57ea3d8a86 Update "gmake" package to version 3.78.1. This version fixes numerous
bugs discovered in version 3.77 and later.
1999-12-21 19:50:01 +00:00
fredb
6fd648befd Fix for `patch -F0' by eliminating patches
- - use --program-prefix="g" for make -> gmake
- - use '${SED}' to fix @dircategory
1999-11-11 13:29:59 +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
tron
eb4dbd0411 Updated master site list to handle the gnu ftp reorganization. 1999-03-06 09:02:57 +00:00
agc
f5f2dd95f1 Escape the sed expression from interpretation by the shell by using
quotation marks.
1999-03-05 09:20:16 +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
agc
0202d38eab install-info will create an info dir file, if one doesn't already
exist, so remove the erroneous @exec statements (which wouldn't have
worked anyway).
1998-09-22 10:48:43 +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
tron
1b38702380 Fix typo. 1998-08-02 19:30:51 +00:00
frueauf
d455f1fbac Update to gmake-3.77. 1998-08-01 16:58:57 +00:00
agc
91d468472c Miscellaneous cleanups after the automatic manual page handling changes. 1998-06-22 13:51:33 +00:00
agc
8157ff7bcf Update package Makefiles for automatic manual page handling. 1998-06-22 11:19:40 +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
516344ebca upgrade GNU make to 3.76.1 1998-01-30 20:47:23 +00:00
hubertf
93be1a6b3e Define OPSYS before using it; reported by Thorsten Frueauf 1998-01-25 00:45:58 +00:00
hubertf
b3c1c88e2f portlint: use our install-info 1998-01-24 04:08:15 +00:00
hubertf
cc8658f741 portlint: fix RCS Id, move MAINTAINER 1998-01-24 04:04: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
5fca7286e4 Add a (build) dependency on gtexinfo for NetBSD.
Remove previous OS-dependent hack whereby we had no info files on NetBSD.
Install the gmake info files by default.
1997-10-09 09:20:43 +00:00
agc
06ebb9aa7a Fix a typo when setting OPSYS with uname -s. 1997-10-07 13:01:56 +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