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

115093 Commits

Author SHA1 Message Date
Jun Kuriyama
89bdf4a409 It seems Kris marked as broken based on previous version (1.0.00.005).
I cannot reproduce plist breakage with current version.

Let's go without $BROKEN and see what happens.
2004-12-10 04:22:50 +00:00
Herve Quiroz
cb244af259 Update to version 1.0b7 2004-12-10 03:46:37 +00:00
Herve Quiroz
8b4f664184 Fix download URL
Reported by:    kris
2004-12-10 03:26:55 +00:00
Herve Quiroz
efd954f887 Fix download URL
Reported by:	kris
Submitted by:	Sander Vesik <sander.vesik@gmail.com>
2004-12-10 03:15:48 +00:00
Trevor Johnson
fa17266de8 Run chown during do-install rather than do-extract, so do-extract
will work for non-root users.  Use BINOWN and BINGRP macros.

Submitted by:	sf via linux-mozilla port
2004-12-10 02:22:14 +00:00
Trevor Johnson
3b4d8de31d Use chmod correctly. 2004-12-10 02:16:21 +00:00
Trevor Johnson
872f0752b7 I removed talkback.xpi from the list of distfiles for the interactive
build (because I doubt the error reports would be valuable) but
forgot to do so for batch builds, causing an error.

Reported by:	pointyhat log forwarded by kris, and sf
2004-12-10 02:12:08 +00:00
Trevor Johnson
45fc2a595c In order to fix the permissions on the extracted files as soon as
possible, run chmod right after unzipping each distfile, as before.

Approved by:  sf (carte blanche)
2004-12-10 02:06:12 +00:00
Ying-Chieh Liao
d0fdf95ebd requires perl 5.8 2004-12-10 02:06:08 +00:00
Kris Kennaway
cd82c91578 BROKEN: Incomplete pkg-plist 2004-12-10 01:12:08 +00:00
Kris Kennaway
0cd542f956 BROKEN: Incorrect pkg-plist 2004-12-10 01:10:52 +00:00
Kris Kennaway
0cb5e149ce Reset undeliverable maintainer address:
<daniel@freebsd.ro>: host b.mx.freebsd.ro[81.180.129.1] said: 553 sorry, that
    domain isn't in my list of allowed rcpthosts (#5.7.1) (in reply to RCPT TO
    command)
2004-12-10 01:09:40 +00:00
Michael Nottebrock
66a73977de Fix plist. 2004-12-10 00:12:00 +00:00
Michael Nottebrock
d9b801128f Fix plist.
PR: 74721
Submitted by: maintainer
2004-12-09 23:53:08 +00:00
Dirk Meyer
22cc591617 - mark IGNORE when procfs is not present 2004-12-09 23:50:28 +00:00
Michael Nottebrock
df96b84c24 Fix plist. 2004-12-09 23:43:17 +00:00
Dirk Meyer
6cd6064226 - mark BROKEN on alpha 2004-12-09 23:42:17 +00:00
Pav Lucistnik
e3467398da - Fix build with recent libggi on 4.x
Reported by:	krismail
2004-12-09 23:29:36 +00:00
Thierry Thomas
1108488eba Upgrade to latest snapshot. 2004-12-09 23:23:07 +00:00
Kirill Ponomarev
6dfeec716a Update to 11.18 2004-12-09 23:11:41 +00:00
Pav Lucistnik
0b3795dfcf - Starting from some point after FreeBSD 5.2.1, valgrind did not terminate
correctly, but got stuck in state ``umtx''. This was mentioned on the lists
  and in kern/68992 [closed], but I was never able to fix the problem.

  On FreeBSD >= 502120, the kernel's and valgrind's definition of
  UMTX_CONTESTED flag were out of sync, which is why valgrind did not terminate
  on these systems.

PR:		ports/74903
Submitted by:	Simon Barner <barner@gmx.de> (maintainer)
2004-12-09 23:08:41 +00:00
Greg Lewis
edc017dfd3 . Remove pointless (these ports all set NO_BUILD) BUILD_DEPENDS.
PR:		50114
Noticed by:	olgeni
2004-12-09 22:53:09 +00:00
Greg Lewis
3d68c0e160 . Remove incorrect EXTRACT_DEPENDS and incorrect and pointless (this port
sets NO_BUILD) BUILD_DEPENDS.

PR:		50114
2004-12-09 22:48:18 +00:00
Thierry Thomas
6dd190dc6c - Fix pkg_plist and unbreak;
- Define USE_LIBTOOL_VER;
- Bump PORTREVISION.

PR:		ports/74828
Submitted by:	maintainer.
2004-12-09 22:45:33 +00:00
Greg Lewis
d87e7e0e7c . Remove pointless (and incorrect) BUILD_DEPENDS. These ports all set
NO_BUILD.

PR:		50114
2004-12-09 22:43:31 +00:00
Kris Kennaway
8539774fcd IGNORE must not be quoted
Pointy hat to:	hq
2004-12-09 22:32:01 +00:00
Kirill Ponomarev
a5c3d398bd Add the changes just committed. 2004-12-09 22:05:12 +00:00
Michael Johnson
c4e25c84d9 Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations

Pointed out by:	kris
2004-12-09 21:58:18 +00:00
Kirill Ponomarev
21ee7168bc * Add new command macros: DATE, FMT, MKTEMP, OBJDUMP,
and use command macro SORT. [1]

* Clean up the comments, and use 4 column tabs everywhere. [2]

* Introduce 2 new variables: SUB_FILES and SUB_LIST. [3]

* Document DEPRECATED and EXPIRATION_DATE variables. [4]

* Sanitize the intermittent output by the build infrastructure
  so that cutting and pasting from it no longer interferes
  with GNATS-tags. [5]

* Honour configure arguments for USE_XLIB if USE/WITH_LIBTOOL_
  is used. [6]

* Properly document 'describe' target. [7]

* Fix pkg-plist handling for ports that set a non-standard
  PREFIX. [8]

* Defaults INDEXFILE to INDEX-6 on 6-CURRENT (600000). [8]

PR:		ports/62298 [1], ports/73633 [2], ports/67151 [3],
		ports/74310 [4]. ports/74758 [5], ports/74536 [6],
		ports/74710 [7], ports/74691 [8]
Submitted by:	eik [1], edwin [2], Florent Thoumie <flz@xbsd.org>,
		sem [4], vs [5], ahze [6], linimon [7], kris [8]
2004-12-09 21:44:48 +00:00
Greg Lewis
7ff7a829a9 . Note removal of devel/arch in favour of devel/tla.
PR:		69425
2004-12-09 21:44:44 +00:00
Greg Lewis
0a665c7735 . Remove devel/arch, it is an old version of devel/tla.
PR:		69425
Submitted by:	Sebastian Schulze Struchtrup <sebstruch@gmx.de>
2004-12-09 21:42:58 +00:00
Eric Anholt
e99b376eb5 Use the right MTREE_FILE, since we're not using USE_X_PREFIX. 2004-12-09 20:58:38 +00:00
Eric Anholt
c849c53774 Try to clean up this port's new directories on uninstall. 2004-12-09 20:57:14 +00:00
Michael Johnson
a0abae8f49 Fix plist by fixing the way EXTRA_SCRIPTS (bin/firefox.rb) is added to plist. 2004-12-09 20:26:22 +00:00
Michael Johnson
34fd254c76 - Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't have
a Athlon
- Fix man pages so they say ${PREFIX}/etc instead of /etc
- Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around
  to use a 16-byte aligned maloc by really using freebsd's 16-byte
  aligned maloc

Reported by:	phk
2004-12-09 19:21:04 +00:00
Sergey Matveychuk
9f9178ee21 Fix a problem with the pkg-plist which failed to remove some directories
when the port was deinstalled.

PR:		ports/74890
Submitted by:	maintainer
2004-12-09 18:13:01 +00:00
Sergey Matveychuk
2e6ecff829 Fix a problem with the pkg-plist which failed to remove some
directories when the port was deinstalled.

PR:		ports/74891
Submitted by:	maintainer
2004-12-09 18:07:40 +00:00
Sergey Matveychuk
64fba41a1c - Update to 2.0.34-test1
PR:		ports/74864
Submitted by:	maintainer
2004-12-09 18:01:11 +00:00
FUJISHIMA Satsuki
cda2e39bfc add knob to enable speed optimization.
(maintainer timeout for two weeks.)

Submitted by:	Ingmar Gebert <ingmar.gebert@uni-rostock.de>
2004-12-09 16:54:10 +00:00
Volker Stolz
d4d7c01b94 - Update to new version 1.0.6
- Add MASTER_SITE_SAVANNAH to MASTER_SITES

PR:		ports/74698
Submitted by:	maintainer
2004-12-09 16:46:03 +00:00
James E. Housley
f0a74542c6 Update to 4413 2004-12-09 16:00:57 +00:00
Archie Cobbs
08c5272ca2 Fix build failure: USE_JIKES is useless without USE_JAVA. 2004-12-09 15:57:03 +00:00
Sergey A. Osokin
97ae36bd73 Fix pkg-plist by fix PLIST_FILES variable typo.
Bump PORTREVISION.

Notice from:	dosirak via kris
2004-12-09 15:16:48 +00:00
Pav Lucistnik
ee4ec90809 Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible,
and arbitrarily granular control over log management and configuration. It is
modeled after the Java log4j API.

PR:		ports/74642
Submitted by:	Petri Totterman <petri.totterman@hmv.fi>
2004-12-09 15:13:20 +00:00
Kirill Ponomarev
09cb71b026 Insert space in include statement
Pointed out by:	kris
2004-12-09 15:01:33 +00:00
Volker Stolz
1995920028 Unbreak:
- Add dependency on bison
- build-fix on 4.X (me)

PR:		ports/74722
Submitted by:	maintainer
2004-12-09 14:43:22 +00:00
Herve Quiroz
2f1fd356e0 Update to version 0.6.0 2004-12-09 14:01:13 +00:00
Pav Lucistnik
d97a5613a9 - Even more backup sites
Submitted by:	Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
2004-12-09 13:46:10 +00:00
Herve Quiroz
a5d126f540 - Fix build: required JDK version is 1.4+ [1]
- Link API documention with Jaxen API and JDK Standard API, if installed
- Rephrase some statement to calm portlint

Reported by:	krion via pointyhat [1]
2004-12-09 13:43:09 +00:00
Pav Lucistnik
487872e2c3 - Add some sites I found with Google, as old master site don't have this
version anymore

Reported by:	pointyhat via krion
2004-12-09 13:33:55 +00:00