Commit graph

28 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
Cheng-Lung Sung
bcd3b471a6 - maintainer lost his motivation
PR:		ports/104607
Submitted by:	Masanori OZAWA<ozawa_AT_ongs dot co dot jp>
2006-12-07 09:15:12 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Ion-Mihai Tetcu
cde7f4f677 - Don't remove system directories (listed in bsd.x11-4.dist).
- bump PORTREVISION

PR:		ports/100875
Submitted by:	Stanislav Sedov
2006-07-28 06:23:23 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Simon Barner
b393f3e2d6 - Remove USE_REINPLACE
- Fix IGNORE line
- Pacify portlint

Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
PR:		ports/92374
2006-02-06 11:56:36 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +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
Norikatsu Shigemura
1d0b887e9b Respect LOCALBASE.
PR:		ports/87965
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
2005-10-25 11:51:48 +00:00
Daichi GOTO
40a684ff1e IIIMF-related ports:
- drop maintainership
    - update to r12.2
    - some bug fixes

PR:		81184
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Approved by:	maintainer
2005-05-24 12:37:50 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Daichi GOTO
c164ad94cf IIIMF-related ports some changes:
- support CFLAGS of /etc/make.conf
  - replace absolute path with ${LOCALBASE}, ${PREFIX} and others
  - replace -pthread flags with ${THREAD*}
  - m17n fixed of gnome-im-swither
  - fixed vid krisbot

Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
2005-03-04 11:38:18 +00:00
Daichi GOTO
ba3bce8d3c fixed to build IIIMF-related ports on 4-stable
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Pointed out by:	gohan via krisbot
2005-02-28 13:52:56 +00:00
Daichi GOTO
806320585f IIIMF-related ports: Update to r12_1-svn2002 and bug fixes
PR:		ports/77927
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Approved by:	maintainer
Pointed out by:	ume, nork, hrs
2005-02-28 04:17:02 +00:00
Volker Stolz
f2e4c4bcf9 - Unbreak
- Remove one-line pkg-plist

PR:		ports/75322
Submitted by:	maintainer
2005-01-18 14:14:37 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Kris Kennaway
a3a03e70ee BROKEN: Does not compile 2004-12-04 01:37:01 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Pav Lucistnik
2be8bdde70 - Update to r12.0.1
PR:		ports/72616
Submitted by:	Kuang-che Wu <kcwu@csie.org> (maintainer)
2004-10-13 20:07:08 +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
Joe Marcus Clarke
d329a14ddd Adjust the gtk20 path for modules, themes, and input methods to catch up
with gtk+-2.4.
2004-04-05 03:35:22 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Edwin Groothuis
2875c20887 New port: iiimf-*
IIIMF stands for Internet/Intranet Input Method Framework.
	IIIMF is designed to be the next generation of input method framework
	which provides the following capabilities;

	* Multiplatform, platform independent.
	* Multlingual and Full UNICODE support, but satisfactory for native speakers.
	* Windowing System Independent.
	* Multiple language engines concurrently run.
	* Multiuser.
	* Distributed, lightweight clients and scalable server.
	* Extensible in multiple means.
	* Input method protocol efficient enough to be used over low-speed modem
	  connection.
	* Easy input method engine development with plugin API.
	* Easy input method enabling with libiiimcf, even on console apps.
	* Small core part to start from.

	WWW: http://www.openi18n.org/subgroups/im/IIIMF/

	- Kuang-che Wu
	  kcwu@csie.org

PR:		ports/60087
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2003-12-28 12:18:20 +00:00