Commit graph

34 commits

Author SHA1 Message Date
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Dima Dorfman
1d69df07b2 Upgrade to 1.9.11
Submitted by:	Andy Miller <andym@trit.org>
2004-03-03 10:16:02 +00:00
Clive Lin
c2e4f0f15f Make start/stop messages consistent with other ports. 2004-02-17 09:51:18 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Dima Dorfman
ca76a263e4 Avoid trying to build lstat.o since we have lstat in libc. 2003-10-17 18:01:11 +00:00
Dima Dorfman
ca0481961e Put C*FLAGS into CONFIGURE_ENV instead of assigning it directly. This
allows configure-run test programs to find the right include files and
libraries.

Breakage reported by:	many
Fix submitted by:	adamw
2003-10-17 09:11:39 +00:00
Dima Dorfman
7e33379c83 Upgrade to 1.9.7.
PR:		57809
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-16 09:56:30 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Yen-Ming Lee
a35ed2c4c4 1. include <osreldate.h> before use macro __FreeBSD_version
2. unbreak chinese/dictd which is the slave port of net/dictd

PR:		48586
Submitted by:	Kuang-che Wu <kcwu@kcwu.dyndns.org>
Approved by:	maintainer timeout
2003-05-07 02:19:56 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kris Kennaway
8a2eff1563 Fix build on sparc64 (all the world's not sunos, solaris or linnex) 2003-01-12 03:00:56 +00:00
Dima Dorfman
95af24e7c2 Break UTF8 support on pre-5.x systems which don't implement wctype.h.
Submitted by:	dd, roam
Approved by:	steve
2002-12-22 10:25:18 +00:00
Dima Dorfman
f875313d40 Upgrade to 1.8.0. patch-servparse.y has been submitted to the
maintainers.
2002-11-23 10:11:33 +00:00
Dima Dorfman
6db5a24d30 Escape parenthese in regular expressions to appease a sed that doesn't
understand extended regexps.
2002-11-03 06:40:49 +00:00
Dima Dorfman
739fd31f85 Convert to use REINPLACE_CMD instead of PERL and remove USE_PERL5. 2002-11-03 06:39:59 +00:00
Dima Dorfman
2c2569cefb Conditionalize MAINTAINER for the benefit of slave ports. 2002-11-03 06:30:14 +00:00
Ying-Chieh Liao
f3b21b7f4b for slave ports 2002-07-19 09:14:29 +00:00
Clive Lin
07ffd37e73 Bump PORTREVISION. Now dictd is not a dmesg(8) output spammer. 2002-06-22 06:30:02 +00:00
Clive Lin
0967cb9727 Do not fclose(3) a NULL stream. I bet no one will want his dmesg(8) output
to be spammed by
...
pid 12345 (dictd), uid 54321: exited on signal 11
pid 23456 (dictd), uid 54321: exited on signal 11
pid 34567 (dictd), uid 54321: exited on signal 11
...
2002-06-22 06:25:41 +00:00
Dima Dorfman
c4cc64a513 I'll look after this. 2002-06-09 22:40:33 +00:00
Ying-Chieh Liao
3630845a2a upgrade to 1.7.1
drop maintainership
2002-06-09 18:58:48 +00:00
Dima Dorfman
302878302d The regexp used to change T_USER to T_USERNAME only works if the
symbol is preceded by whitespace.  However, on line 64 of servscan.l,
the symbol is preceded by a parenthesis, so it is left alone.  On
i386, T_USER is defined, so the build proceeds, but there may still be
adverse side effects due to that routine returning the wrong thing in
some cases.  The bandaid is to fix the regexp to catch the case where
T_USER is used after a parenthesis--this is what's being committed.  The
real fix is either to make the author use T_USERNAME for us, or,
preferably, don't define T_USER when sys/param.h is included since
T_USER is in the application namespace.

Approved by:	maintainer timeout
2002-04-12 02:25:10 +00:00
Ying-Chieh Liao
8b3ba10ac4 typo, delvis -> devils
Submitted by:	Dima Dorfman <dima@trit.org>
2001-10-15 14:20:51 +00:00
Ying-Chieh Liao
0f986ec1ff use system zlib
Submitted by:	obrien
2001-08-22 17:27:22 +00:00
Maxim Sobolev
ec7b561464 ${PREFIX}/share/${PORTNAME} --> ${DATADIR} 2001-07-10 13:54:22 +00:00
Clive Lin
d08e472e76 o Swap dependency. Now dictd-database needs dictzip to be built. One of its
dictionary file isn't shipped with .dz format.

o Add a short message in dictd's pkg-message:
  "Don't forget to install ports/net/dictd-database. After that, you
   could run your own dictd server without pain."

o Bump PORTREVISION of both ports.
  (It would heart your brain and waste you time to dig the reason why
   dictd refused to start properly in the previous revision.)

Reviewed by: dictd -t review
2001-05-07 15:21:41 +00:00
Clive Lin
0022fe5508 o Follows dictionary files addition of dictd-database port
o Now use our own dictd.conf

Approved by: MAINTAINER
2001-01-30 19:17:03 +00:00
Clive Lin
f0ad3af744 o Fix pkg-comment, this port only contains dict server
o Fix pkg-message, dict client is right at textproc/dict
o Add missing pkg-plist entry
o Really destroy T_USER conflicts. *SIGH*
o Fix dictd.sh startup script. Dictd itself won't generate
  any pid file. Thus I use my own trick.

pkg-* reported by: "Donald J . Maddox" <dmaddox@sc.rr.com>
2001-01-28 21:23:04 +00:00
Clive Lin
07f330dba4 Arrrg ! I forgot to commit these 2 files. 2001-01-28 19:16:41 +00:00
Clive Lin
5cc7b46684 o Properly use wait3(2)
o Portlint
o Resolve T_USER conflicts (trap.h in base system)
o Properly handle CFLAGS
o Add net/dictd-database as RUN_DEPENDS
o Bump PORTREVISION

Approved by: MAINTAINER
2001-01-28 19:13:59 +00:00
Ying-Chieh Liao
fd7472567d remove redundant substitution
Submitted by:	clive
2001-01-28 03:06:08 +00:00
Ying-Chieh Liao
3b0834c945 add dictd, dict protocol (RFC 2229) server 2001-01-25 15:55:46 +00:00