Commit graph

395 commits

Author SHA1 Message Date
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
c79260650d Strongly buildlinkify. 2001-10-23 20:46:46 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
tron
2536d45da7 Fix build problems when the new toolchain is used. 2001-10-14 17:19:58 +00:00
jlam
67bef01ff5 Use Digest::MD5.pm instead of MD5.pm in the SyncPlan conduit. The MD5.pm
module is superseded by Digest::MD5.pm.
2001-10-02 06:43:39 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
tron
87a63452ee Fix build problem caused by buildlink conversion. 2001-09-06 10:52:55 +00:00
jlam
71b65d6be2 Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency for
p5-CGI or p5-Data-Dumper.
2001-09-05 17:18:21 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
hubertf
0b2212a873 fix path in patch 2001-08-24 12:52:06 +00:00
jlam
461b9e5d2a Convert to use buildlink.mk files. 2001-08-22 02:21:44 +00:00
wiz
fa01606ace regen 2001-08-20 08:38:31 +00:00
hubertf
8744d9cdd3 #include <stdio.h> on NetBSD. It seems there's some (NetBSD!) systems
out there where this compiles without that header, and some where it fails.
2001-08-20 01:51:04 +00:00
jlam
19247a5f26 Use MAKE_PROGRAM instead of MAKE, and mark as USE_BUILDLINK_ONLY. 2001-08-19 18:48:26 +00:00
jlam
9a2974e3f0 Honor CFLAGS and LDFLAGS passed in from environment, and mark as
USE_BUILDLINK_ONLY.
2001-08-19 18:39:50 +00:00
jlam
bb98a4c610 Mark as USE_BUILDLINK_ONLY. 2001-08-19 04:48:33 +00:00
jlam
675660ea8f Honor CFLAGS and CC settings from the environment and mark as
USE_BUILDLINK_ONLY.
2001-08-19 03:53:48 +00:00
jlam
ef9f3a5617 * Fix the email address for the maintainer.
* Honor CFLAGS and CC settings passed in from the environment.
* Mark as USE_BUILDLINK_ONLY.
2001-08-19 03:28:59 +00:00
dillo
8099f4b4ef Add patch provided by Bernd Sieker to retry opening tty. This allows
pilot-links to work with newer Handspring devices (they have a *very*
short timeout).

Version of pilot-link-libs bumped to 0.9.5nb1.
2001-08-09 08:49:46 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
5a7d1db263 Fix dewey number in wildcard. 2001-07-27 10:54:05 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
wiz
b60b901151 Add trailing slash to ftp path. 2001-07-16 13:57:25 +00:00
wiz
f57fff9814 Fix faxsetup's pid check, as requested by pkg/13346. 2001-07-16 13:30:37 +00:00
gmcgarry
943e752413 Add and enable dl-ezkit. 2001-07-15 20:21:16 +00:00
gmcgarry
f6ee83a503 Merge conflict due to import botch. 2001-07-15 20:14:04 +00:00
gmcgarry
b86bf84844 Take two:
SHARC EZ-KIT downloader version 0.8.1 (c) 1998 PinPoint Corp.
2001-07-15 20:10:52 +00:00
gmcgarry
f810d3f425 Opps. 2001-07-15 06:32:27 +00:00
gmcgarry
27d00255bc Import dl-ezkit:
SHARC EZ-KIT downloader version 0.8.1 (c) 1998 PinPoint Corp.
2001-07-15 05:55:18 +00:00
fredb
487dc07506 Update my email address. 2001-07-13 14:41:19 +00:00
bad
0dc5542f20 Depend on hylafax>=4.1b3. 2001-07-08 13:50:19 +00:00
bad
b6af6f8df3 Update Hylafax to 4.1 release.
Because the beta package was named 4.1b3 name this 4.1nb1.

Note that the spool directory has moved from /var/spool/fax to
/var/spool/hylafax.  Notify the user about this from faxsetup if appropriate.

Use root:wheel as SYSUID:SYSGID so the install does not mess up the
permissions on $PREFIX/{bin,sbin} etc.

Changelog for HylaFAX 4.1 - Jul 1, 2001
* tidied up README & INSTALL for full release (01 Jul 2001)
* repaired dangling references to recently renamed manpages (01 Jul 2001)
* no other changes - 4.1rc2 basically promoted to 4.1

Changelog for HylaFAX 4.1rc2 - Jun 17, 2001

* corrected some default JobReq* values (17 Jun 2001)
* clarified documentation on sendfax -k option (17 Jun 2001)
* added prototype configs for Courier and Zyxel models (17 Jun 2001)
* added "Modem" option to DestControls (17 Jun 2001)
* fix a segfault when processing null HDLC frames (17 Jun 2001)
* continue manpage naming transition of 03 Jun (13 Jun 2001)
* fix minor flaw in PriorityScheduling documentation (13 Jun 2001)
* improve faxsetup onClient routines (07, 14 Jun 2001)
* impose a T2 timeout on faxgetty vulnerability (07 Jun 2001)
* updates for HTML documentation (07 Jun 2001)

Changelog for HylaFAX 4.1rc1 - Jun 04, 2001

* remove use of /sbin/killall, problematic on Tru64 (04 Jun 2001)
* fix ModemServer.c++ for OpenBSD (04 Jun 2001)
* change manpage names: config to hylafax-config, info to
  hylafax-info, log to hylafax-log, and shutdown to
  hylafax-shutdown (03 Jun 2001)
* add configs for UMC9624 and MT5634ZPX-PCI modems (03 Jun 2001)
* fix TimeOfDay race if using bad syntax (03 Jun 2001)
* break the initialization string apart and
  remove ModemOnHookCmd from it (03 Jun 2001)
* allow use of "none" in five config options (03 Jun 2001)
* add HylaFAX version and device usage in logs (30 May 2001)
* rearrangements in configure to fix HP sed (30 May 2001)
* change default spool dir to /var/spool/hylafax (29 May 2001)
* make ModemServer attempt resets twice, if needed (29 May 2001)
* fixes for building outside of source tree (27 May 2001)
* fixes for 'make package' (27 May 2001)
* removed a goto in faxd/Class1Send.c++ which
  caused compile errors for some (27 May 2001)
* improved error handling for:  (20 May 2001)
  - DLE+ETX
  - ERROR after AT+FRM (instead of +FCERROR)
  - faxgetty training hangups
* added ModemDTRDropDelay config option and default,
  correcting some "Can not setup modem" issues (20 May 2001)
* improved logging verbosity for SEND FAILED (20 May 2001)
* updated various documentation antiquities (20 May 2001)
* added Lucent (LT) Winmodem prototype config (20 May 2001)
* added default status/any.info creation by faxsetup (20, 27 May 2001)
* added PriorityScheduling option and POSIX function (20 May 2001)
* fixed previous utmp update for libc5 (20 May 2001)
* added Class1SwitchingDelay config option and default,
  correcting some timeout errors (20 May 2001)
* fixed file gid numbering (20 May 2001)
* Adjusted faxq to load-balance modems with equal priority (22 Apr 2001)
* Added new CONTRIBUTORS (14 Apr 2001)
* Merged performance-rts into rc288dpi-1 config file (14/19 Apr 2001)
* Fixed vix.com reference in hylafax-server man page (14 Apr 2001)
* Fixed \(dg character mis-recognition in faxwatch man page (14 Apr 2001)
* Fixed hard-coded man page numbers in scripts (14/16 Apr 2001)
* Clarify documentation of MaxConcurrentJobs (14 Apr 2001)
* Alter install of hfaxd to not be suid (13 Apr 2001)
* Fix hfaxd -q format string vulnerability (13 Apr 2001)
* Add more NSF codes to known-NSF list (26 Mar 2001, 14 Apr 2001)
* Fix to allow null-TSI matching (19 Mar 2001)
* Fix USR default use of Class2APQueryCmd (19 Mar 2001)
* Added server-side PDF conversion (19 Mar 2001, 14/17 Apr 2001)
* Correct a typo in wedged man page (08 Mar 2001)
* Fixed incorrect paths in some man pages (08 Mar 2001)
* Various utmpx, LOCKS, and IXO_XMITTIMEOUT fixes (08 Mar 2001)
2001-07-08 13:32:14 +00:00
bad
157c84bca9 Remove trailing / that slipped through in previous commit. 2001-07-07 22:40:31 +00:00
bad
53d8f2f00e The second and third mirror have been out of sync for more than two years.
Replace with a known good one.
2001-07-07 22:17:40 +00:00
bad
f863c81f37 Sync PLIST with reality. 2001-07-07 22:12:33 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
taca
ea3775c614 Switch to new Ruby's frame work.
Update MASTER_SITE, and set MAINTAINER to me.
2001-06-30 15:04:58 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
wiz
27ba100aa8 Fix typo in buildlink.mk include path. pkg/13332 by Martti Kuparinen. 2001-06-28 13:21:35 +00:00
jlam
803ab6dab4 libpisock.so bumped its major, so make all package that depend on
pilot-link-libs depend on this most recent version (0.9.5).  Conveniently,
all the packages using buildlink.mk files have dependencies automatically
updated by modifying this one location.
2001-06-27 18:28:05 +00:00
jlam
a61774cdfe Use distribution contained in latest pilot-link-0.9.5 sources. Renumber
to 0.1, the correct version number for this package.  Only one package
(pilotmgr) depended on p5-pilot-link-*, so this should be okay.
2001-06-27 18:11:37 +00:00
jlam
2d07461529 Convert to use pilot-link-libs' buildlink.mk files and mark as
USE_BUILDLINK_ONLY.
2001-06-27 18:07:53 +00:00
jlam
8698af9367 Add and enable pilot-link-libs. 2001-06-27 18:06:45 +00:00
jlam
47df9dc8ee pilot-link-libs: libraries for talking to the 3Com PalmOS PDA 2001-06-27 18:06:05 +00:00
jlam
0d424e25cc Update pilot-link to 0.9.5. The source code is under new stewardship
and is undergoing many improvements and rewrites, many of which are
reflected in the current release.  The ChangeLog is too large to summarize.

The libraries and headers have been split off into a separate package
pilot-link-libs.
2001-06-27 18:04:38 +00:00
jlam
211630d941 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-27 14:43:06 +00:00