Commit graph

34 commits

Author SHA1 Message Date
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
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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wulf
74d902b32d Updated kannel to 1.4.0:
Many bugfixes and feature additions since last update to numereous to
    list here.
2005-01-24 13:59:47 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
grant
e3d128293a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
cjep
c843a6ae2a Add trailing / to HOMEPAGEs 2003-12-30 17:27:31 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
martti
359fdab1bd Updated kannel to 1.2.1
* bug fixes

* new features

* compatibility breakers:

  SMPP module users should note that the 'msg-id-type' default behaviour
  has changed. The SMPP spec says that msg ids should be C strings and
  hence we treat them as such per default. If your SMSC gives msg ids
  in submit_sm and deliver_dm PDUs in different numbering basing, then
  please use the 'msg-id-type' config directive to set it accordingly.
2002-11-05 13:13:04 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
martti
9168d2fc40 Updated kannel to 1.2.0
This is the latest stable version (lots of bug fixes).
2002-08-22 11:31:33 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
wiz
728ee85243 Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17266 by Lubomir Sedlacik.
2002-06-15 21:00:27 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
skrll
4321ab57d9 Make libxml2 appear in the normal location so that pkgs don't have to
touched to find the includes/libraries.
2001-08-31 07:22:30 +00:00
wiz
8e1aca3096 Update to 1.0.3, provided by Martti Kuparinen in pkg/13339.
Too many changes to list here.
2001-07-21 14:16:53 +00:00
zuntum
039269b54c o convert to use buildlink.mk by:
- removing CFLAGS+=_I${LOCALBASE}/include and CPPFLAGS+= -I${LOCALBASE}/include
  - removing libxml and pth from DEPENDS and including theirs buildlink.mk files

We should all thank Johnny C. Lam for this buildlink.mk stuff -- it makes
life simplier.
2001-06-25 21:51:06 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
wiz
4baf8a59ab PREFIX -> LOCALBASE. pkg/12306. 2001-03-01 10:47:21 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
rh
b56b4adf53 Remove bogus libxml test from GNU configure script. Now works again with
newer versions of libxml.
2000-08-07 09:07:15 +00:00
rh
a74dd0e932 Fix category 2000-05-30 12:49:54 +00:00
rh
475175e4bb Initial import of kannel-0.8, an open source WAP and SMS to HTTP gateway. 2000-05-30 12:46:19 +00:00