aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* - USE_REINPLACE is noop nowpav2006-01-231-1/+0
|
* ftp.cn.freebsd.org is temporarily missing the local distfiles, so commentdougb2006-01-221-2/+2
| | | | them out while the admins (who are aware of the issue) solve the problem.
* Emergency fix to the @dirrmtry code.linimon2006-01-221-2/+2
| | | | | | PR: ports/92128 Submitted by: edwin Reviewed by: kris, linimon
* Add a missing '@' to the ${DO_NADA} in the patch-dos2unix target. Thismarcus2006-01-221-1/+1
| | | | fixes an errant "true" that can be seen after make patch.
* Upgrade to X.Org 6.9.0 release.lesi2006-01-221-2/+0
| | | | | Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11 distributions now use the one from /etc/mtree again.
* - Fix 'all-depends-list' target in cases if dependencies list iskrion2006-01-2216-188/+551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23]
* Add support for lang/gcc42edwin2006-01-211-1/+2
|
* - new option GNUSTEP_PREFIXdinoex2006-01-201-2/+2
| | | | | allow user defined location of all files this makes this file save for other ports to include
* - update MASTER_SITE_GNUSTEPdinoex2006-01-201-1/+1
|
* - new option GNUSTEP_WITH_XLIBdinoex2006-01-191-4/+46
| | | | | | | | | | | - document compiler options GNUSTEP_WITH_BASE_GCC GNUSTEP_WITH_GCC32 GNUSTEP_WITH_GCC33 GNUSTEP_WITH_GCC34 GNUSTEP_WITH_GCC40 GNUSTEP_WITH_GCC41 GNUSTEP_WITH_GCC42
* Grammar fixes.adamw2006-01-171-1/+1
| | | | Don't worry, mezz, you have other good qualities ;;-)
* Update to 5.1.2 release:ale2006-01-161-1/+2
| | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions
* Cleanups and fixesclement2006-01-161-0/+11
| | | | | | | | | | | | - remove useless options (and fix thread stuff) [1] - move print-closest-mirror to bsd.apache.mk - move threads configure options out of Makefile.modules - Fix stupid logic to disable v4mapped address [2] - and more... Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1] ume[2] PR: ports/91813 [1]
* - ftp.iDaemons.org is unavailable latelypav2006-01-141-3/+0
|
* - Fix some suexec CONFIGURE_ARGS for 1.3.xclement2006-01-141-4/+34
| | | | | - add show-categories and show-modules targets, for server ports. Remove these targets from www/apache22/Makefile
* - Update to 1.8.4pav2006-01-141-1/+1
| | | | | PR: ports/91556 Submitted by: Alexander Wittig <alexander@wittig.name>
* Readd http://www.cpan.dk/ after it was relocated to another ISP anderwin2006-01-121-0/+1
| | | | | is updated again. This reverts rev. 1.337 by fenner, which made me prod the site admin to fix it.
* More improvement on the grammar.mezz2006-01-101-1/+1
| | | | Copied from: marcus (www/en/gnome/docs/bugging.sgml,v 1.25)
* Add ftp://ftp.hk.xemacs.org to MASTER_SITE_XEMACSanray2006-01-091-0/+1
|
* Update to KDE 3.5.0lofi2006-01-092-2/+2
|
* Improvement on the grammar and reword.mezz2006-01-071-1/+1
| | | | Submitted by: ceri (Thanks!)
* We no longer suggest to send attach in mailing list, because the list usuallymezz2006-01-071-1/+1
| | | | | | | | | | | | like to strip it. Change the suggest with different choices to: -Put your attach in website. -copy-n-paste in http://freebsd-gnome.pastebin.com/ -send-pr with attach Modify the FreeBSD GNOME FAQ and bug report are on the way too. Discussed with: marcus
* As threatened, remove the compatibility shims for autotools, everythingade2006-01-061-69/+2
| | | | should now be using USE_AUTOTOOLS.
* Make the configure fail message a little less verbose.adamw2005-12-251-1/+1
|
* xemacs-devel-mule 21.5.b23 --> 21.5.b24.anray2005-12-221-2/+2
| | | | Approved by: sem(mentor)
* It seems that http://savannah.nongnu.org/download/ is redirectingedwin2005-12-111-1/+1
| | | | | | to http://download.savannah.nongnu.org/releases/ these days! Noticed by: YAPHR
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)ale2005-12-101-26/+27
|
* - Add forgotten mod_filterclement2005-12-081-2/+2
| | | | Spotted by: Cheese Lottery <cheeselottery@gmail.com>
* Fix a problem that it fails to detect PYTHON_PLATFORM on versionsperky2005-12-071-1/+1
| | | | | | without any dot. Reported by: kuriyama
* - Update editors/xemacs [1] and editors/xemacs21-mule [2] to 21.4.18garga2005-12-071-3/+3
| | | | | PR: ports/90011 [1], ports/90010 [2] Submitted by: Andrey Slusar <anrays@gmail.com> [1] [2]
* - export APACHEMODDIR and APACHEINCLUDEDIR to Makefile-landclement2005-12-051-7/+10
| | | | - remove duplicated "code"
* - Fix a condition in bsd.apache.mkclement2005-12-041-1/+1
| | | | | - all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk compliant
* - Fix quoting error in BROKEN_WITH_MYSQL IGNORE messageclement2005-12-041-1/+1
| | | | Approved by: portmgr (self)
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-041-4/+3
| | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus
* - Add support for upcoming www/apache22 portclement2005-12-041-4/+15
|
* Fix a couple [1][2] of typos in the autotools warning message.ade2005-12-011-1/+1
| | | | | PR: 89754 [1] Submitted by: Vasil Dimov <vd@datamax.bg> [1], barner [2]
* Change RING server to stable ring servers.nork2005-11-281-2/+3
| | | | | | | Discussed with: ume, kuriyama, hrs, matusita, motoyuki Suggested by: fenner Pointy hat to: myself Executive ordered by: kuriyama
* Remove some more dead mastersites per distfile survey.linimon2005-11-281-5/+0
|
* Remove mastersite that was never restored after breakin.linimon2005-11-261-2/+1
|
* MASTER_SITE_REDHAT_LINUX:fenner2005-11-261-8/+2
| | | | | | | | | | | | | | | | | | | - ftp.redhat.com no longer carries 7.1, 7.3, 8.0 or 9, so remove it and the mirrorservice.org mirror. MASTER_SITE_KDE: - ftp://ftp.rediris.es rearranged - http://ftp.rediris.es/ redirects to sunsite.rediris.es and rearranged - ftp://ftp.sun.ac.za/ no longer mirrors ftp.kde.org - mirror.xmission.com no longer mirrors kde MASTER_SITE_XEMACS: - removed ftp.at.xemacs.org; it has only 8% of the files we try to fetch from this site (10 / 133, only the most recent stuff). MASTER_SITE_GENTOO: - removed ftp://gg3.net/, as it has no files. http://gentoo.gg3.net/ remains and works.
* Change RING server to www.dnsbalance.ring.gr.jp.nork2005-11-231-2/+2
| | | | | | o www.t.ring.gr.jp is not available for a while. Discussed with: ume, kuriyama, hrs
* Add PHP_EXT_DIR to SUB_LIST, too.ale2005-11-211-0/+1
|
* Add a pre-everything:: target that will print out appropriate warningsade2005-11-201-0/+10
| | | | | | | | | | | | | | | | | | | | | if a port is still using the old autotools Makefile constructs. For example: *** AUTOTOOLS WARNING for x11/electricsheep This port is using old autotools constructs which wil be disappearing on 1st January 2006 In most cases, this warning can be fixed by removing all the old constructs and replacing them with: USE_AUTOTOOLS= libtool:13 The first line should be easily parseable by portbuild and tinderbox clusters to flag such ports. I'll be doing a few more sweeps of the ports tree to pick up on any such ports over the coming weeks, before turning off the old system and marking the port BROKEN in such cases.
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-192-2/+2
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* Rework the run-autotools target into a series of sub-targets, theade2005-11-191-4/+31
| | | | | | | order of which can now be overriden. PR: 86309 (slightly reworked) Submitted by: thierry
* Use ${X11BASE} rather than %%X11BASE%% in the packing list ofjylefort2005-11-171-2/+2
| | | | | INSTALLS_ICONS ports. The latter does not work because we modify the packing list after the PLIST_SUB processing.
* Fix make index (define APXS is not already set).ale2005-11-161-0/+1
| | | | | PR: ports/88827 Submitted by: Vasil Dimov <vd@datamax.bg>
* Feh. Revert previous commit. Apparently 4.x make(1) doesn'tade2005-11-151-1/+0
| | | | understanding .warning.
* Now that the mass-conversion is done, print out a helpful messageade2005-11-151-0/+1
| | | | | | | | (via .warning) for pending ports etc. that use the Old World Order for autotools. This will turn into a BROKEN message, along with removal of the old shims, on January 1st 2006, or after 5.5-RELEASE, whichever comes first.
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Back out the last update. It breaks many ruby ports install.sem2005-11-141-20/+17
| | | | Reported by: kris via pointyhat
* - reorder osversion checkdinoex2005-11-121-13/+10
| | | | PR: 88825
* - Use lower in USE_BDB and USE_SQLITE to make testsvsevolod2005-11-111-6/+9
| | | | | | | | - Fix comment about BROKEN - Fix wrong dependency on sqlite PR: 88661 Submitted by: mnag
* bsd.ruby.mk:sem2005-11-091-17/+20
| | | | | | | | | | | | | | | | | | - Change LOCALBASE with _RUBY_BASE - Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST _RUBY_BASE=LOCALBASE otherwise for easy ports testing. lang/ruby18: - Update to 1.8.3 Grant maintainership to submitter. While I'm here: - Add _RUBY_PORT_TEST=yes to lang/ruby16 port too. (lang/ruby1[68] must set it for right install). PR: ports/87332 Submitted by: Alexander Novitsky
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* * Add bsd.database.mk [1]clement2005-11-086-325/+1090
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move out from bsd.port.mk USE_MYSQL and USE_PGSQL. - add support for Berkley DB and SQLite (via USE_BDB and USE_SQLITE knobs). * Espace '+' in make search [2] * Add "makepatch" target to simplify creation of patches during porting [3] * Replace deprecated MACHINE_ARCH with ARCH [4] * Remove support of OpenLDAP 2.1 [5] * Add bsd.tcl.mk [6] It introduces USE_TCL/USE_TCL_BUILD knobs to support various version of tcl (8.0 -> 8.4) * Fix cosmetic bugs in security-check target [7] * Add support for INDEX-7 and above (up to INDEX-9 actually) [8] * Add "package-recursive" to bsd.port.subdir.mk [9] * Remove check for FreeBSD version < 460101 [10] * New category: net-im [11] * Add .desktop file facilities It introduces DESKTOPDIR and DESKTOP_ENTRIES knobs [12] * Add SHA256 support to "*checksum" targets [13] * Fix USE_PYTHON with OPTIONS [14] * Force NO_LINT to MAKE_ENV to avoid library breaks [15] * Fix typo: s/RC_ORDER/USE_RCORDER/g [16] * Add support for PostgreSQL 8.1 [17] * Add bsd.apache.mk USE_APACHE knob enhancements [18] PR: ports/85695 [1], ports/85669 [2], ports/85488 [3], ports/84489 [4], ports/83835 [5], ports/83718 [6], ports/83716 [7], ports/83710 [8], ports/82753 [9], ports/82138 [10], ports/81206 [11], ports/79509 [12], ports/79123 [13], ports/74866 [14], ports/85490 [15], ports/83514 [16], ports/88466 [17] Submitted by: vsevolod [1] [6], Ricardo Alves dos Reis <ricardo_bsd@yahoo.com.br> [2], markm [3] [15], obrien [4], krion [5] [8] , Petr Rehor <prehor@gmail.com> [7], clement [8] [18], jhs@berklix.org [9], edwin [10] [13], pav [11], jylefort [12], mnag [14], leeym [16], girgen [17]
* - change port directory for RELENG_6_0dinoex2005-11-081-1/+2
|
* - RELENG_6_0 check limited to portdinoex2005-11-081-1/+3
| | | | | PR: 88645 Submitted by: NIIMI Satoshi
* - force FreeBSD 6.0 to use 0.9.7dinoex2005-11-081-1/+7
| | | | - honor WITHOUT_OPENSSL_097
* Add new variables for the better Zope support:perky2005-11-061-4/+80
| | | | | | | | | | | | | | | | - USE_ZOPE now gets USE_PYTHON-like version syntax to use in Zope product ports Makefiles to limit range of supported Zope versions. - "yes" for choosing default (2.7). - 2.8+ for 2.8 and any of higher versions. - -2.8 in case of the Zope product isn't ready for Zope 3. - 2.8-3.1 if the product isn't compatible with Python 2.3. - ZOPE_VERSION is to use in command line argument or /etc/make.conf. This accepts one of 2.7 2.8 and 3.1 currently. PR: 87476 Requested by: Filippo Natali <filippo.natali@gmail.com>
* Remove KDE2/QT1 cruft.lofi2005-11-052-44/+4
| | | | Submitted by: arved
* As nice as .warning is for telling ports they're doing A Bad Thing, itmarcus2005-11-051-2/+2
| | | | | | | is not generally available in all versions of make(1) (specifically, it was never ported to 4.X). This was causing INDEX builds to break on 4.X. Reported by: cperciva
* Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-052-2/+2
|
* Update for GNOME 2.12.marcus2005-11-051-41/+104
|
* Disable the use of Jikes when using Java 1.5 because the current stable versionhq2005-11-041-0/+5
| | | | | | | | | | | | | | | of Jikes not does support all of Java 1.5 extensions. Porters may still enforce the use of Jikes with Java 1.5 by explicitely setting: USE_JIKES= yes This fix is a temporary one and is bound to be removed whenever Java 1.5 gets fully supported in Jikes. Reported by: lawrance Approved by: glewis (co-maintainer)
* - Fix a ruby vulnerabuility in the safe level settings.sem2005-10-281-0/+8
| | | | | | | Based on: ports/87816 Submitted by: Phil Oleson <oz@nixil.net> Security: http://vuxml.FreeBSD.org/1daea60a-4719-11da-b5c6-0004614cc33d.html
* XEmacs mirrors:sem2005-10-281-2/+2
| | | | | | | | | - Remove stale AU mirror - Fix path for RU mirror - Add TW mirror PR: ports/88081 Submitted by: Andrey Slusar
* - Update xemacs-devel-mule to 21.5-b23sem2005-10-281-2/+2
| | | | | PR: ports/88080 Submitted by: Andrey Slusar
* Some minor cleanups of sites that have fewer than 25% of the filesfenner2005-10-261-6/+1
| | | | | | | | | | | | | | | | | we try to fetch from them. MASTER_SITE_KDE: remove ftp.tu-clausthal.de; it no longer has a /pub/mirror/kde directory. MASTER_SITE_SUSE: remove ftp.linux.org.tr; it has 0 of the 58 files we fetch from suse. remove ftp.uni-bremen.de; it has 3 of the 58 files we fetch from suse remove linux.mathematik.tu-darmstadt.de; it has 3 of the 58 files we fetch from suse change ops.tamu.edu to mirror.tamu.edu to chase a 302 redirect. MASTER_SITE_NETBSD: remove ftp.weird.com; it has 5 of the 41 files we fetch from netbsd.
* - new backend option WITH_GNUSTEP_CAIROdinoex2005-10-251-3/+17
|
* - add option WITH_OPENSSL_STABLEdinoex2005-10-141-6/+13
|
* MASTER_SITES_REDHAT_LINUX:fenner2005-10-081-1/+1
| | | | Correct path on ftp.riken.go.jp.
* Remove stale Eclipse mastersite.linimon2005-10-071-1/+0
| | | | Source: distfile survey
* MASTER_SITE_SOURCEFORGE:fenner2005-10-061-1/+1
| | | | | | | | | | | | | | Remove aleraon, unc and voxel. They are missing about 30% of the files we're trying to fetch, and prdownloads.sf.net doesn't currently offer them as mirrors. Remove mesh, even though prdownloads.sf.net currently offers it as a mirror. It is missing about 30% of the files we're trying to fetch. Add umn and jaist, sites that prdownloads.sf.net currently offers that have most of the files that we're trying to fetch. Don't add internap; even though prdownloads.sf.net currently offers it, it's missing about 30% of the files we're trying to fetch.
* MASTER_SITE_CPAN:fenner2005-10-051-1/+0
| | | | | Delete www.cpan.dk; it was last updated 2005-02-19 according to http://www.cpan.dk/CPAN/.
* . Prefer jdk15 over jdk14 on amd64 since the latter isn't supported onglewis2005-10-041-0/+4
| | | | that architecture.
* - bump SHLIB version for opessl 0.9.8dinoex2005-10-041-3/+6
|
* Remove two dead postgresql mirrors.linimon2005-10-041-4/+2
| | | | | Finish the rename of scriptics.com to tcl.tk. Chase a reorganized mastersite.
* Remove a MASTER_SITE_OSSP entry that's a year behind.linimon2005-10-041-1/+0
|
* Remove 3 obsolete NetBSD mastersites. Some still mirror NetBSD but notlinimon2005-10-041-3/+0
| | | | | | the distfiles. Source: distfile survey
* Remove a few mastersites that no longer track mysql, and chase some updatedlinimon2005-10-041-6/+2
| | | | | | directories on a few others. Source: distfile survey
* In MASTER_SITE_SUSE, there were 16 cases where FTP and HTTP servicestrevor2005-10-041-16/+0
| | | | | | were listed on the same hostname. I chose to remove the ftp:// lines because HTTP has a better chance of working through poorly-configured firewalls.
* Massive MASTER_SITE_SUSE update:fenner2005-10-041-54/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleted mirrors.telenet.be; they only mirror i386/current Deleted ftp.rdc.cl; they only mirror i386/9.0 Deleted ftp.htwk-leipzig.de; they only mirror 7.3-8.2 Deleted ftp.plig.org; they do not have a /pub/suse directory. Deleted ftp.lug.ro; they do not have a suse directory. Deleted ftp.chello.nl; the /pub/linux directory exists but is empty. Deleted ftp.linux.ro; they only mirror the i386 subdir so can't use %SUBDIR%. Deleted ftp.telekabel.at; the /pub/linux directory exists but is empty. Deleted ftp.suselinux.su; they no longer carry SUSE (see ftp://ftp.suselinux.hu/pub/suse-gone/README) Deleted suse-update.ftp.fu-berlin.de; they only carry updates. Deleted darkstar.ist.utl.pt; they only carry two CDs. Deleted ftp.hs-niederrhein.de; they only carry updates. Deleted trane.caset.buffalo.edu; it has a low user limit. Deleted ftp.skynet.be; it only has 9.3 and 10.0 and we look for 9.1 and 9.2. Deleted ftp.task.gda.pl; it only has the 9.2 iso and nothing else. Deleted ftp.nl.uu.net; it only has 9.3, 10.0 and 10.1 and we look for 9.1 and 9.2. Deleted ftp.mirror.nl; while it has the 9.1 and 9.2 directories and all their subdirectories, the subdirectories we want are empty. Changed http://ftp.mirror.ac.uk to http://download.mirror.ac.uk to match 302 redirects Deleted duplicates for ftp.suse.cl and mirror.usu.edu. Added missing %SUBDIR% for mirror.aarnet.edu.au. Changed too many URLs to count to match the actual site layout. Still to do: reduce the size of the list. While all the mirrors are now 99%-100% good, it's still not useful to have 110 mirrors. The list should be cut down by about half.
* Remove outdated URL from MASTER_SITE_EXIM.krion2005-10-041-1/+0
| | | | Reported by: Fenner's Portsurvey
* Chase directory reorg on rediris.es machines.linimon2005-10-031-2/+2
|
* Remove ftp://ftp.de.uu.net/pub/gnu, its files are from 2003.linimon2005-10-031-2/+0
| | | | | | | Remove ftp://ftp.leo.org, they have had a hardware failure and don't know when they will be back up. Source: distfile survey
* - Update to Python 2.4.2. [1]perky2005-10-021-28/+87
| | | | | | | | | | | | | | | - Allow to override a command passing to distutils using PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2] - Allow to specify BUILD/RUN dependency separatedly. [3] - Replace shell executions with regex replacement on bsd.python.mk. [3] - Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3 and later versions because we've got thread-safe implementation. [4] - Add a workaround to avoid curses.h problem of FreeBSD base. PR: 86685 [1] Submitted by: Soeren Straarup <xride@x12.dk> [1], lioux [2], vsevolod [3], sobomax [4] Obtained from: Python CVS [4]
* Remove a stale xorg mirror site.linimon2005-10-021-1/+0
|
* Cut down the fedora mirror list to those that have at leastfenner2005-10-021-146/+5
| | | | | | | | | 3 of the 4 files we're trying to fetch. Many sites on the official fedora mirror list are only partial mirrors or simply were bad URLs. I used http://people.freebsd.org/~fenner/bad-sites/fedora/site/ as my criteria.
* Continue renovations. Many sites are removed; a few have changes to thelinimon2005-10-021-32/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hostname or directory structure. This should finish the removal of the completely broken hosts except for MASTER_SITES_FEDORA which will be in a separate commit. no such host: http://gentoo.noved.org http://gentoo.linux.no ftp://gentoo.noved.org ftp://gentoo.linux.no/pub/gentoo ftp://ftp.itjit.ne.jp/pub/NetBSD/packages/distfiles ftp://ftp13.us.postgresql.org/mirror/postgresql ftp://ftp2.de.postgresql.org/pub/comp/os/unix/database/postgresql ftp://ftp4.de.postgresql.org/pub/postgresql ftp://ftp2.is.postgresql.org/pub/postgresql http://kyushu-u.dl.sourceforge.jp ftp://ftp.be.itu.edu.tr/pub/mirror/sus ftp://ftp.dqbo.cartuja.csic.es/mirror/suse could not connect: ftp://ftp.dk.debian.org/debian-non-US ftp://exim.stupendous.net/mirror/exim/exim ftp://cs.ubishops.ca/pub/gentoo ftp://ftp.ipv6.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.fhh.opensource-mirror.de/pub/gentoo.org ftp://ftp.ayamura.org/pub/gnupg ftp://ftp.fresh.co.il/pub/mirrors/mysql.com/Downloads no longer mirroring certain files: http://gentoo.ccccom.com http://www.zentek-international.com/mirrors/gentoo ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo ftp://gentoo.ccccom.com ftp://ftp.uninett.no/pub/linux/Gentoo http://trumpetti.atm.tut.fi/gcrypt hostname and/or directory changed: ftp://planetmirror.com/pub/gentoo http://ftp.rpmfind.net/linux/gnome.org http://python.planetmirror.com/pub/gnustep/gnustep ftp://ftp.kr.postgresql.org/mirror/database/postgresql http://fr2.rpmfind.net/linux/SUSE-LINUX http://www.planetmirror.com/pub/linux/suse/suse
* Add a note about the maximum number of entries in a single mastersitelinimon2005-10-021-0/+8
| | | | | | | | | | list that is considered useful. Add a note about how all entries must terminate with a slash. This is part of the continuing attempt to clean up the very poor state of this file. hat: portmgr
* Remove one stale VIM mastersite and fix another one to end with a slash.linimon2005-10-021-2/+1
|
* Fix more bad entries.fenner2005-10-011-34/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MASTER_SITE_FEDORA_LINUX: remove ftp://ftp.rediris.es/mirror/fedora.redhat/ . There is no fedora.redhat directory. remove http://ftp.rediris.es/mirror/fedora.redhat/ . There are no files fetchable from this URL. remove ftp://ftp.univie.ac.at/systems/linux/fedora/ . This is an incomplete mirror and contains none of the files we fetch. remove http://ftp.univie.ac.at/systems/linux/fedora/ . This is an incomplete mirror and contains none of the files we fetch. remove ftp://ftp.uci.edu/mirrors/fedora/linux/core/ . This is an incomplete mirror and contains none of the files we fetch. MASTER_SITE_GCC: removed ftp://ftp.fu-berlin.de/unix/gnu/gcc/ because it doesn't have any of the files that we fetch. removed ftp://ftp.uvsq.fr/pub/gcc/ because it only has 5 of 48 files. MASTER_SITE_GNOME: remove http://ftp.linux.org.uk/mirrors/ftp.gnome.org/ . It reports 404 errors for more than 75% of the files we try to fetch from it. MASTER_SITE_GNU: removed http://gatekeeper.dec.com/pub/GNU/ since it was last updated in 2003. MASTER_SITE_MOZILLA: remove ftp://ftp.rediris.es/mirror/mozilla/ . It is only a partial mirror, mirroring only what would be in MASTER_SITE_SUBDIR as mozilla/. MASTER_SITE_PERL_CPAN: remove ftp://ftp.bora.net . It hasn't been updated since August 11. MASTER_SITE_REDHAT_LINUX: remove ftp://ftp.lip6.fr/pub/linux/distributions/redhat/linux/ . It has none of the files that we fetch. remove ftp://ftp.riken.go.jp/pub/Linux/redhat/releases . It has none of the files that we fetch. remove ftp://ftp.univie.ac.at/systems/linux/ftp.redhat.com/redhat/linux/ . There is no ftp.redhat.com directory. remove ftp://ftp.uci.edu/mirrors/redhat/linux/ . It is a partial mirror, having only 4 of the 176 files that we try to fetch from it. remove ftp://ftp.cse.cuhk.edu.hk/pub2/redhat/ . It is a partial mirror, having only 23 of the 176 files that we try to fetch from it. remove ftp://ftp.carrier.kiev.ua/pub/Linux/RedHat/redhat/linux/ . It is a partial mirror, having only 62 of the 176 files that we try to fetch from it. MASTER_SITE_SUNSITE: remove ftp://ftp.rediris.es/sites2/ibiblio.org/linux/ . There is no sites2 directory. MASTER_SITE_TEX_CTAN: remove ftp://ftp.ntnu.no/pub/tex/CTAN/ . It is missing most of latex/contrib, xmltex, foiltex, ghostgum, and others. MASTER_SITE_SUSE: changed ftp://ftp.rediris.es/pub/linux/distributions/suse/ to ftp://ftp.rediris.es/pub/linux/distributions/suse/pub/suse/ to match the site layout. changed ftp://ftp.icm.edu.pl/packages/linux-suse/i386/ to ftp://ftp.icm.edu.pl/packages/linux-suse/ to match the site layout. removed ftp://ftp.ntua.gr/pub/linux/suse/i386/ since it contains none of the files that we fetch. changed ftp://ftp.gwdg.de/pub/linux/suse/ to ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/ to match the site layout changed ftp://ftp.belnet.be/linux/suse/ to ftp://ftp.belnet.be/linux/suse/suse/ to match the site layout removed ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/suse/ since there is no suse directory. added missing slash in ftp://ftp.unicamp.br/pub/suse%SUBDIR%/ . What an incredibly sloppy list this is. changed ftp://ftp.empiricalnetworks.com/pub/suse/i386/ to ftp://ftp.empiricalnetworks.com/pub/suse/ to match the site layout. changed http://suse.cs.utah.edu/ to http://suse.utah.edu/suse/ to match the site layout. changed ftp://suse.cs.utah.edu/ to ftp://suse.cs.utah.edu/pub/suse.com/suse/ to match the site layout. changed ftp://ftp.skynet.be/mirror/suse.com/ftp.suse.com/ to ftp://ftp.skynet.be/mirror/suse.com/ftp.suse.com/suse/ to match the site layout. Who made all these errors!? changed http://suse.oregonstate.edu/ to http://suse.osuosl.org/suse/ to follow a 301 redirect and match the site layout. changed http://sunsite.utk.edu/ftp/pub/linux/suse/ to http://sunsite.utk.edu/ftp/pub/linux/suse/suse/ to match the site layout. changed ftp://linux.mathematik.tu-darmstadt.de/pub/linux/distributions/suse/ to ftp://linux.mathematik.tu-darmstadt.de/pub/linux/distributions/suse/ftp.suse.com/suse/ to match the site layout. changed ftp://ftp.uni-bremen.de/pub/mirrors/suse/ to ftp://ftp.uni-bremen.de/pub/mirrors/suse/ftp.suse.com/suse/ to match the site layout. removed ftp://ftp.mirror.nl/pub/mirror/suse/ . While it has subdirectories such as i386/9.1/suse/i586/ that we'd like to fetch stuff from, they're empty. MASTER_SITE_XEMACS: removed ftp://ftp.cz.xemacs.org/MIRRORS/ftp.xemacs.org/pub/xemacs/ since it was last updated in 2004
* Fix up some chronically bad MASTER_SITE entries. There are lotsfenner2005-10-011-50/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more bad entries to go. This file is in awful shape. MASTER_SITE_APACHE: change ftp://ftp.forthnet.gr/pub/www/apache/dist/ to ftp://ftp.forthnet.gr/pub/www/apache/ to match the site layout change ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/ to ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/ to match the site layout removed ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/ since there is no mirrors/apache directory. removed ftp://ftp.plig.net/pub/apache/dist/ since there is no pub/apache directory. change ftp://mirrors.rmplc.co.uk/pub/apache/dist/ to ftp://mirrors.rmplc.co.uk/pub/apache/ to match the site layout MASTER_SITE_GNU: remove http://ftp.lug.udel.edu/pub/gnu/ - connection attempts have been timing out consistently for 3 weeks and it's not listed as a mirror in http://www.gnu.org/order/ftp.html . remove http://gnu.mirror.mcgill.ca/ - connection attempts have been timing out consistently for 3 weeks and it's not listed as a mirror in http://www.gnu.org/order/ftp.html . MASTER_SITE_KDE: remove ftp://ftp.rutgers.edu/pub/kde/ . The /pub/kde directory exists but is empty on ftp.rutgers.edu. remove http://ftp.rutgers.edu/pub/kde/ . ftp.rutgers.edu is not running a web server. Change http://sunsite.tus.ac.jp/pub/archives/linux/X/kde to http://sunsite.tus.ac.jp/pub/archives/linux/kde to match a 301 redirect and the list of KDE mirrors remove http://kde.gnusoft.net/kde/ . While there is some kde stuff there, it is not organized in the same was as other sites so this site would need its own MASTER_SITE_SUBDIR. MASTER_SITE_REDHAT_LINUX: remove ftp://ftp.rutgers.edu/pub/redhat/linux/ . The /pub/redhat directory exists but is empty on ftp.rutgers.edu. remove ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/linux/ . ftp.crc.ca has removed everything from /pub but /pub/crc. remove ftp://ftp.redhat.de/pub/redhat/linux/ . The distfile survey has not been able to successfully fetch a single file from this site since it started checking at Tue Oct 28 21:04:23 UTC 2003. remove ftp://ftp.inet.it/pub/Linux/redhat/ . There is no Linux subdirectory in /pub. remove ftp://ftp.cs.nott.ac.uk/Mirrors/ftp.redhat.com/pub/redhat/linux/ . It has not been running an FTP server since the distfile survey started checking at Sun Sep 11 08:09:48 UTC 2005. MASTER_SITE_SUSE: Change http://ftp.tpnet.pl/d2/ftp.suse.com to http://ftp.tpnet.pl/vol/d7/ftp.suse.com/i386 based on http://ftp.tpnet.pl/vol/d2/ftp.suse.com/.message Change ftp://ftp.tpnet.pl/d2/ftp.suse.com to ftp://ftp.tpnet.pl/d7/ftp.suse.com/i386 based on ftp://ftp.tpnet.pl/d2/ftp.suse.com/.message MASTER_SITE_XEMACS: remove ftp://ftp.jp.xemacs.org/pub/GNU/xemacs/ . The /pub/GNU/xemacs directory exists but is empty. remove ftp://ftp.tw.xemacs.org/pub/xemacs/ . There is no /pub/xemacs directory. remove ftp://ftp.nz.xemacs.org/mirror/ftp.xemacs.org/ . There is no mirror directory. remove ftp://ftp.za.xemacs.org/mirrorsites/ftp.xemacs.org/ . mirrorsites has no ftp.xemacs.org subdirectory. Found by: distfile survey
* More cleanup of the SUSE sites, including some obvious typos.linimon2005-10-011-5/+3
| | | | Source: distfile survey
* Clean up MASTER_SITES_KDE. Mostly these are directory changes.linimon2005-09-291-12/+11
| | | | Source: distfile survey
* Yet one more mastersite. Actually the site works but no longer mirrorslinimon2005-09-291-1/+0
| | | | that particular directory.
* Remove several dozen obsolete mastersites. The next run of the distfilelinimon2005-09-291-48/+2
| | | | | | survey should have a lot less red and pink lines in the output. Source: distfile survey
* Remove mastersite that no longer mirrors netscape/.linimon2005-09-291-1/+0
| | | | Source: distfile survey
* Remove mastersite that only accepts 3 simultaneous connections. Therelinimon2005-09-291-3/+0
| | | | | | are dozens of alternative sites. Source: distfile survey
* Remove obsolete packetstorm mastersite.linimon2005-09-281-1/+0
| | | | Source: distfile survey
* For MASTER_SITE_ISC, remove mirrors that are either totally empty,dougb2005-09-241-13/+3
| | | | | | | | | | | or dramatically stale. Extra axe points given to sites that no loner appear on ISC's mirror list. Add one site in Sweden. More sites could be added if necessary. For MASTER_SITE_WINDOWMAKER, delete sites that do not have the latest version. Prompted by: fenner's distfile survey
* Update the FESTIVAL_OGI list with the new ogi.edu site.trevor2005-09-241-1/+1
|
* Fix broken pathname on Fedora mastersite introduced in 1.271.linimon2005-09-181-1/+1
|
* Remove obsolete CPAN mastersite. This was the source of over 1600 lineslinimon2005-09-171-1/+0
| | | | | | in the distfile survey. Source: distfile survey
* Remove obsolete Sourceware mastersites.linimon2005-09-171-3/+1
| | | | Source: distfile survey
* Fix gstreamer-plugins-all, by defining the gstreamer x264 plugin namekwm2005-09-161-0/+1
| | | | | | (which is non-default). Submitted by: krismail
* Bump openldap23 shared library version.vsevolod2005-09-151-1/+1
| | | | Approved by: portmgr (krion)
* - Update to 21.5-b22 "cucumber".sem2005-09-151-2/+2
| | | | | PR: ports/86147 Submitted by: maintainer
* Remove two mastersites from the comp.sources list. There are only 2linimon2005-09-141-4/+1
| | | | | | ports left in the tree that need this definition in any case. Source: mastersite survey
* Remove obsolete mastersite ring.etl.go.jp.linimon2005-09-121-1/+0
| | | | Source: distfile survey
* Remove more obsolete mastersites.linimon2005-09-121-2/+0
| | | | Source: distfile survey
* Remove two mastersites, one which is gone, and one which exists but nolinimon2005-09-111-2/+0
| | | | | | longer carries XFree86. Source: distfile survey
* Remove two dead mastersites.linimon2005-09-111-2/+0
| | | | Source: distfile survey
* Remove expired sunsite mirror.linimon2005-09-111-1/+0
| | | | Prompted by: distfile survey
* Update to 0.8.11.kwm2005-09-091-1/+3
| | | | | | Add new plugins x264. Approved by: maintainer (implicit)
* Also php 5.0.5 requires now only autoconf 2.59.ale2005-09-081-5/+0
|
* Partly revert the changes to MASTER_SITE_QT. Either the mirror changedlofi2005-09-061-1/+1
| | | | the location back in the last 24 hours or I made a mistake.
* Fix URLs for two of the Qt mirrors sites.lofi2005-09-051-2/+2
| | | | Noticed by: Soeren Straarup <xride@x12.dk>
* - Fix spaces with tabs.sem2005-08-301-5/+5
| | | | | | | | | There are a few reason to have standard indenting and only one against: easy reading on 80 characters terminals. It's not enough. PR: ports/84840 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Discussed with: pav
* Bump MySQL 5.0 library version.ale2005-08-291-1/+1
| | | | Approved by: portmgr (marcus)
* - cleanup Makefile locationdinoex2005-08-281-1/+1
|
* Site maintainer of rge.com notes that they are discontinuing their mirrorlinimon2005-08-281-1/+0
| | | | service. We appreciate all your support in the past.
* Add the site maintained by the FreeBSD Simplified Chinese Project (alsodelphij2005-08-021-1/+2
| | | | | | | known as FreeBSDChina.org), to improve the user experience of local distfile downloads from the mainland China. Approved by: portmgr (linimon), clive
* Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-013-3/+112
|
* Remove gcc3.1krion2005-08-011-5/+4
| | | | Submitted by: gerald
* Update python-devel to 2.5.a0.20050728 snapshot.perky2005-07-281-1/+1
|
* - drop vulnerability checkdinoex2005-07-281-14/+2
|
* Update for gnustep-back 0.10dinoex2005-07-281-9/+10
|
* Upgrade xemacs-devel to 21.5.b21 "corn" by following upgrade oflesi2005-07-271-2/+2
| | | | | | xemacs-devel-mule. Rename patch-ak to patch-unexelf.c after realigning. Changes in patch-ai were merged.
* - Refresh list of Sourceforge mirrorspav2005-07-241-2/+2
|
* Fix typo in header documentationhq2005-07-151-1/+1
| | | | | PR: 83498 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* Update to 4.4.0 release:ale2005-07-141-0/+4
| | | | | | - fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version
* - Add new bsd.python.mk-side support for Twisted Python.perky2005-07-071-2/+57
| | | | | | | | | | This brings USE_TWISTED options which works like USE_GNOME to python ports. [1] - Fill comment about USE_ZOPE. [1] - Fix some mixed usage of tab and space. PR: 82445 [1] Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1]
* Update to 0.8.10.kwm2005-07-061-2/+6
| | | | | | | | | | | | Wavpack moves from main package to stand alone plugin. New cdio plugin, spc plugin now enabled. Mark the cairo plugin ignore because it needs a newer version of cairo. Use gst-register-0.8 instead of gst-register. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html Approved by: maintainer (implicit)
* Instead of checking to see if USE_AUTOTOOLS_COMPAT is defined, ensure thatmarcus2005-07-021-1/+1
| | | | | | | | | it is empty. USE_AUTOTOOLS_COMPAT will always be defined, but we don't want to assume that we're using autotools compatibility unless its value is non-null. Previously, the defined check would cause ports using the new USE_AUTOTOOLS scheme to fail. Approved by: ade
* Install the new version of bsd.autotools.mk with support for theade2005-07-021-137/+160
| | | | | | | | | | | | | | | | | | | | | | | USE_AUTOTOOLS stanza. Full backwards compatibility with the current USE/WANT variables has been maintained via a number of shims which are set to expire on January 1st, 2006. Please do *not* start using USE_AUTOTOOLS in port Makefiles until after 6.0-RELEASE has gone out the door. Once that has happened, I will implement a tree-wide conversion process before 5.5-RELEASE, at which points ports will be free to use the new mechanisms. This change has been extensively locally tested with various large consumers of autotools building with no ill-effects notice. However, there may well be edge cases that need to be taken care of. After discussion with various members of portmgr, it was agreed that this commit could go ahead without an -exp run, but that does not, in my mind, constitute full approval. The responsibility for any breakages caused by this commit are mine, and mine alone. Please do file PRs, or mail me directly, if breakage is noticed, and I will endeavor to fix immediately. PR: 82462
* Update to KDE 3.4.1lofi2005-06-262-2/+2
|
* Update bsd.port.mk's notion of the current perl version.tobez2005-06-241-2/+2
| | | | Approved by: portmgr (krion)
* Fix plist for perl ports using devel/p5-Module-Buildmat2005-06-231-0/+1
| | | | | PR: ports/79330 Approved by: portmgr (kris with pointyhat help)
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-5/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com
* Remove old, deprecated entry points into bsd.autotools.mk that merelyade2005-06-171-12/+0
| | | | | | | flagged a port as BROKEN. Since INDEX builds just fine, it's pretty obvious that all ports have been converted over to the current world order, and this has been the case through at least the lifetime of 5.x, so it's time they went away.
* Add USE_ACLOCAL_VER= (automake-version), another entry point intoade2005-06-171-3/+23
| | | | | | | | | | | using the various GNU autotools, running "aclocal" at configuration time, prior to any other tools. This should allow a number of ports Makefiles to be cleaned up with respect to their explicit calling of ${ACLOCAL} PR: 41945 (reworked for current reality) Submitted by: Bruce M Simpson <bms@spc.org>
* Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUNade2005-06-171-62/+15
| | | | | | The versioned autotools are now strictly for building other ports in the tree. Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others, where unmodified cross-platform capabilities are desired.
* * Improve documentation of CONFLICTS. [1]krion2005-06-101-23/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix add-plist-docs target to work correctly with wildcards. [2] * Fix USE_MYSQL and USE_PGSQL knobs to work in partitial ports tree. [2] [3] * Introduce 2 new variables: USE_FAM and WANT_FAM_SYSTEM. [4] * Suppress "Vulnerability check disabled" message if DISABLE_VULNERABILITIES is defined. [5] * Switch default MySQL version to 4.1 [6] * Add support for OpenLDAP v.23. [7] * Fix add-plist-info and add-plist-post targets to avoid warnings from ports which redefine them. [8] * Fix add-plist-docs target to handle NOPORTDOCS knob properly. [9] * Use INSTALLDIRS="site" in configure for perl ports. [10] * Fix NO_(CHECKSUM|BUILD|INSTALL|PACKAGE) knobs if OPTIONS are defined. [11] * Add an ability to depend on versioned installed package. [12] Example: BUILD_DEPENDS=p5-Tree-Simple>=1.12:${PORTSDIR}/devel/p5-Tree-Simple Please note, it's experimental feature, work is currently in progress. PR: ports/81922 [1], ports/77820 [2], ports/80023 [2], ports/78597 [2], ports/79011 [3], ports/79012 [3], ports/81168 [4], ports/78607 [5], ports/79604 [6], ports/80653 [7], ports/80880 [8], ports/81189 [9], ports/78144 [10], ports/69512 [11], ports/79823 [12] Submitted by: gerald [1], clement [2], lawrance [2], Jilles Tjoelker <jilles at stack dot nl> [3], marcus [4], adamw [5], ale [6], Vsevolod Stakhov <vsevolod at highsecure.dot.ru> [7], Vasil Dimov <vd at datamax dot bg> [8], sem [10], leeym [11], tobez [12]
* Add support for USE_GCC=2.8 (*)edwin2005-06-061-2/+3
| | | | (*) Yes I know I'm only kidding myself with it.
* - Replace .error with BROKEN.flz2005-06-061-3/+3
| | | | | | PR: ports/68569 Submitted by: eik Approved by: maintainer timeout (almost 1 year)
* - Add two mirrors from Russia in MASTER_SITE_SOURCEFORGE_EXTENDEDsem2005-06-051-1/+1
| | | | | PR: ports/81900 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* * Update to 21.5-b21 "corn"sem2005-06-041-3/+3
| | | | | | | | | * Unbreak on non-i386 platforms * Update EMACS_VER on editors/xemacs-devel-mule * Fix EMACS_VER on editors/xemacs-devel PR: ports/81866 Submitted by: Andrey Slusar <anrays@gmail.com> (maintainer)
* USE_GCC=X.Y+ should prefer the stock compileredwin2005-06-031-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | USE_GCC=3.2+ on a 6-CURRENT system prefers the GCC 3.2 compiler instead of the GCC 3.4 default system compiler. One often uses USE_GCC=3.2+ to enable a port to build on RELENG_4, but that does not mean a 6-CURRENT user doesn't want to use the native compiler. I also argue that the correct algorithm for USE_GCC=3.2+ is: 1. Use system compiler if it's version is allowable by the USE_GCC invocation. 2. Prefer the highest version # found already installed and allowed by the USE_GCC invocation, rather than the lowest. 3. Install the specified GCC version and use if, if no other already installed compiler meets the USE_GCC invocation. #1 and #3 are implemented with this patch, but #2 isn't. The reason for it is because there is no highest version # specifiable with the USE_GCC command. What could be made is that the USE_GCC command accepts two arguments, where the first is the lower version, the second is the upper version. Or USE_GCC=-4.0, where everything <= 4.0 is allowed. PR: ports/81116 Reviewed by: David O'Brien <obrien@freebsd.org>
* Update to 0.8.9.kwm2005-05-311-3/+1
| | | | | | | | | | | | Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit)
* Add MASTER_SITE_SOURCEFORGE mirror entry ufpr. This mirror islioux2005-05-291-1/+1
| | | | | | graciously provided by the Federal University of Parana, Brazil; the only SOURCEFORGE mirror on Latin America. They are committed for full SOURCEFORGE mirroring.
* - Fix depends on multimedia/gstreamer-plugins-dvahze2005-05-271-1/+1
|
* - Fix fatal typo in libvisual so USE_GSTREAMER=libvisual will now work.ahze2005-05-271-1/+1
|
* Update dependencies to reflect reality.kwm2005-05-221-1/+1
|
* [patch] Include gcc 4.1 in Mk/bsd.gcc.mkedwin2005-05-211-1/+2
| | | | | | | With the import of lang/gcc41, enable support for it in bsd.gcc.mk. PR: ports/81262 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* - Add "-type f" to ${FIND} in gnomehack and lthack so it only findsahze2005-05-211-3/+3
| | | | files and not directories.
* Remove trailing whitespace.marcus2005-05-171-3/+3
|
* - Remove inactives sites from MASTER_SITE_QMAILsem2005-05-161-14/+0
| | | | | PR: ports/81106 Submitted by: Renato Botelho <freebsd@galle.com.br> (qmail maintainer)
* - Add MASTER_SITE_QMAILsem2005-05-071-0/+63
| | | | | PR: ports/80704 Submitted by: Renato Botelho <freebsd@galle.com.br> (qmail maintainer)
* . Add a missing / to one of MASTER_SITES_GCC.glewis2005-04-281-1/+1
|
* - Make bsd.emacs.mk respect PREFIXsem2005-04-181-4/+10
| | | | | | PR: ports/61069 Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Improved by: Andrey Slusar <anrays@gmail.com>, sem
* - update for 0.9.7gdinoex2005-04-151-2/+2
|
* Update MASTER_SITE_EXIM:skv2005-04-111-19/+18
| | | | Fix 18 of 29 sites and remove 1 (http://exim.stanford.edu/ftp/pub/exim/)
* Update PHP ports to 4.3.11 and 5.0.4 releases:ale2005-04-041-1/+1
| | | | | | | | | - fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry
* Update to Python 2.4.1perky2005-04-031-2/+2
|
* - update for openssl 0.9.7fdinoex2005-04-031-2/+2
|
* - Update librsvg2_IMPLIES according to changes to this port by adamw 4 days agopav2005-03-231-1/+1
| | | | | | Bumped into by: lofi Pointy hat to: adamw Approved by: portmgr (marcus)
* Put the USE_GNOME component lists in alphamabetical order.adamw2005-03-221-15/+15
|
* Update to KDE 3.4lofi2005-03-212-2/+2
|
* Update lang/python23 to Python 2.3.5.perky2005-03-211-2/+2
|
* Slit off gstreamer gconf stuff in a seperate port.kwm2005-03-211-1/+4
| | | | | Requested by: lofi Approved by: maintainer (implicit)
* - Update to 21.5.b20 "cilantro".sem2005-03-181-2/+2
| | | | | | | - Fixed option WITH_GTK(bug, reported by Palle Girgensohn <girgen@pingpong.net>) PR: ports/78960 Submitted by: maintainer
* Upgrade X.Org ports to 6.8.2.lesi2005-03-181-0/+2
| | | | | | | | | | | | | | | | | | | | | Release notes are available at http://www.x.org/X11R6.8.2/doc/RELNOTES.html Thanks to kris and krion for running several cluster test builds, maintainers of GNOME for prompt responses, portmgr for postponing ports freeze for this update, testers on FreeBSD-X11@ list and others that I might have mised here. Also included: - fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La France; obtained and tested by julian) - fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and Matthias Muthmann), which still appears to have problems with some keyboards - so - fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR ports/77217) - fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested by Anders Nor Berle; PR ports/74757)
* - Add USE_GSTREAMER=libmms support (net/gstreamer-plugins-libmms)ahze2005-03-171-5/+10
|
* - Add forgotten path to gstreamer-plugins-shout2ahze2005-03-171-0/+2
|
* - Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2ahze2005-03-171-3/+3
|
* - Fix braino in pygnomeextras section that prevented dependenciespav2005-03-161-2/+2
| | | | | | on pygnomeextras from working Submitted by: Franz Klammer <klammer@webonaut.com>
* Move Freedesktop mirror downward in MASTER_SITE_XORG. It doesn't holdlesi2005-03-161-1/+1
| | | | | | distfiles for upcoming X.Org 6.8.2 ports. Noticed by: pointyhat via krion
* - Add handling of statically included extensionsale2005-03-141-12/+18
| | | | | | - Better dependencies tracking [1] Suggested by: des
* Implement Adam Weinbergers idea of an overridable bsd.sites.mk:edwin2005-03-141-8/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | His idea was: What do you guys think of changing the +='s in bsd.sites.mk to ?='s? The deal is this: say I have a specific AfterStep dist site that I want to use, and I don't want the default listed sites to be attempted at all. As it stands now, there are two current solutions that I see: * edit bsd.sites.mk after every cvsup * put like 100 entries for that site in MASTER_SITE_AFTERSTEP in /etc/make.conf and turn on RANDOMIZE_MASTER_SITES His solution was: Change the bsd.sites.mk to MASTER_SITE_AFTERSTEP?=, and then I can define MASTER_SITE_AFTERSTEP to be whatever I want it to be. The final solution is: Add an .if !defined(IGNORE_MASTER_SITE_xxx) / .endif around all MASTER_SITE definitions: +.if !defined(IGNORE_MASTER_SITE_XORG) MASTER_SITE_XORG+= \ ftp://ftp.x.org/pub/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \ [...] +.endif This way, if you want to ignore the default MASTER_SITE_xxx and use a certain mastersite for this collection, you set this in your /etc/make.conf: IGNORE_MASTER_SITE_xxx=yes MASTER_SITE_xxx=http://z.x.y/ While if you prefer a certain mastersite for this collection, you set this in your /etc/make.conf: MASTER_SITE_xxx=http://z.x.y/
* Update with all the new GNOME 2.10 components.marcus2005-03-121-30/+50
|
* - Teach USE_PHP about new pecl extension radiuspav2005-03-121-2/+3
| | | | Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Add new sf.net mirror site in Taiwan, Asia.foxfair2005-03-111-1/+1
| | | | | Administrative/contact window should go: sf-mirrors@nchc.org.tw Sponsor by: TWAREN, NCHC Taiwan
* - Add unc back in to the sourceforge mix, I am able to receive 491kBps~ from ↵ahze2005-03-111-1/+1
| | | | | | unc mirror. No objections: marcus
* - Reshuffle MASTER_SITE_GNOME according to download speeds at my place.pav2005-03-101-9/+10
| | | | mirrorservice.org was extremely slow lately.
* - Fix MASTER_SITE_XCONTRIB.flz2005-03-091-6/+3
| | | | | | PR: ports/78602 Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp> Approved by: pav (mentor)
* - Add graphics/gstreamer-plugins-cairoahze2005-03-081-9/+12
|
* * Add info files to TMPPLIST, only if INFO is specified. [1]krion2005-03-013-24/+267
| | | | | | | | | | | | | | | | | | | | | | | * Fix PATH problems during README.html generation if "make -DPORTSTOP readmes" is defined. [2] * Add support for early rcNG startup scripts. [3] * Remove duplicate USE_XLIB handling. [4] * Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if both are specified. [5] * Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6] * Introduce bsd.gstreamer.mk and utilize new macros: USE_GSTREAMER/WANT_GSTREAMER. [7] PR: ports/77634 [1], ports/77592 [2], ports/77385 [3], ports/77557 [4], ports/77344 [5], ports/77211 [6], ports/77838 [7] Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6], pav [4], lofi [5], ahze [7]
* Add JAVA_VERSION, JAVA_OS and JAVA_VENDOR to SUB_LIST.hq2005-02-281-0/+9
| | | | | | | | | | | | | | | | | | NOTE: these are only added if the related variables are defined by the port. This should ease the configuration of launcher shell scripts used for Java application ports, when they are using javavmwrapper to invoke a JVM. From now, a simple launcher that suits most of the Java application ports can be writen using the following scheme: #!/bin/sh JAVA_VERSION="%%JAVA_VERSION%%" \ "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/myport.jar" "$@" As mentioned above, this is of course only correct provided that the port defines JAVA_VERSION. Approved by: glewis (co-maintainer)
* - conform to the last xemacs-devel-mule updatessem2005-02-261-2/+2
| | | | Submitted by: Andrey Slusar <anrays@gmail.com> (maintainer of the port)
* Fix a typo in header documentationhq2005-02-251-1/+1
| | | | Submitted by: vs
* Add freedesktop.org mirror to X.Org mirrors and move ftp.x.org to end oflesi2005-02-141-2/+3
| | | | list.
* Fix a typohq2005-02-101-1/+1
| | | | | PR: 77330 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* - Update port to 21.4.17 "Jumbo Shrimp".sem2005-02-091-2/+2
| | | | | | | | | | - Sync up Motif selection algorithm with xemacs21-mule port. - Remove GTK support for now, it was commented out and it does not work well. - General Makefile cleanup - Unbreak on sparc64 PR: ports/77291 Submitted by: Pawel Worach <pawel.worach(at)telia.com>
* Fix variable expansion bug on 4.x systems, this will fix INDEX andkrion2005-02-091-0/+2
| | | | | | | builds of some ports. PR: ports/77250 Submitted by: NIIMI Satoshi <sa2c at sa2c dot net>
* Update to 21.4.17 "Jumbo Shrimp"sem2005-02-091-2/+2
| | | | | PR: ports/77236 Submitted by: maintainer
* * Change bento to pointyhat names in comments. [1]krion2005-02-073-104/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Document DISABLE_VULNERABILITIES variable. [2] * Add WWW: line for 'search' target. [3] * Speedup check-vulnerable invokation, if portaudit is installed. [4] * Run install-info for all .info files. [5] * Run add-plist-docs more strictly and prevent some situations with leftover files in the future. [6] * Introduce two new variables: MASTER_PORT and SLAVE_PORT. The results from these variables is only used as information for users. [7] * Honour OPTIONS if PACKAGE_BUILDING or BATCH are defined. [8] * Move all USE_GCC entries to new file - bsd.gcc.mk. 'test-gcc' target allows users to check gcc version if USE_GCC is used. Give maintainers opportunity to add '+' character to USE_GCC version for using specified and higher versions. [9] * Install startup scripts with the help of USE_RC_SUBR variable. [10] * Add three new targets: config-recursive, rmconfig-recursive and config-conditional. You can set or delete OPTIONS for all dependencies before every build. config-conditional target is used to skip configuring ports which have already been configured. [11] * Fix using of WANT_PGSQL_VER variable if postgresql is already installed. [12] PR: ports/75768 [1], ports/75728 [2], ports/76187 [3], ports/76191 [4], ports/76182 [5], ports/75379 [6], ports/75286 [7], ports/75727 [8], ports/76489 [9], ports/73691 ports/69217 [10], ports/76254 [11], ports/76988 [12] Submitted by: dinoex [1], edwin [2] [5] [6] [8] [9] [10], Marcus Grando <marcus@corp.grupos.com.br> [3], tobez and Valentin Nechayev <netch@netch.kiev.ua> [4], linimon [7], Florent Thoumie <flz@xbsd.org> [10], Chris Dillon <cdillon@wolves.k12.mo.us> [11], girgen [12]
* Update to Qt 3.3.4, introduce MASTER_SITE_QT.lofi2005-02-061-0/+10
| | | | Approved by: maintainer (for qmake)
* The slippery pthread support for systems prior to 502102 has beenknu2005-02-051-44/+7
| | | | | | | | | | | | | | | | | | dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-)
* www.cpan.dk is too slow to be the first CPAN site to use.tobez2005-02-031-1/+1
|
* Update bsd.port.mk's notion of the perl version (to 5.8.6) [1].tobez2005-02-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | Use more correct OSVERSION threshold to distinguish between base system perl and perl from ports - the right value is 500036 [1]. Also, simplify OSVERSION-related logic in lang/perl5 and lang/perl5.8. Now it goes as follows: - for lang/perl5.8, if there is perl in the base system, install use.perl script, use a helpful pkg-message, and do not automatically update symlinks; - for lang/perl5.8, if there is no perl in the base system, do not install use.perl script, and update symlinks automatically; - for lang/perl5, always install use.perl; - for lang/perl5, never update symlinks automatically; - for lang/perl5, vary produced pkg-message depending on the presence of the base system perl. Bump PORTREVISION for both lang/perl5 and lang/perl5.8. [1] Approved by: portmgr
* Split the postgresql ports into a server and a client part.girgen2005-01-311-0/+53
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Update xemacs master sites.tobez2005-01-301-1/+28
| | | | | PR: 76822 Submitted by: Andrey Slusar <anrays _at_ gmail ?dot? com>
* Resurrect lang/python-devel port with Python 2.5 development snapshotperky2005-01-291-10/+18
| | | | as of today.
* Propagate PYTHON_VERSION to child make processes to avoid duplicatedperky2005-01-291-0/+3
| | | | | | | | dependency on many python versions. This fixes a problem that Zope product ports depend on both of Python 2.3 and 2.4 if they use not only Zope itself but also 3rd party Python modules. Submitted by: Filippo Natali <filippo.natali@widestore.net>
* - Move x11-toolkits/eel2 -> x11-toolkits/eelpav2005-01-251-1/+1
|
* Prune ftp.usyd.edu.au, they no longer carry xemacsvs2005-01-241-1/+0
| | | | | PR: ports/76076 Submitted by: Gregory Bond
* Add minimal support for jdk 1.5phantom2005-01-201-3/+6
|
* - Eliminate gd.tuwien.ac.at site.pav2005-01-171-19/+0
| | | | | | This site is pain in the butt. I'm sitting 280 km away from it, on ISP backbone who have a direct link to Wien, and still I was not able to pull more than 5000 bytes per second from this site in past year or two.
* Remove ftp.rz.uni-karlsruhe.de and ftp2.compaq.com from the Red Hattrevor2005-01-161-3/+1
| | | | | | | | list. Both were set up with no SUBDIR. The former gives a "No such directory" response and the latter only carries Alpha bits from Red Hat 7.2, whereas I removed Alpha support from the Red Hat 7 linux_base port when I updated it to 7.3. I conclude that these entries are no longer needed.
* Remove defunct GCC and Eclipse sites in software-archive.net,trevor2005-01-141-6/+1
| | | | | get-software.com and binarycode.org domains (with customary nod to fenner's survey).
* Remove trailing spaces.krion2005-01-099-18/+18
|
* - remove redundant ' --> ' in MASTER_SITE_FEDORA_LINUXleeym2005-01-091-1/+1
|
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
* Rework MTREE_FILE handling from last commit:kris2004-12-311-6/+4
| | | | | | | | | | * Users may specify a nonstandard PREFIX to install somewhere. If they are trying to use an USE_X_PREFIX=yes port, install with BSD.x11*.dist. Otherwise, use BSD.local.dist. Ports that deliberately set a nonstandard PREFIX must also set NO_MTREE to avoid spamming their hierarchy with an inappropriate MTREE specfile. Pointed out by: krion
* * Back out introduction of DATE variable in previous commit; it conflictskris2004-12-301-5/+6
| | | | | | | | | | | | | with the reasonable use of that variable to hold date strings in the environment [1] * Overhaul the mtree spec file selection code: instead of deciding based on the value of USE_X_PREFIX, compare PREFIX to X11BASE and LOCALBASE directly. This fixes the MTREE_FILE for ports that set PREFIX=${X11BASE} but don't set USE_X_PREFIX for some reason. If PREFIX is a nonstandard value, set NO_MTREE=yes. Noticed by: Jez Hancock <jez.hancock@gmail.com> [1]
* Globally disable -Wl,-as-needed for all users of USE_KDELIBS_VER. Binarieslofi2004-12-302-2/+4
| | | | | | linked with -pthread and -Wl,as-needed will have all references to libphthread stripped (reason/reasoning unknown), causing funny runtime errors when Qt decides to fire up a thread.
* desktop-file-utils now lives in LOCALBASE.marcus2004-12-291-1/+1
| | | | Reported by: mezz
* - Update xemacs versionsem2004-12-271-2/+2
| | | | Submitted by: Andrey Slusar <anray(at)inet.ua>
* Update lang/ruby18 to the 1.8.2 release. Happy holidays!knu2004-12-251-2/+2
|
* - Update to 2.4.16sem2004-12-241-2/+2
| | | | | | | - Pass maintainership to submitter PR: ports/75444 Submitted by: Andrey Slusar <anray(at)inet.ua>
* Fix the URL of a Fedora mirror (IPv6 only) and add another one whichnetchild2004-12-241-2/+3
| | | | | | has the gdk-pixbuf rpm. Noticed by: pointyhat (experimental run of a linux patchset)
* Update lang/ruby18 to 1.8.2-preview4.knu2004-12-241-2/+2
| | | | | | * Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1) may coredump with a double free() problem from a misuse of the DL module. In that case, reinstall sysutils/portupgrade manually.
* With portmgr hat on, reset maintainership. nork has reset the variouslinimon2004-12-241-2/+2
| | | | | ports that the maintainer used to maintain due to being unable to contact by email. I have had the same experience.
* Bump shlib version for graphics/sdl_gfx and bump PORTREVISION forkrion2004-12-231-1/+1
| | | | depended ports.
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2anholt2004-12-231-35/+4
| | | | | | | | | | | | DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more)
* [PATCH] Mk/bsd.sites.mk: add MASTER_SITE_MYSQLedwin2004-12-221-0/+35
| | | | | | | | | | | | | | The sites included are a semirandom subset of the official mirror list. Tested with databases/mysql40-server: CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-4.0 PKGNAMESUFFIX?= -server PR: ports/67311 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Update MASTER_SITE_FEDORA_LINUX. None of the previously listedtrevor2004-12-221-8/+227
| | | | | | sites had the updates. Obtained from: http://fedora.redhat.com/download/mirrors.html
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-12-211-0/+5
| | | | | | | | | deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus
* Remove dead site alpha.crl.dec.com.trevor2004-12-211-1/+0
|
* USC mirrors SUSE.trevor2004-12-211-0/+1
|
* Add a missing "http://" to MASTER_SITE_SUSE.trevor2004-12-201-1/+1
| | | | | Submitted by: krion Pointy hat: all mine
* Add MASTER_SITE_SUSE.trevor2004-12-201-0/+145
| | | | | | <URL:http://www.suse.com/en/private/download/ftp/int_mirrors.html>, <URL:http://www.suse.com/de/private/download/ftp/inland.html> and <URL:http://www.filesearching.com>
* Force to use Python 2.3 for Zope ports. We still have "duplicatedperky2004-12-201-0/+4
| | | | | | | | | ORIGIN" problem when a python extension module is needed by not only a Zope product but also non-Zope python application. And there's no known good solution yet. PR: 75013 Submitted by: Filippo Natali <filippo@widestore.net>
* Add Java related substitutions to SUB_LIST: JAVASHAREDIR, JAVAJARDIR andhq2004-12-191-2/+5
| | | | JAVALIBDIR
* PHP 5.0.3 uses a different extension dir.ale2004-12-171-1/+1
| | | | Spotted by: Joe Zeiler <zeiler07@covad.net>
* Update to KDE 3.3.2lofi2004-12-142-2/+2
|
* Add a new sourceforge mirror run by the UK Mirror Servicesem2004-12-101-1/+1
| | | | | | | (mirrorservice.org). PR: ports/74685 Submitted by: Tim Bishop <tim(at)bishnet.net>
* * Add new command macros: DATE, FMT, MKTEMP, OBJDUMP,krion2004-12-102-412/+531
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and use command macro SORT. [1] * Clean up the comments, and use 4 column tabs everywhere. [2] * Introduce 2 new variables: SUB_FILES and SUB_LIST. [3] * Document DEPRECATED and EXPIRATION_DATE variables. [4] * Sanitize the intermittent output by the build infrastructure so that cutting and pasting from it no longer interferes with GNATS-tags. [5] * Honour configure arguments for USE_XLIB if USE/WITH_LIBTOOL_ is used. [6] * Properly document 'describe' target. [7] * Fix pkg-plist handling for ports that set a non-standard PREFIX. [8] * Defaults INDEXFILE to INDEX-6 on 6-CURRENT (600000). [8] PR: ports/62298 [1], ports/73633 [2], ports/67151 [3], ports/74310 [4]. ports/74758 [5], ports/74536 [6], ports/74710 [7], ports/74691 [8] Submitted by: eik [1], edwin [2], Florent Thoumie <flz@xbsd.org>, sem [4], vs [5], ahze [6], linimon [7], kris [8]
* - Remove cesnet.dl.sourceforge.net, it suffered fatal hardware failurepav2004-12-091-1/+1
| | | | some time ago
* Chase the gtkhtml3 shared lib version.marcus2004-12-081-1/+1
|
* Remove ftp.apache.inetcosmos.org from MASTER_SITE_APACHE: no longer existsvs2004-12-071-1/+0
|
* Add another hack to intlhack needed for newer versions of intltool thatmarcus2004-12-071-0/+1
| | | | hardcode the path to iconv.
* Fix implicit dependency on imake for KDE and all USE_KDELIBS_VERlofi2004-12-052-2/+4
| | | | users.
* . Default 4.x to jdk14 as the Diablo JDK has been marked FORBIDDEN.glewis2004-12-051-3/+1
|
* Argh argh argh argh. Full reverse!lofi2004-12-022-2/+2
|
* Sync with ports.lofi2004-12-022-2/+2
|
* - GNOME: replace dead russian mirror with working italian onepav2004-12-021-1/+1
|
* - Update lang/python to 2.4 final release.perky2004-12-011-5/+5
| | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4