Commit graph

6403 commits

Author SHA1 Message Date
Ying-Chieh Liao
7b4573d008 fix build on releng_4 2006-08-07 09:58:42 +00:00
Rong-En Fan
e034601696 - Chase shlib versioning of lang/spidermonkey, patch from Andrew Pantyukhin
PR:		ports/101561
Submitted by:	Dominic Mitchell <dom at happygiraffe.net> (maintainer)
2006-08-07 09:10:57 +00:00
Ion-Mihai Tetcu
1bfe402647 Add USE_OCAML_WASH hack to allow ocaml ports delete shared ocaml dirs on
uninstall. Required when installed to non-standard prefix.

PR:		ports/101525
Submitted by:	Stanislav Sedov (maintainer)
2006-08-07 06:55:27 +00:00
Maho Nakata
accf890584 * enabling gtk as default awt peer
* setting java.home property
* use cairo backend

Approved by:	gerald (implicit)
2006-08-07 06:09:43 +00:00
Xin LI
62a8de4cc4 Update to php 4.4.3:
* Disallow certain characters in session names.
    * Fixed a buffer overflow inside the wordwrap() function.
    * Prevent jumps to parent directory via the 2nd parameter of the tempnam() function.
    * Improved safe_mode check for the error_log() function.
    * Fixed cross-site scripting inside the phpinfo() function.
    * Fixed offset/length parameter validation inside the substr_compare() function.
    * Upgraded bundled PCRE library to version 6.6
    * Over 20 various bug fixes.

Approved by:	ale's vacation
2006-08-07 03:27:15 +00:00
Rong-En Fan
80359d9813 - Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.
- Fix BROKEN message to pet portlint(1)
- Use DATADIR

PR:		ports/101446
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-07 03:22:37 +00:00
Boris Samorodov
f76141e4cd Broken on 4.x: does not extract (both bzip2 and tar.gz sources are used)
Reported by:	krismail
Approved by:	netchild (mentor, implicit)
2006-08-06 20:23:58 +00:00
Joseph Koshy
02e454d15d - Honor CC, CFLAGS etc. [1]
- Use BSD_INSTALL_* macros to install files.	[1]
- Make the port PREFIX clean.

PR:		ports/101398	[1]
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-08-06 10:53:54 +00:00
Stefan Walter
34640f3905 - Fix permissions of installed files. [1]
- Use PKGNAMEPREFIX. [1]
- Fix dependency on javavmwrapper.

PR:		100963 [1]
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru> [1]
Approved by:	arved (mentor)
2006-08-06 07:23:35 +00:00
Andrew Pantyukhin
724636363e - Bump portrevision for the previous update
- INSTALLS_SHLIB -> USE_LDCONFIG
- Beautify master sites
2006-08-05 18:37:14 +00:00
Andrew Pantyukhin
a0dc8a9e44 - Install a versioned lib
Approved by:	citric@cubicone.tmetic.com (maintainer timeout, 16 days)
2006-08-05 18:19:38 +00:00
Cheng-Lung Sung
c03db7e61f - Remove RUBY_DOCDIR as well
PR:		ports/101350
Submitted by:	maintainer (Stanislav Sedov)
2006-08-05 13:22:36 +00:00
Cheng-Lung Sung
7d97341be0 - Deinstall RUBY_DOCDIR as well
PR:		ports/101347
Submitted by:	maintainer (Stanislav Sedov)
2006-08-05 13:22:04 +00:00
Ion-Mihai Tetcu
538f12fb8c - support non-standard prefix
- fix some plist issues

Submitted by:	maintainer (via private email)
2006-08-04 14:22:50 +00:00
Rong-En Fan
9867961518 - Update to 1.2.2
- Unbrake on all platforms
- Use tk8.4 instead of tk8.3
- Fix bug with abort2 function
- Fix installed files's permissions
- Use PORTDOCS macro

Some notes from maintainer:
1) Due to some GC/Sather bugs we need specific options to compile GC.
   To achive this i compile GC separately and link it statically. I've
   not include it in dependencies to not bother user with GC's OPTIONS.
2) Port can be build currently only against non-threaded Tk/Tcl library.
   Don't know currently how to investigate this since there are no way to
   find if Tk build with or without threads. Furthermore, tk and tk-threads
   are mutually exclusive. Linking agains static Tk is bogus...

PR:		ports/100964
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
2006-08-04 14:12:41 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Erwin Lansing
7209d09264 Mark BROKEN: does not package 2006-08-04 08:37:17 +00:00
Hye-Shik Chang
1e199b4c5b Add checksums for Python 2.5b3 and remove old checksums for pre-alpha
versions.
2006-08-04 06:39:10 +00:00
Hye-Shik Chang
ae152aa766 Update python-devel to 2.5b3. 2006-08-04 06:37:06 +00:00
Boris Samorodov
99dc16658c The GNU Ada compiler system built from GCC 3.4.6.
PR:		99993
Submitted by:	Karel Miklav <karel@lovetemple.net>
Approved by:	netchild (mentor, implicit)
2006-08-03 20:25:08 +00:00
Cheng-Lung Sung
2ae633b5de - unbreak
- adding some files into pkg-plist
2006-08-03 02:48:29 +00:00
Ion-Mihai Tetcu
92f54efd68 - Add support for threaded Tk by passing PTHREAD_LIBS to configure in -tklibs
swith. This allows build with threaded Tk (otherwise configure fails to use
  Tk). Also depend on threaded Tk by default in case of THREADS support - with
  non-pthread tk library it will not be stable enough
- Add OPTIONS
- Enable builds of non-threaded targets
- Depend on X in case if X is installed, since configure does this by default.
- Rename patchfiles to make portlint happy
- Eliminate the number of reinplace patterns (remove duplicates, optimize)
- Move manpage list in the separate files
- Pass pthread flags to compiler (PTHREAD_CFLAGS/LIBS safety)
- Remove some ugly hacks on setting permissions etc (eliminated by setting
  correct permission in COPY_TREE macros)
- Eliminate duplicate entries in PLIST in case of unstalling optimized binaries,
  also optimize this part
- Remove unused PLIST_SUB variable
- Miscelanios cleanups in Makefile
- Pass maintainership to submitter

The following files was added:
- files/man1
- files/manlinks
- files/mann
- files/patch-camlp4-man_Makefile
- files/patch-camlp4_lib_Makefile
- files/patch-ocamldoc_Makefile
- files/patch-stdlib_Makefile

I removed the following files:
- files/patch-camlp4-man::Makefile
- files/patch-camlp4::lib::Makefile
- files/patch-ocamldoc::Makefile
- files/patch-stdlib::Makefile

Also add bsd.ocaml.mk until it will be included in Mk/

PR:		ports/101122
Submitted by:	Stanislav Sedov
2006-08-02 14:00:20 +00:00
Rong-En Fan
c7463178bc - Update to 0.19
- Update WWW

PR:		ports/101163
Submitted by:	Masanori OZAWA <ozawa at ongs.co.jp> (maintainer)
2006-08-02 04:16:41 +00:00
Ying-Chieh Liao
94fb889de9 add p5-v6-alpha 0.011
An experimental compiler for Perl 6
2006-08-01 02:32:22 +00:00
Ying-Chieh Liao
3f5cb7c81c add p5-Pugs-Compiler-Rule 0.12
Compiler for Perl 6 Rules
2006-08-01 01:39:58 +00:00
Gerald Pfeifer
518884b4c5 Update to the 20060729 snapshot of GCC 4.2.0. 2006-07-31 05:35:03 +00:00
Gerald Pfeifer
519a1dafa1 Update to the 20060728 snapshot of GCC 4.1.2. 2006-07-31 05:31:41 +00:00
Martin Wilke
3b5c3ef947 - Fix file permissions
- Use DATADIR macro

PR:		ports/100966
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-30 20:59:29 +00:00
Martin Wilke
a296858900 - Fix file permissions
PR:		ports/100960
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-30 20:57:30 +00:00
Martin Wilke
8cd5162190 - Fix file permissions
- Makefile cleanup

PR:		ports/100968
Submitted by:	Stanislav Sedov <ssedon(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-30 20:51:59 +00:00
Sergey Matveychuk
331546a499 - Fix last discovered security vulnerabilities.
VuXML id:	76562594-1f19-11db-b7d4-0008743bf21a
2006-07-30 09:55:21 +00:00
Martin Wilke
0c2d9e22a0 - Pass maintainership to submitter
- Update to 0.4.1

PR:		ports/100927
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-29 21:55:50 +00:00
Martin Wilke
5fdf8e12dc Various examples for the Objective Caml compiler and programming environment.
WWW:    http://caml.inria.fr/ocaml/

PR:		ports/100932
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-29 21:48:14 +00:00
Martin Wilke
f4a082ab55 - Add OPTIONS dialog
- Split message for users from Makefile to pkg-message
- Bump PORTREVISION

PR:		ports/100894
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor), maintainer
2006-07-29 20:48:49 +00:00
Martin Wilke
1698d3e353 - Update to 0.6.7
- Pass maintainership to submitter
2006-07-29 20:36:35 +00:00
Martin Wilke
a7ed23ba92 - Fix pkg-plist
PR:	        ports/100866
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-29 19:56:55 +00:00
Martin Wilke
01b4080f66 - Update to 5.6.16
PR:		ports/100829
Submitted by:	Gerhard Gonter <g.gonter(at)ieee.org>
Approved by:	krion (mentor)
2006-07-29 19:27:43 +00:00
Alejandro Pulver
f58198529a - Update to version 20060325.
- Don't reinstall system headers (causes pkg-plist changes between different
  FreeBSD versions).
2006-07-29 17:17:05 +00:00
Ying-Chieh Liao
157fa4e20e upgrade to 5.1.1 2006-07-29 03:30:21 +00:00
Jose Alonso Cardenas Marquez
c8f8bcdfe0 - Added post-extract on Makefiles.units. It remove the svn directories from
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file

Approved by:	garga (mentor)
2006-07-29 02:48:26 +00:00
Rong-En Fan
334c3f822a - Update to 0.24
- Pass maintainership to submitter

PR:		ports/100929
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-29 01:56:31 +00:00
Thierry Thomas
faaf5c9d38 - Remove the ancient pkg-plist: this port does not install f2c, and it
may be confusing;

- Use PLIST_FILES;

- Switch PREFIX / LOCALBASE.
2006-07-28 21:52:44 +00:00
Alejandro Pulver
88c43ff51a - Forgot to bump PORTREVISION because of the changes in the last commit. 2006-07-28 20:39:54 +00:00
Alejandro Pulver
fa17190ae5 - Fix building on FreeBSD 7.x [1].
- Install GCC utilities needed by GPC (doesn't work if base system GCC isn't
  the same as the one used to build GPC) [2].
- Don' change the default GCC installation directory hierarchy, but avoid
  possible conflicts with other GCC compilers by prepending a "gpc" directory
  after ${PREFIX}.

Reported by:	linimon [1], "L. S. Colby" <ls.colby@gwirynybyd.com> [2]
2006-07-28 20:37:09 +00:00
Rong-En Fan
aee1d670ec - Update to 3.2.7
- Pass maintainership to submitter

PR:		ports/100925
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-28 15:38:30 +00:00
Thierry Thomas
31ebb4ed64 Add a missing run dependence on ocamlfind. 2006-07-27 13:12:18 +00:00
Ion-Mihai Tetcu
2abba14b1d Update to 0.9.15
PR:	ports/100907
Submitted by:	NIIMI Satoshi (maintainer)
2006-07-27 11:17:34 +00:00
Vanilla I. Shu
867bb65a86 Upgrade to 0.7.1. 2006-07-27 09:40:30 +00:00
Mark Linimon
de838d8bc7 Mark as broken on -current. 2006-07-26 06:12:03 +00:00
Mark Linimon
aa4301615c Mark broken on current. 2006-07-26 06:08:58 +00:00