Commit Graph

82154 Commits

Author SHA1 Message Date
Kris Kennaway
218656ddba Utilize INFO and bump PORTREVISION. 2003-08-16 10:07:08 +00:00
Dmitry Sivachenko
620f802c8e Utilize INFO variable. 2003-08-16 10:01:54 +00:00
Kris Kennaway
3865fee43a Utilize INFO and bump PORTREVISION. 2003-08-16 09:53:04 +00:00
Dmitry Sivachenko
8f76b13706 Utilize INFO;
Minor whitespace nit.
2003-08-16 09:51:20 +00:00
Kris Kennaway
86f508eda7 Utilize INFO and bump PORTREVISION 2003-08-16 09:40:30 +00:00
Kris Kennaway
329c19b3a9 Utilize INFO and bump PORTREVISION. 2003-08-16 09:38:10 +00:00
Dmitry Sivachenko
b1f6d650e5 Utilize xfce category. 2003-08-16 09:35:30 +00:00
Kris Kennaway
b0e9360f7c Utilize INFO. The pkg-plist still appears to be broken. 2003-08-16 09:30:28 +00:00
Kris Kennaway
92a1cb6ebf Utilize INFO, fix and sort pkg-plist, and bump PORTREVISION. 2003-08-16 09:21:42 +00:00
Kris Kennaway
36bd6e8245 Bump PORTREVISION for previous 2003-08-16 09:20:46 +00:00
Kris Kennaway
dad75ecd48 Bump PORTREVISION for previous commit 2003-08-16 09:19:59 +00:00
Mathieu Arnold
7bd7cbe806 Update my ports to use my @FreeBSD.org address
Approved by:	demon (mentor)
2003-08-16 09:13:44 +00:00
Kris Kennaway
474e697628 Utilize INFO 2003-08-16 09:12:50 +00:00
Kris Kennaway
f0f3460bc6 Utilize the new INFO variable 2003-08-16 09:04:59 +00:00
Jun Kuriyama
0e4ce79901 o Fix not to define "freebsd[234]" definition on freebsd5 environment.
o Fix related patch to fit freebsd5 environment.
o Implement tcp.tcpCurrEstab to return correct value.

PR:		ports/54551
Submitted by:	sub_0@netcabo.pt
2003-08-16 08:53:52 +00:00
Kris Kennaway
361fe2db06 New INDEX for 4.x, with 9037 ports. 2003-08-16 08:15:50 +00:00
Sergey A. Osokin
cbc0e38b64 Fix user id needed to run port on RELENG_4:
maintainer just forgot to update the README.

Submitted by:	Marco Molteni <molter@tin.it>
Approved by:	Dominic Marks <dom@wirespeed.org.uk> (maintainer)
PR:		55464

Also special thanks to ceri for his "Adding to
audit trail, from misfiled PR" :-)
2003-08-16 08:11:45 +00:00
Gerald Pfeifer
7cd66574b6 Upgrade to the 20030813 snapshot of Wine. 2003-08-16 07:38:59 +00:00
Oliver Lehmann
ca82ecd052 Start using the new xfce sub-category 2003-08-16 07:03:34 +00:00
Kris Kennaway
86a80c2806 Reset bouncing maintainer address.
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-16 06:27:02 +00:00
Akinori MUSHA
cad75b6dd3 Update to 0.1.3. 2003-08-16 06:10:17 +00:00
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