summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.14Erwin Lansing2004-10-252-3/+3
| | | | Notes: svn path=/head/; revision=120113
* Update to version 0.7.5.Dmitry Sivachenko2004-10-2516-70/+226
| | | | | | | | PR: 72981 Submitted by: maintainer Notes: svn path=/head/; revision=120111
* Update to a snap release that allows building on 6-CURRENT afterDavid E. O'Brien2004-10-252-5/+5
| | | | | | | | | sys/sys/vnode.h rev 1.249 (2004-10-22). Submitted by: Vic Abell <abe@purdue.edu> Notes: svn path=/head/; revision=120110
* - update to 0.5.0Cheng-Lung Sung2004-10-252-3/+3
| | | | | | | | | PR: ports/73079 Submitted by: KATO Tsuguru <tkato432 AT yahoo dot com> Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=120109
* Updated distinfo. I updated this but for some reason wasn't included inSean Chittenden2004-10-255-10/+10
| | | | | | | | | the commit to dbmail. Correct oversight. Pointed out by: iVyacheslav I. Ivanchenko (ivi -at- dhs.net.ru) Notes: svn path=/head/; revision=120108
* Fix a couple of bugs in the extraction of this from dopackages, andKris Kennaway2004-10-251-33/+20
| | | | | | | | flatten the setupnode() function into the main body since it's only called from one place. Notes: svn path=/head/; revision=120107
* Redefine the -norestr option to mean 'don't build the list ofKris Kennaway2004-10-251-78/+73
| | | | | | | | | | | | | restricted ports' instead of 'don't build any restricted ports' since the former is useful when we're not intending to publish the results of a build, but the latter is not. Move the build preprocessing (directory setup, old build rotation, etc) out from under -nobuild, so that we can set up a new build using that option. Notes: svn path=/head/; revision=120106
* If the symlink under latest/ exists, then use that to find the most recentKris Kennaway2004-10-251-1/+6
| | | | | | | | error log for the port, instead of assuming it exists in the current build. Notes: svn path=/head/; revision=120105
* We now also do 6.x builds in the '6' branch.Kris Kennaway2004-10-251-3/+3
| | | | Notes: svn path=/head/; revision=120104
* Use the absolute path to nc(1) to deal with it not being in the PATH.Kris Kennaway2004-10-251-3/+1
| | | | | | | Remove useless sleep(1). Notes: svn path=/head/; revision=120103
* Clean up the 'latest error log' symlink when the build is successful.Kris Kennaway2004-10-251-0/+4
| | | | Notes: svn path=/head/; revision=120102
* When a port build fails, create a symlink to the error log underKris Kennaway2004-10-251-3/+4
| | | | | | | | | | ${arch}/${branch}/latest/${portdir}. We will use this in the processfail script, so that the "new package build errors" webpages do not have out-of-date links but instead link to the most recent copy of the build error. Notes: svn path=/head/; revision=120101
* add OSVERSION-depend post-patch targetYen-Ming Lee2004-10-251-2/+6
| | | | Notes: svn path=/head/; revision=120100
* Update to 2004.10.22.Norikatsu Shigemura2004-10-252-3/+4
| | | | Notes: svn path=/head/; revision=120099
* remove redundant whitespaceYen-Ming Lee2004-10-251-1/+1
| | | | Notes: svn path=/head/; revision=120098
* - handle PTHREAD_LIBS which is removed in previous commitYen-Ming Lee2004-10-251-0/+4
| | | | | | | | | - unbreak this port Noticed by: kris Notes: svn path=/head/; revision=120097
* fix pthread problem on 4-stableYing-Chieh Liao2004-10-251-0/+4
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=120096
* Add p5-Class-DBI-DATA-Schema 0.04, execute Class::DBI SQL from DATALars Thegler2004-10-245-0/+51
| | | | | | | sections. Notes: svn path=/head/; revision=120094
* Also Mysql 5.0 has to be enabled in rc.conf.Alex Dupre2004-10-241-0/+7
| | | | Notes: svn path=/head/; revision=120093
* Update to 5.0.1 (snapshot) release:Alex Dupre2004-10-2472-1824/+1590
| | | | | | | | | | - Unmark FORBIDDEN - Install a rcNG startup script - Enable support for ndbcluster - Add knob to use process scope threads Notes: svn path=/head/; revision=120092
* Update to 1.7.1, which adds PPD files for 5 LaserJet printers.Doug Barton2004-10-243-3/+8
| | | | Notes: svn path=/head/; revision=120091
* Update to 1.0.3, which fixes the build on systems without xrender.pc.Eric Anholt2004-10-242-3/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=120090
* - Modify patch-collection to fit releaseLars Thegler2004-10-246-202/+21
| | | | Notes: svn path=/head/; revision=120089
* Document SSL_Cypherbypass vulnerability in mod_sslJosef El-Rayes2004-10-241-0/+71
| | | | | | | and buffer overflow vulnerability in gaim. Notes: svn path=/head/; revision=120088
* Update to 1.3.18. See http://galeon.sourceforge.net/Main/GaleonRelease1318Joe Marcus Clarke2004-10-248-71/+31
| | | | | | | for a list of what's changed. Notes: svn path=/head/; revision=120087
* - Update to 0.4.6Pav Lucistnik2004-10-242-3/+3
| | | | Notes: svn path=/head/; revision=120086
* - Update to 0.2.7Pav Lucistnik2004-10-243-5/+19
| | | | Notes: svn path=/head/; revision=120085
* Require at least perl 5.6.0Sergey Skvortsov2004-10-241-1/+7
| | | | | | | Pointed by: kris Notes: svn path=/head/; revision=120084
* Remove 'use warnings' if perl < 5.6.0Sergey Skvortsov2004-10-241-1/+6
| | | | | | | | PR: 73086 Submitted by: lth Notes: svn path=/head/; revision=120083
* Use LOCALBASE instead of PREFIX for help cc and ld tools.Sergey A. Osokin2004-10-242-4/+4
| | | | | | | | Submitted by: Alexandr Kovalenko <never at nevermind dot kiev dot ua > PR: 72999 Notes: svn path=/head/; revision=120082
* - Update to 20041022Cheng-Lung Sung2004-10-243-5/+11
| | | | | | | | | | - add support with apache2 native API PR: ports/73031 Approved by: maintainer (Autrijus Tang), co-mentor (vanilla) Notes: svn path=/head/; revision=120081
* Update to 2.6.5Adam Weinberger2004-10-242-3/+3
| | | | Notes: svn path=/head/; revision=120080
* - Move x11-wm/fbdesk to x11 category, to improve consistency (idesk portPav Lucistnik2004-10-249-86/+3
| | | | | | | | | | | | is already in x11). PR: ports/72860 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer) Repocopy by: marcus Notes: svn path=/head/; revision=120079
* Fix vulnerabilities in imported xpdf code.Michael Nottebrock2004-10-2415-0/+436
| | | | | | | http://www.kde.org/info/security/advisory-20041021-1.txt Notes: svn path=/head/; revision=120078
* Go back to gcc3.3 to fix build.Tilman Keskinoz2004-10-241-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=120077
* Add entries for vulnerabilites in imported xpdf code in kdegraphicsMichael Nottebrock2004-10-242-0/+4
| | | | | | | and koffice. Notes: svn path=/head/; revision=120076
* fix unprev. IPv6 for FreeBSD 4Oliver Lehmann2004-10-242-3/+216
| | | | | | | | | Bump PORTREVISION Noted By: Dariusz Kulinski <d.kulinski@gmail.com> Notes: svn path=/head/; revision=120075
* - fix reinstall targetOliver Eikemeier2004-10-246-288/+300
| | | | | | | | | | - fix bug in distfile:group handling - fix bug in DISTDIR handling - add code to better handle refetching of rerolled distfiles - .PHONY -> .EXEC Notes: svn path=/head/; revision=120074
* Update to 0.90.0, the latest release from the Window Maker team.Doug Barton2004-10-243-34/+24
| | | | | | | | | | | | This release adds many new features, including font anti-aliasing. 1. Update LIB_DEPENDS to include Xft 2. Modernize USE_LIBTOOL 3. Hermes is no longer relevant 4. Update man page list and pkg-plist for new version Notes: svn path=/head/; revision=120073
* De-fuzz for 0.90.0Doug Barton2004-10-241-24/+24
| | | | Notes: svn path=/head/; revision=120072
* Revised to include all the languages supported in 0.90.0.Doug Barton2004-10-241-1/+1
| | | | Notes: svn path=/head/; revision=120071
* This patch does not seem to be necessary in 0.90.0.Doug Barton2004-10-241-26/+0
| | | | Notes: svn path=/head/; revision=120070
* This adjustment for how libtool is used seems no longer necessaryDoug Barton2004-10-241-13/+0
| | | | | | | in 0.90.0. Notes: svn path=/head/; revision=120069
* Choosing a default font for the installation seems no longer to beDoug Barton2004-10-241-11/+0
| | | | | | | necessary in 0.90.0. Notes: svn path=/head/; revision=120068
* Improvements in the 0.90.0 code make these patches irrelevant.Doug Barton2004-10-242-30/+0
| | | | Notes: svn path=/head/; revision=120067
* In preparation for 0.90.0, delete all patches that involve charsetDoug Barton2004-10-246-88/+0
| | | | | | | | manipulation and zh_TW.Big5. The new charset is UTF-8 everywhere, and zh_TW is now built into the distribution. Notes: svn path=/head/; revision=120066
* Essentially a NOP commit. The xpcom reflect patches for amd64 supportPeter Wemm2004-10-2418-3501/+9
| | | | | | | | are now present in the firefox source tree, but with one bug fix compared to the old version we provided. Use their version. Notes: svn path=/head/; revision=120065
* 1) Remove Xpm, and also remove dependenciesMaho Nakata2004-10-242-10/+3
| | | | | | | | which is included in distfiles. 2) Bump portrevision Notes: svn path=/head/; revision=120064
* Update to 0.22.1.Makoto Matsushita2004-10-242-6/+6
| | | | Notes: svn path=/head/; revision=120063
* Depends on newer libpng.Maho Nakata2004-10-241-1/+1
| | | | Notes: svn path=/head/; revision=120062