aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Chase the at-spi shared lib version.Joe Marcus Clarke2003-07-151-1/+1
| | | | Notes: svn path=/head/; revision=84928
* If GNU_CONFIGURE is defined, replace all instances of config.guessKris Kennaway2003-07-111-0/+10
| | | | | | | | | | | and config.sub found under ${WRKDIR} with the master versions from ${PORTSDIR}/Template. This allows old ports (which contain old versions of these scripts) to build on newer architectures like ia64 and amd64. Submitted by: naddy (initial patch, reworked by me) Notes: svn path=/head/; revision=84648
* Move Exim mirror sites to MASTER_SITE_EXIM in Mk/bsd.sites.mk.Sheldon Hearn2003-07-071-0/+35
| | | | | | | | | | Add additional mirrors. PR: ports/53499 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=84387
* * Add 'maintainer' as a recursive target [1]Kris Kennaway2003-07-061-2/+6
| | | | | | | | | | * Fix the subdirectory recursion [2] PR: 51985 [1] Submitted by: Mark Linimon <linimon@lonesome.com> [1], hoek [2] Notes: svn path=/head/; revision=84334
* * Attempt to detect and disallow installation of a port with PREFIXKris Kennaway2003-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] Notes: svn path=/head/; revision=84333
* MASTER_SITE_ECLIPSE: move faster site at beginning of list.Jimmy Olgeni2003-07-041-1/+1
| | | | Notes: svn path=/head/; revision=84224
* Add support for MASTER_SITE_ECLIPSE.Jimmy Olgeni2003-07-041-0/+26
| | | | | | | | PR: 54085 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=84223
* Add MASTER_SITE_PYTHON for python official mirrors.Hye-Shik Chang2003-07-041-0/+22
| | | | Notes: svn path=/head/; revision=84196
* Update new python-devel port to 2.3.b2.Hye-Shik Chang2003-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!) Notes: svn path=/head/; revision=84141
* Fix a bug where by "yes" would still be included in USE_GNOME for olderJoe Marcus Clarke2003-06-291-1/+2
| | | | | | | | | ports. Spotted by: arved Notes: svn path=/head/; revision=83867
* libtool uber-patchAde Lovett2003-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) Notes: svn path=/head/; revision=83696
* Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyAkinori MUSHA2003-06-261-2/+2
| | | | | | | unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet) Notes: svn path=/head/; revision=83616
* Add support for CVS builds (using a different repository). Tested on theWill Andrews2003-06-232-4/+54
| | | | | | | FruitSalad portbuild cluster. Notes: svn path=/head/; revision=83499
* Update lang/ruby-devel to 1.8.0-preview3.Akinori MUSHA2003-06-231-3/+3
| | | | | | | | ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard distribution. Notes: svn path=/head/; revision=83471
* Update the MASTER_SITE_GNOME list to reflect current mirror performance andJoe Marcus Clarke2003-06-191-7/+5
| | | | | | | | | freshness. Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=83333
* gtksourceview also includes libgnomeprintui.Joe Marcus Clarke2003-06-191-1/+1
| | | | Notes: svn path=/head/; revision=83287
* Add ftp.gnome.org to MASTER_SITE_GNOME. Given its place in the list,Adam Weinberger2003-06-181-0/+1
| | | | | | | | it'll only really get used when the distfiles haven't hit the mirrors yet. Notes: svn path=/head/; revision=83268
* - don't package ~/GNUSstepDirk Meyer2003-06-181-0/+3
| | | | Notes: svn path=/head/; revision=83222
* pkg_config -> pkg-configAdam Weinberger2003-06-161-1/+1
| | | | Notes: svn path=/head/; revision=83124
* Remove unnecessary recursive dependencies upon pkgconfig.Adam Weinberger2003-06-161-2/+2
| | | | Notes: svn path=/head/; revision=83121
* Add pkgconfig and libgsf targets to USE_GNOME, and make certain otherAdam Weinberger2003-06-161-6/+17
| | | | | | | components depend upon them. Notes: svn path=/head/; revision=83118
* Add a gtksourceview component.Joe Marcus Clarke2003-06-151-1/+5
| | | | Notes: svn path=/head/; revision=83045
* Chase the libgnomedb shared lib version.Joe Marcus Clarke2003-06-121-1/+1
| | | | Notes: svn path=/head/; revision=82892
* Add ftp.meiji.ac.jp and ftp.ntnu.no to the TEX_CTAN list.Trevor Johnson2003-06-111-0/+2
| | | | Notes: svn path=/head/; revision=82821
* Chase gal2's shared lib version.Joe Marcus Clarke2003-06-111-1/+1
| | | | Notes: svn path=/head/; revision=82738
* Tidy up white space in the update-patches target.Trevor Johnson2003-06-101-2/+5
| | | | | | | | PR: 24292 Approved by: kris Notes: svn path=/head/; revision=82684
* For the update-patches target, support PATCH_WRKSRC, which wasTrevor Johnson2003-06-101-1/+1
| | | | | | | | | | introduced in revision 1.356 of bsd.port.mk. PR: 24292 Approved by: kris Notes: svn path=/head/; revision=82683
* Take maintainerships from alane's python ports.Hye-Shik Chang2003-06-091-1/+1
| | | | | | | Rest in Peace, Alan. Notes: svn path=/head/; revision=82562
* Sync with update of editors/xemacs21-mule (to 21.4.13).Shigeyuki Fukushima2003-06-041-2/+2
| | | | Notes: svn path=/head/; revision=82256
* Update to 2.2.3Hye-Shik Chang2003-06-041-5/+5
| | | | | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82237
* Add a few short configure substitutions to the gnomehack section.Adam Weinberger2003-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. Notes: svn path=/head/; revision=81976
* Remove sites that no longer serve as Packetstorm mirror.Christian Weisgerber2003-06-011-2/+0
| | | | | | | | PR: 52682 Submitted by: Jim Geovedi <negative@magnesium.net> Notes: svn path=/head/; revision=81921
* RingServer carries Debian distfiles too.Akinori MUSHA2003-06-011-1/+3
| | | | Notes: svn path=/head/; revision=81895
* Add ftp.informatik.rwth-aachen.de to the GNU and MOZILLA lists.Trevor Johnson2003-06-011-0/+2
| | | | Notes: svn path=/head/; revision=81868
* - Add WITH_GNUSTEP_DEVELDirk Meyer2003-06-011-3/+19
| | | | | | | HEADS UP: New filesystem layout with gnustep-1.7.0 Notes: svn path=/head/; revision=81830
* Chase the libgda2 shared lib version.Joe Marcus Clarke2003-06-011-1/+1
| | | | Notes: svn path=/head/; revision=81795
* Chase gal2's shared lib version.Joe Marcus Clarke2003-06-011-1/+1
| | | | Notes: svn path=/head/; revision=81789
* Remove excessive quoting of comment strings in created packages.Kris Kennaway2003-05-261-1/+1
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=81779
* Back out parts [3] and [5] of r1.446, which dealt with improvedKris Kennaway2003-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> Notes: svn path=/head/; revision=81775
* Update xemacs-devel* ports' EMACS_VER.Kiriyama Kazuhiko2003-05-231-3/+3
| | | | Notes: svn path=/head/; revision=81773
* Correct some problems in the NETSCAPE list that were turned up byTrevor Johnson2003-05-221-3/+2
| | | | | | | fenner's survey. Notes: svn path=/head/; revision=81714
* Remove from the NETBSD list two sites which no longer carry theTrevor Johnson2003-05-221-3/+1
| | | | | | | | NetBSD distfiles (turned up by fenner's survey and confirmed manually). Notes: svn path=/head/; revision=81713
* Remove ftp.informatik.rwth-aachen.de from the SUNSITE list, becauseTrevor Johnson2003-05-221-1/+0
| | | | | | | | it appears to no longer carry those files (turned up by fenner's survey). Notes: svn path=/head/; revision=81701
* Update to KDE 3.1.2Mario Sergio Fujikawa Ferreira2003-05-192-2/+2
| | | | Notes: svn path=/head/; revision=81484
* Remove some dead Mirrors from MASTER_SITE_GNUPG.Tilman Keskinoz2003-05-141-5/+1
| | | | | | | Add a missing %SUBDIR%. Notes: svn path=/head/; revision=80987
* Check XFREE86_HTML_MAN==yes case insensitively.Eric Anholt2003-05-141-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=80982
* Add the ruby dependency to EXTRACT_DEPENDS and PATCH_DEPENDS as wellAkinori MUSHA2003-05-131-0/+2
| | | | | | | | | as BUILD_DEPENDS. Submitted by: olgeni Notes: svn path=/head/; revision=80938
* Remove ftp://gd.tuwien.ac.at/linux/sourceforge/%SUBDIR%/ fromAdam Weinberger2003-05-121-1/+0
| | | | | | | | MASTER_SITE_SOURCEFORGE. They have designed their own directory hierarchy. Notes: svn path=/head/; revision=80730
* Update MASTER_SITE_PACKETSTORM:Pete Fritchman2003-05-121-1/+2
| | | | | | | | | | | - add packetstorm.touchpointmedia.com - put packetstormsecurity.nl at the top PR: 52089 Submitted by: Jim Geovedi <jim@corebsd.or.id> Notes: svn path=/head/; revision=80728
* Sync with update of editors/xemacs21-mule (to 21.4.12).Shigeyuki Fukushima2003-05-121-3/+3
| | | | Notes: svn path=/head/; revision=80709