Commit graph

289 commits

Author SHA1 Message Date
tv
5148cf78db Update to 0.9.4. There are over three years' worth of bugfixes and changes
in this update from 0.9.2, far too many to list in a commit message.
2001-02-18 20:30:50 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
agc
5db9dc6826 fix a typo from the COMMENT changes 2001-02-16 14:30:10 +00:00
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +00:00
tron
4ce2d28ba0 Add and enable "estic" package. 2001-02-10 18:35:52 +00:00
tron
d94912ffb8 Import new "estic" package:
German language configuration tool for ISTEC 1003/1008 ISDN systems
2001-02-10 18:34:23 +00:00
jlam
f70229e460 Update MASTER_SITES and HOMEPAGE to new locations. 2001-02-07 16:15:53 +00:00
wiz
fcccd4aaa4 Remove '.sh' from rc.d script. 2001-01-31 17:57:31 +00:00
wiz
d7906c3ebd Some more MESSAGE cleanup. 2001-01-29 11:38:10 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
hubertf
794d140414 etc/rc.d: fidogate.sh -> fidogate 2001-01-26 05:00:49 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
tsarna
feebf1f942 Add and enable p5-Device-SerialPort 2000-12-18 23:19:19 +00:00
tsarna
b3288638a3 p5-Device-SerialPort pkg from Damon Brodie in PR#11762, but moved to
comms category.
2000-12-18 23:04:26 +00:00
jlam
5827bfaf86 Update malsync to 2.0.5. No list of changes from version 2.0.4. 2000-12-14 22:58:44 +00:00
jlam
c43e2d6dac pilot-link has moved to sourceforge: change the MASTER_SITES and add
a HOMEPAGE.
2000-12-14 19:45:09 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
itojun
53a3b2516e should not hardcode locale path, or it will choke on Solaris build 2000-11-09 14:17:06 +00:00
itojun
8b4007ad6f properly BUILD_DEPEND on gettext. add USE_LIBINTL.
workaround gettext.m4 bug.
2000-11-08 17:47:14 +00:00
tron
055f2e1692 Backout unintended change. 2000-11-08 13:15:38 +00:00
tron
a813c71726 Make sure that locale files go into the correct directory. 2000-11-08 13:11:16 +00:00
tron
c79ab4fbd4 Make this build with NetBSD's "libintl". 2000-11-08 11:56:44 +00:00
itojun
c57ac5356a add USE_LIBINTL. we can use /usr/bin/msgfmt so tweak BUILD_DEPENDS. 2000-11-02 04:17:40 +00:00
wiz
8360ed458c move line for pkglint 2000-10-21 22:19:21 +00:00
pooka
f9bd4ded6d make this build on alpha 2000-10-10 12:12:10 +00:00
is
554becefd3 faxspool needs pbmtext. 2000-10-08 20:36:33 +00:00
rh
3c8b74ffbf Merge the two post-install targets into one. Fixes package installation. 2000-10-01 11:22:36 +00:00
fredb
f7e61771ec Belatedly bump "nb" version for xforms, and likewise increment packages
that depend it, as suggested by wrstuden. The reason is so that older
binary packages which were linked against an a.out shared lib won't have
their package dependencies satisfied by the latest package, which has no
shared libraries. There's no help for old ELF packages, unfortunately.
2000-09-28 20:34:03 +00:00
hubertf
b1c6038a3d Make this work on alpha: the shipped .depends file is wrong for this
(and probably many other) archs, re-gen it.
2000-09-26 03:16:45 +00:00
jlam
9ab26c50e7 Install rc.d control script as "foo" instead of "foo.sh" to comply with
how NetBSD's rc.d system interprets script names.  Also add appropriate
REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-20 05:14:10 +00:00
jlam
dd8983b561 Add missing rc.d script 2000-09-20 05:05:53 +00:00
hubertf
fc9707f9a2 Change license to 'kermit-license', as this pkg has a specific
license that's not covered by a general 'limited-redistribution'
license.

And even if you agree to honour the 'limited-redistribution' for
some other pkg (by putting ACCEPTABLE_LICENSES=... into /etc/mk.conf),
that doesn't mean you also agree to not redistribute kermit.

Modeled after the www/jsdk20 license.
2000-09-13 02:26:50 +00:00
rh
f1b417f650 Fix brokenness of faxsetup script due to new directory structure: create
/var/spool/fax/{config,etc} if /var/spool/fax doesn't exist.
2000-09-05 14:01:42 +00:00
wiz
c48cfecc8d add @dirrm share/hylafax 2000-09-05 13:07:44 +00:00
rh
4cf2c764c8 Clean up Makefile. USE_GMAKE has been unneccessary for several revisions
now, no need to keep this around (even if commented out).
2000-09-05 12:50:52 +00:00
rh
ec17c44f76 Fix a typo 2000-09-05 12:49:21 +00:00
rh
6151695dfc Adapt to modified directory structure of master site. 2000-09-05 12:24:36 +00:00
jwise
dab502bd6f Adapt this package to tk-8.3.2. 2000-08-31 23:21:44 +00:00
fredb
dc3adcb007 Make fax spool directories on binary package install, too, and clean them
up on deinstall (but check first, and leave them all alone if there are
any files in there).
2000-08-31 19:42:53 +00:00
fredb
bb1597014a Update mgetty to 1.1.22. Changes since 1.1.21 (condensed):
* callback/callback.c: use VARRUNDIR instead of MGETTY_PID_FILE
	* mgetty.c: use VARRUNDIR to get name of PID file, non-conditional
	* policy.h: MGETTY_PID_FILE is gone, VARRUNDIR used instead
	* mgetty.c: write CallerId to UTMP, if available, Connect otherwise
	* fax/faxspool: convert .pdf files via Acroread (contributed by
		Michael Fischer v. Mollard, mfvm@gmx.de).
	* Makefile, mksed: introduce $VARRUNDIR
	* fax/faxrunqd.in, fax/faxrunq.in, fax/faxspool.in: change
		location of ".last_run" to $VARRUNDIR/faxqueue_done (previously,
		$fax_spool_out/.last_run creation was vulnerable to symlink attacks)
	* cnd.c: add NMBR=<nnn> format for Digi DataFire RAS
	* login.c: add \Y hack (simplar to \I) to get CallerID in ut_host field
	* faxlib.c: distinguish Elink 310 and Elink 343
2000-08-31 19:41:17 +00:00
rh
de07382a5a Reflect recent hylafax changes in dependency. 2000-08-31 10:38:49 +00:00
abs
b881dfe2de - Install template config files in share/hylafax/*_template/, and then copy
into /var/spool/fax, rather than trying to use symlinks which break under
  chroot().
- Add basic rc.d/hylafax.sh startup script
- Use tiff-3.5-interfaces.patch, pointed out by Bernd Proissl <news@proissl.de>
Update to hylafax-4.1b2nb2
2000-08-30 09:50:44 +00:00
jlam
cc2672fd87 Until the sources for these packages catch up to the current (post-5.6.0)
Perl API, we need to pass -DPERL_POLLUTE=1 to the build process to look
like an older perl.
2000-08-29 20:48:08 +00:00
abs
bd160f1b2c Patch faxd/tif_fax3.h to avoid potential infinite loop in EXPAND1D and EXPAND2D
This package still has bizarre issues with trying to symlink everything across
from /var/spool/fax into /usr/pkg/..., which breaks probably due to judicious
use of chroot(). That _really_ needs to be fixed
2000-08-29 17:08:37 +00:00
wiz
cc9f42940b Be a bit more selective in installing (don't install fidogate.info.orig);
change patch to apply cleanly.
2000-08-28 09:36:31 +00:00
jlam
4a7ce722b8 Add missing USE_PERL5. 2000-08-28 09:14:00 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
tron
c96fb69c1e Include "sys/param.h" in "ascii-xfr.c" to get the preprocessor "BSD"
so the that "ms_delay" function will work properly. Problem noted
by Jukka Marin on "tech-pkg@netbsd.org".
2000-08-24 18:53:05 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00