aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Introduce new variable MASTER_SITE_INDEX, to allow mirroring ofkrion2004-12-171-1/+2
| | | | | | | INDEX files. PR: ports/74709 Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
* As previously announced, remove ports/picobsd/ssh-picobsd due to long-linimon2004-11-291-1/+0
| | | | | | | standing build problems. Since it was the last port in the picobsd category, remove it, too. Discussed with: kris
* Allow to override fetch option by $FETCHINDEX variable.kuriyama2004-11-161-1/+2
| | | | Approved by: portmgr (krion)
* - In fetchindex target:pav2004-11-161-1/+1
| | | | | | | Fetch bzip2 compressed copy of INDEX and decompress locally. This should cut down both time and bandwidth. Approved by: kris (portmgr hat)
* * Be even more explicit about partial ports trees being unsupportedkris2004-07-141-17/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for INDEX builds [1] * Remove the parallel target from Makefile; this is heavily tied to the package build cluster and can be better done in the makeparallel script (commit to follow) [2] * Extend the format of INDEX to separately list the EXTRACT/PATCH/FETCH_DEPENDS instead of lumping them all in together with BUILD_DEPENDS. The three new fields are appended to the end of the record in that order. [2] * Change BROKEN to IGNORE in BROKEN_WITH_MYSQL failure code [3] * Support non-default PREFIX for perl 5.00503 [5] * Use pkg_info -I instead of ls when searching for conflicts [6] * Allow local customization of the port subdirectories by including ${.CURDIR}/Makefile.local in bsd.subdir.mk if it exists [7] * Fix 'make search' when ${PORTSDIR} is a symlink to a directory name containing extended regexp metacharacters [8] Submitted by: linimon [1] [3], kris [2], lth [4], sem [5], eik [5] [6], Roman Neuhauser <neuhauser@chello.cz> [7] PR: 68299 [1], 67705 [3], 67264 [4], 59696 [5], 66568 [6], 68072 [7]
* Be more explicit about INDEX builds not being supported with partialkris2004-06-121-4/+5
| | | | or out-of-date ports collections.
* * Support verbose index builds with INDEX_VERBOSE [1]kris2004-06-101-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't assume root is using /bin/sh when switching credentials to configure OPTIONS. [2] * Support glob expressions in USE_GETTEXT to allow more flexibility in the face of future gratuitous library version bumps by the gettext developers [3]: USE_GETTEXT=yEs # Works as before (case-insensitive) USE_GETTEXT=[5-7] # Accepts any of those libintl.so.x versions # in the LIB_DEPENDS * Correctly register dependencies when a non-system perl port is used on 4.x [4] * Extend 'make search' support to allow much more flexible searching. Syntax will be documented in CHANGES for brevity. [5] * Reorder the post-install-script target to before add-plist-info for consistency [6] * Various fixes to support port operations when a port directory exists under /usr/obj [7] * Extend USE_PERL5_BUILD and USE_PERL5 to add EXTRACT and PATCH dependencies since many ports require perl in those stages [8] * Move info file deregistration later in the deinstallation process so it works properly. [9] * Improve wording in EXPIRATION_DATE message. [10] * Fix dependencies for XFREE86_VERSION==3 (obtain imake from x11/XFree86 now that the former port is gone) [11] * While building index, treat non-existent dependencies as fatal. Previously the error was being hidden by the stderr redirection. [12] * Don't always retry BROKEN ports when package building (it is taking too much time to continually rebuild ports that are usually going to really be broken). Set TRYBROKEN if you want to attempt a build of a BROKEN port. [12] * Revert incorrect change from 1.487 relating to ALL-DEPENDS-LIST [13] PR: 24214 [1], 67529 [2], 63937 [3], 65554 [4], 40699 [5], 59162 [6], 63372 66567 [7], 63394 [8], 65304 [9], 65931 [10], 66565 [11], 66743 [13] Submitted by: roam [1], will [1], hrs [2], mi [3], ade [4], Roman Neuhauser <roman@bellavista.cz> [5], Sergey Matveychuk <sem@ciam.ru> [6], gad [7], adamw [8], kris [8][12], dinoex [9], Alexey Dokuchaev <danfe@regency.nsu.ru> [10], eik [11][13]
* Add "fetchindex" target. It fetches the recent index file (INDEX _or_netchild2004-05-251-0/+3
| | | | | | | | | | | | INDEX-5). A note about the implementation: I had to add the call to chmod to make the index file readable to everyone. I'm a little bit surprised by this, since my umask is 022. Either fetch(1) doesn't respect the umask or it mirrors the permissions too (I haven't investigated this). Both possibilities aren't documented in the man-page. Approved by: kris (previous version without the chmod)
* - Allow processing of info files in non-standard locations; thekris2004-04-021-11/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* Switch to .tbz packages in generated makefile target.kris2002-09-161-1/+1
|
* Don't use cat(1) needlessly -- pipe the INDEX to awk(1).will2001-12-231-1/+1
| | | | | PR: 30099 Submitted by: schweikh
* New category picobsd starts today.asami2001-04-231-0/+1
|
* Use single colons instead of double colons for "*-all" targets. I don't knowasami2001-03-251-2/+2
| | | | why I used double colons here before.
* Add new categories science and ukrainian.asami2001-03-251-0/+2
|
* Allow both SUP_UPDATE and CVS_UPDATE to be used, similar to src/Makefilejeh2000-11-011-5/+4
| | | | | | PR: 17903 Submitted by: James Housley <jim@thehousleys.net> Reviewed by: billf
* For "make parallel", provide out an extra target without the ".tgz".asami2000-09-271-1/+1
| | | | | | | (Makes it easier to cut and paste, so you can do something like "make gnome-1.2".) Also change /a/asami/portbuild -> /var/portbuild.
* New category french starts today!asami2000-09-221-0/+1
|
* Use the SUPHOST in the 'make update' if it's defined.joe2000-08-131-0/+3
|
* Add new category hebrew -- Hebrew language support.asami2000-07-311-0/+1
| | | | Requested by: sada
* Typo (ghostscript55htff -> ghostscript55httf).asami2000-07-201-1/+6
|
* Change a couple of "make"s to "cd ${.CURDIR} && make"s, otherwise youasami2000-04-121-2/+2
| | | | | will get "make: don't know how to make /usr/ports/INDEX. Stop" type of weird errors when /usr/obj${.CURDIR} exists.
* Additions to the 'make search' mechanism.joe2000-03-231-8/+0
| | | | | | | | | | * You can now 'make search' from a ports subdirectory. This will will restrict the search to ports within this subdirectory. * Added an additional search option to search just the port names, e.g. 'make search name=foo' will only return ports that have 'foo' in their name. Approved by: asami
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Add new category "ftp".asami1999-08-021-1/+2
|
* Makefile:asami1999-07-231-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Sort INDEX lines since with the new parallel patch, the lines can come in out of order. (see 2) Mk/bsd.port.subdir.mk: (2) Make the targets parallelizable. Submitted by: hoek Reviewed by: steve, among others Mk/bsd.port.mk: (3) Serious speedup of bsd.port.mk startup. In particular, this helps cut down "make index" time from an hour and a half to 8 minutes on our system with a parallel make describe (see 2). Try to pass unchanged variables down from parent makes instead of rerunning commands to define them, etc. Submitted by: hoek Reviewed by: steve, among others (4) Change a bunch of "FreeBSD.ORG"s and "freebsd.org"s to "FreeBSD.org". (5) XFree86 is now at version 3.3.4. (6) Update for gnome master sites. Submitted by: mharo (7) Remove old system tcl check, I don't think people with systems from way back are still submitting ports. (8) Fix comment on "make describe" line description (www site was missing).
* Add new categories irc, java and x11-servers.asami1999-06-271-1/+4
|
* Better logic and typo fixing.billf1999-06-051-7/+11
| | | | Submitted by: mharo
* 'make update' in the ports directory.billf1999-06-011-1/+17
|
* (1) Rename "templates" to "Templates". The toplevel is gettingasami1999-01-261-2/+2
| | | | | | | | | | | | | | | crowded and I don't want to confuse cvsup about what's in ports-base and what is not. (I.e., all uppercase files/directories are, all lowercase ones are not.) While I'm here, move the make_index script from templates to Tools. (2) Adjust the MASTER_SITE_OVERRIDE logic a bit. Formerly, it was not possible to specify both MASTER_SITE_OVERRIDE while still using MASTER_SITE_BACKUP as a backup, as they were tied in the implementation of MASTER_SITE_FREEBSD. You can now specify them independently if MASTER_SITE_FREEBSD is not set (in which case MASTER_SITE_BACKUP will be moved to the beginning of the list, like before).
* Break "all" target into subtargets according to category. Change toasami1999-01-221-2/+5
| | | | cope with new directory structure in ${buildroot}.
* Make the search target a bit looser in its matching.jkh1999-01-131-2/+2
|
* Move Palm*-related programs to new "palm" category.asami1999-01-091-1/+2
| | | | Reviewed by: the ports list
* Break up the "plan9" category -- all the ports are where they belong, andasami1999-01-091-2/+1
| | | | | | "plan9" is a virtual category now. Reviewed by: the ports list
* Add new target "parallel" which creates a parallelizable Makefile forasami1998-12-281-1/+4
| | | | | | building all packages. This is to be used in conjunction with the scripts under the "Tools" directory. Note this version has hardcoded paths and other general badness -- those will be fixed later.
* Fast INDEX generation. See bsd.port.mk rev. 1.300 for details.asami1998-12-121-2/+3
| | | | Submitted by: steve
* Make the search target home in a little better on what users arejkh1998-10-311-2/+2
| | | | actually looking for.
* Now that they are populated, add deskutils andasami1998-08-081-1/+7
| | | | x11-{clocks,fm,fonts,toolkits,wm} to the SUBDIR list.
* Add biology.asami1997-12-131-1/+2
|
* By popular demand, make the search target use grep -i.jkh1997-10-041-2/+2
|
* Re-sort SUBDIRSfenner1997-08-191-2/+2
|
* Add german.asami1997-07-311-1/+2
|
* Turn on new categories `converters' and `textproc' now that all theasami1997-04-271-1/+3
| | | | work is done. Let me know if I missed something.
* Don't turn on textproc yet, the rest of the world is not ready.asami1997-04-271-2/+1
|
* Turn on the textproc category.jfieber1997-04-271-1/+2
|
* Add a search target.jkh1997-03-111-1/+9
|
* Add korean, right next to japanese (like on the map).asami1997-03-061-1/+2
|
* Add vietnamese.asami1996-12-051-1/+2
|
* Add mbone.asami1996-11-071-1/+2
|
* Add new category: astro.asami1996-10-241-1/+2
|
* Added chinese.asami1996-09-141-1/+2
|
* Change required to make the ports README auto-generation work: declareasami1996-04-011-1/+3
| | | | this directory as "top of ports tree".
* Update print-index rule to reflect change in INDEX format. Deletedasami1996-03-061-2/+2
| | | | | "Keywd:", added "B-deps:" and "R-deps:" (I know I know, but I needed it to fit in before the first tabstop! ;).
* Move utils to misc. Add www.asami1995-11-271-2/+3
|
* Add plan9.asami1995-08-141-1/+2
|
* Added benchmarks, security and sysutils to SUBDIR list.asami1995-07-131-1/+4
|
* Add "emulators", also convert SUBDIR list to a bunch of "+="'s.asami1995-07-011-3/+23
|
* Add russianache1995-05-011-2/+2
|
* Make forced rebuilds of the INDEX file work properly.jkh1995-04-011-2/+4
|
* A new print-index rule.jkh1995-04-011-2/+2
|
* The describe target now uses `\' as a separator, so correct the print-indexgpalmer1995-03-241-2/+2
| | | | | target in here. Also make the print-index target display the maintainers address for easy griping.
* Use new ECHO_MSG override properly.jkh1995-03-211-2/+2
|
* New index file format, plus a simple rule (print-index) for making itjkh1995-03-211-3/+8
| | | | | more human-readable. This should probably be a more capable perl script at some point.
* Change the index target - this is more generally useful now.jkh1995-03-211-3/+2
|
* Added japanese to subdir list.asami1995-03-161-2/+2
|
* Fix the index rule. From Richard Wackerbarth.jkh1995-01-231-2/+2
|
* Add missing directoriesache1995-01-151-3/+3
|
* 1. Make an index rulejkh1995-01-141-1/+7
| | | | 2. Commit an INDEX file containing information on the various ports.
* Get this thing up-to-date; lots of new catagories added recently!jkh1994-10-061-2/+3
|
* Add math to Makefilejkh1994-10-061-2/+2
|
* Add games hierarchy.jkh1994-10-041-2/+2
|
* Add $Id$ lines to all the directory level Makefiles.jkh1994-08-231-0/+2
| | | | Submitted by: jkh
* Change ports Makefiles to use bsd.port.subdir.mkjkh1994-08-221-1/+1
| | | | Submitted by: jkh
* Add lang and x11 to SUBDIRSjkh1994-08-221-1/+1
| | | | Submitted by: jkh
* The start of the 2.0 ports collection. No sup repository yet, but I'lljkh1994-08-211-0/+3
make one when I wake up again.. :) Submitted by: jkh