Commit graph

568 commits

Author SHA1 Message Date
dmcmahill
78fc2c91b1 update to cdpack-1.4.1.
This update adds a prominant message at the end of the run explicitly stating
which class of NO_BIN_ON_{FTP,CDROM} pkgs have been included or excluded
from the set. This should help prevent accidental license violations.

Suggested by Hubert Feyrer in private email.
2002-05-22 22:30:43 +00:00
wiz
87e706ce74 Convert ${PORTNAME} to ${PKGNAME}, from YAMAMOTO Takashi in pkg/16772.
Bump version to 1.11.
2002-05-19 15:41:36 +00:00
dmcmahill
4acb647ef8 update to cdpack-1.4
- by default cdpack now excludes NO_BIN_ON_CDROM packages.  This is the most
  important change.  Previously all pkgs were included.
- added flag to allow NO_BIN_ON_CDROM packages
- added flag to exclude NO_BIN_ON_FTP packages
- increased the verbosity resulting from the verbose flag
- added a debug flag to preserve tmp files
2002-05-19 07:59:46 +00:00
rh
be8282119e Update url2pkg to 1.19. This adds some basic libtool-detection mechanism
that will set USE_LIBTOOL accordingly.
2002-05-14 00:05:02 +00:00
rh
0e393ec5ec Fix typo in previous commit that prevented the created rules from working
properly.
Bump version to 1.5
2002-05-11 11:52:05 +00:00
rh
3f5e7c5214 Update createbuildlink to 1.4. This fixes the following problems:
* when creating BUILDLINK_CONFIG_WRAPPER_SED we also need to create
	  a corresponding REPLACE_BUILDLINK_SED to reverse the effects

	* account for packages that set USE_X11BASE to an empty string.
2002-05-11 11:27:28 +00:00
rh
5b728a2271 Update createbuildlink to 1.3. Changes are:
* create BUILDLINK_CONFIG_WRAPPER_SED patterns if required

	* interpret "Makefile.common" as well as "Makefile" for packages
	  that share common information
2002-05-11 08:11:46 +00:00
rh
379ae4c13c Update createbuildlink to 1.2. This revision addresses a couple of styling
issues pointed out in private email by Thomas Klausner:
	* Include $PKGVERSION instead of RCS revision in script output
	* Add a few line breaks to make the output more readable
2002-05-05 23:23:34 +00:00
rh
3a10650452 Update createbuildlink to 1.1. Includes the following changes:
* -buildlink-config-wrapper is a hardcoded suffix in
          bsd.buildlink.mk.  Therefore, make sure the created config wapper
	  targets actually have this suffix.

	* Prevent pkgconfig logic from twice including
	  pkgconfig/buildlink.mk

	* Add missing \" in created sed rules

	* Include createbuildlink revision in created files
2002-05-05 00:00:37 +00:00
wiz
3394042bd8 Nits. 2002-04-29 11:12:35 +00:00
rh
5cf6bcbd5c Add and enable createbuildlink 2002-04-29 11:04:37 +00:00
rh
e7b2154b81 Initial import of createbuildlink-1.0, a simple script that helps creating
a buildlink.mk from a package's Makefile and PLIST.

XXX: this is an attempt to make the creation of buildlink.mk files more
XXX: systematic and less error-prone than copying existing buildlink.mk
XXX: files and modifying them for a new package.  Any help in making this
XXX: script less simplistic and more versatile is gladly welcome!
2002-04-29 11:03:54 +00:00
heinz
0774788ce3 two small typos 2002-04-25 21:57:28 +00:00
zuntum
7709f3f57e Fix typo in DESCR: savet -> saved
Noted by Dawid Szymanski <dawszy@arhea.net> in private mail
2002-04-21 08:06:13 +00:00
veego
4e4180b888 Update to 0.7, which is needed for xfree-current (4.2.99.1).
Added:
include/X11/Xft/XftCompat.h
include/X11/extensions/XRes.h
include/X11/extensions/XResproto.h
include/fontconfig/fcfreetype.h
include/fontconfig/fcprivate.h
include/fontconfig/fontconfig.h
lib/libXRes.a
lib/libXft.so.2
lib/libXft.so.2.0
lib/libfontconfig
lib/libfontconfig.so
lib/libfontconfig.so.1
lib/libfontconfig.so.1.0
2002-04-14 19:05:56 +00:00
wennmach
5118c6270a The location of postgres.h and utils/builtins.h has moved to
${PREFIX}/include/pgsql/server. Therefore:

o Change files/Makefile so that the include files are searched in both
  possible locations

o Bump pkgconflict's revision to 0.3nb1
2002-04-08 16:26:15 +00:00
wiz
1f4ca748bc Recognize ${INSTALL_INFO} in PLISTs as install-info.
Bump to 3.25.
2002-04-08 13:57:12 +00:00
seb
60ce5372b0 Use basename in dodiff() so `pkgdiff /path/to/configure' works as expected.
Bump to 0.105
2002-04-02 10:56:47 +00:00
abs
01c29aa402 Update pkgchk to 1.28:
Now works on Solaris - fixes pkg/16145 from Darrin B. Jewell
2002-04-01 20:20:05 +00:00
abs
d23db384b8 Update pkgchk to 1.27
When using -f with -i, run fetch for mismatched packages
2002-03-27 09:39:02 +00:00
wiz
20ab0bbf08 Update to 3.24:
Report downlevel pkg_install version, too (in -i mode).
Requested by gendalia and agc.
2002-03-22 15:57:53 +00:00
abs
df9ed15198 Update pkgchk to 1.26
Fix stupid bug in 1.25 relating to updating packages
2002-03-18 00:06:04 +00:00
abs
06aa097fe1 Update pkgchk to 1.25
'Makefile' is back in BUILD_VERSION, so add it back in here.
    Implement '-f' based on patches from norm@sandbox.org.uk - perform a
    fetch for all missing/mismatched packages before any building. Can be
    used with -c or -i to just fetch missing/mismatched packages.
2002-03-17 22:47:40 +00:00
abs
8f920c20a9 Updated pkgchk to 1.24
Handle updated format of +BUILD_VERSION - sometimes patches are recorded
    with paths, sometimes not. Ideally we would have a show-build-version
    target in bsd.pkg.mk which could be sued by us, but that doesn't help
    checking against existing installations where nothing has changed except
    the way +BUILD_VERSION is formatted.
2002-03-10 23:23:40 +00:00
wiz
559b7f0451 Make pkgdiff smarter re: configure patches: avoid most parts that only
change the line number in the configure script.
Mostly by Stoned Elipot, with slight changes by me.
Bump to 0.104.
2002-03-10 22:04:01 +00:00
seb
c5314a9d8b Update the pkg_* tools to version 20020218.
Changes summary:
- Support digital signatures in binary packages.
- Use full path name to tar.
- Fix ``pkg_add -u'' for packages without dependencies.
- Add ``-U'' and ``-I'' options to pkg_create.
- Close some memory leaks.
- Add ``-n'' argument to pkg_info to show needed packages.
- Fix pkg_info to not FTP unneccessarily
- Improve version number handling:
	- recognition of "pl" ("patchlevel") and "rc" ("release candidate")
	  strings
	- recognition of '_' and "pl" as pseudonyms for '.' (1.2pl2 == 1.2.2)
	- handle alphabetic characters properly (1.2e == 1.2.5)
	- 64-bit integers are used internally for each component of the version
	  number.
- Various internal cleanups, bugfixes, and API tweaks.
2002-03-04 13:48:30 +00:00
seb
18a2cde224 Make it compile and install cleanly on Solaris.
Avoid using '..' in LOCALBASE as it might end up in the binaries as part of
TAR_FULLPATHNAME.
Record MANINSTALL setting.
Add a workaround for SHLOCK definition or else LOCALBASE setting breaks it.
2002-03-04 12:39:37 +00:00
seb
442ccd73e8 Use PLIST filtering based on MANINSTALL's content: pre-install is not
needed anymore, manpage related entries added to PLIST.
2002-03-04 11:57:10 +00:00
hubertf
b979a2d548 Bump to 1.18:
Work around chicken-and-egg problem: 'make makesum' seems to need a
'distinfo' file these days.
2002-03-04 00:53:15 +00:00
abs
bb846764de Update pkglint to 3.23:
Correct inverted logic for DYNAMIC_MASTER_SITES check
2002-02-27 11:20:59 +00:00
jlam
56dfa91bf7 Symlink/remove bdftopcf, fstobdf, and mkfontdir in the INSTALL/DEINSTALL
scripts so that they are properly added and removed if xpkgwedge is
installed as a binary package.  Also, add some protection against the case
where ${X11BASE} == ${PREFIX} by checking this isn't true before removing
these font-manipulation programs.
2002-02-26 21:49:05 +00:00
seb
d578d6e549 Set empty DISTFILES so no fetch is really attempted.
Unconditionally set PKGSRC_LOCKTYPE to `none' to avoid bootstrapping problem.
Do not generate formatted manual and do not install source manual on Solaris or
else we would need to make this package depends on textproc/groff. IMHO this
should be avoided for this package as it can be considered a prerequisite for
building further packages.
2002-02-15 11:56:18 +00:00
abs
7dbe248d56 Update pkglint to 3.22
Handle DYNAMIC_MASTER_SITES
2002-02-13 08:42:11 +00:00
seb
264a032e54 This version cause too much troubles, mark the package as broken until I
finish a new one.
2002-02-11 12:47:17 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
markd
faef9da317 Add XFree86 4.2.0 additions, bump version to 0.6:
include/X11/fonts/fontenc.h
include/X11/extensions/xtrapbits.h
include/X11/extensions/xtrapddmi.h
include/X11/extensions/xtrapdi.h
include/X11/extensions/xtrapemacros.h
include/X11/extensions/xtraplib.h
include/X11/extensions/xtraplibp.h
include/X11/extensions/xtrapproto.h
lib/libXrender.so.1.1
lib/libXTrap.a
lib/libXTrap.so
lib/libXTrap.so.6
lib/libXTrap.so.6.4
lib/libXinerama.so
lib/libXinerama.so.1
lib/libXinerama.so.1.0

OKed by jlam
2002-01-27 10:32:30 +00:00
drochner
ee0fe1fba1 nuke python-mk, it's not needed anymore 2002-01-17 13:10:00 +00:00
agc
3bbce1058c Add and enable shlock. 2002-01-15 13:21:46 +00:00
agc
9182eb7285 Initial import of Erik E. Fair's shlock utility, with sources taken from
NetBSD-current, into the NetBSD Packages Collection.

The shlock command can create or verify a lock file on behalf of a
shell or other script program.  When it attempts to create a lock
file, if one already exists, shlock verifies that it is or is not
valid.  If valid, shlock will exit with a non-zero exit code.  If
invalid, shlock will re- move the lock file, and create a new one.

shlock uses the rename(2) system call to make the final target lock
file, which is an atomic operation (i.e.  "dot locking", so named for
this mech- anism's original use for locking system mailboxes).  It
puts the process ID ("PID") from the command line into the requested
lock file.

shlock verifies that an extant lock file is still valid by using
kill(2) with a zero signal to check for the existence of the process
that holds the lock.

This package is only for Solaris and Linux platforms at present.
2002-01-15 13:20:27 +00:00
seb
97527f8f30 Put PREFIX in make arguments so gensolpkg own Makefile could pick it. 2002-01-11 17:38:45 +00:00
seb
72855abf7c Update to version 0.3
New feature:
Somewhat rewritten to support run from top-level pkgsrc directory.  When run
from there pkgcvsupdate launchs a separate cvs update for each caterory
directory. This is believed to be faster than a single cvs run.  Thanks to
Simon Burge for this!

Bugfix:
First update a category Makefile (by way of a non-recursive update in the
category directory) before finding out which packages are included in it.
2002-01-07 12:39:24 +00:00
abs
5e81e7c998 Updated pkglint to 3.21
- lintpkgsrc - fixed -p to handle relative symlinks and symlink loops
2002-01-03 11:04:49 +00:00
abs
318556c7ff If we are missing ${X11BASE}/include/X11/X.h, we're not going far 2002-01-01 18:32:51 +00:00
wiz
41c0c2452c Update to 1.10:
Adapt to 'distinfo' change.
Adapt to 'pkg' directory removal.
Automatically rename 'pkg-message' files.
Fix a problem introduced in 1.4 (which perl -w warned about).
2002-01-01 17:01:01 +00:00
abs
a2dd9aca88 Updated pkgchk to 1.23
Do not abort if pkg_delete returns non zero exit status in '-Br'
2001-12-31 13:58:29 +00:00
hubertf
96c95aaca6 Bump to 1.17: properly recognize .tar.Z files
Patch sent by Amitai Schlair <schmonz@schmonz.com> in private mail.
2001-12-29 13:07:14 +00:00
agc
07599c6130 On Darwin, use GNU tar (from the gtar-base package) when creating binary
packages, since certain arguments passed to the tar command by pkg_create
assume the existence of GNU tar (-T for one), and Darwin's standard tar
doesn't understand these.
2001-12-27 22:10:15 +00:00
abs
a07f02e565 Updated pkgchk to 1.22
When comparing BUILD_VERSION, we _really_ do not care what PKGSRCDIR was
2001-12-27 19:45:01 +00:00
abs
ab1caa7c6d Update pkglint to 3.20
lintpkgsrc - if we find one valid match in a DEPENDS entry, don't
	bitch about any others expanding to a non-existant package:
	    Example: postgresql-{6.5.3*,7.0*,lib-*}
	With this lintpkgsrc -d now outputs six lines on current pkgsrc.

	Note to self: When you use 'cvs c^[P' the second time in an
	evening for the same package... its enough.
2001-12-27 19:13:13 +00:00
abs
353480ff21 Update pkglint to 3.19
lintpkgsrc.pl:
	Finally we parse {x,y,z} constructs in DEPENDS, plus handle a
	few more make conditionals. Now most of the lintpkgsrc -d output
	is related to versions of software no longer in pkgsrc...
	Does the fun ever start?
2001-12-27 13:31:45 +00:00