summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in header documentationHerve Quiroz2005-07-151-1/+1
| | | | | | | | PR: 83498 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=139263
* Update to 4.4.0 release:Alex Dupre2005-07-131-0/+4
| | | | | | | | | - fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version Notes: svn path=/head/; revision=139121
* - Add new bsd.python.mk-side support for Twisted Python.Hye-Shik Chang2005-07-071-2/+57
| | | | | | | | | | | | | This brings USE_TWISTED options which works like USE_GNOME to python ports. [1] - Fill comment about USE_ZOPE. [1] - Fix some mixed usage of tab and space. PR: 82445 [1] Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1] Notes: svn path=/head/; revision=138642
* Update to 0.8.10.Koop Mast2005-07-061-2/+6
| | | | | | | | | | | | | | | Wavpack moves from main package to stand alone plugin. New cdio plugin, spc plugin now enabled. Mark the cairo plugin ignore because it needs a newer version of cairo. Use gst-register-0.8 instead of gst-register. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html Approved by: maintainer (implicit) Notes: svn path=/head/; revision=138594
* Instead of checking to see if USE_AUTOTOOLS_COMPAT is defined, ensure thatJoe Marcus Clarke2005-07-021-1/+1
| | | | | | | | | | | | it is empty. USE_AUTOTOOLS_COMPAT will always be defined, but we don't want to assume that we're using autotools compatibility unless its value is non-null. Previously, the defined check would cause ports using the new USE_AUTOTOOLS scheme to fail. Approved by: ade Notes: svn path=/head/; revision=138329
* Install the new version of bsd.autotools.mk with support for theAde Lovett2005-07-011-137/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | USE_AUTOTOOLS stanza. Full backwards compatibility with the current USE/WANT variables has been maintained via a number of shims which are set to expire on January 1st, 2006. Please do *not* start using USE_AUTOTOOLS in port Makefiles until after 6.0-RELEASE has gone out the door. Once that has happened, I will implement a tree-wide conversion process before 5.5-RELEASE, at which points ports will be free to use the new mechanisms. This change has been extensively locally tested with various large consumers of autotools building with no ill-effects notice. However, there may well be edge cases that need to be taken care of. After discussion with various members of portmgr, it was agreed that this commit could go ahead without an -exp run, but that does not, in my mind, constitute full approval. The responsibility for any breakages caused by this commit are mine, and mine alone. Please do file PRs, or mail me directly, if breakage is noticed, and I will endeavor to fix immediately. PR: 82462 Notes: svn path=/head/; revision=138307
* Update to KDE 3.4.1Michael Nottebrock2005-06-262-2/+2
| | | | Notes: svn path=/head/; revision=138043
* Update bsd.port.mk's notion of the current perl version.Anton Berezin2005-06-241-2/+2
| | | | | | | Approved by: portmgr (krion) Notes: svn path=/head/; revision=137962
* Fix plist for perl ports using devel/p5-Module-BuildMathieu Arnold2005-06-231-0/+1
| | | | | | | | PR: ports/79330 Approved by: portmgr (kris with pointyhat help) Notes: svn path=/head/; revision=137915
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-171-5/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com Notes: svn path=/head/; revision=137660
* Remove old, deprecated entry points into bsd.autotools.mk that merelyAde Lovett2005-06-171-12/+0
| | | | | | | | | | flagged a port as BROKEN. Since INDEX builds just fine, it's pretty obvious that all ports have been converted over to the current world order, and this has been the case through at least the lifetime of 5.x, so it's time they went away. Notes: svn path=/head/; revision=137600
* Add USE_ACLOCAL_VER= (automake-version), another entry point intoAde Lovett2005-06-161-3/+23
| | | | | | | | | | | | | | using the various GNU autotools, running "aclocal" at configuration time, prior to any other tools. This should allow a number of ports Makefiles to be cleaned up with respect to their explicit calling of ${ACLOCAL} PR: 41945 (reworked for current reality) Submitted by: Bruce M Simpson <bms@spc.org> Notes: svn path=/head/; revision=137582
* Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUNAde Lovett2005-06-161-62/+15
| | | | | | | | | The versioned autotools are now strictly for building other ports in the tree. Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others, where unmodified cross-platform capabilities are desired. Notes: svn path=/head/; revision=137573
* * Improve documentation of CONFLICTS. [1]Kirill Ponomarev2005-06-091-23/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix add-plist-docs target to work correctly with wildcards. [2] * Fix USE_MYSQL and USE_PGSQL knobs to work in partitial ports tree. [2] [3] * Introduce 2 new variables: USE_FAM and WANT_FAM_SYSTEM. [4] * Suppress "Vulnerability check disabled" message if DISABLE_VULNERABILITIES is defined. [5] * Switch default MySQL version to 4.1 [6] * Add support for OpenLDAP v.23. [7] * Fix add-plist-info and add-plist-post targets to avoid warnings from ports which redefine them. [8] * Fix add-plist-docs target to handle NOPORTDOCS knob properly. [9] * Use INSTALLDIRS="site" in configure for perl ports. [10] * Fix NO_(CHECKSUM|BUILD|INSTALL|PACKAGE) knobs if OPTIONS are defined. [11] * Add an ability to depend on versioned installed package. [12] Example: BUILD_DEPENDS=p5-Tree-Simple>=1.12:${PORTSDIR}/devel/p5-Tree-Simple Please note, it's experimental feature, work is currently in progress. PR: ports/81922 [1], ports/77820 [2], ports/80023 [2], ports/78597 [2], ports/79011 [3], ports/79012 [3], ports/81168 [4], ports/78607 [5], ports/79604 [6], ports/80653 [7], ports/80880 [8], ports/81189 [9], ports/78144 [10], ports/69512 [11], ports/79823 [12] Submitted by: gerald [1], clement [2], lawrance [2], Jilles Tjoelker <jilles at stack dot nl> [3], marcus [4], adamw [5], ale [6], Vsevolod Stakhov <vsevolod at highsecure.dot.ru> [7], Vasil Dimov <vd at datamax dot bg> [8], sem [10], leeym [11], tobez [12] Notes: svn path=/head/; revision=137122
* Add support for USE_GCC=2.8 (*)Edwin Groothuis2005-06-061-2/+3
| | | | | | | (*) Yes I know I'm only kidding myself with it. Notes: svn path=/head/; revision=136888
* - Replace .error with BROKEN.Florent Thoumie2005-06-051-3/+3
| | | | | | | | | PR: ports/68569 Submitted by: eik Approved by: maintainer timeout (almost 1 year) Notes: svn path=/head/; revision=136872
* - Add two mirrors from Russia in MASTER_SITE_SOURCEFORGE_EXTENDEDSergey Matveychuk2005-06-051-1/+1
| | | | | | | | PR: ports/81900 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=136811
* * Update to 21.5-b21 "corn"Sergey Matveychuk2005-06-041-3/+3
| | | | | | | | | | | | * Unbreak on non-i386 platforms * Update EMACS_VER on editors/xemacs-devel-mule * Fix EMACS_VER on editors/xemacs-devel PR: ports/81866 Submitted by: Andrey Slusar <anrays@gmail.com> (maintainer) Notes: svn path=/head/; revision=136780
* USE_GCC=X.Y+ should prefer the stock compilerEdwin Groothuis2005-06-031-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_GCC=3.2+ on a 6-CURRENT system prefers the GCC 3.2 compiler instead of the GCC 3.4 default system compiler. One often uses USE_GCC=3.2+ to enable a port to build on RELENG_4, but that does not mean a 6-CURRENT user doesn't want to use the native compiler. I also argue that the correct algorithm for USE_GCC=3.2+ is: 1. Use system compiler if it's version is allowable by the USE_GCC invocation. 2. Prefer the highest version # found already installed and allowed by the USE_GCC invocation, rather than the lowest. 3. Install the specified GCC version and use if, if no other already installed compiler meets the USE_GCC invocation. #1 and #3 are implemented with this patch, but #2 isn't. The reason for it is because there is no highest version # specifiable with the USE_GCC command. What could be made is that the USE_GCC command accepts two arguments, where the first is the lower version, the second is the upper version. Or USE_GCC=-4.0, where everything <= 4.0 is allowed. PR: ports/81116 Reviewed by: David O'Brien <obrien@freebsd.org> Notes: svn path=/head/; revision=136697
* Update to 0.8.9.Koop Mast2005-05-311-3/+1
| | | | | | | | | | | | | | | Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit) Notes: svn path=/head/; revision=136530
* Add MASTER_SITE_SOURCEFORGE mirror entry ufpr. This mirror isMario Sergio Fujikawa Ferreira2005-05-291-1/+1
| | | | | | | | | graciously provided by the Federal University of Parana, Brazil; the only SOURCEFORGE mirror on Latin America. They are committed for full SOURCEFORGE mirroring. Notes: svn path=/head/; revision=136376
* - Fix depends on multimedia/gstreamer-plugins-dvMichael Johnson2005-05-261-1/+1
| | | | Notes: svn path=/head/; revision=136209
* - Fix fatal typo in libvisual so USE_GSTREAMER=libvisual will now work.Michael Johnson2005-05-261-1/+1
| | | | Notes: svn path=/head/; revision=136186
* Update dependencies to reflect reality.Koop Mast2005-05-211-1/+1
| | | | Notes: svn path=/head/; revision=135808
* [patch] Include gcc 4.1 in Mk/bsd.gcc.mkEdwin Groothuis2005-05-211-1/+2
| | | | | | | | | | With the import of lang/gcc41, enable support for it in bsd.gcc.mk. PR: ports/81262 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=135754
* - Add "-type f" to ${FIND} in gnomehack and lthack so it only findsMichael Johnson2005-05-201-3/+3
| | | | | | | files and not directories. Notes: svn path=/head/; revision=135730
* Remove trailing whitespace.Joe Marcus Clarke2005-05-161-3/+3
| | | | Notes: svn path=/head/; revision=135412
* - Remove inactives sites from MASTER_SITE_QMAILSergey Matveychuk2005-05-161-14/+0
| | | | | | | | PR: ports/81106 Submitted by: Renato Botelho <freebsd@galle.com.br> (qmail maintainer) Notes: svn path=/head/; revision=135359
* - Add MASTER_SITE_QMAILSergey Matveychuk2005-05-061-0/+63
| | | | | | | | PR: ports/80704 Submitted by: Renato Botelho <freebsd@galle.com.br> (qmail maintainer) Notes: svn path=/head/; revision=134711
* . Add a missing / to one of MASTER_SITES_GCC.Greg Lewis2005-04-271-1/+1
| | | | Notes: svn path=/head/; revision=134277
* - Make bsd.emacs.mk respect PREFIXSergey Matveychuk2005-04-171-4/+10
| | | | | | | | | PR: ports/61069 Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Improved by: Andrey Slusar <anrays@gmail.com>, sem Notes: svn path=/head/; revision=133534
* - update for 0.9.7gDirk Meyer2005-04-151-2/+2
| | | | Notes: svn path=/head/; revision=133373
* Update MASTER_SITE_EXIM:Sergey Skvortsov2005-04-111-19/+18
| | | | | | | Fix 18 of 29 sites and remove 1 (http://exim.stanford.edu/ftp/pub/exim/) Notes: svn path=/head/; revision=133017
* Update PHP ports to 4.3.11 and 5.0.4 releases:Alex Dupre2005-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 Notes: svn path=/head/; revision=132440
* Update to Python 2.4.1Hye-Shik Chang2005-04-031-2/+2
| | | | Notes: svn path=/head/; revision=132349
* - update for openssl 0.9.7fDirk Meyer2005-04-021-2/+2
| | | | Notes: svn path=/head/; revision=132255
* - Update librsvg2_IMPLIES according to changes to this port by adamw 4 days agoPav Lucistnik2005-03-221-1/+1
| | | | | | | | | Bumped into by: lofi Pointy hat to: adamw Approved by: portmgr (marcus) Notes: svn path=/head/; revision=131903
* Put the USE_GNOME component lists in alphamabetical order.Adam Weinberger2005-03-211-15/+15
| | | | Notes: svn path=/head/; revision=131852
* Update to KDE 3.4Michael Nottebrock2005-03-202-2/+2
| | | | Notes: svn path=/head/; revision=131766
* Update lang/python23 to Python 2.3.5.Hye-Shik Chang2005-03-201-2/+2
| | | | Notes: svn path=/head/; revision=131738
* Slit off gstreamer gconf stuff in a seperate port.Koop Mast2005-03-201-1/+4
| | | | | | | | Requested by: lofi Approved by: maintainer (implicit) Notes: svn path=/head/; revision=131735
* - Update to 21.5.b20 "cilantro".Sergey Matveychuk2005-03-181-2/+2
| | | | | | | | | | - Fixed option WITH_GTK(bug, reported by Palle Girgensohn <girgen@pingpong.net>) PR: ports/78960 Submitted by: maintainer Notes: svn path=/head/; revision=131549
* Upgrade X.Org ports to 6.8.2.Dejan Lesjak2005-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) Notes: svn path=/head/; revision=131533
* - Add USE_GSTREAMER=libmms support (net/gstreamer-plugins-libmms)Michael Johnson2005-03-171-5/+10
| | | | Notes: svn path=/head/; revision=131466
* - Add forgotten path to gstreamer-plugins-shout2Michael Johnson2005-03-171-0/+2
| | | | Notes: svn path=/head/; revision=131462
* - Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2Michael Johnson2005-03-171-3/+3
| | | | Notes: svn path=/head/; revision=131460
* - Fix braino in pygnomeextras section that prevented dependenciesPav Lucistnik2005-03-161-2/+2
| | | | | | | | | on pygnomeextras from working Submitted by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=131402
* Move Freedesktop mirror downward in MASTER_SITE_XORG. It doesn't holdDejan Lesjak2005-03-161-1/+1
| | | | | | | | | distfiles for upcoming X.Org 6.8.2 ports. Noticed by: pointyhat via krion Notes: svn path=/head/; revision=131361
* - Add handling of statically included extensionsAlex Dupre2005-03-141-12/+18
| | | | | | | | | - Better dependencies tracking [1] Suggested by: des Notes: svn path=/head/; revision=131205
* Implement Adam Weinbergers idea of an overridable bsd.sites.mk:Edwin Groothuis2005-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/ Notes: svn path=/head/; revision=131136