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

7928 Commits

Author SHA1 Message Date
Cheng-Lung Sung
611975a1e2 - update to 1.17 2006-01-30 14:15:02 +00:00
Edwin Groothuis
7dff5ed13e SHA256ify
APproved by: krion@
2006-01-30 10:33:46 +00:00
Edwin Groothuis
5b6eb4bd16 SHA256ify
Approved by: krion@
2006-01-30 10:31:00 +00:00
Edwin Groothuis
c03427c13f - SHA256ify
- remove double SIZE entry for kipi-plugins
2006-01-30 10:23:34 +00:00
Edwin Groothuis
fbb0bbc805 SHA256ify as much as possible (other files are MIA)
Approved by: krion@
2006-01-30 10:17:12 +00:00
Edwin Groothuis
5bb9484132 SHA256ify
Approved by: krion@
2006-01-30 10:11:32 +00:00
Anton Berezin
9ab2a1f4e5 Update to 0.40. 2006-01-30 06:50:18 +00:00
Yoichi NAKAYAMA
e49c8e482f Update URL
Submitted by:	Yoshihiko Sarumaru
2006-01-29 22:49:17 +00:00
Tilman Keskinoz
50b89a157d Mark this port IGNORE, it requires the Togl module of py-opengl which
is not installed by the py-opengl port since 2004-05-13 (because it does
not work with tk-8.4)

Since the MASTER_SITE is down, mark it DEPRECATED and set an
EXPIRATION_DATE.

PR:		92283
Reported by:	markzero <m@darklogik.org>
2006-01-29 17:16:39 +00:00
Pav Lucistnik
7a67762717 - Update PATCH_SITES and WWW
PR:		ports/92505
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
2006-01-29 16:25:33 +00:00
Pav Lucistnik
529b48dc7e - Update URL
PR:		ports/92504
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
2006-01-29 16:21:27 +00:00
Alexander Leidinger
b0875c48b7 This port has an incorrect plist when built with WITHOUT_NLS=1 and
gettext not present. Since there's no configure switch to make
WITHOUT_NLS=1 work, depend upon gettext unconditionally.

Noticed by:	dosirak/kris
2006-01-29 14:39:25 +00:00
Pav Lucistnik
4fd0fd121e - Update to 0.991
PR:		ports/92471
Submitted by:	Dominik Brettnacher <domi@saargate.de> (maintainer)
2006-01-29 12:16:30 +00:00
Thierry Thomas
11953a51e6 Chase a silent update.
No need to bump PORTREVISION, the only change is:

diff -urN dx-4.4.0.orig/src/exec/dpexec/compile.h dx-4.4.0/src/exec/dpexec/compile.h
--- dx-4.4.0.orig/src/exec/dpexec/compile.h     Tue Jan 10 00:39:11 2006
+++ dx-4.4.0/src/exec/dpexec/compile.h  Tue Jan 24 21:43:12 2006
@@ -5,5 +5,5 @@
 /* This code licensed under the                                        */
 /*    "IBM PUBLIC LICENSE - Open Visualization Data Explorer"          */
 /***********************************************************************/
-#define EX_COM_DATE "Mon Jan 9 16:39:11 MST 2006"
-#define EX_COM_HOST "Darwin beaverhead 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc"
+#define EX_COM_DATE "Tue Jan 24 13:43:12 MST 2006"
+#define EX_COM_HOST "Darwin beaverhead 8.4.0 Darwin Kernel Version 8.4.0: Tue Jan 3 18:22:10 PST 2006; root:xnu-792.6.56.obj~1/RELEASE_PPC Power Macintosh powerpc"

Noticed by:	Ion-Mihai Tetcu <itetcu (at) people.tecnik93.com>
2006-01-29 09:22:38 +00:00
Tim Bishop
657ab564a5 - Update to 6.1.6 2006-01-28 23:02:59 +00:00
Michael Nottebrock
55a28c1664 Don't USE_SLEDGEHAMMER=GCC-3.4 on 4.x when removing an unsupported warning
option from configure's CFLAGS lets this build with gcc 2.95 just fine.

While here, increase the chance of this working on alpha by making the
addition of -mieee not exclusive to *alpha*-*-linux*.
2006-01-28 21:51:10 +00:00
Kris Kennaway
394df85084 BROKEN on amd64 and sparc64: Does not compile 2006-01-28 21:15:22 +00:00
Thierry Thomas
96f5da4ab3 Chase opendx upgrade to 4.4.0. 2006-01-28 21:03:27 +00:00
Thierry Thomas
209a6307b2 - Upgrade to 4.4.0;
- Add support of science/cdf;

- Add support of JavaDX;

- Options seems uncompatible with USE_JAVA, remove it.
2006-01-28 21:01:47 +00:00
Thierry Thomas
78e82ab5c9 This jar file comes from Computer Associates / SGI Cosmo Player.
It contains classes to support VRML.

It is used by OpenDX / JavaDX.
2006-01-28 20:58:57 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Michael Johnson
8cddd2562e - Update to 0.9
- Change the way PORTDOCS are handled [1]
  o Don't use doxygen anymore since everything is already there.
  o Don't use PORTDOCS= * since it dies since there are so many portdocs

PR:		ports/91781
Submitted by:	lofi
2006-01-28 01:21:26 +00:00
Mark Linimon
739e564b8c Replace the dangerous .error with IGNORE. 2006-01-27 09:38:34 +00:00
Cheng-Lung Sung
1370cd018a - Update to 2.30
PR:		ports/92295
Submitted by:	clsung
Approved by:	maintainer
2006-01-27 07:59:55 +00:00
Mark Linimon
95dda47e21 USE_MESA has been removed from bsd.port.mk. 2006-01-27 05:41:43 +00:00
Michael Johnson
c111c7a28d - Update to 1.0b5 2006-01-26 22:35:00 +00:00
Renato Botelho
3a5a8dff7b - Fix WWW line
PR:		ports/90976
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (30 days)
2006-01-26 15:29:45 +00:00
Renato Botelho
2b52792375 - Mark it as DEPRECATED, master site disapeared since 2004
- Set an EXPIRATION_DATE

PR:		ports/91016
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (27 days)
2006-01-26 14:46:23 +00:00
Kris Kennaway
edd2090dce Don't attempt to remove system directory 2006-01-26 04:17:39 +00:00
Dejan Lesjak
12acad74b9 Add a patch to include a missing header. This fixes coredump when trying
to insert a picture.

PR:		ports/92222
Submitted by:	Steven G. Kargl ( kargl at troutmask.apl.washington.edu )
2006-01-25 20:35:19 +00:00
Marcus Alves Grando
1bd23c6664 - Fix when WITHOUT_X11 is set
- Bump PORTREVISION

PR:		92274
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
2006-01-24 18:32:15 +00:00
Pav Lucistnik
dedfeb6928 - Fix runtime; new_string prototype was not defined
PR:		ports/92223
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
2006-01-24 15:11:08 +00:00
Pav Lucistnik
f5992a25f1 - Record dependency on iconv
Reported by:	krismail
2006-01-24 08:29:42 +00:00
Pav Lucistnik
fecb2f131a - Update to 0.99
PR:		ports/92217
Submitted by:	Dominik Brettnacher <domi@dominik.saargate.de> (maintainer)
2006-01-23 20:52:22 +00:00
Thierry Thomas
6f68485987 Don't override run-autotools target, this is not necessary with the new
bsd.autotools.mk.

Submitted by:	Igor Pokrovsky <ip (at) doom.homeunix.org> (maintainer)
2006-01-23 20:24:00 +00:00
Pav Lucistnik
7c0d12165f - Update to 8.00
PR:		ports/92158
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
Approved by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2006-01-23 15:26:09 +00:00
Tim Bishop
63a65bace9 - Unbreak; fix pkg-plist
PR:		92196
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2006-01-23 14:55:42 +00:00
Alex Dupre
bac307c614 Update to 1.20.2 release:
- Mark broken with PHP5
2006-01-23 07:23:23 +00:00
Kris Kennaway
f450a68eb0 BROKEN on ia64 too 2006-01-23 03:34:48 +00:00
Thierry Thomas
38fc40e4d0 GePhex is an interactive effect system for video jockeys. The effects
can be controlled with external devices like joysticks, web-cams, or
midi-devices. New effects can be designed in a GUI (Graphical User
Interface) by composing basic effects into more complex ones.

WWW:	http://www.gephex.org/

PR:		ports/7359
Submitted by:	Igor Pokrovsky <ip (at) doom.homeunix.org>
2006-01-22 13:43:46 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Vanilla I. Shu
4008c7e23f Fix pkg-plist.
Obtained from:	kris@
2006-01-22 02:41:04 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Dejan Lesjak
cfedb2f0e8 Explicitly create directory to install files in.
Remove directories no longer part of mtree.
2006-01-21 19:35:28 +00:00
Dejan Lesjak
0b1dcd5028 Fix breakage after X.Org upgrade to 6.9:
A macro that helps gcc4 checking of sentinels was introduced in Xlib.h,
Intrinsic.h and IntrinsicI.h and is defined in Xfuncproto.h. Apparently
the sequence of including these X headers is not quite like this port
would want it to be so the macros don't get expanded. Workaround this by
adding them to CFLAGS as they would be for not-gcc4 case.
2006-01-21 19:15:29 +00:00
Dejan Lesjak
97e24935c1 Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case. 2006-01-21 18:55:31 +00:00
Dejan Lesjak
627b13b9fb Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
2006-01-21 18:55:08 +00:00
Sergey Matveychuk
3aaea2c0d1 - Fix SONAME
PR:		ports/92095
Submitted by:	maintainer
2006-01-21 16:57:02 +00:00
Markus Brueffer
48155d33d1 - New projectsite: Change mastersite and WWW accordingly
- Add SHA256

Submitted by:	fenner
2006-01-21 12:21:54 +00:00