aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Add a quick-reference comment block at the beginning directing end-usersadamw2008-07-041-0/+11
| | | | how to use the WITH_GECKO mechanism.
* First all, ahze did most of work. Thanks ahze! Last week or so, I am justmezz2008-07-013-6/+675
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merely pick up and help him. Thanks to many testers in both private and mailing list emails for report a few of build and dependencies problems. Also, thanks to marcus and Chess Griffin for test in their tinderboxes. x11/pixman: Update to 0.10.0 ------------------------------------------------------- Firefox 3 needs it. Orignal, the shared library was bumped and ahze has added a new feature in our USE_GNOME=ltverhack by can control the number of shared library. To control the number of shared library, add the ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your port, you need to make sure the ABI doesn't change to use it.. ------------------------------------------------------- graphics/cairo: Update to 1.6.4 ------------------------------------------------------- Firefox 3 needs it. We have updated most cairo binding ports too. ------------------------------------------------------- graphics/poppler: Update to 0.8.3 ------------------------------------------------------- The shared libraries version have been changed. All ports that depend on poppler have PORTREVISION bump. The graphics/py-poppler has been updated to 0.8.1 to work with newer poppler better. As for the poppler-qt, there is no shared library version change. ------------------------------------------------------- www/firefox3 and gecko ports related: Update to 3.0 final ------------------------------------------------------- The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it in backward compatibility, so the rest ports won't be break. We haven't add some other ports to have Firefox 3 support yet, so feel free to send us patch or commit it by yourself (to committers). However, view in bsd.gecko.mk for document. ------------------------------------------------------- Approved by: portmgr (marcus)
* Provide the test-gcc target and at least key information there even ifgerald2008-06-291-3/+9
| | | | | USE_GCC has not been specified. This is relevant for USE_FORTRAN, but should be useful in general.
* - Add a couple of other patches from ruby SVN repo:stas2008-06-261-1/+1
| | | | | | | | * fix integer overflow in bignums; * correctly check for string length in regexps; * fix memory leak in parse.c. - Bump portrevision.
* - Add support for freepascal based portsacm2008-06-242-0/+166
| | | | Approved by: portmgr (pav)
* mirror.ac.uk closed down during 2007:tdb2008-06-231-2/+0
| | | | | | "JISC ceased funding for the JISC Mirror service during 2007. If you came to this page via a referring site, you may wish to let that site know that its links are out of date."
* - Fix possible memory corruption when using String;stas2008-06-211-1/+1
| | | | | | | | - fix integer overflow in Array; - fix overflow in String; - bump PORTREVISION. Obtained from: ruby VCS
* - update gnustep-back to 0.14.xdinoex2008-06-201-1/+1
|
* - Refresh MASTER_SITE_SAVANNAHpav2008-06-191-2/+2
|
* Add db47 to bsd.databases.mk.vanilla2008-06-091-2/+9
|
* - Update editors/emacs to 22.2.bsam2008-06-031-3/+3
| | | | | | | | | | - Change bsd.emacs.mk accordingly. - Fix comment about emacs-devel in bsd.emacs.mk. - Some lisp directories are changed, add a note to UPDATING. PR: 122783 Submitted by: KIMURA Yasuhiro <yasu at utahime.org> Approved by: keramida (maintainer timeout, 6 weeks)
* - GENTOO mirror from RoEduNet, this should unbreak at leastitetcu2008-06-021-0/+1
| | | | | | | emulators/linux_base-gentoo-stage1 and emulators/linux_dist-gentoo-stage1 fetching. Prompted by by: ionbot (my alter ego) QA tindy run
* Update python23 to 2.3.7.perky2008-05-301-2/+2
|
* Add one more hack for pkg-config path in gnomehack, (prefix)/lib/pkgconfig.mezz2008-05-301-0/+1
| | | | | PR: ports/124096 Submitted by: Björn König <bkoenig@alpha-tierchen.de>
* Doc change: PERL_ARCH is *always* mach.lth2008-05-281-1/+1
|
* - Add common code to support for cmake based ports.miwi2008-05-282-0/+96
| | | | | | | - Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav)
* - Add support for drupal6*miwi2008-05-271-16/+23
| | | | | PR: 123784 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
* Instead of move to bottom and remove it. The GNOME has many mirrors anyway.mezz2008-05-271-1/+0
| | | | Requested by: dougb
* Remove a dead mirror and move http://rpmfind.net/linux/gnome.org to moremezz2008-05-271-2/+1
| | | | | | bottom since /gnome.org doesn't exist. Maybe it will be back later, so keep it in bottom for now. Will need to recheck in next week to see if it should be remove or not.
* Looks like farbror.acc.umu.se doesn't carry GNOME tarballs anymore (404 error),mezz2008-05-271-1/+1
| | | | so replace it to gemmei.acc.umu.se.
* - Add a knob to generate pkg-plist for ocaml findlibstas2008-05-191-1/+7
| | | | | | | | | | | | ports automatically. Now if USE_OCAMLFIND_PLIST is defined all files under findlib target directories will be added to pkg-plist and thus requires no entries in static pkg-plist. This is important since a number of ocaml ports install its package files conditionally depending on platform and ocaml configurations and thus static entries are not possible. PR: ports/122844 (based on) Submitted by: Jaap Boender <jaapb@kerguelen.org>
* Add support for GCC 4.3 (lang/gcc43), to be enabled by USE_GCC=4.3+.gerald2008-05-061-1/+2
| | | | No objections by: portmgr (linimon, marcus, erwin)
* - add WITH_GNUSTEP_DEVELdinoex2008-05-051-0/+4
|
* Move heanet SF mirror at the end of the list, for e few weeks now it resets theitetcu2008-05-011-1/+1
| | | | | | connection while downloading files > ~1MB. Reviewed by: simon@
* Add valid values fc6, f7 and f8:bsam2008-04-301-2/+8
| | | | | | | | | | | | | | | | | . to USE_LINUX variable, so users can install linux ports which [1] use AUTOMATIC_PLIST (while those values are assigned to OVERRIDE_LINUX_BASE_PORT variable); . to IGNORE message. netchild said: "I don't think it will hurt if the fix for fc6 is committed. There are users out there which already use the experimental 2.6.16 support, and it would make their life easier." me decided: "Why should we segragate f7/f8 users?" and committed f7/f8 parts as well. PR: ports/122826 [1] Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> [1]
* Add support for SDL_consoleedwin2008-04-291-1/+6
| | | | | | PR: ports/123171 Submitted by: Yen-Ming Lee <leeym@cn1.leeym.com> Reviewed by: edwin@
* - note reason why INSTALL_SHLIBS is neededdinoex2008-04-241-0/+2
|
* Remove mirror.tw from MASTER_SITE_FEDORA_LINUX,vanilla2008-04-241-2/+0
| | | | | | it's really slow :( As I know, they use adsl to build very slow sites. coreutils-6.9-16.fc8.i386.rpm 61% of 3406 kB 3073 Bps 07m22s
* - back out last (approved) commitdinoex2008-04-231-1/+1
| | | | | | substitution fails, pointhat run did not reveal the problem. using USE_LDCONFIG+=${i} does not work. USE_LDCONFIG is still broken with custom PREFIX
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-208-109/+108
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* caliu.info domain is gonepav2008-04-171-2/+0
|
* Support @rmtry in pkg-plist, analogous to @dirrmtry but for single file rm.pav2008-04-152-28/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/116219 Submitted by: edwin Make USE_DISPLAY more general: set up virtual X server when USE_DISPLAY is defined and no DISPLAY variable is in environment; pass DISPLAY value in CONFIGURE_ENV and MAKE_ENV. PR: ports/116244 Submitted by: edwin Define ${PW}. PR: ports/119821 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Move SHA256, MD5, GMAKE and XMKMF to bsd.commands.mk. PR: ports/119879 Submitted by: edwin Fix a build failure for ports that define their own MTREE File. PR: ports/120200 Submitted by: dinoex Don't recreate mtree symlinks if they are already present. PR: ports/121681 Submitted by: sobomax Fix LIB_DEPENDS for libraries whose name contains plus sign. Both intuitive and old escaped syntax works. PR: ports/121741 (based on) Submitted by: fjoe Disable post-install security checks if DISABLE_SECURITY_CHECK variable is defined. PR: ports/122224 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> Remove versioned Tcl/Tk categories. PR: ports/122622 Submitted by: pav
* Add WITH_PGSQL_VER macro to bsd.database.mk, that allows to specifyvsevolod2008-04-111-5/+14
| | | | | | in make.conf which version of pgsql client is required for this build. Reviewed by: skv
* - Add SFJP macro for SOURCEFORGE_JPmiwi2008-04-111-1/+1
|
* - Update emacs-devel versionrafan2008-04-071-2/+2
| | | | | PR: ports/121495 Submitted by: keramida (maintainer of emacs-devel)
* - Fix webrick vulnerabilitystas2008-04-061-1/+1
| | | | | | | - Update rexml to 3.1.7.2 - Bump portrevision. Obtained from: ruby svn
* - Update ruby 1.9 to patchlevel 1. Forgotten in previous commit.stas2008-04-061-1/+1
|
* - Add ruby 1.9 supportstas2008-04-061-29/+146
| | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@
* - Fix when USE_SQLITE != yesmnag2008-04-061-3/+5
| | | | - Fix lib version of sqlite34
* - Fix .endif. Maybe works now :)mnag2008-04-061-1/+1
| | | | | Pointy hat to: mnag Reported by: bsam
* - Fix wrong .endifmnag2008-04-051-1/+1
| | | | Submitted by: cperciva
* - Add option to databases/sqlite34mnag2008-04-051-3/+4
|
* - Remove progeny.com, it's parked domain nowpav2008-03-311-3/+0
|
* - Add ring.nict.go.jp to Ringserver grouppav2008-03-311-0/+1
| | | | | PR: ports/119555 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - bugfix, commited wrong patchdinoex2008-03-301-2/+2
|
* - remove OPENSSL_OVERWRITE_BASEdinoex2008-03-301-6/+5
| | | | | | Suggestet by: tmclaugh - ignore returncode from grep to be kind to portmaster
* Add MASTER_SITE_CRITICALehaupt2008-03-281-0/+7
|
* Add back two lines that were accidentally removed in the merge.marcus2008-03-241-0/+3
| | | | Reported by: Stefan Hauser <etienne@usr.ch>
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-242-32/+69
| | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
* Update python23 to Python 2.3.6 and python24 to Python 2.4.5.perky2008-03-161-4/+4
|
* Update to Qt 4.3.4lofi2008-03-141-1/+1
|
* devel/sdl12:miwi2008-03-131-5/+9
| | | | | | | | | | | | | | - Update to 1.2.13 - OPTIONize as recommended by Danny Pansters - Fixed up gnome dependencies as recommended by Danny Panster - Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters - Got rid of library renaming as recommended by Danny Pansters - Pass maintainership to submitter Mk/bsd.sdl.mk: - Fixed _LIB_* entries in order to retrieve the correct library versions. PR: 117608 Submitted by: Marcus von Appen <mva@sysfault.org>
* [patch] improve Mk/bsd.sites.mk MASTER_SITE_GOOGLE_CODE variableedwin2008-03-131-0/+5
| | | | | | | | | | | | | | | | | There are 18 ports which can't use the MASTER_SITE_GOOGLE_CODE variable for MASTER_SITES yet because their PORTNAME isn't the same as the hostname. For example: graphics/tesseract/Makefile:MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES net-im/jabber-pyaim/Makefile:MASTER_SITES= http://pyaimt.googlecode.com/files/ net-im/jabber-pyicq/Makefile:MASTER_SITES= http://pyicqt.googlecode.com/files/ This patch introduces the PROJECTHOST variable which can be used to overcome this problem. PR: ports/121453 Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
* - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)flz2008-03-131-1/+1
| | | | | - Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
* - Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only inpav2008-03-121-1/+1
| | | | | | | | bsd.port.mk. Fixes `make readmes' PR: ports/117192 Submitted by: Joergen Blomberg <jnbg@blomberg.tk> Pointy hat to: gabor
* - Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higherpav2008-03-123-22/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimizations are enabled. PR: ports/121363 Submitted by: obrien - Change USE_XPM variable to use USE_XORG framework, and lose implied USE_XLIB PR: ports/113799 Submitted by: des (based on) Patch by: pav - Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREFIX PR: ports/118212 Original patch: vd Patch by: pav - Allow tab as well as space in param.h for OSVERSION determination PR: ports/117507 Submitted by: erwin - Reverse the condition so EXTRACT_PRESERVE_OWNERSHIP now work as advertised PR: ports/117916 Submitted by: tobez - Assorted comment fixes PR: ports/118054 Submitted by: linimon - Style nit ($@ -> ${.TARGET}) PR: ports/120276 Submitted by: obrien
* - Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance ofpav2008-03-121-1/+1
| | | | | | | | | | | | | | working PR: ports/117738 Reported by: Erik Cederstrand <erik@cederstrand.dk> Patch by: pav - Pass TERM variable to chrooted command, so the OPTIONS screen work PR: ports/117453 Reported by: Erik Cederstrand <erik@cederstrand.dk> Patch by: pav
* - Fix typo (unclosed double-quote)pav2008-03-121-4/+4
| | | | | | | | | | PR: ports/120618 Submitted by: Gennady Proskurin <gpr@nnz.ru> - Change default PostgreSQL dependency from 8.1 to 8.2 PR: ports/120865 Submitted by: edwin
* - Add UNMAKESELF_CMD (fixing USE_MAKESELF feature)pav2008-03-121-0/+1
| | | | | PR: ports/118749 Submitted by: alepulver
* - Update enlightenment-devel and EFL libraries to the latest snapshotstas2008-03-121-16/+233
| | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az
* Remove support for XFree8-4.flz2008-03-081-60/+10
| | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
* Add MASTER_SITE_GOOGLE_CODE macro to bsd.site.mkedwin2008-03-071-0/+5
| | | | | | | | | The attached patch will add a macro to bsd.sites.mk so that ports that are hosted on Google Code can simply have MASTER_SITE= set to ${MASTER_SITE_GOOGLE_CODE} PR: ports/121435 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* Creation of MASTER_SITE_OPENBSD macro in bsd.sites.mkedwin2008-03-051-0/+86
| | | | | | | | Included patch for bsd.sites.mk created a new macro called MASTER_SITE_OPENBSD that contains a list of OpenBSD mirrors. PR: ports/121369 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* - udpate to 0.12.1dinoex2008-02-281-1/+1
|
* Apache Commons project are no longer hosted under MASTER_SITES_APACHEehaupt2008-02-271-0/+10
| | | | | | | | | | jakarta/commons subdirectory, they have been moved one directory up. Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly. PR: 121041 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: portmgr (linimon)
* Update to Python 2.5.2.perky2008-02-241-2/+2
|
* - Fix defining Lua include/library directories under PREFIX (last commit) [1].alepulver2008-02-191-5/+26
| | | | | | | | | | - Now LUA_PREFIX has 2 functions: for Lua ports indicate where to install, and for dependencies indicate where Lua is installed (check new comments inside bsd.lua.mk for more information). PR: ports/120277 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru> [1]
* update xfce4 to 4.4.2oliver2008-02-131-17/+17
| | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532
* - Change LUA_PREFIX default value from LOCALBASE to PREFIX.alepulver2008-02-101-1/+1
| | | | | | | | | | | | Actually the Lua prefix should be recorded on each port and read from there (as with "*-config --prefix" scripts), instead of this assumption. But supporting PREFIX is a requirement, while supporting different custom combinations of a general PREFIX for dependencies and a different PREFIX for a specific port is not. Also the latter could be achieved by changing LOCALBASE too, or directly modifying LUA_PREFIX in this case. PR: ports/120277 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Update the Vim master site list so that the HTTP mirrors are used first.shaun2008-02-081-15/+15
| | | | This makes downloading all those patches slightly less painful.
* Update ringserver entries:linimon2008-02-011-3/+3
| | | | | | | | | | - Update MASTER_SITE_APACHE to chase change of sub-directory - FreeBSD is no longer mirrored. - Add to MASTER_SITE_XORG Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> Hat: bugmeister Approved by: maintainer timeout (> 2 weeks)
* - Update editors/emacs-devel to 23.0.50.20080101 snapshot.anray2008-01-271-3/+3
| | | | | PR: ports/119290 Submitted by: keramida(maintainer)
* Add support for installing different PHP versions in different PHPBASE.ale2008-01-211-11/+12
| | | | Requested by: many
* A bandaid for recent cheeseshop -> pypi rename.delphij2008-01-141-1/+1
|
* Add pdo_mysql extension.ale2007-12-271-1/+3
|
* - Update xemacs and xemacs21-mule to 21.4.21anray2007-12-141-3/+3
|
* - Fix a typo in the bundled REXML package.stas2007-12-041-1/+1
| | | | | | | - Bump up portrevision. Approved by: portmgr (marcus) Reported by: mat
* Remove lang/gcc40 which only has three dependencies left in the treegerald2007-11-061-2/+1
| | | | | | | (all of which only have it as a minimal requirement and also build with lang/gcc42) and has issues on at least 8-CURRENT. Approved by: portmgr (pav)
* - Update ruby to the latest 111 patchversion.stas2007-10-301-2/+2
| | | | | | It's a bugfix release. Thanks to: Alexander Logvinov <ports@logvinov.com> for initial patchset.
* Update to KDE 3.5.8lofi2007-10-302-2/+2
|
* - Update luasocket to 2.0.2, set luasocket port to lua 5.1pav2007-10-291-2/+3
| | | | | | | - Add lua 5.0 compatible slave port PR: ports/117168 Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
* Remove support for Java 1.1 and 1.2 in the ports treehq2007-10-281-36/+12
| | | | | | | | | | | | To ease upgrade, bsd.java.mk now substitutes JAVA_VERSION values of 1.1+ and 1.2+ as 1.3+. The related JDK ports that have been marked as deprecated and scheduled for removal some time ago are now safe to be removed. The patch has been tested successfully on the cluster. PR: 116724
* - Fix a typo in bsd.sites.mk along with all the places it affectedsat2007-10-261-1/+1
| | | | Approved by: oliver (maintainer of the respective ports)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-35/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Remove Unicode checks for FreeBSD < 5.x (unsupported).alepulver2007-10-191-4/+2
| | | | | PR: ports/116891 Submitted by: edwin
* Migration from bison 1.x to 2.xade2007-10-171-2/+24
| | | | | PR: 117086 Tested by: -exp runs
* Add four new mirrors for GNOME, these mirrors are usually fastest to grab themezz2007-10-161-0/+4
| | | | newest tarballs.
* Introducing the first beta of PostgreSQL 8.3girgen2007-10-151-0/+1
| | | | | Note that this is a BETA VERSION of the PostgreSQL server. Use it only for testing.
* Remove expired Emacs ports and the surrounding expired ports:vd2007-10-141-56/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent version 2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is obsolete 2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is obsolete
* . Remove a couple of entries from MASTER_SITES_ECLIPSE that appear to haveglewis2007-10-131-3/+1
| | | | stopped mirroring eclipse a couple of versions ago.
* Don't define PYTHONPATH unless PREFIX != LOCALBASE. This fixesperky2007-10-101-0/+2
| | | | | | the massive plist problems introduced by the previous commit. Reported by: pav
* . Remove a check for OSVERSION >= 500000 since this is now true for allglewis2007-10-071-1/+1
| | | | | | | supported versions of FreeBSD. PR: 116890 Submitted by: edwin
* - Correct installation paths in plist for PREFIX != LOCALBASE [1]perky2007-10-071-6/+34
| | | | | | | | | | | | - Fix typo on comment about SZOPEBASEDIR and ZOPEBASEDIR [2] - Fix type on Zope 2.10 support [3] - Add a workaround for package building of ports using easy_install on jail environments [4] PR: 116278 [1], 116428 [2], 116520 [3] Submitted by: Marcus von Appen <mva@sysfault.org> [1], nakaji [2], Christian Ullrich <chris@chrullrich.net> [3] Reported by: sat [4]
* - Fix issues with actual-package-depends, most notably fix bad list when apav2007-10-042-28/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | third party package with invalid or missing pkgorigin is installed; this resulted in silently discarding dependency records for some people PR: ports/115010 Submitted by: netchild - Replace some calls to basename and dirname with make logic PR: ports/115994 Submitted by: netchild - Fix bsd.xorg.mk to work when USE_XORG is used below .include <bsd.port.pre.mk>; should allow conditional X.Org component dependencies with OPTIONS, etc Submitted by: flz - When installing as user, don't install any libdata/ldconfig entries Submitted by: flz PR: ports/106613 (in audit trail) - Introduce INSTALL_KLD; it's same as INSTALL_SCRIPT but the name is more obvious PR: ports/116200 Submitted by: edwin
* Remove ale.org; unfortunately they are offline right now.linimon2007-10-031-3/+0
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+1
| | | | | PR: ports/116639 Submitted by: aDe
* Add an anti-foot-shooting measure that protects against a dependent portlinimon2007-09-301-0/+4
| | | | | | | | | | being null, resulting in an entire category being depended on. This was seen with missing USE_PERL5 definitions, for which there is now a test; however, it could theoretically be tripped over by other bad port Makefiles. Since the failure mode is painful and seems unrelated to the lack of the definition (the build will fail at some random point within that entire category), IMHO it's worth the complexity tradeoff to put this in.
* - Complete repocopy of x11-toolkits/py-wxPython28,alepulver2007-09-301-3/+6
| | | | | | | | | | | | | | x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode, applying the corresponding patches. - Add PYDISTUTILS_NOEGGINFO to fix plist issues [1]. - Integrate with bsd.wx.mk: the noticeable difference is that ports using USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets 2.8, which was previously restricted for these ports because of the lack of the "python" component for version 2.6 [1]. PR: ports/115349, ports/115350, ports/115351 Submitted by: Neal Nelson <neal@nelson.name> Reworked by: alepulver (myself) [1]
* Fix the CONFIGURE_ENV anti-foot-shooting measure to have the correctlinimon2007-09-291-1/+1
| | | | | | | | quoting. It turns out that this is only an issue for ports that torture CONFIGURE_ENV to run a command as well as just set the environment (often, used to echo 'N' to fool an interactive script.) Tested on: pointyhat
* Fine-tune the anti-foot-shooting measure for systems that set PERL_VERSIONlinimon2007-09-261-1/+1
| | | | in /etc/make.conf. This did not show up on the cluster.
* Add an anti-foot-shooting measure to detect missing default Perl definition.linimon2007-09-261-0/+6
| | | | | | | | | | This can happen if bsd.perl.mk was not included before or during the inclusion of bsd.port.pre.mk. As of bsd.port.mk 1.586 this can't yet happen, as bsd.perl.mk is included unconditionally, so this checkin should be a no-op. While here, reserve WANT_PERL for ports that conditionally depend on Perl. WANT_PERL will need to be defined before bsd.port.pre.mk is included.
* Disable AutoInstall from trying to contact CPAN directly in the case oflinimon2007-09-251-0/+4
| | | | | | | | a missing dependency (which is the actual underlying error). This cures the case of the build cluster looping indefinitely asking for user input. Suggested by: tobez Regression-tested with: devel/p5-Config-Any
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplrafan2007-09-241-7/+0
| | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
* - Avoid "OPTIONS blackhole" during 'make make-options-list'clement2007-09-201-1/+1
|
* - cosmetic changesclement2007-09-191-3/+3
| | | | - s/OPTIONS=/OPTIONS+=/
* Oops. Backout some changes that shouldn't have been checked in duringflz2007-09-141-6/+0
| | | | | | xorg update. Pointy hat to: $self
* Restore the semantics of USE_PERL and friends by moving them back tolinimon2007-09-142-15/+22
| | | | | | | the 'post' block from which they originally came. This should fix the remaining few package build errors because of conditional perl inclusion. Pointy hat: linimon
* - Update X.org ports to 7.3.flz2007-09-142-1/+8
| | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
* - Remove a number of sites without A/AAAA DNS recordssat2007-09-111-27/+2
| | | | | PR: ports/116264 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* - fix pre/post includes for USE_APACHE=common*clement2007-09-091-5/+30
| | | | | | | | | | | | | | | We still perform a double inclusion for modules to ensure backward compatibility - add "Apache servers"-wide support for OPTIONS. !! Warning !! If OPTIONS is defined, all other modes to select modules are disabled. Here's the logic behind: 1) OPTIONS 2) WITH_MODULES 3) all others knobs. OPTIONS'ified list of modules can be obtained via: "make make-options-list"
* Revert the conditional inclusion of bsd.perl.mk and make it unconditional.linimon2007-09-091-4/+4
| | | | | | Apparently my test run was completely bogus. New owner of the entire pointy hat factory: linimon
* Move an XXX comment to make it not show up in build logs.linimon2007-09-091-1/+1
|
* Please welcome bsd.perl.mk, a refactoring of Perl-related code fromlinimon2007-09-082-66/+274
| | | | | | | | | | | | | | | bsd.port.mk. In addition, a revision shorthand has been added, e.g., USE_PERL5= 5.8.0+. This syntax is implemented for the following knobs: USE_PERL5, USE_PERL5_RUN, USE_PERL5_BUILD, PERL_CONFIGURE and PERL_MODBUILD. Credit also goes to sem who wrote an earlier version of this patch in ports/55515, marcus and kris for doing earlier testing, and kuriyama and others for additional work along the way. Thanks to gabor@FreeBSD.org for doing all this work. Sponsored by: Google Summer of Code 2007
* Add backpan.cpan.org as a last resort mirror, to remove the often seenlbr2007-09-031-1/+2
| | | | | | | | | | failure case where the package a port relies on is moved from cpan to cold storage (backpan). On my system, it takes 70 seconds to fall through the mirrors before hitting backpan, which is enough to be annoying (so you press C-c and file a PR), but not enough to ruin the normal use-case (make install elsewhere and go fetch coffee). A current port where this is an issue is archivers/p5-IO-Zlib
* Update to Qt 4.3.1.lofi2007-09-021-2/+2
|
* Update to 5.1.21 release.ale2007-08-281-1/+1
|
* - Add a few NonGNU Savannah mirrorssat2007-08-251-1/+7
|
* - Add support for Drupal5 Themesmiwi2007-08-211-10/+33
| | | | | | PR: 114894 Submitted by: Geoff Glasson <g_glasson@jimali.dyndns.org> Approved by: maintainer
* - Make PORTNAME the default subdir for GNUsat2007-08-161-0/+1
|
* - Update the list of vim mirrorssat2007-08-161-2/+1
| | | | | PR: ports/115322 Submitted by: Esa Karkkainen <ejk@iki.fi>
* Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line withlofi2007-08-111-3/+0
| | | | | | | | | | the rest of the qt4 ports and avoiding dependency resolution troubles if devel/qmake is installed on the same system. While here, change NOMAN to NO_MAN in Makefile.bsd. PR: ports/115352 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
* * Shuffle some important variable definitions to early in the file,kris2007-08-082-38/+30
| | | | | | | notably PORTSDIR. The previous commit introduced a use-before-define with respect to this variable, which broke things like portmaster. * Drop support for COMMENTFILE and a vestigial remnant of NetBSD support.
* - fix DESTDIR for config stagedinoex2007-08-061-3/+3
|
* Add support of Berkeley DB 4.6.delphij2007-08-061-2/+9
|
* . Enforce NO_JIKES when 1.6 is required as well.glewis2007-08-061-2/+3
|
* . Support for the JDK 1.6 ports.glewis2007-08-061-2/+8
| | | | Submitted by: jkim
* - Add --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include topav2007-08-051-4/+7
| | | | | | | | | CONFIGURE_ARGS for ports setting USE_XORG. This restores the old USE_XLIB behaviour. [1] - Whitespace fixes [2] PR: ports/115098 [1] Submitted by: mm [1], miwi [2]
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-0410-510/+544
| | | | | | | | | bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Add a QMAKEFLAGS variable that contains some useful mappings oflofi2007-08-041-0/+5
| | | | | | | | | | | | standard make and environment variables to their qmake counterparts: QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_SHLIB="${CXX}" QMAKE_LINK="${CXX}" QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_CFLAGS_THREAD="${PTHREAD_CFLAGS}" QMAKE_LFLAGS_THREAD="${PTHREAD_LIBS}" This is mostly useful for ports which call ${QMAKE} directly in some target and want to override some of the defaults in qmake.conf.
* - bsd.qt.mk:lofi2007-08-031-9/+103
| | | | | | | | | | | | QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as <component>_build or <component>_run, respectively. Specifying <component> without any suffix will depend on the component at both build- and runtime just like before. - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König <bkoenig@alpha-tierchen.de>
* Allow depending on Berkeley DB 4.5delphij2007-08-021-6/+14
|
* - Correct typo in comment blockpav2007-07-311-1/+1
|
* Fix typo in comment.perky2007-07-301-2/+2
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-20/+111
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* Update to the autotools new world order.ade2007-07-281-48/+37
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* - Pass FFLAGS to make when USE_FORTRAN is set [1]pav2007-07-282-62/+86
| | | | | | | | | | - Fix detection of i386 libs on amd64/ia64 [2] - Make IGNORE messages show as a real sentences [3] - Make COPYTREE_* work under unpriviledged user [4] PR: ports/112203 [2], ports/114329 [3], ports/113425 Submitted by: gerald [1], Scot Hetzel <swhetzel@gmail.com> [2], danfe [3], Dmitry Marakasov <amdmi3@amdmi3.ru> [4]
* The bug that makes gcc 3.4 choke on some amd64 inline assembler does notlofi2007-07-271-0/+5
| | | | | only affect the Qt4 core ports but ports depending on them as well, so try a more sweeping approach for a workaround.
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-233-11/+34
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Fix index build: temporary remove pre/post stuff.clement2007-07-221-4/+4
| | | | Pointy Hat to: clement
* - fix long standing bugsclement2007-07-221-5/+15
| | | | | | * fix pre/post includes * fix local port overiding for apache > 2.1 * Add a short notr about USE_APACHE=yes
* [patch] bsd.database.mk - Give PostgresSQL a better default database versionedwin2007-07-191-3/+3
| | | | | | | | | I think we're a little bit over-conservative by keeping the default PostgreSQL version on 7.4. Let's move it to 8.1. PR: ports/113873 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: portmgr after maintainer timeout
* Set default EMACS_PORT_NAME to emacs22.nobutaka2007-07-171-1/+3
| | | | Requested by: ume
* Reflect upgrade of editors/emacs.nobutaka2007-07-171-2/+19
|
* Update to Qt 4.3.0, introduce bsd.qt.mk.lofi2007-07-164-171/+130
| | | | Approved by: portmgr (bsd.port.mk changes)
* - Delete rb_thread_status prototype from public header, since it causesstas2007-07-151-1/+1
| | | | | | | problems with some extensions. This also had been fixed in upsteam CVS. - Bump portrevision. Reported by: many
* xorg master-site additionedwin2007-07-131-0/+1
| | | | | PR: ports/114540 Submitted by: Rainer Duffner <rainer@ultra-secure.de>
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldmaho2007-07-122-23/+55
| | | | | | use this knob. Approved by: gerald, portmgr (pav)
* - Add a bunch of fixes and patchs from the upstream. These fixes a lot ofstas2007-07-101-1/+1
| | | | | | | serious bugs, some of which can pose security-related problems. - Bump up PORTREVISION. Requested by: many
* Add bitset and memcache pecl extensions.ale2007-07-101-2/+4
| | | | | PR: ports/114361 Submitted by: Greg Larkin <glarkin@sourcehosting.net>
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-043-43/+32
|
* - Fix make clean, broken in previous rev. 1.571pav2007-06-291-2/+2
| | | | PR: ports/114125
* - Add a new virtual category `kld' for ports that install kernel loadablepav2007-06-291-1/+1
| | | | module
* - Speed up recursive `make clean'pav2007-06-291-4/+102
| | | | | Submitted by: reg Tested by: pointyhat exprun
* - Speed up dependency lookuppav2007-06-291-2/+3
| | | | | Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Tested by: pointyhat exprun
* - Correct and extend actual-package-depends target, introduced in previouspav2007-06-281-10/+7
| | | | | | | revision Submitted by: netchild Tested by: pointyhat exprun
* - Fix leftover httpd.conf for AP_GEN_PLIST using ports. The problem is thatpav2007-06-281-1/+1
| | | | | | | | apxs does not remove module line from httpd.conf, it merely comments it out. Later, on Apache deinstall, the file differs from stock httpd.conf and is not deleted. Tested by: pointyhat exprun
* - use PACKAGE_BUILDINGdinoex2007-06-271-1/+1
|
* [PATCH] update MASTER_SITE_RUBYFORGE mirrors in bsd.sites.mkedwin2007-06-261-1/+1
| | | | | | | | | | | It seems one of the MASTER_SITE_RUBYFORGE site is dead (for example http://people.freebsd.org/~fenner/portsurvey/www.html and all rubygem-) There is another mirror from http://rubyforge.org/credits/. PR: ports/114032 Submitted by: Alexander Logvinov <ports@logvinov.com>
* gstreamer-plugins-[nas|sndfile|x264] are back in the ports treeahze2007-06-191-2/+2
|
* - Add master_site_rar and use it in rar, unrar and libunrar portssat2007-06-191-0/+7
| | | | Approved by: ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers)
* - Provide actual-package-depends target, which prints actual dependencies ofpav2007-06-171-4/+44
| | | | | | | | | | | | | | freshly installed port, according to records in /var/db/pkg - Use this new target when registering package, providing massive speedup PR: ports/112765 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Tested by: bento amd64 exprun - Fix double slash typo Submitted by: Alexander Logvinov <ports@logvinov.com> Tested by: bento amd64 exprun
* Add missing target ordering when make -j1 is used (this should be a NOP)pav2007-06-171-0/+2
| | | | | | Noticed by: gibbs Submitted by: kris Tested by: bento amd64 exprun
* - Update MASTER_SITE_FEDORA_LINUXpav2007-06-161-26/+120
| | | | | PR: ports/113414 Submitted by: Marcus von Appen <mva@sysfault.org>
* Add link to gstreamer-plugins-mp3ahze2007-06-081-0/+2
| | | | Reported by: cperciva
* Switch from using mad to mp3 in USE_GSTREAMERahze2007-06-071-3/+5
|
* . Remove references to deprecated, forbidden and expired port of theglewis2007-06-061-3/+0
| | | | | | | Linux Blackdown 1.3 JDK. PR: 113268 Submitted by: gabor@
* - Respect BUILD_WRKSRC and INSTALL_WRKSRC as bsd.port.mk does.alepulver2007-06-051-3/+3
| | | | | | PR: ports/112281 Submitted by: alepulver (myself) Approved by: alexbl (maintainer)
* - set default compiler as GNUSTEP_WITH_GCC42=yesdinoex2007-06-041-1/+1
|
* Readd a line that didn't need to be removedahze2007-06-031-0/+1
| | | | Submitted by: jon@jackson-spencer.ca
* - Retire gstreamer 0.8.0ahze2007-06-021-37/+1
|
* Update to 21.5-b28 "fuki"anray2007-05-281-3/+3
|
* * Make 'make-deinstall-all' check for moved ports. [1]linimon2007-05-252-26/+252
| | | | | | | | | | | | | | | | | | | | | | | * Defined the installation directories PORTEXAMPLES and PORTDATA. [2] * Add USE_MAKESELF knob is added for ports that use the makeself archiver. [3] * Update the description of fetch-list; add targets fetch-required-list, fetch-url-list, and fetch-urlall-list. [4] * Make 'make search' also search in ports/MOVED. [5] * Move several Makevar definitions to the pre-makefile section: DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. [6] * The target 'ignorelist-verbose' was added for portsmon. [7] PR: 69965 [1], 78490 [2], 79398 [3], 86776 [4], 104161 [5], 110781 [6] Submitted by: Dancho Penev <dpenev at mnet dot bg> [1], mnag [2], jylefort [3], edwin [4], Lars Engels <lars dot engels at 0x20 dot net> [5], Alexander Logvinov <ports at logvinov dot com> [6], linimon [7]
* - Fix comments to match realitypav2007-05-251-2/+2
|
* Fix USE_XLIB to depend on stub file rather than libX11.flz2007-05-211-0/+5
| | | | | Submitted by: marcus Approved by: portmgr (blanket)
* Recognize gcc42 in 7-CURRENT basepav2007-05-201-2/+2
| | | | Approved by: portmgr (implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-202-26/+354
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try tomezz2007-04-301-1/+1
| | | | | fix it with future update of libcaca. All of gstreamer*80 will be remove in May anyway.
* - Update to 22.0.99clsung2007-04-291-2/+2
| | | | | PR: ports/112168 Submitted by: matainer (keramida)
* downloads.planetmirror.com and public.planetmirror.com force Temporaryshaun2007-04-281-12/+2
| | | | | | | | | | | | | Redirects unless you've visited both sites. They're designed for interactive browser use, and there doesn't seem to be a reasonable work-around. python.planetmirror.com no longer mirrors python packages. Therefore, remove all of the above. PR: ports/112092 Submitted by: Marcin Simonides <marcin@studio4plus.com>
* bsd.sites.mk - Removal of mirror from MASTER_SITE_GNUPGedwin2007-04-241-1/+0
| | | | | | | | | | | | when building packages such as libgcrypt, the first site the source is downloaded from is http://ftp.sunsite.dk/pub/security/gcrypt/ which results in a 404 On closer inspection, it appears that everything below http://ftp.sunsite.dk/pub/security/ has been deleted. PR: ports/112041 Submitted by: Steven Kreuzer<skreuzer@f2o.org>
* - Update editors/emacs-devel to 22.0.98.clsung2007-04-231-2/+2
| | | | | | PR: ports/111813 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (keramida)
* Rename all binaries in qt4 which conflict with binaries installed bylofi2007-04-202-4/+4
| | | | | | | qt33 to ($binary)-qt4 and adjust dependencies accordingly. This avoids conflicts once X11BASE has been changed to /usr/local and incidentally makes the naming scheme of the qt4 executables in ports equal to that of the Fedora Core and Debian packages.
* Another typo of mine.lofi2007-04-122-4/+4
| | | | Discovered by: Diego Depaoli <trebestie@gmail.com>
* update xfce to 4.4.1oliver2007-04-121-11/+17
| | | | bump PORTREVISION where needed
* - Add the only cheeseshop download site for the sake of asat2007-04-111-0/+6
| | | | | universal macro (works for 34 out of 35 cheeseshop ports) - Mirrors will appear later
* - Don't override the DEPTYPE of a component (accidentally introduced inalepulver2007-04-111-0/+2
| | | | | | version 1.11). Obtained from: Andrew Turner <andrew@fubar.geek.nz>
* - Change some spaces into tabs.alepulver2007-04-101-3/+3
|
* - Make autodetection work properly.alepulver2007-04-101-12/+12
|
* - Fix regression in makesum target introduced with rev. 1.561pav2007-04-071-2/+2
| | | | Tested by: kris on pointyhat
* - Commit the correct version of mi's patch from ports/109896 as tested onpav2007-04-051-3/+5
| | | | | | pointyhat Reported by: kris
* - Add forgotten RUBY_PORTEPOCH variable [1]stas2007-04-041-0/+3
| | | | | | | - Document new variables. PR: ports/111209 [1] Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
* * Update to 22.0.97.clsung2007-04-041-2/+2
| | | | | | | | | * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump. PR: ports/111218 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (timeout)
* - Update ruby mirrors list.stas2007-04-041-2/+2
|
* - Update ruby to 1.8.6stas2007-04-041-4/+9
| | | | | - Synchronise portversions and portepochs in all ruby subports - Take maintainerships of all ruby subports.
* - Change default USE_GHOSTSCRIPT dependency from ghostscript-gnu topav2007-04-031-12/+13
| | | | | | | ghostscript-gpl, which is a new preferred vendor platform Submitted by: rafan Tested on: pointyhat exp-run
* - Overhaul bsd.tcl.mk: most importantly, change the semantics to matchpav2007-04-032-111/+385
| | | | | | | | | | | | | | USE_PERL5* macros: USE_TCL, USE_TK: lib depends USE_TCL_BUILD, USE_TK_BUILD: build depends USE_TCL_RUN, USE_TK_RUN: run depends See comment block in bsd.tcl.mk for details PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
* - Minor optimizations: invocations of ${CUT} eliminated, pipes compacted, somepav2007-04-031-90/+86
| | | | | | | | | | redundant sub-shells avoided - Unify access to MD5_FILE data - Deinstall bzip compressed man pages in addition to gzip compressed ones PR: ports/109896 Submitted by: mi Tested on: pointyhat exp-run
* - Add a code to invalidate saved OPTIONS when the set of OPTIONS defined in apav2007-04-031-4/+29
| | | | | | | | port changes. The end user inpact of this is more blue screens. PR: ports/97125 Submitted by: pav Tested on: pointyhat exp-run
* - Fix handling of OPTIONS default values when configuration files wasn'tpav2007-04-031-8/+12
| | | | | | | | | written yet (make depends, make describe), and for options missing from existing configuration files PR: ports/96777 Submitted by: rafan (in follow-up) Tested on: pointyhat exp-run
* - Remove now unused tcl81 category, add new categories tcl and tkpav2007-04-031-2/+2
| | | | Tested on: pointyhat exp-run
* - Fix build with drupal modulesmiwi2007-03-271-2/+8
| | | | | | | - Bump PORTREVISION PR 110864 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
* I do not appreciate the attempt to play politics with the reassignment oflinimon2007-03-271-1/+1
| | | | | | | maintainership of these two files. I insist that further commits be run through portmgr@ first. Hat: portmgr
* Take maintainership.jylefort2007-03-271-1/+1
| | | | Approved by: maintainer timeout (16 days)
* - Add drupal5 supportrafan2007-03-251-6/+47
| | | | | | | | - Fix SUB_LIST quoting - Reflect drupal -> drupal4 rename PR: ports/110412 Submitted by: Nick Hilliard <nick at foobar.org> (maintainer)
* Update to 4.2.3lofi2007-03-252-2/+2
|
* Remove the ftp:// URL for ftp.scarlet.be from MASTER_SITE_KDE, their ftplofi2007-03-251-1/+0
| | | | server is closed for anonymous access too often.
* [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrospav2007-03-244-71/+420
| | | | | | | | | | | | | [2] Fix ECHO_CMD/ECHO_MSG usage in bsd.port.mk [3] Move bsd.efl.mk to ports/Mk [4] Change LIBTOOLFILES default to ${CONFIGURE_SCRIPT} [5] Whitespace sweep [6] Add WWWDIR variable with default value of ${PREFIX}/www/${PORTNAME} PR: ports/100996 [1], ports/100556 [2], ports/100497 [3], ports/104009 and ports/104018 [5], ports/105529 [6] Submitted by: stass [1] [3], gabor [2], pav [4], edwin [5], laszlof [6] Approved by: ade [4]
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-191-8/+13
| | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
* * Add bsd.ocaml.mk to support OCaml packages [1]linimon2007-03-141-13/+43
| | | | | | | | | | | | | | | * Move x11-wm/xfce4/bsd.xfce.mk to Mk/ [2] * Refactoring of FETCH_CMD to allow parameters to be overridden separately from commands [3] PR: 101029 [1], 108862 [2], 109966 [3] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2], edwin [3], linimon [3] Note: this patch also adds 108738 and 108739 which the previous commit claimed were committed, but were not. These are comment-only changes.
* Move x11-wm/xfce4/bsd.xfce.mk to Mk/.linimon2007-03-141-0/+61
| | | | | PR: ports/108862 Submitted by: oliver
* Add bsd.ocaml.mk to support OCaml packages.linimon2007-03-141-0/+195
| | | | | PR: ports/101029 Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru>
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-142-2/+2
|
* - Add Get-E mirrors for e17 stuff.stas2007-03-121-0/+10
|
* Retire jpeg-mmxahze2007-03-081-3/+1
|
* Add php5 oci8 extensions.ale2007-03-081-1/+2
| | | | | PR: ports/109962 Submitted by: chinsan
* - Update and rename my mirrorssat2007-03-071-4/+9
| | | | | - Keep the old name around for a smooth transition instead of a sweeping commit
* * Fix 'make search' with non-default ${PORTSDIR}linimon2007-03-061-0/+2
| | | | | PR: ports/105917 Submitted by: shaun
* * Refine some comments about Linux emulation [1]linimon2007-03-063-126/+17
| | | | | | | | | | | | | | | | | | | | | | | * Fix 'make search' with non-default ${PORTSDIR} [2] * Fix typo in USE_LDCONFIG32 message [3] * Allow USE_PHP after inclusion of bsd.port.pre.mk [4] * Document NO_LDCONFIG_MTREE [5] * Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6] * Remove obsolete code in bsd.port.mk dealing with 4.X and other, even older, releases [7] * Remove references to obsolete ports from bsd.java.mk [8] PR: 105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5], 108739 [6], 108782 [7], 103357 [8] Submitted by: bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6], linimon [7], kris [7], gabor [4]
* - add PYTHON to CONFIGURE_ENV so that ports using auto* for python will bealexbl2007-02-261-0/+3
| | | | | | able to detect it if it's not installed as bin/python Prodded by: 104560, and others
* - (Re)add the sql dependency trigger. [1]lofi2007-02-242-4/+6
| | | | | | - Don't clobber BUILD/RUN_DEPENDS if no QT4_COMPONENTS are specified. [2] Submitted by: [1] Danny Pansters <danny@ricin.com>, [2] nivit
* Update to OpenLDAP 2.4.4a.delphij2007-02-211-1/+1
| | | | Approved by: portmgr (kris, bsd.port.mk part)
* - Fix WITH_DEBUG for ports that use STRIP_CMDpav2007-02-201-1/+1
| | | | | PR: ports/109347 Submitted by: Andrew Turner <andrew@fubar.geek.nz>
* - Correct recently added WITH_DEBUG knob to not overzealously eat all -fpav2007-02-201-1/+1
| | | | | | | starting cflags, but only -fno-strict-aliasing, thus not going beyond the point of negating the default CFLAGS Reported by: Sean McNeil <sean@mcneil.com>
* Revert previous commit: it creates more damage than it fixed.ale2007-02-191-4/+0
|
* Fix segmentation fault on unloading, by loading php extensions inale2007-02-161-0/+4
| | | | reversal alphabetical order.
* Update to Python 2.4.4.delphij2007-02-141-2/+2
| | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901
* - Remobe ruby 1.6 bits.stas2007-02-131-84/+3
|
* - Add horde mirrorssat2007-02-131-0/+14
|
* Add a bunch of php5 default extensions.ale2007-02-091-4/+8
|
* - Fix typo: svg is in graphics/qt4-svgrafan2007-02-092-2/+2
| | | | Approved by: lofi (implicit)
* Update to 22.0.93anray2007-02-071-2/+2
| | | | | | PR: ports/108464 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: keramida(maintainer)
* Post-import bugfixorama:lofi2007-02-062-6/+6
| | | | | | | | | | | - Move qt4-codecs-tw to chinese [1] - Add some missing quotes [1] - From the "this never happened in the clean room" dept: Disable session management support more universally to avoid linktime errors. [1] Spotted by: rafan
* - Force new pkg_install suite on people on systems older than January 10 2006.pav2007-02-061-2/+2
| | | | | | | | That is: 4.X, 5.3 and older, 6.0 This fixes tar bailing out cannot finding (null) on make package, and if people use pkg_delete(1) from this port, it fixes the `can't remove (null)/libdata/ldconfig/foo' on deinstall too.
* Add qt4, a multiplatform C++ application frameworklofi2007-02-063-4/+173
|
* Update the USE_QT_VER switch description (allows 3 and 4 for values now).lofi2007-02-061-5/+6
| | | | Approved by: portmgr
* - Support Tcl/Tk 8.5 in USE_TCL/USE_TKpav2007-02-051-4/+5
| | | | | PR: ports/108510 Submitted by: Martin Matuska <martin@matuska.org>
* Populate a new ports-mgmt category. List of moved ports:pav2007-02-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus
* - Add some bits for gtk-sharp10, gtk-sharp20, and gnome-sharp20 dependenciestmclaugh2007-02-051-4/+19
| | | | | | | | | * New USE_GNOME values: gtksharp10 gtksharp20 gnomesharp20 Approved by: gnome@ (awhile ago, i just never committed this)
* Drop PORTOBJFORMAT now that it is entirely unused.kris2007-02-052-15/+2
|
* bsd.port.mkpav2007-01-313-177/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [1] Remove DEPENDS [2] Add a new pkg-plist keyword @stopdaemon [3] Provide rc.subr script suffix as RC_SUBR_SUFFIX [4] Add USE_CDRTOOLS to abstract dependency on sysutils/cdrtool[-cjk] [5] Add DOS2UNIX_REGEX, allowing to pass a filename regex to CRLF replacement routine [6] Support partially translated manpages in MAN* variables [7] Fix USE_LDCONFIG on ports with @cwd in pkg-plist [8] Remove support for XFree86 3.X [9] Add user settable WITH_DEBUG flag that turns on -g in CFLAGS and resets STRIP [9] Fix `make install' to refuse overwriting of older version of the port [10] New category ports-mgmt [11] New category gnustep [12] Removed category picobsd bsd.java.mk [13] Remove deprecated syntax bsd.tcl.mk [14] Provide TCL_VER when USE_TK[_BUILD] is defined. Fixes cad/netgen ports/Makefile [15] Make csup default `make update' method on FreeBSD 6.2 and up PR: ports/99742 [1], ports/93373 [2], ports/100915 [3], ports/105161 [4], ports/106029 [5], ports/106252 [6], ports/106235 [7], ports/100939 [9], ports/97507 [10], ports/103931 [11], ports/106921 [12], ports/104136 [13], ports/105215 [15] Submitted by: sem [1] [2], Matthias Andree <matthias.andree@gmx.de> [3], nork [4], pav [5] [7] [14], Nick Barkas <snb@threerings.net> [6], flz [8], gabor [9], shaun [10], erwin [12], hq [13], Gurkan Sengun <gurkan@linuks.mine.nu> [11]
* - ftp.cn.FreeBSD.org is backrafan2007-01-311-2/+2
| | | | | PR: ports/108410 Submitted by: chinsan
* * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)kris2007-01-301-1/+1
| | | | | objformat(1) and defaulting to a.out. This will be removed entirely once port makefiles no longer reference it.
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposekris2007-01-301-1/+0
|
* * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)kris2007-01-301-13/+2
| | | | | | | | objformat(1) and defaulting to a.out. This will be removed entirely once port makefiles no longer reference it. * Retire NO_FILTER_SHLIBS and associated pkg-plist mangling code that attempted to handle a.out-style shared library naming
* - Transfer maintainership of this file to Gerald Pfeiferpav2007-01-291-1/+1
|
* Remove python21 and python22 bits now that they are gone.tmclaugh2007-01-271-19/+1
| | | | Approved by: python@ (alexbl)
* Does not build with current wavpack and got obsoleted by 0.10.x version.mezz2007-01-261-1/+1
| | | | | | BTW: All of gstreamer-*80 are arleady deprecate and expire at 2007-05-31. Reminded by: pav
* move MASTER_SITES_XFCE to bsd.sites.mkoliver2007-01-231-0/+9
|
* . Add an entry for the linux-sun-jdk15 port.glewis2007-01-231-1/+4
| | | | | PR: 108130 Submitted by: Milon Papezik
* - Fix whitespacesmiwi2007-01-171-2/+2
| | | | Approved by: alexbl