1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pav Lucistnik
85167a24cd - Reset maintainer address:
550 5.1.2 <taguchi@tohoku.iij.ad.jp>... Host unknown (Name server:
  tohoku.iij.ad.jp: no data known)
2008-06-18 18:48:51 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +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
Pav Lucistnik
2df76eb0a7 - Remove support for a.out format and PORTOBJFORMAT variable from individual
ports

With hat:	portmgr
2007-01-30 10:25:34 +00:00
Kris Kennaway
b90e75409c Retire obsolete a.out shared library support 2007-01-30 04:14:53 +00:00
Gabor Kovesdan
3b4a391d9f - Fix build with X.org 7 [1]
- Change MASTER_SITES [1]
- Fix maintainer's e-mail [1]
- Fix build with gcc4 [2]
- Fix wrongly implemented NOPORTDOCS
- Bump PORTREVISION

PR:		ports/106913 [1],
		ports/106914 [2]
Submitted by:	Takeshi Taguchi <taguchi@iij.ad.jp> (maintainer) [1] [2]
Approved by:	erwin (mentor)
2007-01-07 11:59:03 +00:00
Edwin Groothuis
8f4ccb0a04 Remove USE_REINPLACE from categories starting with a J 2006-05-09 00:18:07 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +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
FUJISHIMA Satsuki
9aaef51129 unbreak (libxpg4.) 2005-04-15 18:45:42 +00:00
Kris Kennaway
ff6d8ec716 BROKEN on 6.0: Depends on libxpg4 which was prematurely removed by tjr 2005-04-10 21:29:11 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Yoshio MITA
608641a520 PORTREVISION bump. 2002-05-22 00:18:56 +00:00
Yoshio MITA
a8169609d7 Make japanese/tk80 compatible to XFree86 4.2
Submitted by:	Maintainer (taguchi@tohoku.iij.ad.jp)
2002-05-21 13:42:30 +00:00
Akinori MUSHA
647743eb3c Fix up {tcl,tk}Config.sh breakage.
Submitted by:	Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
Approved by:	MAINTAINER
2001-04-09 09:31:03 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Akinori MUSHA
5804ca48ae Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS. 2000-06-17 05:34:04 +00:00
Akinori MUSHA
8e270816f9 Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00
Steve Price
d3712ed0fe Update to patchlevel 1.7 and fix some XIM-related problems.
PR:		15349
Submitted by:	maintainer
1999-12-23 18:30:32 +00:00
Satoshi Taoka
93841b72c7 Updated a japanized patch to 8.0.5jp1.6a
PR:		13483
Submitted by:	maintainer
1999-09-07 00:14:42 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Satoshi Taoka
50e3f49b82 Update to version 8.0.5jp1.5fix1 (Fixed some serious bugs include
some core dump probrems)

PR:		11554
Submitted by:	maintainer
1999-05-08 07:47:55 +00:00
Satoshi Taoka
018757ebb4 Fogot to add "${SETENV}" in the previous modification. 1999-04-06 02:37:41 +00:00
Satoshi Taoka
72bf855912 Fixed "install-man" target in /usr/ports/japanese/tk80/Makefile
PR:		ports/10915
Submitted by:	haro@tk.kubota.co.jp (Munehiro Matsuda)
1999-04-06 01:15:03 +00:00
Satoshi Taoka
a89677ba8f Updated to 8.0.5jp1.5
PR:		ports/10816
Submitted by:	maintainer
1999-04-02 02:38:05 +00:00
Seiichirou Hiraoka
0ef440f45a Update to tk8.0.4jp1.1 1999-01-20 10:53:03 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Steve Price
c6eb24579b Fix the following bugs:
- Entry binding didn't work properly in XIM session.
    - Widget path name that have kanji cound not be parsed when
       internal kanji code is JIS.

PR:		8391
Submitted by:	maintainer
1998-11-02 03:47:53 +00:00
Jun Kuriyama
a2b42ff319 ELFization patch.
PR:		ports/8046
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-09-28 15:15:11 +00:00
Satoshi Asami
aaa58d03ce Remove regexp support for tcl80jp. 1998-09-28 10:31:26 +00:00
Steve Price
fb7efe5395 Add missing xim.tcl to pkg/PLIST. 1998-09-19 05:40:41 +00:00
Satoshi Asami
24d53f75d3 Rename category from x11 to x11-toolkits. 1998-08-07 23:55:47 +00:00
Steve Price
b07759fae3 Update to use the latest patches.
PR:		7342
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-07-27 00:19:33 +00:00
Steve Price
8ee1abed1d Update to May 18th version.
PR:		6952
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-07-04 19:14:07 +00:00
Steve Price
2920847b72 MASTERSITE moved to ftp.scriptics.com. 1998-07-03 23:07:17 +00:00
Jun-ichiro itojun Hagino
2655fa7a69 imported japanese/tk80,
"Graphical toolkit for Japanized TCL, version 8.0".
PR:		5579
1998-05-10 08:11:44 +00:00