summaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Update to the latest snapshot of the stable branch.knu2001-03-281-1/+1
| | | | Yes, 1.6.4 release will be released soon before 4.3-RELEASE.
* Add a .uk master site to MASTER_SITE_KDE.ben2001-03-271-0/+1
| | | | Approved by: will
* Fix bogon. Note to self: pay more attention to what you're doing.will2001-03-262-6/+0
|
* Fix variable usage and comments.will2001-03-252-18/+18
| | | | Submitted by: asami
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatwill2001-03-242-0/+218
| | | | | | | | | | | | | | | | | | | | | | | | | this involves is this: Cull GL from Qt by default, but still provide a Qt+GL library that may or may not have threads. Then also provide a Qt library that has threads but not GL. This allows us to make KDE2 depend on a library that will *not* have threads, ever. Threads will be revisited at a later date. Ports that require GL support need to be updated to use the hacked library, libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static qt will not have GL support. Introduce bsd.kde.mk, which will be tested on bento before becoming fully activated. Replace qt22-static with qt2-static, since it's just a proxy. Update qt-designer to depend on qt23. Also make the old hack to package the correct lib obsolete by using PLIST_SUB instead. Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not used anymore. Solve namespace pollution problems with the devel/pth and devel/libgnugetopt ports. Hopefully. Suggested by: ade, asami, sobomax (bsd.kde.mk) Repocopied by: asami (qt22-static --> qt2-static)
* (1) Change maintainership of bsd.port.mk to portmgr@FreeBSD.org. This isasami2001-03-241-8/+15
| | | | | | | | | | | | | an alias of a small group of people who agreed to take care of this file. (2) USE_QT2 now depends on qt23, not qt22, which will be deleted shortly. (3) Add new variables PTHREAD_CFLAGS and PTHREAD_LIBS to help the transition with the new pthread linking scheme. Submitted by: sobomax (4) Add new categories science and ukrainian. PR: 23313 (ukrainian)
* "ftp.ru.FreeBSD.og" doesn't exist. There isn't even an ".og" domain. =)fenner2001-03-241-1/+1
| | | | Found by: distfile survey
* - Pessimise ftp1.sourceforge.net - there are unconfirmed rumours that itsobomax2001-03-221-2/+3
| | | | | | | may be made mirrors-only soon; - add http:// counterpart for the ftp2.sourceforge.net. Submitted by: will, sobomax
* ftp.nctu.edu.tw does not mirror ruby any more.knu2001-03-211-1/+0
|
* Update to the latest stable snapshot. A couple of significantknu2001-03-211-1/+1
| | | | bugfixes have been made since the 1.6.3 release. C'est la vie. ;)
* add _RINGSERVER to _GNOME.sf2001-03-201-1/+2
|
* Add ftp1.sourceforge.net into MASTER_SITE_SOURCEFORGE.sobomax2001-03-201-0/+2
| | | | Prompted by: bento
* Add some relatively geographically distributed mirrors to MASTER_SITE_LOCALwill2001-03-201-3/+8
| | | | and add a new mirror to MASTER_SITE_SOURCEFORGE (yay ftp3 @ UNC!).
* Update to 1.6.3 release.knu2001-03-191-2/+6
|
* Update to the snapshot of the stable branch as of yesterday.knu2001-03-171-1/+1
| | | | The 1.6.3 release has been postponed but now scheduled on next Monday.
* Reorganize MASTER_SITE_GNOME as a result of the mirrors beingade2001-03-131-13/+6
| | | | completely reworked by the GNOME team.
* Add ftp.plig.net back to MASTER_SITE_NETBSD as ftp.uk.netbsd.org.trevor2001-03-131-0/+1
| | | | Submitted by: joe
* Remove ftp.plig.net because it is in the UK but hasn't a .uk TLD.trevor2001-03-131-4/+14
| | | | | | | | | Correct a typo in the iastate.edu listing. Add sites from http://www.netbsd.org/Sites/net.html#ftp . Remove defunct sites found by bento. Newly added ftp.questnet.net.au is untested because it is "limited to Australian connections." Approved by: modified "make fetch-list" (PR 25779)
* Update to the latest snapshot of the stable branch. The long-awaitedknu2001-03-121-1/+1
| | | | 1.6.3 release is scheduled for this week...
* Improve ruby-shebang-patch routine. Add a #! line when the scriptknu2001-03-111-1/+8
| | | | doesn't have one.
* Specify only one DNS load-balancing master server forknu2001-03-041-22/+29
| | | | | | | | MASTER_SITE_RINGSERVER instead of listing each and every RingServer. It is painful and just a waste of time to look each RingServer for a file when it is gone or missing. (They are synchronized with each other so tightly)
* Update to the stable branch's snapshot as of today (2001.03.04).knu2001-03-041-1/+1
| | | | Hopefully 1.6.3 will come out soon...
* Add back some definitions for Python-1.6. Some people obviously stilltg2001-03-011-1/+16
| | | | use it.
* Fix a minor type, 's/definied/defined/g'.steve2001-02-261-1/+1
|
* Update to 2001.02.19b, the second snapshot of today's. The Rubiconknu2001-02-191-1/+1
| | | | | test suite found a bug in the previous snapshot. The 1.6.3 release is drawing near.
* Update to the stable branch's snapshot as of today (2001.02.19), whichknu2001-02-191-1/+1
| | | | is meant to be a candidate for the 1.6.3 release.
* (1) Change USE_NEWGCC dependency from lang/egcs to lang/gcc295.asami2001-02-171-3/+3
| | | | | | | | | | | | | Submitted by: reg PR: 24525 Approved by: obrien (2) Change XFree86 version in PKG_IGNORE_DEPENDS Submitted by: olgeni (3) Change message for "old layout" error to include a pointer to the cvsup FAQ. Submitted by: kris
* Sort the 3rd party entries so one can easily find them.obrien2001-02-171-183/+189
|
* Update to the snapshot as of 2001/02/05.knu2001-02-051-1/+1
|
* Sync with XEmacs revision update.shige2001-02-051-3/+3
|
* ftp7.de.freebsd.org doesn't carry the local-distfiles stuff. We shouldkris2001-01-271-2/+1
| | | | | probably add some more MASTER_SITE_LOCALs here since there are now only two of them.
* Sync with XEmacs update by kiri.shige2001-01-191-3/+3
| | | | Reviewed by: kiri
* Update Ruby to 1.6 branch's snapshot as of 2001/01/18, with many bugsknu2001-01-181-1/+3
| | | | fixed. Read ChangeLog for details.
* introduce MASTER_SITE_SOURCEWARE -- Cygnus sourceware.sf2001-01-181-0/+13
| | | | | | | | | These sites have splitted-by-feature gcc, gdb and other tools. Note they are all bzip2'd. If you found bzip2'd version of your distfile here, please consider to migrate from ${MASTER_STIE_GNU}. Thanks! Submitted by: Espen Skoglund <esk@ira.uka.de>
* (1) Add PKGORIGIN support. Bump BSDPORTMKVERSION to reflect it.asami2001-01-161-1/+21
| | | | | | | | | | | | | Submitted by: sobomax (2) Add new variable NO_OPENMOTIF that will disable dependency to open-motif (when USE_MOTIF is defined, of course). Use this if you want to make sure your commercial Motif won't get wiped out. Submitted by: obrien (3) Add NOPORTDOCS support to PLIST_SUB. When NOPORTDOCS is defined, PORTDOCS="@comment " will be added to PLIST_SUB. Prodded by: steve
* Apparently a few mirrors stopped syncing their kde/Attic dirs a long timewill2001-01-091-7/+2
| | | | | ago so they don't carry KDE 1.1.2; too bad the RINGSERVERs don't either. I will readd these in the future when KDE 1.x is gone.
* Add MASTER_SITE_NETBSD.trevor2000-12-311-0/+13
|
* Add russian mirror to MASTER_SITE_THEMES.demon2000-12-311-1/+2
|
* Add .uk mirrors to XCONTRIB, PERL_CPAN, GNU and TCLTK lists.ben2000-12-281-4/+12
|
* Add a .uk mirror of SourceForge at ftp.mirror.ac.ukben2000-12-281-1/+2
| | | | Approved by: sobomax
* Ho-ho-ho. Here comes the latest and greatest stable release of Ruby.knu2000-12-251-6/+3
| | | | This is Ruby 1.6.2, the "Merry Christmas" version. Have fun! :)
* Add FTP.Chg.RU to the various MASTER_SITE_*.demon2000-11-251-4/+14
| | | | | | It is about 400Gb in size and has 100Mbps connection to the outside world. It mirrors most of the common package collections. FreeBSD users from Russia (as well as all others) are advised to use it.
* Fix stupid typo (wrong path in py-xml dependency). <:-(tg2000-11-201-2/+2
|
* Update to 1.6.2-preview3. As always, Matz has prepared a previewknu2000-11-161-2/+2
| | | | snapshot right before the freeze for the new FreeBSD release. :)
* Depend on the latest and greatest py-xml package.tg2000-11-161-1/+1
|
* Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fixasami2000-11-161-2/+10
| | | | | | | | audio/libao, audio/libogg, audio/libvorbis and audio/vorbis-tools which need --add-missing to be passed to automake. PR: 22610 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>, roger, sobomax
* Change PKG_IGNORE_DEPENDS to contain some ridiculous string. Otherwiseasami2000-11-131-1/+1
| | | | the list of dependencies become empty when XFREE86_VERSION=4.
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-071-37/+4
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Add ftp://projects.sourceforge.net/pub/ to MASTER_SITE_SOURCEFORGE.trevor2000-11-071-0/+1
| | | | | The existing URLs do not work for the audio/streamripper or x11-wm/evilwm ports.
* Fix ${MASTER_SITE_RINGSERVER:S///} parts to look smarter.knu2000-11-061-8/+8
|
OpenPOWER on IntegriCloud