aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reset bouncing maintainer address.Kris Kennaway2003-08-169-9/+9
| | | | | | | Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=87025
* Update to 0.1.3.Akinori MUSHA2003-08-162-2/+2
| | | | Notes: svn path=/head/; revision=87024
* Update to 0.51b2.Joe Marcus Clarke2003-08-1611-35/+122
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=87023
* path for file in this patch was wrong.Maho Nakata2003-08-1617-187/+153
| | | | Notes: svn path=/head/; revision=87022
* a) sysui/oounix/office/gnome/gnomeint seems to be desappeared.Maho Nakata2003-08-1617-731/+85
| | | | | | | b) *everywhere* we do not need virtual framebuffer! Notes: svn path=/head/; revision=87021
* Update to 0.14.0.95.Joe Marcus Clarke2003-08-162-3/+2
| | | | | | | | PR: 55618 Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=87020
* update to 20030813.Yen-Ming Lee2003-08-162-3/+2
| | | | | | | | PR: 55525 Submitted by: SHIOZAKI Takehiko <st@be.to> Notes: svn path=/head/; revision=87019
* New INDEX for 5.x, with 9036 ports (37 fewer than last time due toKris Kennaway2003-08-161-1666/+1629
| | | | | | | the recent reaping spree) Notes: svn path=/head/; revision=87018
* Make this patch up-to-dateMaho Nakata2003-08-1517-901/+425
| | | | Notes: svn path=/head/; revision=87017
* make net/sniffit buildable again on sparc64 (and others maybe too)Edwin Groothuis2003-08-151-0/+11
| | | | | | | noticed by: bento/kris Notes: svn path=/head/; revision=87016
* Remarked as broken since it doesn't install.Maho Nakata2003-08-1517-17/+17
| | | | | | | Pointy hat to: maho Notes: svn path=/head/; revision=87015
* Add empty subdir makefiles for the new dns and polish categories. TheseKris Kennaway2003-08-152-0/+8
| | | | | | | | are not yet hooked up to ports/Makefile because INDEX builds break when there are empty category subdirectories. Notes: svn path=/head/; revision=87014
* * r1.455 introduced a change that uses su(1) to install the port ifKris Kennaway2003-08-151-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=87013
* add --with-gxx-include-path especially for STLport,Maho Nakata2003-08-1517-0/+1751
| | | | | | | | | | 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 Notes: svn path=/head/; revision=87012
* If you do not need mozilla connectivity, this patch might help you.Maho Nakata2003-08-1517-0/+289
| | | | | | | | (currently we do not use it and should be removed later) Obtained from Volker Quetschke Notes: svn path=/head/; revision=87011
* /usr/include/sys/resource.h uses `struct timeval` in the definition ofMaho Nakata2003-08-1517-0/+187
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=87010
* Reset bouncing maintainer address (delivery times out)Kris Kennaway2003-08-155-5/+5
| | | | Notes: svn path=/head/; revision=87009
* workaround. not include pangox.aliases in theMaho Nakata2003-08-1517-0/+357
| | | | | | | installtion set (somehow?) Notes: svn path=/head/; revision=87008
* THIRDPARTYLICENSEREADME.html is rested directory under html.Maho Nakata2003-08-1517-0/+136
| | | | Notes: svn path=/head/; revision=87007
* The makefile.mk uses a ld to link the libraries, but ld fails to link withMaho Nakata2003-08-1517-0/+187
| | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=87006
* Reset bouncing maintainer address ("Host not found")Kris Kennaway2003-08-151-1/+1
| | | | Notes: svn path=/head/; revision=87005
* Committed in the cws_srx645_ooo11rc3 CVS repo.Maho Nakata2003-08-1551-1003/+0
| | | | Notes: svn path=/head/; revision=87004
* Now passes compilation for recent 4.8-STABLE and 5-CURRENT,Maho Nakata2003-08-1534-731/+187
| | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=87003
* - Fix path in last patchDirk Meyer2003-08-152-4/+4
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=87002
* Reset bouncing maintainer address ("Host not found")Kris Kennaway2003-08-151-1/+1
| | | | Notes: svn path=/head/; revision=87000
* Reset bouncing maintainer address ("User unknown")Kris Kennaway2003-08-154-4/+4
| | | | Notes: svn path=/head/; revision=86999
* Fix build on sparc64 by consolidating two lines into one.Joe Marcus Clarke2003-08-151-5/+4
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=86998
* Upgrade to 3.2.3 (fix for new gcc)Andrey A. Chernov2003-08-153-21/+3
| | | | Notes: svn path=/head/; revision=86997
* - Force binding with wish8.3, even if wish8.4 is installed.Dirk Meyer2003-08-154-16/+44
| | | | | | | | - install and build, even if no DISPLAY is running This will allow packages to be build on bento Notes: svn path=/head/; revision=86996
* Add ruby-p4 (P4Ruby), Ruby interface to the Perforce API.Akinori MUSHA2003-08-155-0/+86
| | | | Notes: svn path=/head/; revision=86994
* Upgrade to 1.6.1Andrey A. Chernov2003-08-152-23/+23
| | | | | | | | | Spaces->tabs Submitted by: krion Notes: svn path=/head/; revision=86993
* Really fix the bug where portlint looks through COMMENT for direct commandJoe Marcus Clarke2003-08-154-10/+10
| | | | | | | usage. Notes: svn path=/head/; revision=86992
* o Correct the number of extra markers that we provide, according to pkg-descrCeri Davies2003-08-152-8/+6
| | | | | | | | | | o Correct portlint warnings PR: ports/55332 Reviewed by: adamw Notes: svn path=/head/; revision=86991
* - revert default to tcl/tk83, leave tcl/tk84 as optionDirk Meyer2003-08-152-1/+15
| | | | Notes: svn path=/head/; revision=86990
* Update to 2.1.2. [1]Sergey A. Osokin2003-08-155-52/+61
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=86989
* Fix ${MASTER_SITE_SUBDIR}Sergey A. Osokin2003-08-152-2/+2
| | | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer) PR: 55607 Notes: svn path=/head/; revision=86988
* Update to 0.67.Joe Marcus Clarke2003-08-1510-80/+12
| | | | Notes: svn path=/head/; revision=86987
* Update to 0.5.Joe Marcus Clarke2003-08-156-6/+18
| | | | Notes: svn path=/head/; revision=86986
* Update to 0.13.2.Joe Marcus Clarke2003-08-154-4/+4
| | | | Notes: svn path=/head/; revision=86985
* . Include <time.h> instead of doing a bogus declaration of time(3). ThisGreg Lewis2003-08-151-6/+17
| | | | | | | | | should get the alpha closer to compiling. Submitted by: bento Notes: svn path=/head/; revision=86984
* Update to 0.91Hye-Shik Chang2003-08-153-2/+9
| | | | Notes: svn path=/head/; revision=86983
* - Update to 7.1.025.Alexander Leidinger2003-08-154-18/+54
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=86982
* Not needed anymore.Martin Blapp2003-08-152-20/+0
| | | | Notes: svn path=/head/; revision=86981
* Upgrade to uade 0.80 finalMartin Blapp2003-08-1516-66/+208
| | | | Notes: svn path=/head/; revision=86980
* - Update to 9.2.1Yen-Ming Lee2003-08-156-28/+30
| | | | | | | | PR: 55579 Submitted by: Nicolas Jombart <ecu@ipv42.net> Notes: svn path=/head/; revision=86978
* Unbreak build with GCC 3.3.1.Joseph Koshy2003-08-152-6/+4
| | | | | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER] Notes: svn path=/head/; revision=86977
* Fix build breakage with the GCC 3.3.1.Joseph Koshy2003-08-152-1/+16
| | | | | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> Notes: svn path=/head/; revision=86976
* Update to 4.12.Joe Marcus Clarke2003-08-155-17/+31
| | | | Notes: svn path=/head/; revision=86975
* Fix the plist.Joe Marcus Clarke2003-08-152-1/+2
| | | | | | | | Submitted by: maintainer Reported by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=86974
* Mark IGNORE on 5.x: chkrootkit reports false positivesKris Kennaway2003-08-151-1/+7
| | | | | | | Inspired by: Yet another "have I been hacked" email on questions@ Notes: svn path=/head/; revision=86973