Commit graph

1429 commits

Author SHA1 Message Date
hubertf
eb7239b1cb Update to rev. 0.116.
Add feedback-patches, a script to ... feedback patches:

     The feedback-patches script is intended to help sending back patches in
     the NetBSD Packages Collection, pkgsrc, back to the maintainers of the
     original package, for inclusion into future releases.  The given
     category/pkg is either a path relative to the pkgsrc base directory, or
     an absolute patch, which will be stripped the base directory.  A pathname
     of . will be expanded to the current directory, which is useful when the
     current working directory is in a package's directory in pkgsrc.

     If an email address is given, the patches will be sent to that address,
     with some nice words. If no email address is given, the mail will only be
     displayed instead of sent.

See feedback-patches(1) for the full enchilada.
2004-11-23 22:00:48 +00:00
grant
abdd668506 sync with src:
no trailing comma at end of enum.
2004-11-20 06:41:35 +00:00
grant
8c5915c9d8 add support for OSF1, from by Tobias Nygren. 2004-11-20 06:34:26 +00:00
wiz
9957190f31 Document workaround for automatic recursive package update; from abs. 2004-11-17 16:27:20 +00:00
jlam
b04826706c Fix so this package builds with existing bdb.buildlink3.mk. 2004-11-17 08:13:09 +00:00
jlam
b67b0725c4 Rework the Berkeley DB detection in buildlink3:
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality
    exists in the base system, and remove the distinction between
    "native" and the other Berkeley DB packages -- we now refer to
    db[1234].  This paves the way for any future databases/db1 package.

  * USE_DB185 shouldn't need to be set by any packages -- its correct
    value is now automatically determined by bdb.buildlink3.mk depending
    on whether we explicitly request db1 or not.  By default, if you
    include bdb.buildlink3.mk, you want DB-1.85 functionality and
    USE_DB185 defaults to "yes", but if you explicitly remove db1 from
    the list of acceptable DBs, then USE_DB185 defaults to "no".

  * Set BDB_LIBS to the library options needed to link against the DB
    library when bdb.buildlink3.mk is included.

  * We only add the DB library to the linker command automatically if
    we want DB-1.85 functionality; otherwise assume that the package
    configure process can figure out how to probe for the correct
    headers and libraries.

Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-11-15 17:54:49 +00:00
sketch
98543b64e0 Update comment to reflect reality regarding bumping buildlink3 depends. 2004-11-11 18:17:52 +00:00
sketch
bb84fbf730 Require x11-links-0.24 for the fixed OpenWindows headers. 2004-11-11 18:17:07 +00:00
sketch
062cdc890a Bump package version rather than PKGREVISION as this is software we maintain
ourselves.
2004-11-11 18:04:42 +00:00
sketch
d6df3b1fa5 Fix checks for __STDC__ in older versions of OpenWindows headers so that the
SunPro compiler gets the correct syntax for macro concatenation.

Bump PKGREVISION.
2004-11-11 17:44:39 +00:00
jlam
96580e486b CREATE_X11LINK is used to generate the symlinks in the work directory
corresponding to the X11 files.  This can be defined to be more complex
script than the default of "${LN} -fs $$src $$dest" if some of the files
need to have transformations performed on them.
2004-11-11 15:51:14 +00:00
agc
dce9b7c3cc Bring over manual page patches from src/
Document the "pre" magic string, and bump date for this change.
Re-generate the preformatted manual page having done this.
2004-11-10 17:50:10 +00:00
wiz
10d31bd267 Recognize "pre" as pre-release version. Bump version to 20041110. 2004-11-10 16:50:39 +00:00
seb
0495c38889 Report trailing slash of the package directory part of *_DEPENDS specification
as a fatal error as this greatly confuses mk/scripts/mkdatabase.

Update to version 3.97.
2004-11-09 17:14:43 +00:00
erh
1ca460530d Fix the sed command that processes the +CONTENTS file so packages that
don't contain "@comment $NetBSD" lines still work correctly.  Also fix
handling of magic "@comment Symlink:" lines.  Bump version to 1.6.5
2004-11-05 19:41:16 +00:00
tv
8ba62ddd77 1.26: Automatically detect if a package is using libltdl, and if so, include
../../devel/libltdl/convenience.mk to make it more cross-platform happy.
2004-11-05 17:38:51 +00:00
agc
302b172aca Bring this package into line with 21st century pkgsrc:
+ ZOULARISBASE is gone - just use PREFIX to find bmake
+ WRKDIR contains the name of the work directory, so find this out from pkgsrc
+ remove getcwd() calls, and use WRKDIR to find the place where the various
  informational files are placed
+ retain the ability to set the working directory from the command-line, but
  it is almost useless these days

Bump pkg revision to 2.
2004-11-05 16:44:46 +00:00
he
561241471a Ignore use of words which when used in make shell commands should
be used in variable-expansion version, e.g. `test' vs `${TEST}' in
settings of TEST_TARGET and ALL_TARGET.  Gets rid of warning about
"test" in TEST_TARGET setting from lang/perl5/module.mk.
Bump package version.
Reviewed by wiz.
2004-11-04 21:17:40 +00:00
wiz
ad56fd1131 Test if pkgname is defined before using it; gets rid of some warnings:
Use of uninitialized value in pattern match (m//) at /usr/pkg/bin/lintpkgsrc line 747.

Patch from Nicolas Joly in PR 27875.
2004-11-04 12:37:02 +00:00
wiz
c7749236c9 regen. 2004-11-03 14:05:01 +00:00
wiz
c05432cbfd Sync with basesrc. 2004-11-03 14:03:53 +00:00
erh
434b84b1ab Merge the usedot and ctype-function changes from src. 2004-11-02 00:44:00 +00:00
erh
f9fcee4b60 Add a -N option to pkg_delete to delete registration information for a package
but not its files.
Override PKG_DELETE when building this package so -N can be used to
upgrade an existing install.
Bump version to 20041101.
2004-11-02 00:10:15 +00:00
grant
572d0d01db sync with src:
don't explicitly call gunzip, just pass the right arguments to tar.

fixes package decompression on Solaris where gunzip is not available
(but gzip is), and also decompression of bzip2 packages on non-NetBSD.
2004-10-31 02:48:12 +00:00
tv
52c771b5f7 1.6.4: Fix "su" logic to match that in bsd.pkg.mk.
Makes "make replace" work correctly on Interix.
2004-10-29 14:51:41 +00:00
wiz
f354c73351 Add - and . to characters allowed in patch names. Welcome to 3.94. 2004-10-28 13:03:10 +00:00
wiz
678e7bd692 Use complete path and GNU_PROGRAM_PREFIX on Solaris.
From ISIHARA Takanori and a cube. Closes PR 27494.
2004-10-27 01:27:31 +00:00
tv
fd4d98eef9 1.5: Remove some things that could be in -lnsl on SVR4 descendants.
(gethostname, gethostbyname)
2004-10-25 20:58:05 +00:00
grant
92f150c93f fix detection of poll() for Darwin 7.x which has a poll()
compatibility function, but none of the required headers.

fixes bootstrap on Darwin 7.5.0 with gcc and xlc.
2004-10-24 11:18:33 +00:00
peter
0cdb56f504 Cleanup the C file (mostly nit-picking) and improve the wording in the
man page.  No functional changes.

Approved by wiz.
2004-10-23 10:48:08 +00:00
tv
95cd4eca7e 1.4: Add a bunch of types, symbols, and headers to the checks based on
some builds I did recently.  (Only including those things which should be
in the C library; avoiding things such as the resolver -- which may be in
libbind -- or TCP/IP headers and symbols.)
2004-10-21 21:30:45 +00:00
wiz
18308968ad Consistency in comments; sort options; fix typo. 2004-10-20 23:56:55 +00:00
wiz
8867518265 Use standard headers; add RCS Id; sort options; fix two typos. 2004-10-20 23:56:18 +00:00
jmmv
232430653a Update to 20041020:
* The following new flags have been added:
  -c - case sensitive search
  -x - exact match search
  -q - quite output
  -C - comment search

Patch provided by pancake at phreaker.net; closes PR pkg/26964.
Changes agreed by the original author of pkgfind, Peter Postma.
2004-10-20 18:36:20 +00:00
he
f006dbf975 Correct file name for the package vulnerabilities. 2004-10-16 19:47:49 +00:00
wiz
738d4992de Update to 3.93, from Roland Illig:
- Renamed PORTSDIR to PKGSRCDIR
- Added warning option -Wno-workdir
- Fixed some places where absolute and relative pathnames had
  been used incorrectly.

Clean up Makefile.
2004-10-16 15:04:26 +00:00
tv
5d2d4fb5ae We have to set --build and --host in order to get correct values, because
these are actually pulled from the cache by some packages.  Use the value
of ${MACHINE_GNU_PLATFORM} for both.

Bump to version 1.3.
2004-10-15 20:00:57 +00:00
tv
f4d628a604 3.8: When pulling existing .includes of buildlink3 files from the Makefile,
comment them out by default, and add a comment above them indicating that
only *directly* needed dependencies should be in the (edited, final) bl3
file.

This will hopefully encourage folks to reduce the amount of unnecessary bl3
recursion that is rampant in pkgsrc, making many packages "depend" directly
on APIs they never see nor use.
2004-10-15 14:41:11 +00:00
wiz
30ec48ea33 Update to 3.92:
Include each .include'd file only once. Solves the 'Out of memory!'
problem for big packages, and avoids repeated warnings about problems
coming from bl3 or Makefile.common files.
From Roland Illig in private mail.
2004-10-15 12:14:14 +00:00
ben
62580eacca Change pkgclean to wait for the termination of all the child processes.
This fix comes from Peter Postma, and it addresses a problem reported
by Ryo HAYASAKA in PR#27250.
2004-10-14 16:11:05 +00:00
atatat
bcdd07a3ea Make MAINTAINER, HOMEPAGE, and COMMENT use ?= instead of = so that the
rdigest package works.  I have no idea why I never committed this
before.
2004-10-14 03:13:00 +00:00
xtraeme
50600c0590 Put ${PREFIX}/{bin,sbin} in PATH before /bin:/sbin:/usr/bin:/usr/sbin to
fix problem reported by pancake in PR pkg/26940.
2004-10-13 23:18:35 +00:00
gavan
dd6e5ecb4c Portability fixes. 2004-10-13 13:42:23 +00:00
tv
5456502166 Add real Interix support for _RC*_* variables; bump datestamp to today. 2004-10-11 19:32:14 +00:00
tv
76b8b5a570 Enable on Interix. 2004-10-11 18:52:56 +00:00
dillo
8785e1e286 Welcome to 0.115
- fix errors in extracting patched file's name from old patch files
- keep header (RCS Id and comment) from old patch files
- silence perl -w
2004-10-10 09:56:37 +00:00
jlam
17c3aafac1 * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,
as it's only used internally by bsd.prefs.mk.

* Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR.
  Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile
  than the old method of stripping off the last two components of
  ${.CURDIR}.  PKGSRCDIR may now be used after bsd.prefs.mk is defined.

* Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-07 02:01:37 +00:00
erh
c76d7fdec0 Make sure to grab the +PRESERVE file too. Bump version to 1.6.3. 2004-10-06 15:27:28 +00:00
erh
08a2194bc1 PR pkg/23719: allow a pkg_install package to be created so a system can be
updated using entirely binary packages.
2004-10-05 21:08:32 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00