summaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Directory structure slightly changed in 2 of the GNU mirrorspat2002-06-191-2/+2
| | | | | PR: ports/39533 Submitted by: Jason Harris <jharris@widomaker.com>
* Change the way REINPLACE_CMD works - instead of using perl(1) on systemssobomax2002-06-191-7/+11
| | | | | | | | where sed(1) can't do in-place editing add a new USE_REINPLACE knob, which if turned on defines REINPLACE_CMD and adds textproc/sed_inplace port into BUILD_DEPENDS if necessary. Not objected by: portmgr@
* Removed step 2 which used to check that the JDK ports actuallyznerd2002-06-181-56/+12
| | | | | | exists. This unbreaks porteasy. Reported by: des
* Get rid of old cruft that was inserted a long time ago to workaroundwill2002-06-162-6/+6
| | | | | | problems people were seeing with e.g. devel/pth and friends installed. They conflict with GCC3 and may not be an issue anymore. But if someone reports the issue again we'll address it with a finer comb next time.
* - Support development versions of Python.tg2002-06-141-15/+61
| | | | | | | | | - Allow installation to python-specific hierarchy. This will benefit users of Zope and mod_python. - Add PYTHON_*DIR variables to PLIST_SUB. PR: 38769 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Add ${REINPLACE_CMD}, which will be used to get rid of depencency on perlsobomax2002-06-131-0/+7
| | | | | | | | in current. Use it like the following: ${REINPLACE_CMD} -e "foo" -e "bar" ${WRKSRC}/somefile Approved by: portmgr
* Matches new names and locations of JDK ports.znerd2002-06-121-18/+62
| | | | Now also checks that all the JDK ports actually exist.
* Move ftp.cpan.org a bit down in the list, since it seems to be not verytobez2002-06-111-1/+1
| | | | | | responsive for some time now. Also noticed by: petef
* Remove gatekeeper.dec.com from CPAN mirrors, since it is a) unavailable,tobez2002-06-081-1/+0
| | | | and b) is not listed at http://www.cpan.org/SITES.html.
* 5.0-CURRENT no longer includes perl in the base system; don't expectkris2002-06-071-2/+1
| | | | | | to find it there. Also remove a redundant comment. Submitted by: des, obrien
* Have GNOME extensions concatenate at end of PKGNAMESUFFIX insteadlioux2002-06-071-0/+20
| | | | | | of overwriting it Approved by: sobomax (portmgr hat)
* Add a new way to specify the GCC version your port needs.obrien2002-06-041-8/+6
| | | | | | Rather than USE_GCCXY, you now use USE_GCC=X.Y Approved by: kris
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2002-05-241-5/+6
| | | | 2002-05-23.
* Add a new Festival site.trevor2002-05-231-0/+1
| | | | Submitted by: Jack Twilley
* Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI.trevor2002-05-231-0/+11
|
* Embellish the CPAN mastersite list by x2.obrien2002-05-191-0/+11
|
* Reduce the MASTER_SITE_PERL_CPAN list by 1/2. There were _22_! sites.obrien2002-05-181-15/+4
| | | | | | | The net has to be in *VERY* bad shape for you to fail on 21 sites and finally get the needed file from the 22nd site. If the list was meant more do document possible sites for to list in /etc/make.conf, they could be re-added as comments.
* Use new domain name for Tokyo University of Science.trevor2002-05-171-2/+2
| | | | | PR: 38196 Submitted by: hrs
* Fixed typo.znerd2002-05-131-1/+1
| | | | | Noticed by: Alex Dupre <sysadmin@alexdupre.com> PR: 37933
* Minor cleanups/fixes:will2002-05-112-6/+6
| | | | | | | | | | | [1] Warn people about Qt1, remove warning about Qt3, and fix something I forgot to fix before committing the Qt3/KDE3 stuff. [2] Programs that were using USE_QT_VER=3 were looking in the wrong place for the headers if they relied solely on QTCPPFLAGS to give it to them. Reported by: [2] Frank Laszlo <laszlof@earthlink.net>
* Blackdown JDK 1.3.1 for Linux added.znerd2002-05-091-5/+22
| | | | | Requested by: Tim Schafer <tim@agship.com> PR: 37875
* Now matches the new installation directory of theznerd2002-05-091-1/+1
| | | | Sun JDK 1.2.x for Linux.
* Correct the subdirectory for the us.dl.sourceforge.net FTP site.trevor2002-05-091-2/+1
| | | | | | Remove the FTP listing for eu.dl.sourceforge.net, since it has not allowing FTP connections at least since 22 hours ago. I left the HTTP listing for the site.
* The master site list for sourceforge didn't use the round-robins thatdbaker2002-05-071-8/+4
| | | | | | | | | | | sourceforge has made available. Additionally, the first site listed (prdownloads) now gives a HTML selection page when you try to download a file which causes md5 mismatch and is generally an ugly mess. Update MASTER_SITE_SOUREFORGE with handful of approved roundrobin HTTP and FTP sites Submitted by: Sean Kelly <smkelly@zombie.org>
* Add back the qt145 port and support for qt-1.x. This should notkris2002-05-052-2/+26
| | | | | | | have been removed because it was not broken and a lot of working ports depended on it. The qt145 port now installs files named *qt1* instead of *qt* so it does not conflict with the other qt versions.
* Update lang/ruby-devel to the latest development snapshot as ofknu2002-05-041-2/+2
| | | | | | 2002-05-05. This fixes some ruby extensions under RUBY_VER=1.7. Update the Oni Guruma regex engine to 20020424.
* Update lang/ruby to the latest stable stapshot as of 2002-05-02, withknu2002-05-031-2/+4
| | | | a local patch applied. (which will be committed soon)
* Update lang/ruby-devel to the latest development stapshot as of 2002-05-03.knu2002-05-031-3/+3
|
* Refactoring applied. One extra stage is introduced in whichznerd2002-05-021-33/+73
| | | | | | | | it is decided what JDK ports have been installed. Tested with: java/jdom net/spread Reviewed requested from: java@FreeBSD.org ports@FreeBSD.org Reviewed by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Switch over to XFree86-4.x for ${OSVERSION}>=450005. If you are trackingkris2002-04-271-2/+2
| | | | -STABLE, this will take effect after your next cvsup + kernel upgrade.
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 3.znerd2002-04-271-2/+2
| | | | | | | | NEED_JAVAC now actually defaults to NO. Tested with: net/spread lang/kawa java/jdom
* Add support for the Sun JDK 1.2.znerd2002-04-261-5/+21
| | | | Also fix one NEED_JAVAC related bug/typo.
* Update to IBM JDK 1.3.1 (cxia32131-20020302).znerd2002-04-261-1/+1
| | | | | PR: 37397 Submitted by: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 2.znerd2002-04-261-9/+19
| | | | | All ports that need a Java compiler (either 'javac' or 'jikes') should from now on define NEED_JAVAC.
* Fix comment to reflect the actual usage of USE_PYDISTUTILS.tg2002-04-261-3/+3
|
* Heroic attempt to reduce number of PRs assigned to portmgr@:sobomax2002-04-251-138/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Make PY_DISTUTILS recently added into <bsd.python.mk> actually working. PR: 36537 Submitted by: tg 2. Propagate error code from failed `make depends', when one of the ports we depend upon is marked BROKEN/FORBIDDEN. PR: 25522 Submitted by: alex 3. By default, when bsd.port.mk configurating Makefile.PL only pass PREFIX as argument, but some Perl module (eg. Test-Harness) needed INSTALLPRIVLIB and/or INSTALLARCHLIB in order to install, otherwise default installation will goes to /usr/lib and not ${PREFIX}/lib, in some case, adding these tag to CONFIGURE_ARGS is not bad. PR: 29681 Submitted by: Shell Hung <shell@shellhung.org> 4. Update patch-libtool target, so that it doesn't break ports with autoconf 2.13-generated configure script. USE_LIBTOOL is still not very useful for such cases, but at least it doesn't break them badly anymore. PR: 31142 Submitted by: wjv 5. Make `make search' working even when /usr/obj/usr/ports exists. PR: 31862 Submitted by: gad 6. When configure script fails unexpectedly don't dump thousands lines of config.log to the user's screen, because it usually doesn't contain information useful for tracking the problem anyway. Instead display a message asking a user to report the failure to the proper entity (maintainer) and what to include into the problem report. PR: 34459, 35488 Submitted by: Thomas Hurst <freaky@aagh.net> Alan Eldridge <ports@geeksrus.net> sobomax other countless hackers whose names are lost in the noise Text of message suggested by: asmodai 7. Make PREFIX=/usr situation more sane. When PREFIX is set to /usr, bsd.port.mk uses MANPREFIX=${PREFIX} and BSD.local.dist for mtree as always, however those defaults are not appropriate for /usr, and better options are available. PR: 36030 Submitted by: DougB 8. Use ${ECHO_CMD} instead of ${ECHO} everywhere in the bsd.port.mk to avoid clashing with system .mk settings (${ECHO} has a different meaning there). Actually the patch is imcomplete, because large portion of those ${ECHO_CMD}s should be ${ECHO_MSG}, but this one will at least make Bruce happy, which shouldn't be underestimated. PR: 34988 Submitted by: knu All of the above tested by: bento Special thanks goes to: kris (for his help with getting this tested) -------------------------- THE END (to be continued) ------------------------
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-04-192-62/+20
| | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
* New trigger USE_PYDISTUTILS. When defined, `do-build' and `do-install'tg2002-04-171-6/+43
| | | | | | | | will call the equivalent of `python setup.py {build|install}'. This should help with most current extensions to the Python language. PR: 36537 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Update ruby-devel to the latest 1.7 snapshot as of 2002-04-12.knu2002-04-141-2/+2
|
* Upgrade to Python-2.2.tg2002-04-121-2/+2
| | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Upgrade to 2.1.3.tg2002-04-111-3/+3
| | | | | PR: 36977 36979 Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
* Pessimise ftp.yggdrasil.com GNOME mirror, because it's currently unresolvable.sobomax2002-04-091-1/+1
|
* Some small improvements. Added some comments at the topznerd2002-04-041-32/+48
| | | | | | | | | | summarizing the stages. Identified a sixth stage. Renamed the JDK_FILE setting to _JDK_FILE, for consistency with other settings that are only used internally in the mk file. Tested with: jakarta-tomcat-3.3.1_7 (www/jakarta-tomcat3), jakarta-tomcat-4.0.3_3 (www/jakarta-tomcat), orion-1.5.2_17 (www/orion)
* Fix another "last" bug introduced with the speed-up commit. In some conditionssobomax2002-04-041-0/+1
| | | | | | | | the bug resulted in "sh: Argument list too long" message during dependency registration process. Reported by: *many* Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Fix missing quotes around one instance ofade2002-04-031-1/+1
| | | | | | if [ ! -z "$$select" ] Submitted by: lioux
* Fixed a problem that occurred if it would look forznerd2002-04-021-1/+1
| | | | | | | JDK 1.2 while the FreeBSD JDK 1.3 was not installed, but the FreeBSD JDK 1.2 was. Reported by: lioux
* Fix a fetch bug in MASTER_SITES_NN introduced in rev 1.396.kris2002-04-021-6/+6
| | | | | Submitted by: lioux PR: ports/36078 (part of)
* Removed an extraneous .BEGIN. It was not causing any problems,znerd2002-03-301-1/+0
| | | | | | but it was not necessary either. Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Fixed 2 bugs related to dependencies.znerd2002-03-291-2/+2
| | | | Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Added bsd.java.mk. This adds Java-specific support to ports byznerd2002-03-282-0/+333
| | | | | | | | | | | | | | | | | | | | | | | means of a USE_JAVA definition. If a port does not define USE_JAVA, then this change should not affect that port. The purpose of this bsd.java.mk file has been extensively discussed on the freebsd-java mailing list. The current bsd.java.mk is based on the following specification documents: http://www.metaverse.nl/~ernst/installing.html http://www.metaverse.nl/~ernst/writing.html A proposal that lead to the development of these documents and finally the current bsd.java.mk file is: http://www.metaverse.nl/~ernst/freebsd-java-proposal-20011116.html The bsd.java.mk has been sent to portmgr for review. They had no objections. Reviewed by: portmgr@FreeBSD.org, java@FreeBSD.org Approved by: sobomax@FreeBSD.org
OpenPOWER on IntegriCloud