1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
MANTANI Nobutaka
ed3f42238c Chase version bump of libscim shared library.
PR:		ports/112814
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-06-09 03:41:33 +00:00
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
MANTANI Nobutaka
4d5da45357 Chase shared library version bump in textproc/uim. 2007-03-10 20:39:37 +00:00
MANTANI Nobutaka
7183c87e21 Fix build after objformat removal. 2007-02-11 15:46:06 +00:00
Pav Lucistnik
45a085ac12 - Remove support for xfree86-3
PR:		ports/106666
Submitted by:	vd
With hat:	portmgr
2007-02-02 17:06:25 +00:00
MANTANI Nobutaka
fdda1549b7 Correct libuim version in LIB_DEPENDS to fix build error with WITH_UIM.
PR:		ports/105903
Submitted by:	mitsuru@riken.jp
2006-12-03 09:56:59 +00:00
MANTANI Nobutaka
9cb9b0a1b0 Sync with libuim shared library version bump. 2006-07-02 16:41:43 +00:00
MANTANI Nobutaka
ba54423102 - Update to 2.9.3. [1]
- Add --disable-* options to CONFIGURE_ARGS to disable options actually.

PR:		ports/97543 [1]
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> [1]
2006-05-21 10:33:59 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
MANTANI Nobutaka
0b4a9036bc Fix build error on 4-stable and 5-stable.
Reported by:	pointyhat via kris
2006-02-18 18:47:23 +00:00
Kris Kennaway
27abf81f96 BROKEN: Does not compile 2006-02-12 22:12:11 +00:00
MANTANI Nobutaka
1089679322 Sync with libuim shared library version bump.
Pointed out by:	TANAKA Hiroyuki <kattyo@abk.nu>
2006-01-15 16:11:44 +00:00
MANTANI Nobutaka
b2f9d34f45 Move japanese/uim port to textproc category after repocopy.
PR:		ports/89725
Submitted by:	nobutaka
2005-11-30 16:32:14 +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
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
MANTANI Nobutaka
59523b0cae Update to 2.9.2. 2005-03-13 14:08:19 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
MANTANI Nobutaka
c79807bc76 Update to 2.9.1. 2004-12-02 15:53:16 +00:00
MANTANI Nobutaka
3b1040728d - Update to 2.9.0.
- Use OPTIONS.
- Add three knobs(WITH_UIM, WITH_M17NLIB, WITH_IIIMF).

Note: IIIMF support is currently broken.
2004-11-14 15:48:52 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +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
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
MANTANI Nobutaka
2938806b44 Add WITH_FRIBIDI knob.
Submitted by:	Samy Al Bahra <samy@kerneled.com>
PR:		ports/59784
2003-12-08 14:46:05 +00:00
MANTANI Nobutaka
bc142ef843 Update to 2.8.0. 2003-10-14 12:59:33 +00:00
MANTANI Nobutaka
32aef8a901 Correct CONFIGURE_ARGS. 2003-06-26 12:35:26 +00:00
MANTANI Nobutaka
dc78f2fc37 Update to 2.7.0. 2003-06-20 14:58:15 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
MANTANI Nobutaka
a33aeb1362 De-pkg-comment. 2003-02-22 14:25:38 +00:00
Eric Anholt
38805e871a Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.

Approved by:	portmgr (kris), marcus
2003-02-18 04:51:34 +00:00
MANTANI Nobutaka
7051b94d09 Update to 2.6.3. 2003-01-12 17:23:33 +00:00
MANTANI Nobutaka
e42d95c0f5 Correct CONFIGURE_ARGS.
Submitted by:	IWAMOTO, Kouichi <sue@cds.ne.jp>
2002-10-17 13:28:39 +00:00
MANTANI Nobutaka
44d2c6c842 Update to 2.6.2. 2002-10-14 04:00:13 +00:00
MANTANI Nobutaka
1e9d944f94 Update to 2.6.1. 2002-09-20 13:16:03 +00:00
Mario Sergio Fujikawa Ferreira
a70230aec6 Deploy USE_GNOMENG infrastructure
PR:		42283
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:37:37 +00:00
MANTANI Nobutaka
f366ef12ee Update to 2.5.0. 2002-06-30 15:27:40 +00:00
MANTANI Nobutaka
e13640c192 Correct pkg-list. 2002-03-07 04:17:33 +00:00
MANTANI Nobutaka
ca557a2f60 Update to 2.3.1. 2002-02-28 17:29:57 +00:00
MANTANI Nobutaka
7bcdcbc64f Update to 2.3.0. 2002-02-23 13:45:12 +00:00
MANTANI Nobutaka
d7e8f371e8 Update to 2.2.0. 2002-01-29 13:27:13 +00:00
MANTANI Nobutaka
22a1ed809c Update to 2.1.2. 2002-01-06 05:40:41 +00:00
MANTANI Nobutaka
bdef4fda59 Add mlterm, a Multilingual X11 terminal emulator.
Reviewed by:	knu
2001-12-12 09:04:14 +00:00