Commit Graph

82 Commits

Author SHA1 Message Date
Trevor Johnson
7e223b8511 Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by:	Oliver Eikemeier
2003-11-20 15:06:14 +00:00
Trevor Johnson
318a536982 Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
2003-11-20 13:51:47 +00:00
Jacques Vidrine
348cb221c1 Fix building on FreeBSD 5.x (link with libutil) after maintainer
timeout (43 days).

While I'm at it, update 2.7.8 -> 2.7.10.  This fixes XIM OverTheSpot for me.
2003-08-09 21:01:37 +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
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
bc2b8d09af BROKEN on 5.1: does not compile 2003-05-18 11:48:21 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Akinori MUSHA
684fd17b55 Assign CATEGORIES with += so that the slave port (chinese/rxvt) can
define its CATEGORIES properly.
2002-12-08 22:16:34 +00:00
Mario Sergio Fujikawa Ferreira
3201ef7799 Sanitize MASTER_SITES
Submitted by:	fenner's distfile survey
2002-09-20 14:38:47 +00:00
Mario Sergio Fujikawa Ferreira
b5a69ca042 o Teach rxvt about FreeBSD's pty: it goes all the way to letter v
o Bump PORTREVISION

Submitted by:	Ingo Rohlfs <ingo.rohlfs@gmx.de>
2002-05-15 14:21:46 +00:00
Mario Sergio Fujikawa Ferreira
905999f032 o Update to 2.7.8
o USE_GMAKE is no longer necessary
o Add knobs WITHOUT_BACKSPACE_KEY, WITHOUT_DELETE_KEY, WITH_GRAPHICS,
  WITH_SMART_RESIZE
o Change message target from pre-fetch to pre-everything
o Re-indent the echo messages to visually align them

Prompted by:	statue <statue@cnpa.adsldns.org>
2001-12-05 18:05:04 +00:00
Mario Sergio Fujikawa Ferreira
f975e9d13f Fix missed the lib version bump on the packaging list when the port
was updated to version 2.7.7

Submitted by:	bento
2001-11-26 16:08:32 +00:00
Mario Sergio Fujikawa Ferreira
ef28dd30a2 bump PORTREVISION due to patch file patch-src::command.c rev 1.3 2001-11-20 05:57:36 +00:00
Mario Sergio Fujikawa Ferreira
b5d41c297c Remove the (char *) from the sizeof the vsnprintf line since this
restricts the buffer size to 4 bytes rather than the 256 bytes
intended

PR:		32100
Submitted by:	Christopher Hall <hsw@acm.org>
2001-11-19 15:48:31 +00:00
Mario Sergio Fujikawa Ferreira
6fadcecae4 Update to 2.7.7 2001-11-07 20:38:01 +00:00
Maxim Sobolev
9909a6bc17 Don't link in libc - FreeBSD doesn't need this.
PRs:		31601, 31602, 31603, ...
Submitted by:	Ports Fury
2001-10-31 08:32:30 +00:00
Mario Sergio Fujikawa Ferreira
5fd6c06733 typo fix: libtoo -> libtool 2001-10-06 16:47:36 +00:00
Mario Sergio Fujikawa Ferreira
2d56df646f o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel
o don't install .*\.la files (based on an idea from sobomax)
2001-10-06 16:43:09 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Mario Sergio Fujikawa Ferreira
9b9abd8ec3 o Add a buffer overflow patch in sync with rxvt port Makefile rev
1.49
o Bump PORTREVISION

Obtained from:	OpenBSD
2001-08-23 21:24:06 +00:00
Mario Sergio Fujikawa Ferreira
8be40ddf83 Add missing file
Submitted by:	bento
2001-06-01 20:58:58 +00:00
Mario Sergio Fujikawa Ferreira
1cc511da50 Add USE_GMAKE to avoid rebuild at install time
PR:		27795
Submitted by:	Michael Harnois <mdharnois@home.com>
2001-06-01 13:13:37 +00:00
Mario Sergio Fujikawa Ferreira
2e59db1da0 Fix typo
PR:		27763
Submitted by:	Kevin Way <kevin.way@overtone.org>
2001-05-30 11:37:05 +00:00
Mario Sergio Fujikawa Ferreira
08e6306b25 - Update port to version 2.7.6
- Remove extra spaces at end of lines
- Use MASTER_SITE_SUBDIR so that when the version of this is
  outdated, it will have a good chance of fetching the distfiles
2001-05-26 13:32:07 +00:00
Mario Sergio Fujikawa Ferreira
27e1be6078 - Advertise WITH_* options
- Enable XIM support per default unless required to disable
- Add WITH_* options to set the default encoding for multi-char
  glyph languages including setting to noenc (no encoding)

PR:		26490
Submitted by:	The Anarcat <anarcat@tao.ca>
2001-04-11 00:37:48 +00:00
Mario Sergio Fujikawa Ferreira
c4e85efd6f typo clean up police: \s -> \t 2001-02-14 04:12:50 +00:00
Jimmy Olgeni
2cac1647f9 Style fixes for ports/x11. 2001-02-05 16:18:54 +00:00
Mario Sergio Fujikawa Ferreira
fa83952930 Add several WITH_* configure time options to the ports.
Also, enable rxvt-devel shared lib build.

PR:		ports/23201
Submitted by:	Jay Sachs <jay@avacet.com>
2000-12-01 14:46:28 +00:00
Mario Sergio Fujikawa Ferreira
453a10ea35 Update to version 2.7.5
Added language support as of chinese/rxvt
2000-10-22 02:54:50 +00:00
Mario Sergio Fujikawa Ferreira
b327e9c777 Maintainer is now a committer, update email accordingly
Approved by: will
2000-10-03 05:12:49 +00:00
Maxim Sobolev
d6eac32219 *** empty log message *** 2000-09-19 15:50:15 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Will Andrews
52978ffbfa Re-assign MAINTAINER to Mario Sergio Fujikawa Ferriera <lioux@linf.unb.br>. 2000-06-22 10:07:15 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Will Andrews
b9be3eb6f2 Add a patch that adds some extra chinese support as well as fixes some
terminfo problems.

PR:		18406
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-22 05:09:19 +00:00
Chris Piazza
fe5426321a Update to use PORTNAME/PORTVERSION 2000-04-13 19:19:05 +00:00
Will Andrews
263b30f8cd Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.
I'll take care of other ports depending on this pending maint approval.
Changes:
	1) Update rxvt website URL (badly needed).
	2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
2000-03-27 07:00:09 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
Chris Piazza
6e415aafac Update to version 2.7.2 1999-12-25 04:11:36 +00:00
Chris Piazza
956d4b96fe Revive the comment at the top that reminded people to upgrade
rclock and chinese/rxvt too.

Noticed by:	obrien
1999-10-25 18:03:20 +00:00
Chris Piazza
ef38eb11ff Update to 2.7.1
PR:		14410
Submitted by:	maintainer
1999-10-25 02:36:35 +00:00
Chris Piazza
26b944d786 chmod these programs 4711 (like xterm) to make utmp/wtmp support
actually work.

Requested by:	Joseph Scott <joseph.scott@owp.csus.edu>
		and two other people whose mail I lost.
1999-09-02 03:23:54 +00:00
Peter Wemm
e17439d50d $Id$ -> $FreeBSD$ 1999-08-31 02:51:23 +00:00
Chris Piazza
9c5820a5ea Add xpm background and transparency support by default
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
1999-08-24 03:45:17 +00:00
Chris Piazza
d8567e3606 Add support for utmp in rxvt. All the user has to do
is chmod 4711 rxvt.

Noticed by:	[paradox] on #FreeBSD@EFNet
1999-08-23 04:35:17 +00:00
Chris Piazza
9413faf016 Update to version 2.6.1
PR:		13204
Submitted by:	maintainer
1999-08-18 19:30:48 +00:00
David E. O'Brien
9e7037d6f0 Add request to commiter to update the `rlock' port when this port is
updated.  `rclock' uses the same distfile and is a very easy port to update.
1999-07-03 18:02:01 +00:00
Matthew Hunt
b270c5cb68 Assign MAINTAINERship to submitter.
PR:		12353, 12354
Submitted by:	Will Andrews <andrews@technologist.com>
1999-06-22 23:51:41 +00:00
Steve Price
8c18536aac Update to version 2.6.0.
PR:		12087
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-08 22:10:41 +00:00
Michael Haro
947d483dea Add WWW: 1999-05-03 04:16:13 +00:00