summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug. If a Linux 1.4 JDK would have been installed, itErnst de Haan2003-12-151-4/+7
| | | | | | | | | | | | | | | | would not have been picked up if USE_JAVA was set to "1.3+". The behaviour is now as follows if USE_JAVA is set to "1.3+": - If the setting is 1.3+, then use an already installed 1.3 or 1.4 JDK. If there is no such JDK, then set USE_JAVA to 1.3. The FreeBSD JDK 1.4 is preferred over all other JDK's. Noticed by: pav Notes: svn path=/head/; revision=95846
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.Akinori MUSHA2003-12-151-7/+7
| | | | Notes: svn path=/head/; revision=95835
* Add MASTER_SITE_FEDORA_LINUXMark Pulford2003-12-121-0/+10
| | | | Notes: svn path=/head/; revision=95660
* * Sync with update of editors/xemacs-devel (to 21.5-b15).Kiriyama Kazuhiko2003-12-081-3/+3
| | | | | | | | | | * Sync with update of editors/xemacs-devel-mule (to 21.5-b16). Approved by: shige (maintainer) portmgr (joe) Notes: svn path=/head/; revision=95328
* - fixes a comment that did no longer match.Dirk Meyer2003-12-051-3/+2
| | | | | | | Submitted by: seanc Notes: svn path=/head/; revision=95110
* Typo. Pointed out by S.J. Yu <sjyu@msi.com.tw>Kevin Lo2003-11-281-1/+1
| | | | Notes: svn path=/head/; revision=94814
* Set the configure target properly and unbreak packaging for amd64.Akinori MUSHA2003-11-241-3/+3
| | | | | | | | | | | | It turned out that the configure target does not need to be overridable but just RUBY_ARCH does for those who are to use a hand-built interpreter with modules from ports. Hint given from: obrien Approved by: kris (implicitly), and myself Notes: svn path=/head/; revision=94760
* Fix a typo that prevented proper automake257 dependencies from working.Joe Marcus Clarke2003-11-241-1/+1
| | | | | | | | | PR: 59433 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Approved by: portmgr (implicit and kris) Notes: svn path=/head/; revision=94750
* . Update MASTER_SITE_APACHE_JAKARTA to allow some of the older JakartaGreg Lewis2003-11-201-0/+1
| | | | | | | ports to fetch. Notes: svn path=/head/; revision=94548
* Fix another error introduced in 1.199.Trevor Johnson2003-11-191-1/+1
| | | | Notes: svn path=/head/; revision=94312
* Fix MASTER_SITE_MOZILLAOliver Eikemeier2003-11-141-1/+1
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=93965
* - populate MASTER_SITE_GNUSTEPDirk Meyer2003-11-121-0/+6
| | | | Notes: svn path=/head/; revision=93824
* . Note some of the JDKs are now 1.4.2 rather than 1.4.1 (the native oneGreg Lewis2003-11-111-7/+7
| | | | | | | was updated today in particular). Notes: svn path=/head/; revision=93756
* Catch up on the libgnomeprint[ui] detection file names.Joe Marcus Clarke2003-11-111-2/+2
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=93749
* Document the new PORTDOCS macro. This is a comment change only.Joe Marcus Clarke2003-11-081-0/+10
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93346
* Really add the fix for 56096. This was tested on bento, but somehow removedJoe Marcus Clarke2003-11-071-1/+1
| | | | | | | | | at the last minute. This fixes PKG_ARGS when WRKDIRPREFIX is specified. Reminded by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93316
* * Improve the test for the old ports directory layout [1]Joe Marcus Clarke2003-11-072-108/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Include SITE_PERL earlier [2] * Use the correct versions of autoconf and automake [3] * Add a PORTDOCS macro for automating installation of documentation files [4] * Define a default Fortran compiler for each version of USE_GCC [5] * Fix package builds when WRKDIRPREFIX is set [6] * Add more comment documentation on default targets [7] * Fix plist generation in certain cases [8] * Fix COMMENT/COMMENTFILE checking [9] * Use SU_CMD for deinstall and deinstall-all targets (provided INSTALL_AS_USER is not set) [10] * Define a default WWWOWN and WWWGRP [11] * Make INDEX builds work even when the port name is the same as a default target [12] * Fix the new share/nls/C links [13] * Don't look in ${LOCALBASE}/lib/compat/pkg for LIB_DEPENDS [14] * Document package-recursive [15] * Create a new virtual category, lisp [16] * Create a new real category, arabic * Add a new GCCVERSION macro for eaisly tracking compiler version changes [17] * Abstract out some of the common Apache bits [18] * Enable the use of USE_OPENLDAP after including bsd.port.pre.mk [19] * Add a new virtual category, pear [20] * Add support for randomizing MASTER_SITES [21] * Don't accept PORTVERSIONS that pkg_version can't handle [22] * Add support for dynamic pkg-install, pkg-deinstall, pkg-message, and pkg-req scripts [23] * Don't redirect stderr when running pkg_info -O. This may help troubleshoot mysterious "Error 1" messages. * Fix up the order of the various PKGNAME related macros to be consistent with portlint [24] PR: 21885 [1] 51588 [2] 55325 [3] 57778 [4] 55674 [5] 56096 [6] 56355 [7] 56533 [8] 57272 [9] 57378 [10] 57403 [11] 57438 [12] 57488 [13] 57664 [14] 57928 [15] 58232 [16] 58317 [17] 32604 [18] 57529 [19] 56582 [20] 48377 [21] 56960 [22] 58885 [23] 54351 [24] Submitted by: trevor [1] eik@fillmore-labs.com [2] rehsack@liwing.de, ade [3] eikemeier@fillmore-labs.com [4] thierry@pompo.net [5] Palle Girgensohn <girgen@pingpong.net> [6] edwin [7] leeym [8] edwin [9] fjoe [10] edwin [11] eikemeier@fillmore-labs.com [12] fuyuki@nigredo.org [13] eikemeier@fillmore-labs.com [14] freebsd@generalresources.com [15] linimon [16] linimon [17] dinoex [18] eikemeier@fillmore-labs.com [19] edwin [20] seanc [21] eikemeier@fillmore-labs.com [22] Reviewed by: eikemeier@fillmore-labs.com [23] Notes: svn path=/head/; revision=93291
* Per distfile survey, remove mastersite from exim list that disappearedMark Linimon2003-11-051-1/+0
| | | | | | | October 1st. Notes: svn path=/head/; revision=93165
* Chase the libxslt shared lib version.Joe Marcus Clarke2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93100
* Add dependency line for pyexpat as ${PYEXPAT} to provide adaptiveHye-Shik Chang2003-11-041-0/+6
| | | | | | | dependency for both of pre-2.3.2_2 and after-. Notes: svn path=/head/; revision=93096
* back out my last commitYing-Chieh Liao2003-11-041-5/+5
| | | | | | | Noted by: trevor Notes: svn path=/head/; revision=93075
* remove ftp.chl.chalmers.se from master_site_iscEdwin Groothuis2003-11-031-1/+0
| | | | Notes: svn path=/head/; revision=92942
* fix location of GNU_SITES for ftp.rediris.esEdwin Groothuis2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92941
* Cleanup MASTER_SITE_MOZILLA, based on the information from www/mozillaEdwin Groothuis2003-11-031-7/+5
| | | | | | | and net/perldap on the fenner distsurvey. Notes: svn path=/head/; revision=92930
* Per distfile survey, remove packetstorm.blackroute.net, which disappearedMark Linimon2003-11-021-2/+0
| | | | | | | | | in September 2003 (blackroute.net itself is still there, however); and packetstorm.org, which on its main page tells you that packetstorm.nl is the canonical page. Notes: svn path=/head/; revision=92813
* Per distfile survey, crl.dec.com has not carried the Xcontrib filesMark Linimon2003-11-021-1/+0
| | | | | | | | since January 2003. This was especially annoying in the distfile survey (and to users) as it was listed as the first choice. Notes: svn path=/head/; revision=92812
* Update lang/ruby16 to the latest snapshot as of 2003-10-15.Akinori MUSHA2003-10-311-2/+3
| | | | | | | This fixes a few bugs in standard libraries. Notes: svn path=/head/; revision=92736
* Update the ruby 1.8 feature list for the new ruby16-shim-18.Akinori MUSHA2003-10-311-0/+9
| | | | Notes: svn path=/head/; revision=92733
* Update lang/ruby18 to 1.8.1-preview2.Akinori MUSHA2003-10-311-5/+5
| | | | Notes: svn path=/head/; revision=92706
* substitute space with tabYing-Chieh Liao2003-10-311-5/+5
| | | | Notes: svn path=/head/; revision=92678
* introduce MASTER_SITE_GNU_ALPHAYing-Chieh Liao2003-10-311-0/+7
| | | | Notes: svn path=/head/; revision=92672
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-10/+21
| | | | | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2] Notes: svn path=/head/; revision=92598
* Augment NETBSD list.Trevor Johnson2003-10-281-0/+10
| | | | | | | Obtained from: <URL:http://www.alltheweb.com> Notes: svn path=/head/; revision=92438
* Update WINDOWMAKER list.Trevor Johnson2003-10-281-2/+4
| | | | | | | Obtained from: <URL:http://www.alltheweb.com> and fenner's survey Notes: svn path=/head/; revision=92434
* Add a few more sites to the REDHAT list.Trevor Johnson2003-10-281-0/+14
| | | | | | | Obtained from: <URL:http://www.alltheweb.com> Notes: svn path=/head/; revision=92430
* Promote mirrors.usc.edu to the top of the REDHAT list. It has someTrevor Johnson2003-10-281-1/+1
| | | | | | | | Red Hat 6.1 distfiles which are not present on the rutgers or gatech sites. Notes: svn path=/head/; revision=92420
* Fix the GENTOO list.Trevor Johnson2003-10-281-3/+3
| | | | | | | found by: fenner's survey Notes: svn path=/head/; revision=92395
* - Remove 4 dead mirrors from MASTER_SITE_SUNSITESergei Kolobov2003-10-271-4/+0
| | | | | | | | | | | | (double-checked by the submitter and myself) PR: 58561 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> Prompted by: fenner's portsurvey Approved by: krion (implicit) Notes: svn path=/head/; revision=92305
* Add a fake MAINTAINER line so that people who just glance at theAdam Weinberger2003-10-271-0/+2
| | | | | | | | | | | top of the file will note that bsd.sites.mk is ports@ territory, not portmgr territory. Hopefully, anyway. It's difficult because everything else in ports/Mk belongs to a specific entity. Notes: svn path=/head/; revision=92303
* Don't duplicate sites in the GCC list that are already in the SOURCEWARE list.David E. O'Brien2003-10-211-5/+0
| | | | Notes: svn path=/head/; revision=91824
* Add more GCC sites.Trevor Johnson2003-10-211-1/+32
| | | | | | | Obtained from: <URL:http://gcc.gnu.org/mirrors.html> Notes: svn path=/head/; revision=91796
* - New option GNUSTEP_WITH_BASE_GCCDirk Meyer2003-10-191-0/+4
| | | | | | | PR: 55013 Notes: svn path=/head/; revision=91669
* - Layout for GnuSTEP 1.8.0Dirk Meyer2003-10-191-23/+3
| | | | Notes: svn path=/head/; revision=91666
* - Provide correct PYTHON_PORTVERSION as not default python's butHye-Shik Chang2003-10-191-20/+23
| | | | | | | | user-specified. - Provide PYTHON_SITE_SUBDIR for separated python standard module ports. Notes: svn path=/head/; revision=91635
* Add www.gtlib.cc.gatech.edu to DEBIAN, GNOME, GNU, MOZILLA, NETBSD,Trevor Johnson2003-10-181-0/+8
| | | | | | | REDHAT_LINUX, SUNSITE and XFREE lists. Notes: svn path=/head/; revision=91604
* - Enable restricting compatible python versions by USE_PYTHONHye-Shik Chang2003-10-161-10/+70
| | | | | | | | | | | | | | | | | eg) USE_PYTHON= yes # backward compatible USE_PYTHON= 2.2 # same as PYTHON_VERSION=python2.2 USE_PYTHON= 2.1+ # 2.1 at least USE_PYTHON= 2.0-2.2 # from 2.0 to 2.2 USE_PYTHON= -2.3 # up to 2.3. 2.4 is not allowed. - Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is more popular without 'py-' prefix like Mailman or Zope. Reviewed by: silence on ports@ Notes: svn path=/head/; revision=91400
* new layout on ftp.rediris.es (MOZILLA list)Trevor Johnson2003-10-151-1/+1
| | | | Notes: svn path=/head/; revision=91347
* Add MASTER_SITE_GENTOO.Trevor Johnson2003-10-131-0/+79
| | | | | | | Obtained from: http://www.gentoo.org/main/en/mirrors.xml Notes: svn path=/head/; revision=91108
* Add two more sites to MASTER_SITE_MOZILLA. It seems Mozilla.org has changedJoe Marcus Clarke2003-10-111-1/+2
| | | | | | | their layout a bit. Notes: svn path=/head/; revision=90855
* [patch] remove an obsolete master site from bsd.sites.mkEdwin Groothuis2003-10-041-1/+0
| | | | | | | | | | | | | | Per Fenner's logs, and my own checking, the site ftp://uiarchive.uiuc.edu disappeared around July 22nd. This patch will remove the listing in MASTER_SITES_XCONTRIB; a few ports refer to it directly, but since they have individual maintainers they'll be separate PRs. PR: ports/57560 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90210