Commit graph

30 commits

Author SHA1 Message Date
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
David Schultz
3e34029c2e Fix build. Ports that formerly attempted to work around problems
created by matherr() no longer need to do so.
2005-02-12 13:19:47 +00:00
Kris Kennaway
0397077da0 BROKEN on sparc64: Does not compile 2004-11-24 01:57:31 +00:00
Kris Kennaway
61c998be01 This now builds on 5.x, so remove BROKEN. 2004-08-17 10:31:03 +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
Mark Linimon
7c2f584f6b Per bento logs, mark broken on recent versions of 5.x due to install
problems.  Notified maintainer.
2003-12-23 09:13:04 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Kris Kennaway
24a4637418 Fix build on -current (cope with removal of union wait)
Submitted by:	mike
2002-10-26 01:16:02 +00:00
Akinori MUSHA
deeef1cffc Define NO_LATEST_LINK. 2001-11-07 08:41:26 +00:00
Satoshi Asami
1d57184ff4 Fix compile error in 4-stable.
PR:		22654
Submitted by:	maintainer
2000-11-13 10:01:09 +00:00
Satoshi Asami
abc7b2571a Adjust to lang/tcl* install/deinstall script paths. 2000-10-08 10:02:41 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Tim Vanderhoek
29870c686d PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from
${PKGDIR} if DEINSTALL.tclsh exists there.

Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl.  The latter
two technically don't need it since they depend on another library
which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing
them anyways as a defensive measure.
2000-05-31 18:17:39 +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
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +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
Satoshi Asami
8d63da8b4d Create libtcl76jp.so symlink in a.out case. 1998-09-28 09:53:08 +00:00
Satoshi Asami
482a7bc1f2 You should list the ELF shlib name if the a.out name ends with a ".0". 1998-09-28 07:45:34 +00:00
Jun Kuriyama
8234e315bd ELFization patch.
PR:		ports/8043
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-09-26 12:45:11 +00:00
Steve Price
2920847b72 MASTERSITE moved to ftp.scriptics.com. 1998-07-03 23:07:17 +00:00
Thomas Gellekum
b0d2c8e405 Add a few more `ldconfig -R' I forgot yesterday. Remove duplicates
from octave and iv.
1998-05-06 09:06:01 +00:00
Masafumi Max NAKANE
474b385af1 Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME.  (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Satoshi Asami
f68e96f599 Bugfix to set RANLIB correctly. Also set VERSION in port Makefile.
Closes PR ports/2937.

Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1997-03-11 11:02:41 +00:00
Satoshi Asami
3108729815 Move ldconfig to post-install target so it will be run after installation
of shared library (the Makefile.lib called in pre-install was for
the static lib).
1997-03-05 23:13:23 +00:00
Satoshi Asami
59baa782f0 Japanized tcl ver 7.6. Together with the tk import, closes PR
ports/2764.

Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1997-03-02 13:01:25 +00:00