Commit graph

97 commits

Author SHA1 Message Date
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Cheng-Lung Sung
b8bb9a6d26 - Add a new know WITH_XGETDEFAULT
- from submitter
  WITH_XGETDEFAULT which enables resource checking
  via X's function instead of rxvt's own version. I'm using
  this option for a long time, it would be better if I can
  turn it on via a knob.Add a new know WITH_XGETDEFAULT which
  enables resource checking via X's function instead of rxvt's
  own version. I'm using this option for a long time, it would
  be better if I can turn it on via a knob.

PR:		96152
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
2006-05-29 13:29:10 +00:00
Mario Sergio Fujikawa Ferreira
1c5e96617d Use ftp/wget since fetch(1) is misbehaving with these MASTER_SITES
Submitted by:	pointyhat (kris)
2006-04-28 02:56:25 +00:00
Mario Sergio Fujikawa Ferreira
ff543561d6 o Sanitize MASTER_SITES
o Add fresh MASTER_SITES
o Remove WWW tag from DESCR since developer's domain has expired
  [1]
o Pass DESCR file through fmt(1)

Submitted by:	Ted Cabeen <ted@cabeen.org> [1]
2006-03-22 00:33:37 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Mario Sergio Fujikawa Ferreira
9a4b87b1c7 Add SHA256 checksum 2005-11-11 06:06:17 +00:00
Mario Sergio Fujikawa Ferreira
6068525124 Add ERASE2 support
PR:		84647
Submitted by:	Marcin Cieslak <saper@system.pl>
2005-10-10 03:36:09 +00:00
Kris Kennaway
55dec24dc9 Portlint 2005-07-10 18:38:01 +00:00
Mario Sergio Fujikawa Ferreira
5bb578428d Remove deprecated USE_SIZE 2004-12-25 11:43:58 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Mario Sergio Fujikawa Ferreira
4ae3084983 Add WITH_LINESPACE knob: add support for line-spacing
PR:		62734
Submitted by:	Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
2004-03-15 01:28:26 +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
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
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