1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
Edwin Groothuis
75b862cdc5 remove duplicates for gcc-objc-4.2.1.tar.bz2 2008-03-25 04:39:13 +00:00
Lev A. Serebryakov
478f6dbc82 Update to latest 4.2.1 2008-01-30 11:21:17 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Lev A. Serebryakov
68e411768a Add optional iconv support to gcc.
PR:		ports/87120
Submitted by:	MOROHOSHI Akihiko <moro@remus.dti.ne.jpg>
2006-12-05 11:32:32 +00:00
Lev A. Serebryakov
92cce7baf1 Update to 3.4.5.20060117.1.
This release doesn't have patch for official sources, switch
to mingw32's ones.
2006-12-04 13:56:43 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Edwin Groothuis
219eef9c59 remove trailing spaces 2005-12-27 02:09:23 +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
Lev A. Serebryakov
798cb02f3e Update to latest snapshot. 2005-04-10 15:01:28 +00:00
Kris Kennaway
6cf6bed824 Now builds on amd64
Approved by:	portmgr (self)
2004-09-28 01:53:59 +00:00
Lev A. Serebryakov
5bd640897d Update to latest version 3.4.1 2004-08-05 07:49:32 +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
Lev A. Serebryakov
f5c1b59154 Broken on alpha too. 2004-02-25 12:15:44 +00:00
Lev A. Serebryakov
276751f7ee This prot WORKS on sparc64. Tested five minutes ago on panther.freebsd.org. 2004-02-25 11:30:21 +00:00
Kris Kennaway
a4d72ab3e4 BROKEN on !i386 and !ia64: Does not compile 2004-02-23 22:09:02 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Lev A. Serebryakov
35f63996d8 Fix compilation. 2003-10-20 14:48:53 +00:00
Lev A. Serebryakov
849c886c91 Now this port doesn't install non-unique files.
No CONFLICTS needed for it.
2003-10-17 11:56:47 +00:00
Lev A. Serebryakov
69bd92688b Update to latest version of gcc 3.3.1. Enable Java.
Obtained from:	Target's maintainers
2003-10-07 13:27:35 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Lev A. Serebryakov
595344fe2d Add all libraries to build.
Now libobjc, libf2c, libstdc++ are builded and installed with headers, etc.
2003-08-16 17:11:10 +00:00
Lev A. Serebryakov
889555d2a0 Update to latest version from www.mingw.org
Approved by:	sobomax
2003-06-28 17:53:28 +00:00
Lev A. Serebryakov
1995afb5cf Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-new
committer's e-mail

Approved by:	sobomax
2003-06-17 13:53:45 +00:00
Edwin Groothuis
5bbba8ddef Looks like this ports needs perl5 to build
Noticed by: kris/bento
2003-05-21 10:18:22 +00:00
Edwin Groothuis
d75cec4fda [NEW PORT] devel/mingw32-gcc: new version of mingw32 toolchain for Windows target
This is gcc from latest mingw32-2.0.0 package.  Here is old
	port `devel/mingw-' from 1.0.0 package, but maintainer of
	this old port syay, taht he don't want update it, because
	new versions is not too stable. It is good idea, to have
	old and stable environment (with old and good-known gcc-2.95,
	etc) and new one. We have many versions of native gcc in
	`lang/', for example.

PR:		ports/44459
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>
2003-05-19 04:18:18 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Mario Sergio Fujikawa Ferreira
f8cffda284 Fix build in -CURRENT: avoid conflicts by not building port's version
of sys_nerr, sys_errlist and sys_nsig

PR:		46491
Submitted by:	bento, MAINTAINER
2002-12-23 13:44:16 +00:00
Edwin Groothuis
197dfc3321 lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD

Noticed on: bento
2002-11-08 23:03:48 +00:00
Daniel Harris
9a55a7fe85 Oops. Bump portrevision. 2002-10-22 22:39:27 +00:00
Daniel Harris
5c575332ad Build libg2c.
PR:		34438
Submitted by:	Tom Russo via maintainer
2002-10-22 22:38:34 +00:00
Akinori MUSHA
bb9b15d32f Update to 2.95.3-20010828.
PR:		ports/33486
Submitted by:	Michal Pasternak <doc@lublin.t1.pl> (MAINTAINER)
2002-01-16 19:29:37 +00:00
Akinori MUSHA
f00b35b347 Fix dependencies. I thought I had already committed this long ago...
Submitted by:	bento
2001-09-11 17:43:47 +00:00
Akinori MUSHA
9d15afc65d Update MinGW and change MAINTAINER.
- mingw            -> 20010726
- mingw-bin-msvcrt -> 1.0
- mingw-binutils   -> 2.11.90
- mingw-gcc        -> 2.95.3

PR:		ports/29344 (+ several minor fixes)
Submitted by:	Michal P. <doc@lublin.t1.pl> (new MAINTAINER)
Approved by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp> (ex. MAINTAINER)
2001-08-02 18:03:31 +00:00
FUJISHIMA Satsuki
48f3ac2a59 o migrate to MASTER_SITE_SOURCEWARE and USE_BZIP2.
Approved by: maintainer
2001-01-29 14:10:05 +00:00
Akinori MUSHA
e7a038828e Fix extras.
Do not write outside the working directory during the build process.

PR:		ports/20740
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp> (MAINTAINER)
2000-08-24 14:07:29 +00:00
Akinori MUSHA
a12686df7b Add autoconf to BUILD_DEPENDS.
It does not USE_AUTOCONF, but it requires autoheader to build.

PR:		ports/19847
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
2000-07-11 15:03:44 +00:00
Akinori MUSHA
5c18dbcca4 Add mingw, cross development suite for MS Windows.
PR:		ports/19107
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
2000-06-26 19:19:10 +00:00