Commit graph

869 commits

Author SHA1 Message Date
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
jlam
44bb4b5a74 Remove a patch that was forcing installation of the module into the
site directories.  Bump the PKGREVISION of p5-pilot-link to 4.
2005-08-08 21:25:20 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
245c6baa12 pilotmgr only needs the perl binary, not the perl library. 2005-08-05 20:31:52 +00:00
itohy
7b126b72ff Update kyopon to 0.2.
For unknown reasons, data from AIR-EDGE PHONE often partially
get lost.  This causes the program to hang, since it waits for
the lost data forever.

This update works around the problem implementing retry using tty
read timer.
The retry is implemented only for reading files from data folder.
2005-07-25 13:43:13 +00:00
kristerw
ea77b5e9e1 Fix a typo that prevented this pkg from building using the
NetBSD 1.6 msgfmt.
2005-07-24 19:19:21 +00:00
adam
2f93aee2c5 Changes 3.0.3:
Provide a settings option to omit the destination fax number from
	the fax page top header line

	Use a mutex to ensure that writes to the Notifier pipe are atomic
	between threads

	Some fixes for 64 bit systems:

	Fixes for (harmless) warnings issued by gcc-4.0
2005-07-22 21:35:27 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
wiz
ceac45fdc7 Set USE_MSGFMT_PLURALS. 2005-07-20 19:13:44 +00:00
kristerw
5a0dd0aeb9 Do not include <malloc.h>. 2005-07-20 01:43:01 +00:00
kristerw
ecb9d3468b Fix a pkglint warning of empty lines. 2005-07-20 01:42:42 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
wiz
84b4d072dc Replace with official patch. 2005-07-14 19:48:57 +00:00
wiz
619413996a Update to 0.8.0:
0.8.0
    SMS code now support multipart message encoding on sending
    use Docbook XML for man pages (with HTML output)
    pin file (~/.scmxx/pin) support
    new option: --lock
    new option: --enable
    new option: --disable
    new option: --hangup
    --dial now waits until the phone connected to the remote side
    fixes for all gcc4 warnings
    fixes for starting connection with reset now being inline if requested
    fixes for file upload (not obex!) to S55 (now marked as supported)
    add binary slot number filter (fixes debian bug #145570) for *45 and S55
2005-07-14 19:15:56 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
veego
e0ccf0a95a Generate a new patch file, with diff -U 1, to fix a problem on MacOS X
in pkg/29026.
2005-07-11 17:29:16 +00:00
hira
83902de692 Add missing entries to PLIST. Bump PKGREVISION. 2005-07-01 10:16:28 +00:00
jlam
c2fb31ba79 Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update
lang/perl5 to perl-5.8.6nb4.  Modify packages that referred to
lang/perl58 to point to lang/perl5 instead.
2005-06-24 06:43:43 +00:00
veego
242ab6240e Change the wording a little bit and use ${PKG_SYSCONFDIR} instead of
/usr/pkg/etc/minicom
Noticed by Hauke Fath.
2005-06-19 22:18:53 +00:00
veego
aebbdb758c Forgot to sort the PLIST (move ascii-xfr.1 up 2 lines) 2005-06-19 12:18:27 +00:00
veego
a5101155b8 Update to 2.1.
Too many Changes to list here (Changelog is too long), so only whats new in 2.1:
 - applied some pending patches (see ChangeLog for a complete list)
 - added support for socket connections
 - fixed compiling issues on Solaris
 - new maintainer: Adam Lackorzynski
 - new homepage: http://minicom.alioth.debian.org/
 - new mailinglists (-devel and -announce):
      http://alioth.debian.org/mail/?group_id=31

NetBSD patches:
- Include <sys/types.h> to fix PR pkg/29026 (1st error)
- Fix i18n error for PR pkg/29939, which should also fix PR pkg29026 (2nd error)
- Remove the create-dev-link script, which fix PR pkg/29026 (3rd error)
  The system administrator is expected to setup the correct configuration
  of the modem device.
- Updated patches and removed patch-af and patch-ag
- Fix the path for the lrzsz and gkermit tools in the default configuration
- Remove the old share/doc/minicom dir, because the new Makefiles doesn't
  install them and they are outdated
2005-06-19 11:34:45 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
hira
d95fa722f6 - Add missing definition of CONF_EXAMPLES_DIR.
- Add missing entry to PLIST.

Bump PKGREVISION.  This closes PR pkg/30073.
2005-06-12 14:29:53 +00:00
wiz
9a5dc7a083 Add and enable conserver8. 2005-06-03 20:08:34 +00:00
wiz
207ef4af30 Import of conserver8 from pkgsrc-wip, provided by Andreas Wrede:
Version 8 of Conserver as a separate package as the config file
format of version 8 is incompatible with prior versions.

Conserver is an application that allows multiple users to watch a
serial console at the same time. It can log the data, allows users
to take write-access of a console (one at a time), and has a variety
of bells and whistles to accentuate that basic functionality.

The idea is that conserver will log all your serial traffic so you
can go back and review why something crashed, look at changes (if
done on the console), or tie the console logs into a monitoring
system (just watch the logfiles it creates).

With multi-user capabilities you can work on equipment with others,
mentor, train, etc.

It also does all that client-server stuff so that, assuming you
have a network connection, you can interact with any of the equipment
from home or wherever
2005-06-03 20:08:04 +00:00
wiz
98224f1a0f Add conflict with conserver8 package. 2005-06-03 20:07:23 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
rillig
0aae850d7a Changed $f to ${f}. 2005-05-31 22:41:39 +00:00
yyamano
bc79acd5b6 Fix PR pkg/29868 provided by dbj. 2005-05-30 15:04:17 +00:00
wiz
e9a60aaad5 Add gnome-pilot-2.0.12: Palm Pilot synchronisation for GNOME
Provided by Greg Troxel via PR 30278 and pkgsrc-wip.
2005-05-25 22:36:39 +00:00
wiz
4aacc73b3a Remove unused distinfo file. 2005-05-25 11:33:42 +00:00
riz
dcb8da9a6b Fix the build of asterisk on powerpc platforms. Approved by jmcneill. 2005-05-24 14:29:06 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
rillig
1379e5ef62 Replaced #defined with "yes" to make pkglint happy. 2005-05-22 21:53:49 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
3fb11512b9 PERL5_PKGSRCDIR isn't defined when using the new tools framework. Replace
it with an explicit lang/perl58 reference.
2005-05-19 15:26:03 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
mjl
ab96f8d606 Update to 1.36
- fixed delete_sms() command syntax and results parsing. Thanks
    to all users that reported problems.
  - added an example script on how to delete sms messages.
2005-05-18 13:35:11 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
christos
b5ed5395e0 Fix linux build. 2005-04-27 16:15:24 +00:00
itohy
a23e215b46 Add and enable kyopon. 2005-04-21 03:16:13 +00:00
itohy
b4b9530833 A simple command-line tool to manipulate data of
Kyocera AIR-EDGE PHONE AH-K3001V.
2005-04-21 03:15:00 +00:00
minskim
eb5d651ae9 This package needs openssl to build; include its buildlink3 file. 2005-04-17 03:48:59 +00:00
riz
297de1fa78 Rework patch-aa so that machines with different MACHINE and MACHINE_ARCH
stand a chance of working.  Fixes build on NetBSD/amd64 - have not
tested functionality.  Approved by jmcneill.
2005-04-13 19:23:56 +00:00
riz
5f72a4391d Asterisk doesn't work with non-native threads. Approved by jmcneill. 2005-04-13 19:22:17 +00:00
tv
7671a5504e Nuke USE_BUILDLINK3 (some files missed in megacommit). 2005-04-12 15:11:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
riz
610d1de5b2 Clean up one missed change of "wip" to "devel" from the import
from pkgsrc-wip.
2005-04-08 14:26:44 +00:00