aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* - Update to Python-2.3.1, the lastest Bugfix release.Hye-Shik Chang2003-09-241-2/+2
| | | | | | | | | | - Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed for them. - Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it on linking their own dynamic library. Notes: svn path=/head/; revision=89191
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-182-8/+8
| | | | Notes: svn path=/head/; revision=89050
* Update to GNOME 2.4.0.Joe Marcus Clarke2003-09-181-28/+25
| | | | Notes: svn path=/head/; revision=89031
* * Sync with update of editors/xemacs21-mule (to 21.4.14).Kiriyama Kazuhiko2003-09-101-3/+3
| | | | | | | * Sync with update of editors/xemacs-devel-mule (to 21.5-b15). Notes: svn path=/head/; revision=88929
* Update lang/ruby18 to the latest snapshot as of 2003-09-09.Akinori MUSHA2003-09-101-2/+2
| | | | | | | | Many bugs have been fixed since the 1.8.0 release. (The diff file is very big because some big files were moved, sorry) Notes: svn path=/head/; revision=88893
* remove unreachable nagoya.linux.or.jp from MASTER_SITE_EXIM in bsd.sites.mkEdwin Groothuis2003-09-081-1/+0
| | | | | | | | | | | | | | | | There seems that there is no ftp service on nagoya.linux.or.jp anymore I got no answer to my mail <http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030901/058862.html>; (message to Kaz.Sasayama@hypercore.co.jp bounced, no answer from kaz2003@hypercore.co.jp) PR: ports/56569 Submitted by: Oliver Eikemeier <FreeBSD-ports-bugs@FreeBSD.org> Notes: svn path=/head/; revision=88703
* Add MASTER_SITE_SOURCEFORGE_JP.Akinori MUSHA2003-09-061-0/+5
| | | | Notes: svn path=/head/; revision=88648
* Remove the RingServer list in comment. One should always check theAkinori MUSHA2003-09-061-22/+3
| | | | | | | RingServer web site for the latest list of available mirror sites. Notes: svn path=/head/; revision=88647
* Use MASTER_SITE_RINGSERVER.Akinori MUSHA2003-09-061-1/+1
| | | | Notes: svn path=/head/; revision=88646
* Back out the previous commit. It was not approved, looks like was anJoe Marcus Clarke2003-09-041-1/+0
| | | | | | | | accidental commit based on the commit log, and was committed to the deprecated macros section. Notes: svn path=/head/; revision=88477
* <insert 20 nasty words here> and back out rev 1.467, which was committedDavid E. O'Brien2003-09-031-42/+32
| | | | | | | over a very lossy link and allowed me pilot error. Notes: svn path=/head/; revision=88454
* Update Vim sites.David E. O'Brien2003-09-033-35/+44
| | | | Notes: svn path=/head/; revision=88453
* . Add support for the new diablo-jdk13 port. This will be the defaultGreg Lewis2003-09-031-11/+33
| | | | | | | | | JDK 1.3 port for any 1.3 dependencies. Approved by: znerd Notes: svn path=/head/; revision=88448
* Update PostgreSQL sites:Sergey A. Osokin2003-09-031-25/+24
| | | | | | | | | | | | * add some official mirrors * fix or remove stale mirrors (by fenner) * add description and URL Submitted by: osa PR: 56138 Notes: svn path=/head/; revision=88445
* - accept OPENSSLVER 0x0090609fLDirk Meyer2003-09-031-2/+3
| | | | | | | PR: 56295 Notes: svn path=/head/; revision=88400
* - drop !empty(LDFLAGS)Dirk Meyer2003-08-311-2/+2
| | | | | | | LDFLAGS might me defined with a variable that gets set later Notes: svn path=/head/; revision=88161
* - new option USE_OPENSSL_RPATHDirk Meyer2003-08-301-7/+18
| | | | | | | | | | to pass RFLAGS options in CFLAGS, needed for ports who don't use LDFLAGS - honor when WITHOUT_OPENSSL is set PR: 56113 Notes: svn path=/head/; revision=88056
* Clarify the RC_SUBR comments to match reality.Joe Marcus Clarke2003-08-291-3/+2
| | | | | | | PR: 56111 Notes: svn path=/head/; revision=87945
* Fix typo in recent MySQL component addition. This typo lead to incorrectJoe Marcus Clarke2003-08-281-1/+1
| | | | | | | | | | operation when using MySQL 3.32. PR: 56062 Submitted by: leeym Notes: svn path=/head/; revision=87825
* - spellingDirk Meyer2003-08-271-1/+1
| | | | Notes: svn path=/head/; revision=87793
* - add a MAINTAINER lineDirk Meyer2003-08-271-1/+3
| | | | Notes: svn path=/head/; revision=87777
* * Fix bug with already-installed check on older versions of FreeBSD [1]Joe Marcus Clarke2003-08-271-40/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix bug where make install would fail if PKG_DBDIR did not already exist [2] * Add MySQL components [3] * Add OpenLDAP components [4] * Separate OpenSSL components into bsd.openssl.mk [5] * Separate GNUStep components into bsd.gnustep.mk [6] * Add RC_SUBR support [7] * Add a WANT_LESSTIF knob to use LessTif rather than Motif when USE_MOTIF is set [8] PR: 55616, 55721, 55953 [1] 55190 [2] 55597 [3] 55680 [4] 39054 [5] 50479 [6] 54116 [7] 36079 [8] Submitted by: Mats Dufberg <mats@dufberg.se>, marcus [1] Lev A. Serbryakov <lev@freebsd.org> [2] Clement Laforet <sheepkiller@cultdeadsheep.org> [3] Oliver Eikemeier <eikemeier@fillmore-labs.com> [4] dinoex [5] [6] [8] will [7] Notes: svn path=/head/; revision=87763
* Fix the problem that RUBY_WITH_PTHREAD is unwantedly nullified for theAkinori MUSHA2003-08-221-1/+3
| | | | | | | | | *_r ports. Reported by: kris, nork, broken make index Notes: svn path=/head/; revision=87490
* Nullify RUBY_WITH_PTHREAD for FreeBSD 5.1-RELEASE and later.Akinori MUSHA2003-08-211-0/+4
| | | | | | | | | | | | | I have tested a few modules that worked fine. I hope such things as ruby_r will die soon. For FreeBSD 4.x and prior, ruby_r will forever be needed because the interpreter (ruby) linked with libc.so crashes when a module that is (indirectly) linked with libc_r.so, because stdio and stuff get inconsitent inside of them. Notes: svn path=/head/; revision=87453
* Currently, dnsbalance.ring.gr.jp is pointing wrong IP (stale site).Jun Kuriyama2003-08-201-1/+1
| | | | | | | | | Point it to t.ring.gr.jp while broken. Obtained from: ftpadmin@ring.gr.jp Notes: svn path=/head/; revision=87412
* SRA's pgsql mirror is not using same hierarchy of original site.Jun Kuriyama2003-08-201-1/+0
| | | | Notes: svn path=/head/; revision=87411
* PostgreSQL mirror in jaist seems too obsoleted.Jun Kuriyama2003-08-181-1/+2
| | | | | | | Remove it and add SRA's and ring's for users in Japan. Notes: svn path=/head/; revision=87182
* Add RUBY18_ONLY to PLIST_SUB.Akinori MUSHA2003-08-181-0/+6
| | | | Notes: svn path=/head/; revision=87168
* * r1.455 introduced a change that uses su(1) to install the port ifKris Kennaway2003-08-151-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | built by non-root. However, sometimes it is desirable to install the port as a non-privileged user. Introduce the INSTALL_AS_USER variable to specify this behaviour. [1] * Change SU to SU_CMD to allow other su-like commands to be used to perform the privilege escalation when installing as non-root (e.g. sudo) [2] * Add support for USE_GCC=3.3 and 3.4 [3] * Add support for the dns [4] and polish [5] categories, and the xfce virtual category [6] * Use the pkg_install port on systems older than OSREVISION=460102, so they have the benefits of the advanced install/deinstall logic. [7] PR: ports/55091 [1], ports/55308 [3], ports/50444 [4], ports/53797 [5] Submitted by: dinoex [1], fjoe [2], Ulrich Spoerlein <q@uni.de> [3], Kimura Fuyuki <fuyuki@hadaly.org> [4], Aleksander Fafula <alex@fafula.com> [5], oliver [6], marcus [7] Notes: svn path=/head/; revision=87013
* Remove unfunctional site from MASTER_SITE_APACHE_HTTPD.Jun Kuriyama2003-08-141-1/+0
| | | | | | | | PR: ports/55428 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=86915
* Remove libpanel, and only detect the GNOME 2 desktop.Joe Marcus Clarke2003-08-121-9/+4
| | | | | | | Reminded by: adamw Notes: svn path=/head/; revision=86838
* Oops, I forgot to commit this one.Akinori MUSHA2003-08-071-2/+3
| | | | | | | | lang/ruby -> lang/ruby16 lang/ruby-devel -> lang/ruby18 Notes: svn path=/head/; revision=86502
* Update MASTER_SITE_APACHE_HTTPD.Christian Weisgerber2003-08-051-6/+1
| | | | | | | | | | | | Five unstable/incomplete mirrors removed. We have no reason to hesitate in cutting them off since there are so many apache mirrors in the net. PR: 55266 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=86355
* Set the default version of ruby to 1.8 on amd64.Akinori MUSHA2003-08-051-1/+1
| | | | Notes: svn path=/head/; revision=86343
* Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 andAkinori MUSHA2003-08-041-4/+4
| | | | | | | | | | | | | AMD64 ports still need some more testing and tweaking) By this update, openssl, webrick and xmlrpc modules are now part of the standard distribution. Since this version should no longer be called -devel, I am planning on repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively. Notes: svn path=/head/; revision=86273
* Add 2 new GCC mirrors.David E. O'Brien2003-08-041-0/+2
| | | | Notes: svn path=/head/; revision=86258
* Add MASTER_SITE_DEBIAN_POOL which automatically chooses the correct URLKris Kennaway2003-08-041-0/+3
| | | | | | | | | | | | subdir for Debian pool sites: /main/pool/<first-letter-of-the-package-name>/<package-name> Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru> PR: ports/50572 Notes: svn path=/head/; revision=86251
* * Remove some obsolete options: BROKEN_ELF, USE_DGS, NO_WRKDIR,Kris Kennaway2003-08-041-22/+21
| | | | | | | | | | | | | | | | | | NO_EXTRACT, NO_CONFIGURE, NO_PATCH. [1] * Remove support for USE_KDE{BASE,LIBS}_VER=2, since KDE 2.x is no longer in the ports collection [2] * Add support for semi-automatic processing of GNU info files; they should be listed in the INFO variable (without the trailing .info), and appropriate installation/deinstallation code will be automatically added to the temporary pkg-plist before package registration. [3] Submitted by: arved [1][2], gerald [3] PR: ports/54782 [1][2], ports/54883 [3] Notes: svn path=/head/; revision=86250
* Chase the gal2 shared lib version.Joe Marcus Clarke2003-08-011-1/+1
| | | | Notes: svn path=/head/; revision=86158
* - Update to Python-2.3Hye-Shik Chang2003-07-311-41/+32
| | | | | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1] Notes: svn path=/head/; revision=86069
* Backout rev. 1.459.Max Khon2003-07-301-3/+2
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=85915
* Convert ${SU} to ${SU_CMD}. This allows to use sudo instead of suMax Khon2003-07-301-2/+3
| | | | | | | | | | by defining 'SU_CMD=/usr/local/bin/sudo sh -c'. Provide an example of using sudo instead of su as well. Approved by: kris, des Notes: svn path=/head/; revision=85905
* Update KDE to the latest official release, KDE 3.1.3Michael Nottebrock2003-07-292-4/+4
| | | | | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep) Notes: svn path=/head/; revision=85806
* * Add USE_SDL option, which adds a dependency on the sdl12 port andKris Kennaway2003-07-271-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sets up SDL_CONFIG in the build environment. [1] * Add the -o option to unzip when extracting files with USE_ZIP, to overwrite files when extracting, for consistency with other extraction targets. [2] * Fix port installation/deinstallation on FreeBSD 4.6.2 and older (which does not have pkg_info -O), by falling back to the old installation/deinstallation logic on these systems [3] * Correctly handle pkg-plist files that contain @cwd directives with the new install/deinstall code [4] * Set up POSIX and en_US.US-ASCII locale symlinks after running mtree on BSD.local.dist. [5] Submitted by: David Yeske <dyeske@yahoo.com> [1], Alexey Dokuchaev <danfe@regency.nsu.ru> [2], Sergey Matveychuk <sem@ciam.ru> [3], Chris BeHanna <behanna@zbzoom.net> [3], marcus [4], ache [5] PR: ports/52309 [1], ports/52856 [2], ports/53189 [5] Notes: svn path=/head/; revision=85650
* - update to 1.7.2Dirk Meyer2003-07-261-3/+17
| | | | | | | - flat layout Notes: svn path=/head/; revision=85622
* Include sed_inplace as a PATCH_DEPENDS rather than a BUILD_DEPENDS to fixJoe Marcus Clarke2003-07-221-1/+1
| | | | | | | | | | patching on older FreeBSD systems (4.5 and earlier). PR: 54090 Submitted by: tobez Notes: svn path=/head/; revision=85335
* Merge from KDE-FreeBSD Repo:Tilman Keskinoz2003-07-212-10/+0
| | | | | | | | Garbage collect USE_QT2, which was renamed to USE_QT_VER= 2 a looong time ago. Notes: svn path=/head/; revision=85306
* Re-add the MASTER_SITE_RINGSERVER entry to MASTER_SITE_KDE, which wasAkinori MUSHA2003-07-191-1/+2
| | | | | | | somehow removed in a previous version without noting a reason. Notes: svn path=/head/; revision=85203
* Update to 2.3c1Hye-Shik Chang2003-07-191-2/+2
| | | | Notes: svn path=/head/; revision=85183
* Sun JDK 1.4 for Linux is now 1.4.2, not 1.4.1.Ernst de Haan2003-07-181-1/+1
| | | | Notes: svn path=/head/; revision=85140