aboutsummaryrefslogtreecommitdiff
path: root/MOVED
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2014-11-071-0/+5
| | | | | | | | | | | 2014-11-07 math/elmer-umfpack: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-eio: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-matc: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-meshgen2d: Obsoleted by cad/elmerfem 2014-11-07 science/elmergrid: Obsoleted by cad/elmerfem Notes: svn path=/head/; revision=372273
* - Remove net/ng_mikrotik_eoip, it was resurrectedAlex Kozlov2014-11-061-1/+0
| | | | Notes: svn path=/head/; revision=372221
* Update Qt5 ports to 5.3.2.Raphael Kubo da Costa2014-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proudly presented by the KDE on FreeBSD team, with several guest stars. This update took way longer than initially expected due to us previously accumulating assumptions and changes to Qt's build system that finally bit us back with the 5.3 release series, so we had to do a fair amount of cleanup. New ports: - comms/qt5-serialport: Qt functions to access serial ports, originally based on work by Fernando Apesteguia. [1] - devel/qt5-qdoc: Qt documentation generator, the Qt5 equivalent of devel/qt4-qdoc3. Originally worked on by Tobias Berner. It had already been half-split from devel/qt5-buildtools, we just needed to finish the work. Dead ports: - devel/qt5-qmldevtools: Merged into lang/qt5-qml. Minor changes: - devel/qt5: Add x11/qt5-x11extras and the new ports to the dependency list. - graphics/qt5-imageformats: The port now supports the JPEG2000, WEBP, Direct Draw Surface and ICNS formats. - multimedia/qt5-multimedia: The ALSA and PULSEAUDIO options are now mutually exclusive due to changes introduced in Qt 5.3.0 (the ALSA code is now a proper plugin that is only built if PulseAudio is not used). - x11/qt5-x11extras: Add USE_LDCONFIG since the port installs a shared library. The big changes: - bsd.qt.mk: Set QMAKESPEC instead of QMAKEPATH. [3] QMAKEPATH does much more than we want now that we call qmake from the top of ${WRKSRC}. qmake uses QMAKEPATH when evaluating the QMAKE_MKSPECS property, which is in turn used by qt_config.pri to load the .pri files in mkspecs/modules. In practice, this means that if people have an older Qt installation those files will be used and QT_CONFIG will have values such as "gui" even if one is building a port like textproc/qt5-xml, which passes -no-gui to the configure script. Consequently, unintended code paths may be enabled or the configuration step can just fail if the .pro files expect values that are not present in the system-wide, older .pri files. We avoid all those problems if we use QMAKESPEC, as qmake does not take its value into account when evaluating the QMAKE_MKSPECS property and will only parse the files in the mkspec's directory (mkspecs/freebsd-clang, for example, instead of all the files in mkspecs). - Stop explicitly passing ${LOCALBASE} to the compiler. [3] qmake's behavior has changed in Qt 5, and the paths set in QMAKE_INCDIR and QMAKE_LIBDIR in the mkspecs are passed before any others, such as the ones in the build directory themselves. In practice, this means that we end up with linker calls like this: c++ -o libfoo.so foo.o bar.o -L/usr/local/lib -L/wrkdir/build/lib -lQt5Gui -lQt5Core So if one already has Qt installed in the system, the older, already present version of the libraries in /usr/local/lib will be used instead of the newly-built ones in /wrkdir/build/lib. QTBUG-40825 discusses this behavior upstream, but there has been no agreement on a solution yet. For now, the solution adopted is to make the compiler and the linker aware of those paths but only try them last after all others, and this is achieved by setting the CPATH and LIBRARY_PATH environment variables when qmake is being used. In addition to setting them in CONFIGURE_ENV and MAKE_ENV, we also need to stop changing QMAKE_INCDIR and QMAKE_LIBDIR as well as filter those paths from the pkg-config calls qtbase's configure script makes. - Call qmake from the root of the ${WRKSRC}. In Qt 5.3, Qt's build infrastructure has undergone some changes that make our previous approach of calling qmake from the directories we want to build stop working. Things would break even more in Qt 5.4, in which qtbase's configure script does not accept the -process, -fully-process and -dont-process arguments anymore (it always behaves as if -process had been used). Bite the bullet and start calling qmake from ${WRKSRC}. The largest part of this change involves changing lines in Makefiles from WRKSRC_SUBDIR= foo/bar to BUILD_WRKSRC= ${WRKSRC}/foo/bar INSTALL_WRKSRC= ${WRKSRC}/foo/bar as well as adding patches to .pro files to avoid entering other subdirectories and removing post-configure targets that are not necessary anymore. Since qmake needs to be called from the top of ${WRKSRC} anyway, we can also simplify the configuration process for the qtbase ports a little. Looking at r10019 it is not clear why we started calling qmake in the pre-configure target in addition to the post-configure one (while also skipping it in do-configure), but we can now drop this call since letting configure behave as if -process had been passed means it will call qmake on its own and overwrite the files generated by the pre-configure call. We still need to call qmake in post-configure though, as the configure script does not pass -recursive when calling qmake and we need to be able to call make from any subdirectory when building. PR: 194762 [1] PR: 194566 # exp-run with base GCC and clang PR: 194088 [3] Notes: svn path=/head/; revision=372179
* Remove duplicate portAntoine Brodin2014-11-041-0/+1
| | | | Notes: svn path=/head/; revision=372174
* Update to 0.3.3Baptiste Daroussin2014-10-311-0/+1
| | | | | | | Remove ancient unused version Notes: svn path=/head/; revision=371812
* Remove expired ports:Rene Ladan2014-10-311-0/+2
| | | | | | | | 2014-10-31 deskutils/babytrans: Abandonware, dictionaries unavailable 2014-10-31 www/rt38: Has expired: End of Life March 2014 Notes: svn path=/head/; revision=371800
* Remove expired port:Rene Ladan2014-10-301-0/+1
| | | | | | | 2014-10-30 www/typo347: Upgrade to www/typo3 or www/typo3-lts Notes: svn path=/head/; revision=371734
* Remove expired ports:Rene Ladan2014-10-281-0/+2
| | | | | | | | 2014-10-28 lang/kroc: Broken for more than 6 months 2014-10-28 net/slirp: Broken for more than 6 months Notes: svn path=/head/; revision=371653
* - Reflect Apache version in portsdirOlli Hauer2014-10-261-0/+1
| | | | Notes: svn path=/head/; revision=371521
* Remove dns/powerdns-devel port per maintainer approvalJohn Marino2014-10-241-0/+1
| | | | | | | | | | | | | As dns/powerdns was just updated to version 3.4, there was a decision to be had to disable the -devel version or just remove the port altogether. Due to the frequency of releases and the manner on how the upcoming version is tested, it made sense to retire the port (at version 3.3). PR: 194508 Submitted by: maintainer (Ralf van der Enden) Notes: svn path=/head/; revision=371435
* Remove dns/bind98, it is EOL.Mathieu Arnold2014-10-211-0/+1
| | | | | | | | | Chase remaining dependencies. Sponsored by: Absolight Notes: svn path=/head/; revision=371318
* mail/dspam-devel: merged with mail/dspamKurt Jaeger2014-10-201-0/+1
| | | | | | | | PR: 193693 Submitted by: danny@dannywarren.com (maintainer) Notes: svn path=/head/; revision=371291
* Remove a useless meta portBaptiste Daroussin2014-10-201-0/+1
| | | | Notes: svn path=/head/; revision=371231
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine Notes: svn path=/head/; revision=371193
* Fix harderAntoine Brodin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371069
* Fix a MOVED entryAntoine Brodin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371068
* - Follow upstream name changeAntoine Brodin2014-10-171-0/+1
| | | | | | | - Update to 0.40 Notes: svn path=/head/; revision=371066
* libmspub01 replaces libmspubBaptiste Daroussin2014-10-171-0/+1
| | | | Notes: svn path=/head/; revision=371045
* Add the respective MOVED entriesBaptiste Daroussin2014-10-171-0/+2
| | | | Notes: svn path=/head/; revision=371043
* Remove expired port:Rene Ladan2014-10-171-0/+1
| | | | | | | 2014-10-17 devel/rubygem-rspec-spies: Same syntax available in rspec 2.14 and later Notes: svn path=/head/; revision=371041
* MIT Kerberos released 1.13; 1.12 becomes a maintenance release,Cy Schubert2014-10-161-0/+1
| | | | | | | | | | | | | 1.11 remains a maintenance release. - Update security/krb5 1.12.2 --> 1.13 - Copy the old security/krb5 1.12.2 to security/krb5-112 (now a maintenance release supported by MIT) - Move the old krb5-maint (1.11.5: old maintenance release) to security/krb5-111 (the old maintenance release still supported by MIT) Notes: svn path=/head/; revision=371019
* Remove expired port:Rene Ladan2014-10-151-0/+1
| | | | | | | 2014-10-15 mail/p5-Email-Stuff: Deprecated in favour of mail/p5-Email-Stuffer Notes: svn path=/head/; revision=370960
* Retire ports-mgmt/portaudit, it stopped working a month ago when pkg_toolsMathieu Arnold2014-10-131-4/+6
| | | | | | | | | | | | support was removed. Also retire three ports requiring it, and a few optionnal dependencies. With hat: portmgr Noticed by: ak Sponsored by: Absolight Notes: svn path=/head/; revision=370789
* Revive security/wpa_supplicant after 6.5 years => version 2.3John Marino2014-10-121-1/+0
| | | | | | | | | | | | | | | | | | | This port was retired at version 0.3.8 because wpa_supplicant is part of FreeBSD base. However, the last few releases have had a period of only a few months, so the base is always going to be behind. DragonFly is also affected, so I'm bringing the port back at the latest version. It features the same patches as FreeBSD including the conversion to use libutil's pidfile routines. There are some additional patches for DragonFly support and to fix some bugs from the 9 Oct 2014 release. The WPA Supplicant build system has been converted to ports options, and there are dozens of them. I've set the defaults to match the configuration in base and verified that it builds with all options selected at once. Notes: svn path=/head/; revision=370742
* - Restore sysutils/createrepoPietro Cerutti2014-10-091-1/+0
| | | | | | | | - Update to 0.10.3 - Take maintainership Notes: svn path=/head/; revision=370554
* Remove expired portAntoine Brodin2014-10-051-0/+1
| | | | | | | 2014-10-05 www/moodle25: Upstream support ended Notes: svn path=/head/; revision=370132
* Doesn't build with gnome3 version of gnome-desktopKoop Mast2014-10-031-0/+1
| | | | Notes: svn path=/head/; revision=369889
* Remove eel and ports that use it.Koop Mast2014-10-031-0/+4
| | | | | | | Eel doesn't build after the gnome3 import. Notes: svn path=/head/; revision=369880
* Retire gnome-desktop-sharp20 it depends gnome-panel which is going awayKoop Mast2014-10-021-0/+1
| | | | | | | in the GNOME 3 import. Notes: svn path=/head/; revision=369817
* Remove expired port:Rene Ladan2014-10-021-0/+1
| | | | | | | 2014-10-01 www/rubygem-puma16: Old version no longer needed Notes: svn path=/head/; revision=369815
* Remove expired ports:Rene Ladan2014-09-301-0/+15
| | | | | | | | | | | | | | | | | | | | | 2014-08-31 net/libnet10: Superseded by net/libnet 2014-09-30 net/despoof: Depends on expired net/libnet10 2014-09-30 sysutils/gpkgdep: Requires old pkg_info 2014-09-30 security/vida: Depends on expired net/libnet10 2014-09-30 net/nemesis: Depends on expired net/libnet10 2014-09-30 net-mgmt/sing: Depends on expired net/libnet10 2014-09-30 net-mgmt/gps: Depends on expired net/libnet10 2014-09-30 net/ttlscan: Depends on expired net/libnet10 2014-09-30 security/zombiezapper: Depends on expired net/libnet10 2014-09-30 dns/dnshijacker: Depends on expired net/libnet10 2014-09-30 net/xboxproxy: Depends on expired net/libnet10 2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10 2014-09-30 net-mgmt/angst: Depends on expired net/libnet10 2014-09-30 security/py-otr: Abandoned upstream 2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version Notes: svn path=/head/; revision=369592
* Remove expired portsAntoine Brodin2014-09-281-0/+3
| | | | | | | | | 2014-09-28 archivers/rpm5: Broken for more than 6 months 2014-09-28 devel/cocaine-core: Broken for more than 6 months 2014-09-28 graphics/ruby-tgif: Broken for more than 6 months Notes: svn path=/head/; revision=369500
* Modernise databases/freetds portThomas Zander2014-09-271-0/+1
| | | | | | | | | | | | | | - Retire databases/freetds-msdblib port (no longer needed, recently updated upstream version has necessary compat option which is now enabled in the freetds port) - Fix LIB_DEPENDS in dependent ports - Bump PORTREVISION in freetds and dependent ports PR: 193850 Submitted by: 5u623l20@gmail.com (maintainer) Notes: svn path=/head/; revision=369379
* ftp/vsftpd-ext: resurrect, upgrade 2.3.5 -> 3.0.2, stagifyKurt Jaeger2014-09-261-1/+0
| | | | | | | | | | | | Extended build of vsftpd with additional features. WWW: http://vsftpd.devnet.ru/eng/ PR: 193916 Submitted by: Xu Jing <xjflyttp@gmail.com> Notes: svn path=/head/; revision=369343
* Remove expired ports:Rene Ladan2014-09-251-0/+5
| | | | | | | | | | | 2014-09-25 sysutils/rubygem-chef-expander: Depends on broken rubygem-dep_selector 2014-09-25 sysutils/rubygem-chef-server: Depends on broken rubygem-dep_selector 2014-09-25 sysutils/rubygem-chef-solr: Depends on broken rubygem-dep_selector 2014-09-25 www/rubygem-chef-server-webui: Depends on broken rubygem-dep_selector 2014-09-25 www/rubygem-chef-server-api: Depends on broken rubygem-dep_selector Notes: svn path=/head/; revision=369221
* Remove expired port:Rene Ladan2014-09-231-0/+1
| | | | | | | 2014-09-23 www/mediawiki121: Not maintained upstream Notes: svn path=/head/; revision=369029
* Remove expired ports:Rene Ladan2014-09-221-0/+3
| | | | | | | | | 2014-09-22 graphics/libggi: Unmaintained upstream 2014-09-22 devel/libgii: Unmaintained upstream 2014-09-22 graphics/fpc-ggi: Unmaintained upstream Notes: svn path=/head/; revision=368995
* - retire ruby-amatchDirk Meyer2014-09-211-0/+1
| | | | Notes: svn path=/head/; revision=368769
* Stage, resurrect and adopt mail/openwebmail.Chris Rees2014-09-211-1/+0
| | | | Notes: svn path=/head/; revision=368761
* - fix missing date columnDirk Meyer2014-09-211-4/+4
| | | | Notes: svn path=/head/; revision=368733
* - replaced all ruby-dbi and ruby-dbd ports with rubygemsDirk Meyer2014-09-211-2/+6
| | | | Notes: svn path=/head/; revision=368727
* Remove expired port:Rene Ladan2014-09-201-0/+1
| | | | | | | 2014-09-20 www/ruby-fcgi: RubyForge shutdown May 15 2014 Notes: svn path=/head/; revision=368697
* Rename gnomechess to gnome-chess to match upstream.Koop Mast2014-09-201-0/+1
| | | | | | | | | Assign to gnome@ as it is part of the gnome-games set. [1] Approved by: johans@ (previous maintainer) [1] Notes: svn path=/head/; revision=368672
* Remove math/ruby-narray_miss which depended on deleted math/ruby-narrayRene Ladan2014-09-201-0/+1
| | | | Notes: svn path=/head/; revision=368632
* Remove expired portsRene Ladan2014-09-201-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep some which are optional dependencies of non-expired ports 2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead 2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray 2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014 2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014 2014-09-20 comms/callsign: RubyForge shutdown May 15 2014 2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014 2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI Notes: svn path=/head/; revision=368630
* - Rename ruby-growl to rubygem-ruby-growlTAKATSU Tomonari2014-09-201-0/+1
| | | | | | | | | | - Update to 4.1 - Pass maintainership to ruby@ - Add LICENSE - Update pkg-descr Notes: svn path=/head/; revision=368608
* net-mgmt/ndpmon: resurrect staged ndpmon, take maintainershipKurt Jaeger2014-09-191-1/+0
| | | | | | | Reviewed by: mat Notes: svn path=/head/; revision=368538
* Fixup MOVED format.Alexander Nedotsukov2014-09-161-5/+5
| | | | Notes: svn path=/head/; revision=368313
* Remove www/squid32 and 4 ports dependent on www/squid (v2.7)John Marino2014-09-161-0/+5
| | | | | | | | The www/squid port, which is also expired, will be upgraded to Squid version 3.4 rather than removing it. Notes: svn path=/head/; revision=368306
* Remove an expired port and fix MOVEDAntoine Brodin2014-09-131-13/+13
| | | | | | | 2014-09-12 net/ruby-net-geoip: Broken Notes: svn path=/head/; revision=368122