summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2005-01-18Enable on Interix.tv1-2/+2
2005-01-18Don't build catpages inside the package. Not every system has a nrofftv2-7/+4
shipped standard.
2005-01-18Add libiberty to make this build on Interix.tv2-11/+12
Don't build catpages inside the package. Not every system has a nroff shipped standard.
2005-01-14Add support for versions such as 2.0_STABLE.cube1-1/+5
XXX: actually, it would be nice if pkg_add didn't complain when adding a 2.0 package to a 2.0_STABLE system.
2005-01-14Update to 0.4.2: some documentation was included, so we can get rid of thejmmv4-24/+11
MESSAGE.
2005-01-13Follow style guidelines.jmmv1-13/+13
2005-01-13Add missing file to PLIST. Bump PKGREVISION to 1. Hi xtraeme@...jmmv2-2/+5
2005-01-11Sync with pkgsrc-wip, update to 0.4.1.xtraeme2-5/+11
Lots of changes and fixes, no-ftp-reconnect, MASTER_SORT support and friends.
2005-01-09use "date" | getline now instead of the gawk strftime() extension. Improvesdmcmahill1-3/+3
portability. Patch provided by Greg Woods in PR pkg/28899.
2005-01-07Fix typo: -c, not -C. From Ryo HAYASAKA in PR 28893.wiz1-3/+3
2005-01-07Sync changes with src/:agc4-13/+11
+ always echo the command which is about to be executed during a pkg_add or pkg_delete, not just when verbose mode is on. + extract files on ftp pkg_adds with the 'p' flag to tar, to preserve modes of entries in the binary package. (Addresses PR 28826 from Tyler Retzlaff) Bump version to 20050106
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv11-22/+22
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2005-01-05The pgsql include files moved to LOCALBASE/include/postgresql a while ago.tv4-28/+24
Convert to using pgsql.buildlink3.mk so that it works with both 7.3 and 7.4 (and pkgviews too), and simplify build process a little.
2005-01-05Add and enable revbump.wiz1-1/+2
2005-01-05Initial import of revbump-0.1:wiz7-0/+518
Tools for bumping PKGREVISIONs and adapting BUILDLINK_RECOMMENDED versions to the latest version automatically. This tool is mostly intended for pkgsrc developers with commit access. Originally written by Julio M. Merino Vidal with some improvements by me. Comments for the package from Jeremy C. Reed -- thanks!
2004-12-30Bump version: depend on postgresql73 instead of non-existing postgresql.wiz1-4/+3
2004-12-29Small grammar fix.snj1-2/+2
2004-12-29Pull in portability changes from src, and bump version to 20041226:agc21-173/+182
Introduce a new abstraction in the C code, called MaxPathSize. All previous occurrences of MAXPATHLEN and FILENAME_MAX have been changed to use MaxPathSize instead. If MAXPATHLEN is not defined, then assume a default value of 1024 (this is primarily for use on the Hurd). The reason for this is that some older platforms define FILENAME_MAX to be 14, although MAXPATHLEN is 1024. On BSD-derived systems, FILENAME_MAX And MAXPATHLEN are both 1024. Bump pkg_install version to 20041226. These modifications have been tested so far on a NetBSD-current bulk build.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-28Added pkg_notify-0.3.xtraeme1-1/+2
2004-12-28Initial import of pkg_notify-0.3 from pkgsrc-wip, packaged/codedxtraeme5-0/+61
by Imil <imil@gcu.info>. pkg_notify notifies package maintainer when a new version of the software is available.
2004-12-27There is no -d option; remove it from the usage.wiz1-2/+1
Closes PR 28788 by Berndt Josef Wulf.
2004-12-15update config.{sub,guess} to fix build on newer platforms such asgrant2-235/+476
DragonFly. part of PR pkg/28579 from Todd Willey. thanks!
2004-12-12fix X tarball names, we no longer have xcontrib.tgz.grant2-4/+4
fixes PR pkg/28608 from Ulrich Heilmann.
2004-12-12update config.{sub,guess} for various bootstrap tools. fixes build ongrant6-519/+1122
newer platforms such as DragonFly. fixes PR pkg/28579 from Todd Willey.
2004-12-10Document the double "-u" option for updating dependant packages.erh3-7/+18
Bump the version to 20041210.
2004-12-09Explicitly override the update target to cause the deinstall step to happenerh1-1/+9
after the package is built. This is necessary because the pkg_delete binary that is used is the one from the WRKDIR, not the installed one.
2004-12-09Make binary updates work better when there are dependant packages toerh4-37/+56
update also. Specifying -u twice will now update the named package and its dependencies. Also make sure Fake really means Fake, even if update is specified.
2004-12-04re-work workaround for __unvis13 namespace clash by renaming it togrant1-6/+6
__nbcompat_unvis13. fixes build on older NetBSD and Linux/sparc.
2004-12-03fix previous.grant1-3/+3
2004-12-03backout previous; it causes build failure on Solaris. must investigategrant1-8/+2
further...
2004-12-03add workaround for __unvis13 symbol clash on NetBSD 1.4.3. bootstrapgrant1-3/+9
now builds successfully on NetBSD 1.4.3.
2004-12-023.98: Teach pkglint about BUILD_TARGET, and let it warn about ALL_TARGET.wiz2-5/+9
2004-11-30Bump date for previous.wiz1-2/+2
2004-11-30Update pkg_chk to 1.52:abs3-25/+25
Tags starting with '/' are checked for as readable files
2004-11-23Update to rev. 0.116.hubertf5-6/+241
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-20sync with src:grant1-2/+2
no trailing comma at end of enum.
2004-11-20add support for OSF1, from by Tobias Nygren.grant3-1/+442
2004-11-17Document workaround for automatic recursive package update; from abs.wiz1-2/+14
2004-11-17Fix so this package builds with existing bdb.buildlink3.mk.jlam1-4/+4
2004-11-15Rework the Berkeley DB detection in buildlink3:jlam1-2/+1
* 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-11Update comment to reflect reality regarding bumping buildlink3 depends.sketch1-3/+3
2004-11-11Require x11-links-0.24 for the fixed OpenWindows headers.sketch1-2/+2
2004-11-11Bump package version rather than PKGREVISION as this is software we maintainsketch1-3/+2
ourselves.
2004-11-11Fix checks for __STDC__ in older versions of OpenWindows headers so that thesketch2-2/+21
SunPro compiler gets the correct syntax for macro concatenation. Bump PKGREVISION.
2004-11-11CREATE_X11LINK is used to generate the symlinks in the work directoryjlam1-3/+6
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-10Bring over manual page patches from src/agc2-11/+13
Document the "pre" magic string, and bump date for this change. Re-generate the preformatted manual page having done this.
2004-11-10Recognize "pre" as pre-release version. Bump version to 20041110.wiz2-4/+5
2004-11-09Report trailing slash of the package directory part of *_DEPENDS specificationseb2-3/+6
as a fatal error as this greatly confuses mk/scripts/mkdatabase. Update to version 3.97.
2004-11-05Fix the sed command that processes the +CONTENTS file so packages thaterh2-6/+18
don't contain "@comment $NetBSD" lines still work correctly. Also fix handling of magic "@comment Symlink:" lines. Bump version to 1.6.5