aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-2/+5
| | | | | | | | Make Evolution compile with the latest Bonobo changes. Miguel. svn path=/trunk/; revision=1636
* Added some slight explanations.Bertrand Guiheneuf1999-04-191-0/+3
| | | | svn path=/trunk/; revision=856
* Initial revisionBertrand Guiheneuf1999-04-181-0/+0
svn path=/trunk/; revision=846
/>
path: root/devel/ace
Commit message (Expand)AuthorAgeFilesLines
* devel/ace: Make EGD conditional/Fix build with LibreSSLpi2015-03-301-3/+12
* remove uneeded patch.vanilla2015-01-221-11/+0
* Upgrade to 6.3.1.vanilla2015-01-223-5/+5
* - Update to upstream version 6.3.0riggs2014-12-312-3/+8
* Allow building without /usr/bin/perl symlinkantoine2014-11-291-1/+2
* - Update to version 6.2.8pawel2014-11-044-12/+34
* Nuke some @dirrm from develbapt2014-10-271-42/+0
* Update to 6.2.7arved2014-07-023-3/+9
* - Update to 6.2.6miwi2014-06-182-8/+8
* Convert all :U to :tu and :L to :tlbapt2014-05-051-3/+3
* - Update to 6.2.5miwi2014-03-112-10/+9
* - Update to 6.2.4miwi2014-02-27n1'>| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INFO_PATH variable may be used to specify their location. It defaults to 'share/info' for the standard PREFIX, and 'info' when PREFIX == /usr. [1] - Remove the <category>/pkg/COMMENT files in favour of a COMMENT variable in <category>/Makefile [2] - Prevent patch breakage with VERSION_CONTROL=numbered [3] - Fix some instances of incorrect WRKDIRPREFIX handling. [4] - remove useless ${MKDIR} ${WRKSRC} in config target [5] - remove reference to OpenBSD [6] - Exempt devel/p5-Module-Build from the self-dependency in PERL_MODBUILD so that this port may use the option without getting an infinite dependency list [7] - The default PERL_ARCH is currently determined as a function of OSVERSION. It should however be a function of PERL_LEVEL since the correct value depends on what Perl version one has installed (older Perl versions use ${ARCH}-freebsd, newer versions use mach). [8] - Fix PORTDOCS on older (4.7, 5.0) systems [9] - Allow 'make parallel' to generate a working makefile when not all categories are present (this does not mean you'll be able to build all ports, unless you make sure they don't have external dependencies) [10] - Don't report symlinks as world-writable in the security check [11] - Fix a comment that was broken by a mismerged patch [12] - Clarify the meaning of USE_*, WANT_*, WITH_* and WITHOUT_* [13] - Don't set _CHKSUMFILES/_IGNOREFILES if CKSUMFILES/IGNOREFILES is empty and DIST_SUBDIR is set. [14] - Fix comment for DISTDIR [15] - Update the documentation of the USE_GL variable [16] - Check to see if NONEXISTENT exists, and fail with an error if it does [17] - Fix fetching of new distfiles in 'make makesum' when SIZE is set [18] - Consistently set MAKE_ENV when USE_GCC=3.2 or 3.3 are set [19] - Rework INDEX builds: [20] * Fix the bsd.port.subdir.mk code that is supposed to report index breakage (the fallback code wasn't actually being run because make would halt immediately following the error). This should help with INDEX error reports because it will immediately show the cause of failure, so we won't have to pull teeth to extract it from the submitter. * Streamline the 'make describe' code a bit. * Provide some basic instructions to the user when an index build fails, on when and how to report index build failures (turn this off with INDEX_QUIET=1) * Removed INDEX_NOSORT, because I couldn't imagine it to be very useful and it doesn't cost very much anyway. * Don't prevent INDEX builds from seeing the local host environment. Since a lot of users are using 'make index' thesedays they should get an index that reflects their local settings and installed ports. If you want to build a 'default' index that isn't influenced by local settings (e.g. for release builds), set the INDEX_PRISTINE variable. * Allows parallel INDEX builds (using make -j). The most obvious way of doing this doesn't work, because I/O from child makes is broken up into 2k chunks, and output lines from 'make describe' that exceed this length (*cough* GNOME *cough*) will be intertwined with the output of other makes, leading to a corrupted INDEX. The I/O interleaving can be disabled using 'make -P', but this inserts extraneous output of its own, and redirects stderr, making it useless for our purposes. Instead, I collect the output from the child make processes in temporary files and recombine them at the end. * The number of concurrent make processes to spawn can be set using INDEX_JOBS. By default this is set to 2, which seems to be a sweet spot for both single and dual-processor systems. On my tests I do not see any significant performance changes on UP, but on a dual 4.x system the build time drops by 47% (6 minute index builds on one test machine!). Depending on your disk and CPU hardware you might see further gains with INDEX_JOBS=4 or higher, so you might like to experiment to see what works best. On a dual 5.x system the performance gains do not seem to be as great (20-30%), but this is still a significant net win. PR: 55493 [1], 59651 [2], 61552 [3], 62247 [4], 62329 [5], 62337 [6], 62422 [7], 62441 [8], 62627 [9], 62983 [10], 63112 [11], 63297 [12], 63335 [13], 64029 [14], 64069 [15], 64236 [16], 64519 [17], 62958 [18], 64237 [19] Submitted by: lev [1], Matthew Seaman <m.seaman@infracaninophile.co.uk> [2], Joel Ray Holveck <joelh@piquan.org> [3], ade [4], Sergey Matveychuk <sem@ciam.ru> [5], markus [6], mat [7], des [8], eik [9], Dmitry Morozovsky <marck@rinet.ru> [10], Andrew <andrew@ugh.net.au> [11], vs [12], linimon [13], edwin [14][15], gerald [16], marcus[17][18], kris [19][20]
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-0/+1
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* Tie x11-themes into the build now that it contains some ports.marcus2004-02-201-0/+1
|
* Tie accessibility to the build now that it has some ports.marcus2004-01-221-0/+1
|
* Tie arabic to the build now that it has some ports.marcus2003-11-091-0/+1
|
* Tie the dns category to the build now that it has some ports.marcus2003-08-301-0/+1
|
* Connect polish to the buildarved2003-08-191-0/+1
| | | | | | | | | Remove the Repocopied ports. PR: 53797 Submitted by: Aleksander Fafula <alex@fafula.com> Approved by: portmgr(marcus) Repocopied by: joe
* Define the default SUP program to be cvsup.joe2003-07-121-0/+1
| | | | PR: ports/15992
* With CVS_UPDATE, use read-only repository mode by default.ru2003-03-061-1/+1
|
* In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"ru2003-03-051-1/+1
| | | | files when updating ports sources with cvs(1).
* Correct the bug in 'make index' that failed to substitute back thekris2003-02-241-1/+1
| | | | canonical PREFIX locations for /nonexistent*
* I committed from the wrong tree, and the patch had a missingkris2002-12-051-1/+1
| | | | INDEX -> ${INDEXFILE} conversion.
* Add the INDEXFILE variable, that defaults to INDEX-5 on 5.0 (500036) andkris2002-12-051-12/+12
| | | | | | | later, and INDEX on earlier systems. Use this in the 'make index' and associated targets. This is necessary to deal with the substantially different dependencies of ports between 4.x and 5.0 (e.g. ports that depend on perl).
* Merge in some changes from Tools/portbuild/scripts/makeindex: setkris2002-12-011-5/+8
| | | | | | | LOCALBASE and X11BASE to bogus values during the index build, so 'make describe' does not pick up packages installed on the system and change the package name or list of dependencies (this will usually create a broken INDEX file).
* Add several new real categories.knu2002-11-181-0/+4
| | | | | | | | | | | | | | | | | | | | | - finance : Monetary, financial and related applications PR: ports/39102 Requested by: trevor - hungarian : Hungarian language support PR: ports/37576 Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu> - multimedia : Multimedia software Requested by: many - portuguese : Portuguese language support PR: ports/35991 Requested by: trevor
* Switch back to .tgz packages for 'parallel' target.kris2002-10-021-1/+1
|