1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

82133 Commits

Author SHA1 Message Date
Joe Marcus Clarke
bd7d1808e5 Update to 0.51b2.
Submitted by:	maintainer
2003-08-16 06:06:14 +00:00
Maho Nakata
f85d822d33 path for file in this patch was wrong. 2003-08-16 06:03:19 +00:00
Maho Nakata
28f21f5f7d a) sysui/oounix/office/gnome/gnomeint seems to be desappeared.
b) *everywhere* we do not need virtual framebuffer!
2003-08-16 05:58:52 +00:00
Joe Marcus Clarke
38c52c07aa Update to 0.14.0.95.
PR:		55618
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2003-08-16 03:08:38 +00:00
Yen-Ming Lee
a4214ac011 update to 20030813.
PR:		55525
Submitted by:	SHIOZAKI Takehiko <st@be.to>
2003-08-16 02:39:36 +00:00
Kris Kennaway
219dd6fe54 New INDEX for 5.x, with 9036 ports (37 fewer than last time due to
the recent reaping spree)
2003-08-16 01:56:43 +00:00
Maho Nakata
55757c281c Make this patch up-to-date 2003-08-15 23:54:41 +00:00
Edwin Groothuis
06a66651cd make net/sniffit buildable again on sparc64 (and others maybe too)
noticed by: bento/kris
2003-08-15 23:13:46 +00:00
Maho Nakata
40fd81b27e Remarked as broken since it doesn't install.
Pointy hat to: maho
2003-08-15 23:03:05 +00:00
Kris Kennaway
fa265e906d Add empty subdir makefiles for the new dns and polish categories. These
are not yet hooked up to ports/Makefile because INDEX builds break when
there are empty category subdirectories.
2003-08-15 22:59:37 +00:00
Kris Kennaway
e549c662d1 * r1.455 introduced a change that uses su(1) to install the port if
built by non-root.  However, sometimes it is desirable to install the
  port as a non-privileged user.  Introduce the INSTALL_AS_USER variable
  to specify this behaviour. [1]

* Change SU to SU_CMD to allow other su-like commands to be used to
  perform the privilege escalation when installing as non-root
  (e.g. sudo) [2]

* Add support for USE_GCC=3.3 and 3.4 [3]

* Add support for the dns [4] and polish [5] categories, and the xfce
  virtual category [6]

* Use the pkg_install port on systems older than OSREVISION=460102, so
  they have the benefits of the advanced install/deinstall logic. [7]

PR:		ports/55091 [1], ports/55308 [3], ports/50444 [4],
		ports/53797 [5]
Submitted by:	dinoex [1], fjoe [2], Ulrich Spoerlein <q@uni.de> [3],
		Kimura Fuyuki <fuyuki@hadaly.org> [4],
		Aleksander Fafula <alex@fafula.com> [5], oliver [6],
		marcus [7]
2003-08-15 22:57:58 +00:00
Maho Nakata
221d366d75 add --with-gxx-include-path especially for STLport,
and pass PTHREAD_CFLAGS, PTHREAD_LIBS for every compilation.

See http://www.openoffice.org/issues/show_bug.cgi?id=18062 for detail.
Obtained from Volker Quetschke
2003-08-15 22:39:12 +00:00
Maho Nakata
8a48e984cf If you do not need mozilla connectivity, this patch might help you.
(currently we do not use it and should be removed later)
Obtained from Volker Quetschke
2003-08-15 22:38:44 +00:00
Maho Nakata
00e082d93f /usr/include/sys/resource.h uses struct timeval in the definition of
struct rusage.  struct timeval is defined in /usr/include/sys/time.h,
but <sys/time.h> is not included in the <sys/resource.h> header file.
Obtained from Volker Quetschke
See http://www.openoffice.org/issues/show_bug.cgi?id=18065 for details.
reviewed: maho (for 4-STABLE and 5-CURRENT)
2003-08-15 22:37:43 +00:00
Kris Kennaway
eae866476f Reset bouncing maintainer address (delivery times out) 2003-08-15 22:37:36 +00:00
Maho Nakata
75b77255b8 workaround. not include pangox.aliases in the
installtion set (somehow?)
2003-08-15 22:36:56 +00:00
Maho Nakata
967a762714 THIRDPARTYLICENSEREADME.html is rested directory under html. 2003-08-15 22:36:24 +00:00
Maho Nakata
d32a5e2d09 The makefile.mk uses a ld to link the libraries, but ld fails to link with
-pthread. The correct sollution is to use $(LINK) which points to the
used gcc compiler. Unfortunately gcc doesn't understand --whole-archive and
--no-whole-archive. You have to use -Wl,-whole-archive and
-Wl,-no-whole-archive
instead. The following patch does this for FreeBSD, but maybe this should also
be done for the generic UNX case.
See http://www.openoffice.org/issues/show_bug.cgi?id=18064 for details.
Obtained from Volker Quetschke
2003-08-15 22:35:55 +00:00
Kris Kennaway
b74c656afa Reset bouncing maintainer address ("Host not found") 2003-08-15 22:34:01 +00:00
Maho Nakata
ae099aec7b Committed in the cws_srx645_ooo11rc3 CVS repo. 2003-08-15 22:33:40 +00:00
Maho Nakata
d072a29722 Now passes compilation for recent 4.8-STABLE and 5-CURRENT,
but still fails during/after the installtion :(

a) follow up to recent cvs checkout
  (cws_srx645_ooo11rc3, 2003/08/15)

b) Use gcc33 from ports for both 4 and 5.
   gcc-3.3 of 5-CURRENT seems to brake somewhere,
   and recent version of OOo hits some internal
   error of gcc-3.2.3.

c) remove --enable-gcc3, --with-os-version and --with-ant-home
   gcc3 is deprecated, os version and ant home should be
   detected automatically by configure(setting os version
   had been dangerous, since difference can be seen between
   /usr/include/osreldate.h and sysctl kern.osreldate)
   however nowadays it is not so dangerous)

d) add build dependency for Xft and gtk-2.0.
2003-08-15 22:32:21 +00:00
Dirk Meyer
62ed3cc513 - Fix path in last patch
Pointed out by: kris
2003-08-15 22:31:15 +00:00
Kris Kennaway
b89a8735ab Reset bouncing maintainer address ("Host not found") 2003-08-15 22:28:50 +00:00
Kris Kennaway
a9e4d4c309 Reset bouncing maintainer address ("User unknown") 2003-08-15 22:25:31 +00:00
Joe Marcus Clarke
b86405c1b6 Fix build on sparc64 by consolidating two lines into one.
Reported by:	bento via kris
2003-08-15 21:48:10 +00:00
Andrey A. Chernov
2b1cb1f349 Upgrade to 3.2.3 (fix for new gcc) 2003-08-15 19:40:42 +00:00
Dirk Meyer
7334b897a1 - Force binding with wish8.3, even if wish8.4 is installed.
- install and build, even if no DISPLAY is running
This will allow packages to be build on bento
2003-08-15 18:44:27 +00:00
Akinori MUSHA
71962265dc Add ruby-p4 (P4Ruby), Ruby interface to the Perforce API. 2003-08-15 18:40:47 +00:00
Andrey A. Chernov
2fe7c9bc09 Upgrade to 1.6.1
Spaces->tabs

Submitted by:   krion
2003-08-15 17:56:11 +00:00
Joe Marcus Clarke
12a8b0c085 Really fix the bug where portlint looks through COMMENT for direct command
usage.
2003-08-15 17:47:21 +00:00
Ceri Davies
450dc48405 o Correct the number of extra markers that we provide, according to pkg-descr
o Correct portlint warnings

PR:		ports/55332
Reviewed by:	adamw
2003-08-15 16:24:21 +00:00
Dirk Meyer
7f4bf1575f - revert default to tcl/tk83, leave tcl/tk84 as option 2003-08-15 16:08:10 +00:00
Sergey A. Osokin
3575667139 Update to 2.1.2. [1]
Add PLIST_SUB, that decrease diffs against libgphoto2
port in next update-time. [2]

Submitted by:	Jeremy Prior <jez@chagford.netcraft.com> [1],
		osa [2]
PR:		55602
2003-08-15 15:52:19 +00:00
Sergey A. Osokin
9a94eb01ab Fix ${MASTER_SITE_SUBDIR}
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
PR:		55607
2003-08-15 14:46:06 +00:00
Joe Marcus Clarke
0e7b38f18a Update to 0.67. 2003-08-15 14:33:36 +00:00
Joe Marcus Clarke
2ae679848d Update to 0.5. 2003-08-15 14:32:30 +00:00
Joe Marcus Clarke
7a21fe86cd Update to 0.13.2. 2003-08-15 14:32:13 +00:00
Greg Lewis
1b28bf39ee . Include <time.h> instead of doing a bogus declaration of time(3). This
should get the alpha closer to compiling.

Submitted by:	bento
2003-08-15 14:28:23 +00:00
Hye-Shik Chang
ca3ad95cad Update to 0.91 2003-08-15 13:23:51 +00:00
Alexander Leidinger
daaf1aa22e - Update to 7.1.025.
- Fix spelling of CONFLICTS [1].
- Add request for benchmark numbers [2].

Noticed by:	Andreas Schweitzer <Andreas.Schweitzer@hs.uni-hamburg.de> [1]
Discussed with:	Intel [2]
2003-08-15 13:00:08 +00:00
Martin Blapp
fc54edbdda Not needed anymore. 2003-08-15 12:48:50 +00:00
Martin Blapp
fb514feacc Upgrade to uade 0.80 final 2003-08-15 11:15:47 +00:00
Yen-Ming Lee
b070d4d051 - Update to 9.2.1
PR:		55579
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
2003-08-15 07:42:36 +00:00
Joseph Koshy
83a2f4da6c Unbreak build with GCC 3.3.1.
Submitted by:	Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
2003-08-15 07:29:04 +00:00
Joseph Koshy
7ad3fa1437 Fix build breakage with the GCC 3.3.1.
Submitted by:	Johannes 5 Joemann <joemann@beefree.free.de>
2003-08-15 07:24:45 +00:00
Joe Marcus Clarke
a519284c90 Update to 4.12. 2003-08-15 07:09:12 +00:00
Joe Marcus Clarke
7da7ee86c0 Fix the plist.
Submitted by:	maintainer
Reported by:	Sergey Akifyev <asa@gascom.ru>
2003-08-15 07:02:49 +00:00
Kris Kennaway
e8b3b22048 Mark IGNORE on 5.x: chkrootkit reports false positives
Inspired by:	Yet another "have I been hacked" email on questions@
2003-08-15 06:17:16 +00:00
Joe Marcus Clarke
0bd33bd673 * Add support for the new INFO macro
* Clean up some more Perl warnings
* Make sure all the MAN macros are printed in all uppercase
* Add perl, ruby, python, and the auto* tools to the list of direct
  commands [1]

PR:		55529 [1]
Submitted by:	Jens Rehsack <rehsack@liwing.de> [1]
2003-08-15 05:05:33 +00:00
Dirk Meyer
75420dee66 - apply patch from fearow@comcast.net 2003-08-15 04:53:58 +00:00