summaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Convert a few more uses of INDEX to ${INDEXFILE}kris2003-01-011-3/+3
|
* Turn RUBY_NO_RD_HTML on by default on i386 also and add a RUBY_RD_HTMLknu2002-12-271-2/+8
| | | | | | option instead. ftp-master still has the old distfile of ruby-rdtool before a repack and the checksum mismatch it causes is getting a show stopper on bento.
* Remove GNOME mirrors that have not converted to the new site layout.marcus2002-12-261-2/+0
|
* Update MASTER_SITE_GNOME with the latest sites from:marcus2002-12-261-5/+6
| | | | | | http://www.gnome.org/mirrors/ftpmirrors.php3 Prompted by PR: 46540 46541
* add one more MASTER_SITE_LOCALijliao2002-12-251-1/+2
|
* lang/ruby:knu2002-12-241-15/+19
| | | | | | | | | | | | | | | | | | | | - Update to the 1.6.8 final release. (which fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Attach a small knob for debugging. lang/ruby-devel - Update to 1.8.0 preview 1 + errata patch. (fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Fix pkg-plist nits. lang/ruby16-shim-ruby18 - Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1) - Fix pkg-plist nits. Approved by: lioux (and self) A Merry Christmas to: all of you
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toknu2002-12-121-4/+7
| | | | | | | | | | | | | | | | | | | | | | | 1.7.3.2002.12.11, and lang/ruby-devel to 1.7.3-2002.12.12. - Fix a few bugs that lead to core dump, one in the ruby interpreter and another in the syslog module. Reported by: ume (net/dtcp was a victim) - Fix an installation problem occasionally seen on bento. (a bug in Makefile that caused race) Submitted by: bento - Fix a problem that irb(1) didn't work because the symlink was wrong. Submitted by: Jos Backus <jos@catnook.com> - Get rid of move & symlink spaghetti completely from the installation process. Discussed with: portmgr (will)
* Fix a couple very trivial grammar mistakes in the comments sections.adamw2002-12-092-14/+14
|
* Rd2 coredumps also on sparc64, so apply RUBY_NO_RD_HTML to sparc64 asknu2002-12-081-3/+3
| | | | | | | well as alpha. Observed on: panther Reported by: kris
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. Thisknu2002-12-061-10/+24
| | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris
* Use the full, right paths for automake, autoconf so the error message ifalane2002-12-051-4/+4
| | | | | | | something goes wrong corresponds correctly to what the build depends output said it needed. Approved by: kris
* Add the INDEXFILE variable, that defaults to INDEX-5 on 5.0 (500036) andkris2002-12-042-2/+12
| | | | | | | later, and INDEX on earlier systems. Use this in the 'make index' and associated targets. This is necessary to deal with the substantially different dependencies of ports between 4.x and 5.0 (e.g. ports that depend on perl).
* Added WANT_AUTO{CONF,MAKE}_VER, which set up all the variables as in USE_*,alane2002-11-271-38/+48
| | | | | | | | | | but do not cause the program to be executed prior to configure step. This is done to accomodate a couple of rather odd ports. Basically, this amounts to redefining USE_*_VER in terms of USE_*, WANT_*_VER. It's pretty gross, but it works. Approved by: implicitly by kris
* Emergency fix to move PERL_LEVEL to PRE part of bsd.port.mk, and providealane2002-11-261-14/+16
| | | | | | | a default value of 0 if it can't be computed. This is necessary in order to prevent make errors. Approved by: kris (sometime in near future)
* Added support for substituting chickens for goats in ritual sacrifice.alane2002-11-251-80/+240
| | | | | | | | | | | | | | | | | | | | | | Completely rewrote the automake/autoconf support. The comments at the top of the file have been greatly expanded in order to explain just what you are allowed to do and what will get you a visit from Mr. Hose. Please read this information. Added DOCSDIR, EXAMPLESDIR to PLIST_SUB. Added a PERL_LEVEL variable (documented up top) that gives an integer value that can be used for comparisons to determine whether the user's perl is new enough or not, or to enable or disable certain dependencies (AHEM FILE::SPEC) based on the perl version. Added a SITE_PERL variable, which points to the correct "site-packages" directory. This is also added to PLIST_SUB. No gerbils were harmed (seriously, anyway) in the making of this patch, however some of them may be a bit sore for a few days. Submitted by: billg Reviewed by: kris Approved by: kris Obtained from: you really don't want to know this one
* Add a new utility variable: RUBY_RD_FILES.knu2002-11-221-0/+23
|
* Update lang/ruby-devel to the latest snapshot as of 2002-11-22.knu2002-11-221-2/+2
| | | | Add a DEBUG knob here too.
* take over for tg@ who is away indefinitelyalane2002-11-211-1/+1
|
* Do not choke on an empty SUBDIR.knu2002-11-201-0/+8
| | | | Submitted by: sada (slightly altered)
* Defining JAVASHAREDIR and JAVAJARDIR. If they're already set,znerd2002-11-181-0/+4
| | | | | | | | they will not be overridden. Reviewed by: freebsd-java Approved by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Dave Glowacki <dglo@hyde.ssec.wisc.edu>
* Add several new real categories and virtual categories.knu2002-11-181-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Those marked with an asterisk (*) are virtual categories] - accessibility* : Ports to help disabled users PR: ports/39103 Requested by: trevor - finance : Monetary, financial and related applications PR: ports/39102 Requested by: trevor - haskell* : Software related to the Haskell language PR: ports/41959 Requested by: obraun - hungarian : Hungarian language support PR: ports/37576 Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu> - multimedia : Multimedia software Requested by: many - parallel* : pplications dealing with parallelism in computing PR: ports/39094 Requested by: trevor - portuguese : Portuguese language support PR: ports/35991 Requested by: trevor
* Clean up handling of perl-related variables:kris2002-11-171-5/+13
| | | | | | | | | | | | | | | | * Add USE_PERL_RUN and USE_PERL_BUILD to add {RUN,BUILD}_DEPENDS on the perl5 port if required (i.e. on 5.0 or later) (USE_PERL adds both, which is not always appropriate) [1] * On 5.0 systems without perl, depend on the full path to the perl port binaries to not pick up the system perl wrapper * If PERL_CONFIGURE is defined, move the USE_PERL setting earlier in the makefile so it actually adds a dependency. [2] Noticed by: dougb [1] Submitted by: sobomax [2] Tested on: bento
* Upgrade xemacs-devel-mule to 21.4.10.shige2002-11-161-2/+2
| | | | | PR: ports/45326 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Chase gtkhtml's shared lib.marcus2002-11-151-1/+1
| | | | | PR: 45318 Submitted by: dinoex
* Only using Jikes if NO_BUILD is not set.znerd2002-11-141-1/+1
| | | | Requested by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Update lang/ruby-devel to the latest snapshot as of 2002-11-14.knu2002-11-141-2/+2
|
* Revert the previous commit. A version of the previous patch waskris2002-11-111-191/+60
| | | | | | extensively tested on the bento cluster, but the committed version introduces significant new breakage at a very inopportune time. This will be revisited later.
* Chase the shared lib versions of gal and gtkhtml.marcus2002-11-111-2/+2
|
* Major change:alane2002-11-101-60/+191
| | | | | | | | | | | | totally rewrote the autoconf/automake support section, with provisions for autoconf 2.54 and automake 1.7.x when they are ready. Minor change: Added DOCSDIR, EXAMPLESDIR, and DATADIR to PLIST_SUB. PR: 42351 Reviewed by: kris Approved by: kris
* Update lang/ruby to 1.6.8-preview2.knu2002-11-091-2/+2
| | | | Feel free to send me any feedback before 1.6.8 is finally released.
* Justify MASTER_SITE_NETSCAPE:sada2002-11-081-11/+9
| | | | | | | - remove an invalid site ftp.unipi.it - move some sites which doesn't have netscape48 distfile to the bottom of the list Approved by: trevor
* Update lang/ruby to 1.6.8-preview1.knu2002-11-061-3/+4
|
* * Fix a typo in the MLINKS documentationkris2002-11-031-64/+193
| | | | | | | | | | | | | | | | | | | | | | * If the ${COMMENT} file does not exist, use the value of the ${PORTCOMMENT} variable instead. This will allow us to incrementally phase out pkg-comment [1] * Miscellaneous fixes to the MASTER_SITES_N code [2] * Correct fmt(1) invocation so it works on older systems [3] * Improve the security-check target: [4] - Look for setuid/setgid binaries, and binaries that include calls to accept()/recvfrom() (which are likely to be network servers or have network server capability) - Check these binaries for insecure functions (if PORTS_AUDIT is set in the environment, check for a larger set of functions such as strcat/strcpy/sprintf) - Report network servers that are started by default. Submitted by: eric [1], lioux [2], fenner [3], kris [4] PR: ports/36078 [2], ports/36709 [2]
* Update lang/ruby-devel to the latest snapshot as of 2002-10-30.knu2002-11-021-2/+2
| | | | | | FreeBSD/sparc64 fails to build this and somehow the entire OS gets frozen while running `miniruby'. I'd appreciate if someone with a clue could help me fix the problem.
* s/ftp.dnsbalance.ring.gr.jp/www.dnsbalance.ring.gr.jp/knu2002-10-261-1/+1
|
* Define DEPEND_RUBY_RDOC properly.knu2002-10-251-1/+1
|
* Add more sites to MASTER_SITE_RUBY. Thanks a lot!knu2002-10-231-0/+2
| | | | | | | | | | - US: xyz.lcs.mit.edu, aka ftp5.FreeBSD.org Administrated by: wollman - JP: ${MASTER_SITE_RINGSERVER} Administrated by: Ring Server Project (http://www.ring.gr.jp/)
* strips sties from MASTER_SITE_TCLTKdinoex2002-10-201-4/+0
|
* - metalab.unc.edu, ftp.oit.unc.edu, and www.ibiblio.org point to the sameknu2002-10-191-2/+1
| | | | | | host, so remove the duplicates from MASTER_SITE_SUNSITE. - Add www.ibibio.org to MASTER_SITE_RUBY, the first mirror site in the US.
* Add MASTER_SITE_GCC.knu2002-10-191-0/+6
|
* "KEEP THIS LIST SORTED"knu2002-10-181-26/+26
|
* Upgrade to Python-2.2.2.perky2002-10-171-2/+2
| | | | Approved by: tg
* grammartrevor2002-10-151-1/+1
|
* Fixed support for Blackdown JDK 1.3.x.znerd2002-10-141-0/+2
| | | | Submitted by: Seamus Venasse <Seamus.Venasse@polaris.ca>
* Add MASTER_SITE_NETSCAPE to bsd.sites.mk. As originally submitted, this wastrevor2002-10-141-0/+29
| | | | | | | | | | | | | the list of sites from the www/linux-netscape6 port. I looked at fenner's survey, and removed some sites which did not carry Netscape 7 or which have been offline for a long time. Also, for some mysterious reason it takes 80 seconds to get a login prompt when I use the hostname ftp.netscape.com, so I replaced it in the list with two of the hosts it seems to point to, with the quicker one first and the slower one last. Submitted by: Kimura Fuyuki Reviewed by: sada (as originally submitted) PR: 42678
* It seems some of the GNOME mirrors are lagging behind in updates. Shufflemarcus2002-10-131-5/+7
| | | | things around a little to try and improve download times.
* Update MASTER_SITE_RINGSERVER:knu2002-10-121-10/+6
| | | | | - Remove www.mirrornavi.com from comment which seems to be dead. - Replace the http site with the Tenbin server.
* Add yet another Sunsite mirror in Germany.trevor2002-10-121-0/+1
|
* Fixed botched setup of MASTER_SITE_KDE_kde. Damn was I stupid. I didn'talane2002-10-112-2/+20
| | | | test all the cases. Sorry, folks.
* 1. Welcome to KDE 3.0.4.alane2002-10-102-2/+4
| | | | | | 2. Added a tagged version of MASTER_SITE_KDE, called MASTER_SITE_KDE_kde, like this: MASTER_SITE_KDE_kde= ${MASTER_SITE_KDE:S@%/@%/:kde@g}
OpenPOWER on IntegriCloud