summaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Move Exim mirror sites to MASTER_SITE_EXIM in Mk/bsd.sites.mk.sheldonh2003-07-071-0/+35
| | | | | | | Add additional mirrors. PR: ports/53499 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* * Add 'maintainer' as a recursive target [1]kris2003-07-061-2/+6
| | | | | | | * Fix the subdirectory recursion [2] PR: 51985 [1] Submitted by: Mark Linimon <linimon@lonesome.com> [1], hoek [2]
* * Attempt to detect and disallow installation of a port with PREFIXkris2003-07-061-46/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set to a different value to that with which it was configured and built. This is achieved by recording the PREFIX in the build-stage cookies [1] * Add scheme [2], tcl84 and tk84 [5] as virtual categories * Add the PERL_PORT variable and use it to register the dependency on the correct perl port when PERL_LEVEL is set [3] * Add support for USE_AUTOHEADER [4] * Fix 'make maintainer' when MAINTAINER is set to a bogus value (not in user@example.com format). [6] * Add a 'package-recursive' target to create packages for a port and all of its dependencies [7] * Fix command-line overflow errors in 'make readmes' on certain ports, with the bonus of providing a measurable speed-up to readme generation [8] * Fix inclusion of alternative makefiles such as Makefile.inc, Makefile.local, etc. (broken since 1.403) [9] * Reintroduce support for install/deinstall targets checking for older versions of the port, and re-add the deinstall-all target that removes all existing installations of a port (originally introduced in 1.446 and backed out in 1.450). This patch has been reworked to eliminate the corner cases in the previous code. Ports that dynamically generate their ${PLIST} at install-time must now do so before the do-install target is run, e.g. in pre-install. [10] * When installing ports as non-root, use su(1) to execute the targets that require root privilege. This is achieved by splitting up the _INSTALL_SEQ target list into _INSTALL_SUSEQ [11]. PR: 23581 [1], 47238 [2], 48465 [3], 50165 [4], 51985 [6], 52388 [7], 51609 [11] Submitted by: Matt Emmerton <matt@gsicomp.on.ca> [1], Sergey Matveychuk <sem@ciam.ru> [1] [7] [10] [11], Kimura Fuyuki <fuyuki@hadaly.org> [2], "Scot W. Hetzel" <hetzels@westbend.net> [3], Anton Berezin <tobez@FreeBSD.org> [3], nork [4], hsu [5], Mark Linimon <linimon@lonesome.com> [6], hoek [8], sobomax [9], marcus [10] [11], des [11]
* MASTER_SITE_ECLIPSE: move faster site at beginning of list.olgeni2003-07-041-1/+1
|
* Add support for MASTER_SITE_ECLIPSE.olgeni2003-07-041-0/+26
| | | | | PR: 54085 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Add MASTER_SITE_PYTHON for python official mirrors.perky2003-07-041-0/+22
|
* Update new python-devel port to 2.3.b2.perky2003-07-031-3/+16
| | | | | | | | | | | | | This update introduces two new knobs to _disable_ somewhat experimental options: BUILD_STATIC=yes Unless this option is specified, the port will build python as shared binary. WITH_UCS2=yes Unless this option is specified, Py_UNICODE type will charge 4 bytes per character (as we do for wchar_t) Repo-copied by: joe (thanks!)
* Fix a bug where by "yes" would still be included in USE_GNOME for oldermarcus2003-06-291-1/+2
| | | | | | ports. Spotted by: arved
* libtool uber-patchade2003-06-261-13/+64
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyknu2003-06-261-2/+2
| | | | unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet)
* Add support for CVS builds (using a different repository). Tested on thewill2003-06-232-4/+54
| | | | FruitSalad portbuild cluster.
* Update lang/ruby-devel to 1.8.0-preview3.knu2003-06-231-3/+3
| | | | | ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard distribution.
* Update the MASTER_SITE_GNOME list to reflect current mirror performance andmarcus2003-06-191-7/+5
| | | | | | freshness. Submitted by: Pav Lucistnik <pav@oook.cz>
* gtksourceview also includes libgnomeprintui.marcus2003-06-191-1/+1
|
* Add ftp.gnome.org to MASTER_SITE_GNOME. Given its place in the list,adamw2003-06-181-0/+1
| | | | | it'll only really get used when the distfiles haven't hit the mirrors yet.
* - don't package ~/GNUSstepdinoex2003-06-181-0/+3
|
* pkg_config -> pkg-configadamw2003-06-161-1/+1
|
* Remove unnecessary recursive dependencies upon pkgconfig.adamw2003-06-161-2/+2
|
* Add pkgconfig and libgsf targets to USE_GNOME, and make certain otheradamw2003-06-161-6/+17
| | | | components depend upon them.
* Add a gtksourceview component.marcus2003-06-151-1/+5
|
* Chase the libgnomedb shared lib version.marcus2003-06-121-1/+1
|
* Add ftp.meiji.ac.jp and ftp.ntnu.no to the TEX_CTAN list.trevor2003-06-111-0/+2
|
* Chase gal2's shared lib version.marcus2003-06-111-1/+1
|
* Tidy up white space in the update-patches target.trevor2003-06-101-2/+5
| | | | | PR: 24292 Approved by: kris
* For the update-patches target, support PATCH_WRKSRC, which wastrevor2003-06-101-1/+1
| | | | | | | introduced in revision 1.356 of bsd.port.mk. PR: 24292 Approved by: kris
* Take maintainerships from alane's python ports.perky2003-06-091-1/+1
| | | | Rest in Peace, Alan.
* Sync with update of editors/xemacs21-mule (to 21.4.13).shige2003-06-041-2/+2
|
* Update to 2.2.3perky2003-06-041-5/+5
| | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly)
* Add a few short configure substitutions to the gnomehack section.adamw2003-06-021-1/+4
| | | | | | | "s|-lpthread|${PTHREAD_LIBS}|g ; s|DATADIRNAME=lib|DATADIRNAME=share|g" has been appearing in many (most?) GNOME port Makefiles lately. <FreeBSDMarcus> That should clean up quite a few Makefiles.
* Remove sites that no longer serve as Packetstorm mirror.naddy2003-06-011-2/+0
| | | | | PR: 52682 Submitted by: Jim Geovedi <negative@magnesium.net>
* RingServer carries Debian distfiles too.knu2003-06-011-1/+3
|
* Add ftp.informatik.rwth-aachen.de to the GNU and MOZILLA lists.trevor2003-06-011-0/+2
|
* - Add WITH_GNUSTEP_DEVELdinoex2003-06-011-3/+19
| | | | HEADS UP: New filesystem layout with gnustep-1.7.0
* Chase the libgda2 shared lib version.marcus2003-06-011-1/+1
|
* Chase gal2's shared lib version.marcus2003-06-011-1/+1
|
* Remove excessive quoting of comment strings in created packages.kris2003-05-261-1/+1
| | | | Submitted by: lioux
* Back out parts [3] and [5] of r1.446, which dealt with improvedkris2003-05-231-8/+5
| | | | | | | | | 'make deinstall' behaviour and stricter checking for an installed package. There were some edge-case problems with these patches that we were not able to solve in time for 5.1-RELEASE. They'll probably reappear in a modified form soon after release. Discussed with: marcus, Sergey Matveychuk <sem@ciam.ru>
* Update xemacs-devel* ports' EMACS_VER.kiri2003-05-231-3/+3
|
* Correct some problems in the NETSCAPE list that were turned up bytrevor2003-05-221-3/+2
| | | | fenner's survey.
* Remove from the NETBSD list two sites which no longer carry thetrevor2003-05-221-3/+1
| | | | | NetBSD distfiles (turned up by fenner's survey and confirmed manually).
* Remove ftp.informatik.rwth-aachen.de from the SUNSITE list, becausetrevor2003-05-221-1/+0
| | | | | it appears to no longer carry those files (turned up by fenner's survey).
* Update to KDE 3.1.2lioux2003-05-192-2/+2
|
* Remove some dead Mirrors from MASTER_SITE_GNUPG.arved2003-05-141-5/+1
| | | | Add a missing %SUBDIR%.
* Check XFREE86_HTML_MAN==yes case insensitively.anholt2003-05-141-1/+1
| | | | Approved by: portmgr (kris)
* Add the ruby dependency to EXTRACT_DEPENDS and PATCH_DEPENDS as wellknu2003-05-131-0/+2
| | | | | | as BUILD_DEPENDS. Submitted by: olgeni
* Remove ftp://gd.tuwien.ac.at/linux/sourceforge/%SUBDIR%/ fromadamw2003-05-121-1/+0
| | | | | MASTER_SITE_SOURCEFORGE. They have designed their own directory hierarchy.
* Update MASTER_SITE_PACKETSTORM:petef2003-05-121-1/+2
| | | | | | | | - add packetstorm.touchpointmedia.com - put packetstormsecurity.nl at the top PR: 52089 Submitted by: Jim Geovedi <jim@corebsd.or.id>
* Sync with update of editors/xemacs21-mule (to 21.4.12).shige2003-05-121-3/+3
|
* - Fixes problem when base has no openssl installeddinoex2003-05-071-2/+3
| | | | Submitted by: marius@alchemy.franken.de
* - Add support for the Tools/scripts/update-patches script [1]kris2003-05-061-43/+93
| | | | | | | | | | | | | | | | | - Stage II of pkg-comment removal; do not write out the comment to a temporary file, but process it inline [2]. - Add support for the CONFLICTS variable to register the fact that a port conflicts with installed packages. This relies on the -C argument to pkg_create which is not yet present in 4.x, so the variable is currently a NOP on 4.x. [3] - Fix pkg-plist support for html manpages. This was broken as committed in r1.402. Submitted by: trevor [1], lioux [2], Sergey Matveychuk <sem@ciam.ru> [3] PR: 24292 [1], 47146 [3]
OpenPOWER on IntegriCloud