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

7270 Commits

Author SHA1 Message Date
Kris Kennaway
a8628b4542 BROKEN: Patch fails 2007-08-18 01:06:59 +00:00
Roman Bogorodskiy
14877617e7 Update to 0.9.11. 2007-08-17 18:28:29 +00:00
Martin Matuska
144f7506a8 - Update to 1.5.4
- Remove PORTDOCS from pkg-plist

Approved by:	garga (mentor, implicit)
2007-08-16 08:57:03 +00:00
Cheng-Lung Sung
0617a6c057 - Update to 1.21 2007-08-15 00:52:44 +00:00
Gerald Pfeifer
e810042f12 Add missing note on the CONFLICTS with lang/gcc295.
Reported by:	cy
2007-08-11 19:45:44 +00:00
Gerald Pfeifer
c6351b4e90 Update to the 20070810 snapshot of GCC 4.3.0. 2007-08-11 19:12:37 +00:00
Dirk Meyer
1df1a254f7 - update to 0.6 2007-08-08 15:52:47 +00:00
Gerald Pfeifer
bc9aff3e1c Update to the 20070806 snapshot of GCC 4.1.3. 2007-08-07 18:50:28 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Cheng-Lung Sung
85d7e0f4ff - mark BROKEN
- will try to fix in current revision (pugs)
2007-08-03 07:05:32 +00:00
Tilman Keskinoz
6031db5ce7 Fix build on 64bit platforms 2007-08-02 12:51:07 +00:00
Max Khon
2e57b3044e Remove fsf-funding.7, gfdl.7 and gpl.7 manpages (as all other gcc* ports do). 2007-08-01 14:58:44 +00:00
Jimmy Olgeni
cde3e8d520 Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).
PR:		ports/114022
Submitted by:	benno
2007-07-31 21:22:04 +00:00
Martin Matuska
cd70c2c96a - Add USE_XORG=xext
- Add xorg-related CONFIGURE_ARGS
- Bump PORTREVISION

Approved by:	garga (mentor, implicit)
2007-07-31 21:03:29 +00:00
Tilman Keskinoz
3bf0396838 Fix build on 64bit platforms 2007-07-31 18:05:33 +00:00
Alexander Botero-Lowry
923bd8b2f8 - use PORTUPGRADE_CMD instead of PORTUPGRADE so as not to confict with the
portupgrade env variable

Pointed out by:	Miroslav Lachman <000.fbsd@quip.cz>
2007-07-31 16:28:32 +00:00
Tilman Keskinoz
8c678c2cfa Mark DEPRECATED and set an EXPIRATION_DATE
PR:		115061
Submitted by:	Karel Miklav <karel@lovetemple.net>
2007-07-31 12:01:03 +00:00
Pav Lucistnik
244efa3322 - Package man pages
Reported by:	pointyhat
2007-07-31 10:57:12 +00:00
Andrew Pantyukhin
832f1c0b76 - Update to 2.1.2 2007-07-31 07:53:53 +00:00
Pav Lucistnik
b77d390c15 - Cleanup docsdir
Reported by:	pointyhat
Pointy hat to:	nemoliu
2007-07-30 18:07:50 +00:00
Martin Matuska
51738bce77 - Unbreak by removing check for unused X11/Intrinsic.h
- Reorganize post-patch for better readability

Approved by:	garga (mentor, implicit)
2007-07-30 15:03:09 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Kris Kennaway
789411caa0 BROKEN: Segfault during build 2007-07-28 22:31:18 +00:00
Gerald Pfeifer
12270bbd80 Update to the 20070727 snapshot of GCC 4.3.0. 2007-07-28 16:25:26 +00:00
Michael Johnson
12bc2397ac Update to 0.1.2 2007-07-28 15:56:21 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Oliver Braun
371a67994b make fetchable, update WWW
PR:		ports/114637
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-07-27 21:54:30 +00:00
Martin Wilke
21c3a353de - Update to 1.0.8
PR:		114909
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
2007-07-26 11:53:07 +00:00
Max Khon
ff980638b4 Reorder CATEGORIES so that PKGORIGIN is generated correctly. 2007-07-26 03:26:47 +00:00
Max Khon
944a74aac7 Fix build on EMT64T: add --disable-shared for this platform as recommended
in README.LLVM.
2007-07-25 20:17:36 +00:00
Max Khon
0d3eb7bc3f - Add missing dependency on llvm
- Remove debugging garbage
2007-07-25 19:08:15 +00:00
Max Khon
e529eb5f66 New port: llvm-gcc4
lvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.

By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.

Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.
2007-07-25 18:56:38 +00:00
Pav Lucistnik
245ea6e4b1 - Fix typo IA32_BINART_PORT -> IA32_BINARY_PORT
Spotted by:	Scot Hetzel <swhetzel@gmail.com>
2007-07-25 08:18:14 +00:00
Alex Dupre
86b2339724 Add support for firebird2 in pdo_firebird extension. 2007-07-25 07:19:18 +00:00
Mark Linimon
8e67ddf7bf Switch firebird dependency from hardcoding to USE_FIREBIRD. This switches
the default to v2 and thus fixes some packages on pointyhat.

Hat:		portmgr
2007-07-25 06:35:04 +00:00
Tong LIU
849bee643d - update to 1.0
Approved by:	delphij (mentor)
2007-07-25 02:34:31 +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
Rong-En Fan
671f8b31fb - Announce --mandir and --infodir in configure --help so it won't fail
when we pass them for GNU_CONFIGURE

PR:		ports/111470
Approved by:	portmgr
Tested by:	pointyhat exp run
2007-07-23 09:23:53 +00:00
Pav Lucistnik
237e002096 - Mark jdk11 / jdk12 ports for removal in 1 month
Inspired by:	glewis
With hat:	portmgr
2007-07-22 00:59:43 +00:00
Gerald Pfeifer
4c4cd0d517 Update to the 20070709 snapshot of GCC 4.1.3 and remove optional support
for the Fortran frontend (and thus the obsolete WITH_FORTRAN option).
2007-07-22 00:16:43 +00:00
Gerald Pfeifer
ba3e11610e Update to the 20070720 snapshot of GCC 4.3.0. 2007-07-21 18:59:38 +00:00
Mark Linimon
18f405e5b2 Start the deorbit burn of emacs20 and dependent files. They are antiquated.
Discussed with: various emacs maintainers
Hat:            portmgr
2007-07-19 09:30:52 +00:00
Lev A. Serebryakov
2d2c2b59ae Source tarball was replaced by author.
Changes are: new makedepend.sh, some clean-ups in makefiles.
2007-07-18 08:38:15 +00:00
Thierry Thomas
2cd8ba9190 Upgrade to 1.0.19.
Changelog at <http://gambas.sourceforge.net/changelog.html>.
2007-07-17 20:43:44 +00:00
MANTANI Nobutaka
a5eda4c055 Make EMACS_PORT_NAME overridable. 2007-07-16 10:21:58 +00:00
Maho Nakata
6b51156fbf Pass the maintainership to M. L. Dodson. 2007-07-16 04:09:38 +00:00
Wes Peters
c8ff974cb0 Fix the OSVERSION check so it will actually be defined.
Submitted by:	Pav Lucistnik <pav@FreeBSD.org>
2007-07-16 03:09:31 +00:00
Wes Peters
60cf89a0c0 Cram deprecation of this port down the throats of 7.x users. 2007-07-15 18:57:52 +00:00
Stanislav Sedov
61a4eaf412 - Delete rb_thread_status prototype from public header, since it causes
problems with some extensions. This also had been fixed in upsteam CVS.
- Bump portrevision.

Reported by:	many
2007-07-15 09:39:06 +00:00
Gerald Pfeifer
491c1c9c09 Update to the 20070713 snapshot of GCC 4.3.0. 2007-07-15 05:36:39 +00:00