summaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* . Add a missing / to one of MASTER_SITES_GCC.glewis2005-04-271-1/+1
|
* - Make bsd.emacs.mk respect PREFIXsem2005-04-171-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-021-2/+2
|
* - Update librsvg2_IMPLIES according to changes to this port by adamw 4 days agopav2005-03-221-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-211-15/+15
|
* Update to KDE 3.4lofi2005-03-202-2/+2
|
* Update lang/python23 to Python 2.3.5.perky2005-03-201-2/+2
|
* Slit off gstreamer gconf stuff in a seperate port.kwm2005-03-201-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-171-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-131-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-111-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-091-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-02-283-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-271-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-081-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-291-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-241-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-161-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.
OpenPOWER on IntegriCloud