aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* - STAGE-cleangahr2014-02-033-19/+405
| | | | - Fix LICENSE
* - STAGE-cleangahr2014-02-034-382/+384
| | | | - Fix LICENSE
* - STAGE-cleangahr2014-02-034-338/+341
| | | | - Fix LICENSE
* For clang, stop adding -fno-tree-ter to CFLAGS, since it will cause andim2014-02-021-0/+11
| | | | | | error message for clang 3.4 and later. Approved by: portmgr (bdrewery)
* - Stage supportmiwi2014-02-022-7/+5
|
* - Stage supportmiwi2014-01-311-1/+0
|
* Support stagebapt2014-01-281-20/+18
| | | | | Use modern LIB_DEPENDS A bit of cosmetic changes
* Support stagebapt2014-01-282-36/+27
| | | | | | | | Use options framework and options helpers Stop automatically linking on cups or aspell if they are installed but do it when the options is checked Use modern LIB_DEPENDS This port would need way more cleanup :(
* - Keep category Makefiles sortedamdmi32014-01-281-1/+1
|
* Stage supportantoine2014-01-285-68/+72
|
* Hopefully fix `make patch' after r341112.rakuco2014-01-261-14/+14
| | | | | | | | src/SDL_Pango.c is CRLF-encoded; while we could use dos2unix here, the port's Makefile also fetches a patch from elsewhere that expects a CRLF-encoded file. PR: ports/185558
* - Add a patch to fix the build with clang (a function is used before beingrakuco2014-01-263-2/+17
| | | | | | | | | | | | declared). [1] - Support staging. - Set LICENSE. - Remove tab from the WWW line in pkg-descr. PR: ports/185558 [1] Submitted by: Jan Henrik Sylvester <me@janh.de> Approved by: maintainer timeout (18 days) MFH: 2014Q1
* - Update to version 2.2.5pawel2014-01-253-3/+11
| | | | - Strip library when DEBUG=off
* Add py-ffmpeg as an optional dependency for x11-toolkits/py-kivy.dbn2014-01-241-16/+7
| | | | While here simplify the port by using more option macros.
* - Update to 1.2.3gahr2014-01-222-3/+3
|
* - Fix PKGNAMESUFFIXgahr2014-01-221-1/+1
|
* New port: x11-toolkits/wxgtk30 -- Series 3.0 of the wxWidgets toolkitgahr2014-01-229-0/+987
| | | | | PR: 181329 (based on) Submitted by: Rainer Hurling <rhurlin@gwdg.de>
* Fix properties on pkg-plistbapt2014-01-2210-10/+0
|
* - Fix build with clangmiwi2014-01-192-7/+19
| | | | | PR: 185708 Submitted by: ports fury
* - Fix build with clangmiwi2014-01-195-84/+240
| | | | | PR: 185706 Submitted by: ports fury
* Move immodules.cache related lines up. So the @unexec line for this filekwm2014-01-182-4/+4
| | | | | | is before the lines where the dirs are removed. Submitted by: skreuzer@
* - Fix SONAME in libtk86.so.1gahr2014-01-181-0/+10
|
* - Fix SONAME in libtk84.so.1gahr2014-01-181-3/+11
|
* - Rename a variable to avoid fooling the USE_TCL/USE_TK detection scriptgahr2014-01-162-2/+2
| | | | at http://people.freebsd.org/~gahr/usetcl.html
* Make GNUstep applications work out of the box without explicitly setting atheraven2014-01-162-15/+3
| | | | | | back end. Add staging support. Approved by: bapt (mentor)
* Python cleanup:rene2014-01-147-7/+7
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* x11-toolkits/libsexymm: Unbreak by fixing typo from previous commitmarino2014-01-131-1/+1
| | | | Covered by the "Just fix it" blanket (obvious typo).
* Update core GNUstep libraries and fisicalab to latest versionstheraven2014-01-135-8/+20
| | | | Approved by: bapt (mentor)
* Bump portrevision due to previous lua switchbapt2014-01-121-1/+1
|
* Switch to lua 5.2bapt2014-01-121-4/+1
|
* - Convert to new LIB_DEPENDS formatgahr2014-01-103-10/+13
| | | | | - Convert to USES=tk - STAGE-clean
* - Convert to USES=tk and take advantage of the TK_SHLIB_VER variablegahr2014-01-101-6/+4
| | | | - Fix LICENSE (BSD -> BSD3CLAUSE)
* - Convert to USES=tkgahr2014-01-101-1/+1
|
* - Convert to new LIB_DEPENDS formatgahr2014-01-101-3/+2
| | | | - Convert to USES=tk
* - Convert to USES=tkgahr2014-01-102-25/+55
| | | | - STAGE-clean
* Remove NEED_ROOT, older automake generate bogus Makefile.in that run RANLIB ↵bapt2014-01-101-6/+2
| | | | | | | twice: one at build time, the second time at install time (which is wrong given the file has a 444 mode) While here remove check for unsupported versions
* - Remove some outdated Haskell portspgj2014-01-1011-266/+0
| | | | Obtained from: FreeBSD Haskell
* - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-1014-14/+0
| | | | | | | | | - Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell
* - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-1015-14/+21
| | | | | | | | | | | the iconv changes (basically GHCi was rendered unusable) - Fix build for x11-toolkits/hs-wxc, while here - Bump port revision for all Haskell Cabal ports as they have to be rebuilt PR: ports/184806 Reported by: many Obtained from: FreeBSD Haskell MFH: 2014Q1
* - Convert to USES=tkgahr2014-01-092-8/+10
| | | | | | | - Convert to USES=gmake - STAGE-clean MFH: 2014Q1
* - Adopt portnemysis2014-01-093-8/+11
| | | | | | - Add license (LGPL21) - Change WWW - Recreate pkg-plist with make makeplist
* - Use the new format for LIB_DEPENDSnemysis2014-01-091-5/+3
| | | | | - USES gmake instead of USE_GMAKE - Support STAGEDIR
* - Convert to USES=tkgahr2014-01-092-3/+2
| | | | | | - STAGE-clean MFH: 2014Q1
* - Use the new format for LIB_DEPENDSnemysis2014-01-091-4/+7
| | | | | - Support STAGEDIR - Add REINPLACE_CMD, fix deprecated code
* - Update to 1.7.45gahr2014-01-084-50/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * FXJSONFile class added. Base class FXJSON improved and generalized. * FXIO now tracks file position; new implementation of FXIO counts bytes read/written. * FXPipe API's added, should now be functional. * Renamed FXStringMap to FXStringDictionary for consistency. * Fixed a few problems in FXVariantMap, FXDictionary. * Fixed possible race in FXThreadPool::startWorker. * New FXThreadException class added; FXThreadException will cause graceful early termination of a thread when thrown inside of FXThread. * FXThread now interceps only FXException (and subclasses), rethrows other exceptions. This was necessary due to the way GNU C++ library performs thread exits. * Non FOX exceptions thrown inside FXThread are now rethrown; but attempts are made to maintain proper bookkeeping when unrolling the stack. * FXThreadPool tasks may throw exceptions. FXThreadPool now intercepts all FOX exceptions and updates bookkeeping when other exceptions are thrown. Note: tasks in FXThreadPool are executed by threads, but since sometimes the main thread is executing tasks in FXThreadPool also we can not allow tasks to throw FXThreadException. * Exceptions thrown inside FXWorker now terminate the worker, and reclaim worker's thread and memory. Before exceptions were all caught, making it impossible to pass return codes from worker execution. * Exceptions thrown in FXTaskGroup::Task correctly reclaim the FXTaskGroup::Task now, and will update completion count and notifications appropriately. * The exception philosophy in FOX is that the library only manages FXExceptions and their subclasses; other exceptions will be either uncaught or caught and rethrown after bookkeeping updates; thus programs should be careful throwing exceptions other than FXExceptions.
* - Chase x11-toolkits/xforms shlib bumpgahr2014-01-081-1/+1
| | | | | - Bump PORTREVISION - STAGE-clean here and there
* - Update to 1.2.1gahr2014-01-083-26/+11
|
* In preparation for Qt 5 ports:makc2014-01-076-1187/+1306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/qmake.mk: - Add support for out-of-source builds - Add support for Qt 5 ports - Respect WITH_DEBUG Mk/bsd.qt.mk: - Massive rework for Qt 5 ports - Remove '-phonon' from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support [1] devel/qmake4: - Improve mkspecs for gcc (mainly sync with linux version) and clang devel/qt4-corelib: - Convert to USES=iconv - Remove ancient patch devel/qt4-designer: - Remove reference to WRKSRC from installed pkgconfig files [2] - Don't build Qt Designer plugin for Phonon from outdated Qt sources. Separate port for plugin will be committed later devel/qt4-assistant-adp, devel/qt4-libqtassistantclient: - Convert to USES=qmake Clean up Qt4 ports: - Update comments - Update description; use common description - Consistently use QT_INCDIR, QT_LIBDIR, etc. - Use options helpers - Convert to new LIB_DEPENDS syntax - Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports - Rename/move several ports for unification with Qt 5 ports PR: ports/184620 [1] Reported by: Kevin Zheng <kevinz5000@gmail.com> PR: ports/181141 [2] Reported by: thierry PR: ports/185101 Exp-run by: bdrewery This is mostly solely avilla's work in area51, kudos to him! And a couple commits from myself, so you know who's collecting pointyhats :)
* - stage supportaz2014-01-058-13/+6
| | | | Approved by: portmgr (blanket infrastructure)
* - stage supportaz2014-01-058-15/+10
| | | | Approved by: portmgr (blanket infrastructure)
* Fix pkg name collisionsbapt2014-01-045-7/+9
|
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-2/+0
|
* Update to 3.8.8.kwm2013-12-313-43/+33
| | | | | | | | | Stagify, sort USES, use new lib_depend syntax. Use USE_GNOME introspection now that it doesn't break the build. Switch to to libtool less ltverhack. Use new gtk-query-immodules --update-cache functionality. Obtained from: GNOME devel repo (based on)
* x11-toolkits/py-gtkglext: support stagingwg2013-12-301-3/+1
|
* x11-toolkits/py-fltk: support stagewg2013-12-302-110/+11
|
* Stage transmission ports and the rest maintained by me.crees2013-12-301-5/+8
| | | | Various little obvious fixes, and a new rc script for stunnel-server
* Fix detection of freetype after the update to 2.5.2.kwm2013-12-281-0/+11
| | | | Reported by: marino@
* Fix dependency on x11-toolkits/gtkglext.tijl2013-12-281-1/+1
|
* Stage supportantoine2013-12-281-4/+2
|
* Stage supportantoine2013-12-281-4/+2
|
* Stage supportantoine2013-12-281-3/+1
|
* Stage supportantoine2013-12-281-3/+1
|
* Stage supportantoine2013-12-281-2/+1
|
* Stage supportantoine2013-12-282-3/+3
|
* Update poppler to 0.24.4.kwm2013-12-282-2/+4
| | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax.
* Update freetype to 2.5.2.kwm2013-12-252-2/+23
| | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
* - Support stagingamdmi32013-12-231-13/+12
| | | | - Use new LIB_DEPENDS syntax
* Enable explicit depends, this will record X depends in gdk-2.0.pc. Thiskwm2013-12-211-2/+2
| | | | | should fix the build of ports that use X libraries but don't explicitly depend on X libraries.
* Remove expired ports:rene2013-12-218-86/+0
| | | | | | | | | | | | 2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month 2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools 2013-11-18 devel/mono-tools: Broken for more than 6 month 2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron 2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month 2013-11-18 net/freeswitch-core: Broken for more than 6 month 2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core 2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core 2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
* - Drop maintainership at maintainer requestswills2013-12-201-2/+2
| | | | | PR: ports/185029 Submitted by: "H. Wade Minter" <minter@lunenburg.org> (maintainer)
* - Needs root during stagepawel2013-12-202-3/+2
| | | | - Improve COMMENT and pkg-descr
* Move x11-toolkits/py-kivy to using auto-plist.dbn2013-12-192-947/+4
| | | | | Although this port does not support python>=3, the next release is expected to do so.
* - Update to 1.249swills2013-12-193-21/+342
| | | | | | | | | | | - Add LICENSE - Update and sort *_DEPENDS - Use USES=gmake - Sort make knobs - Support STAGEDIR PR: ports/184700 Submitted by: sunpoet
* - Update to 1.224swills2013-12-183-11/+60
| | | | | | | | - Add LICENSE - Support STAGEDIR PR: ports/184702 Submitted by: sunpoet
* - Change maintainer email of my ports to @FreeBSD.orgnemysis2013-12-182-2/+2
| | | | Approved by: pawel / wg (mentors, implicit)
* - Update to 0.17dhn2013-12-182-4/+3
|
* Fix build of x11-toolkits/py-kivy on some systems (pygame.joystick related).dbn2013-12-171-0/+4
| | | | | | | | On some systems pygame.joystick does not import into python preventing some documentation from being built, thus some missing files on install. For documentation building prevent any attempt to import pygame.joystick as a work-around.
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-167-276/+271
| | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
* Use setuptools for all Python ports.wg2013-12-167-12/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr)
* Update to 2.4.22.kwm2013-12-155-60/+22
| | | | | | | | USE_GNOME=gnomehack ->USES=pathfix. Stageify, use new LIB_DEPEND syntax, switch to libtool less ltverhack. Merge new gtk-query-immodules handling from gtk30 ports in our dev repo [1] Obtained from: FreeBSD gnome dev repo [1]
* - Remove dependency on infozipantoine2013-12-142-2/+37
| | | | - Package man pages, I couldn't find any conflit in the ports tree
* - Use tar to extract zipballsunpoet2013-12-131-1/+1
|
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-4/+4
|
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-3/+3
|
* - update LIB_DEPENDSdinoex2013-12-121-2/+2
|
* - Update to 1.045sunpoet2013-12-122-4/+5
| | | | | | - Add CPAN to MASTER_SITES Changes: http://search.cpan.org/dist/Gnome2/NEWS
* - Update to snapshot 10022gahr2013-12-112-3/+3
|
* - Stage support for all -reference portsantoine2013-12-1015-37/+18
| | | | | | - Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer)
* - Update to 1.7.44gahr2013-12-095-25/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Updated FXJSON JavaScript Object Notation I/O class:- removed limits to token size in both input and output operations (formerly limited to buffersize). * Minor changes to FXVariant:- added some missing API's, removed toChar() as its useless. Added has() to determine if key is present in case FXVariant is a map. * Simplified FXFile and other FXIO subclasses a bit to remove redundant implementations. * Added FXIOBuffer, an FXIO device that serializes to/from a memory buffer. * FXRanged, FXRangef: now check intersect() results a bit differently. * Ray to FXSpheref, FXSphered intersection test changed to allow origin inside sphere possibility. * Fixed small bug in wc2nc(). * Possible buffer overrun in FXDir fixed. * Added class FXStringMap. * Changed some API's in FXDictionary. Added erase() API to allow removal of slot already located. This is faster, and needed for successful subclassing. * FXStat problem fixed on Windows.
* remove GCC version check to support GCC versions 4.7 and upoliver2013-12-091-0/+24
| | | | | PR: 184577, 183342 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* Add vte3, the Gtk 3 version of the vte terminal widget.kwm2013-12-0817-18/+417
| | | | | | | | | Split off gnome-pty-helper from vte to allow both versions of vte to be installed at the same time. Update comment to make it clearer which gtk+ version it is for. Enable introspection bindings in vte. Obtained from: GNOME dev repo.
* Set expiration date to 2013-12-19, depends on expired devel/mono-toolsrene2013-12-061-0/+3
| | | | | | PR: ports/184081 Submitted by: myself Approved by: maintainer timeout (mono@, 16 days)
* - Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)makc2013-12-031-1/+1
| | | | Approved by: maintainter
* Set portscout to ignore this port.kwm2013-12-031-2/+6
| | | | While here stagify, and use new lib_depend syntax.
* - Mark BROKENwen2013-12-011-2/+4
| | | | - Reset maintainer to ports@
* Remove expired ports:rene2013-12-015-156/+0
| | | | | | | | | | | | | | | | | | | 2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
* Update to version 2.2.4pawel2013-11-302-4/+3
|
* - Return almost all of my ports back to the pool. I have no time to make anyaraujo2013-11-291-1/+1
| | | | necessary fixes on them for the past months.
* - x11-toolkits/girara update to 0.1.9madpilot2013-11-293-21/+21
| | | | | | | | | | | | | | | - graphics/zathura update to 0.2.5 - gaphics/zathura-djvu update to 0.2.3 - Convert to new LIB_DEPENDS format - Girara now defaults to gtk3, modify depending ports accordingly - Convert to staging - Always install man pages - Remove uneeded patches PR: ports/183842 Submitted by: myself Approved by: Alexander <alexander.4mail@gmail.com> (maintainer of zathura-djvu) Approved by: maintainer timeout (for graphics/zathura)
* Fix typos in x11-toolkits/py-kivy.dbn2013-11-281-2/+3
| | | | | | | | | - Fix an option SDL -> SDL2 (in the audio group) - Fix the use of XORG -> X11 when enabling X11 support - Bump revision, as depending on the options chosen, package contect may have changed. Reported by: ak
* - Convert to USES=qmakemakc2013-11-261-5/+2
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* Say hello to Mate 1.6.kwm2013-11-235-0/+251
| | | | | | | | | | | | | | | | | | Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
* Fix typo.cy2013-11-231-1/+1
| | | | Pointy hat to: yours truly
* - use STAGEDIRdinoex2013-11-232-48/+79
| | | | - remove IS_INTERACTIVE
* - Remove now needless qmake_build from USE_QT4makc2013-11-214-4/+4
| | | | | - Get rid of QMAKEFLAGS - Convert to USES=dos2unix
* - Support Tcl/Tk 8.6gahr2013-11-212-3/+10
| | | | Submitted by: mi@
* - Update to 1.9.7gahr2013-11-212-20/+20
| | | | | | | - Take maintainership (tcltk@) - Convert to USES=tk - Convert to OPTIONSng (DOCS) - STAGE-clean
* Address conflict with x11/xloadimagecy2013-11-212-2/+15
|
* - Update WWW:sunpoet2013-11-211-1/+1
| | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
* - Remove outdated patchsunpoet2013-11-211-38/+0
| | | | | PR: ports/184120 Submitted by: Zhihao Yuan <zy@miator.net> (maintainer)
* Fix libgnome-keyring dependancy. gnome-keyring2 doesn't includekwm2013-11-211-6/+9
| | | | | | | libgnome-keyring. While here update LIB_DEPENDS syntax, stageify. Reported by: poudriere via swills@
* - Support INSTALL_AS_USERgahr2013-11-203-1/+1349
| | | | | | - Restore a patch to use Tcl/Tk internal include files Suggested by: mi
* - Chase x11-toolkits/blt library name changegahr2013-11-191-2/+2
| | | | - Bump PORTREVISION
* - Update to 2.5.3gahr2013-11-1943-2922/+1256
|
* - Set USE_LDCONFIGgahr2013-11-191-0/+1
|
* Update x11-toolkits/py-kivy to 1.7.2.dbn2013-11-193-14/+12
|
* Convert from USE_DOS2UNIX to USES=dos2unixbapt2013-11-191-39/+20
| | | | While here stagify
* Add stage support to x11-toolkits/py-kivy.dbn2013-11-192-13/+38
| | | | | | | | | Changes: - Add shebangfix for one file (OSC.py) - Migrate USE_GMAKE to USES=gmake - Strip libraries installed - Prevent non-FreeBSD packaging files from being installed - Change build logic to use the default do-build target
* Remove old *gnome*mm libraries not in used in the ports tree.bapt2013-11-188-145/+0
| | | | | | | They are EOLed upstream and their package name is in collision is more recent versions With hat: portmgr Approved by: maintainer timeout
* - Switch devel/sdl20 to use the autotools-based configuration, since themva2013-11-171-1/+1
| | | | | | | | | | | cmake-based one is not maintained that well - Fix library naming to ensure backwards compatibility on minor version changes - Bump the PORTREVISION on ports depending on devel/sdl20, since its shared library name changed PR: ports/183975 Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-171-3/+3
| | | | | | - Adapt plists. With hat on: kde
* Freshen-up port and rename package.romain2013-11-171-3/+4
|
* Freshen-up port and rename package.romain2013-11-171-9/+6
|
* - Support STAGEDIRsunpoet2013-11-164-6/+2
|
* - Remove post-install step (unneeded since staging is supported)gblach2013-11-141-5/+0
| | | | Submitted by: bapt
* Deprecate and schedule for removal on December 1st, 2013.rene2013-11-111-0/+3
| | | | | | All consumers have been deprecated. Discussed on: emulation@ (2013-10-06)
* x11-toolkits/qtada: Convert to stagingmarino2013-11-111-15/+12
|
* x11-toolkits/gtkada: Convert to stagingmarino2013-11-111-22/+21
| | | | | * Don't install license anymore as it messes up auto-plist * Bump portrevision because of this plist change
* - Add LICENSEsunpoet2013-11-102-2/+4
| | | | | | | | - Pass maintainership to submitter - While I'm here, remove Author line PR: ports/183741 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Pass maintainership to submittersunpoet2013-11-101-2/+5
| | | | | | | | | - While I'm here: - Add LICENSE - Remove leading indefinite article from COMMENT PR: ports/183722 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSEsunpoet2013-11-103-14/+18
| | | | | | | | | - Support STAGEDIR - Pass maintainership to submitter - While I'm here, add WWW PR: ports/183698 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSEsunpoet2013-11-101-1/+3
| | | | | | | - Pass maintainership to submitter PR: ports/183692 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSEsunpoet2013-11-102-3/+3
| | | | | | | | | | - Pass maintainership to submitter - While I'm here: - Remove EXTRACT_DEPENDS - Remove Author line PR: ports/183686 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update EFL to 1.7.9gblach2013-11-082-3/+3
| | | | - Update Enlightenment to 0.17.5
* - Convert to USES+=tl and USES+=tkgahr2013-11-071-1/+0
| | | | | - STAGE-clean - Simplify by not installing / deinstalling the user configuration file
* Support STAGEDIR.vanilla2013-11-0712-368/+373
|
* Update to 0.57.delphij2013-11-074-15/+58
| | | | | | PR: ports/179390 Submitted by: nemysis Approved by: maintainer
* Support staging.rakuco2013-11-062-2/+0
| | | | Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm>
* - support STAGEDIRaz2013-11-0334-108/+92
|
* Stagify Gstreamer ports.kwm2013-11-022-2/+0
| | | | | | | | | | Fix build of gstreamer and gstreamer1 with glib 2.38.x [1]. Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix, new LIB_DEPENDS syntax. Only pull in flex if base version is too old. Be more selective for which OSVERSIONS we need gcc due to the clang bug. Obtained from: Gstreamer upstream [1]
* - Convert to USES+=tkgahr2013-10-314-12/+33
| | | | | - Convert to new LIB_DEPENDS format - STAGE-clean
* - Add stage supportswills2013-10-308-8/+0
|
* Restrict python to -2.7kwm2013-10-302-2/+2
| | | | Submitted by: mva@
* Stageify, use COPYTREE_SHARE instead of doing tar and chown/chmod ourself.kwm2013-10-302-16/+13
| | | | | | Restrict to python -2.7 [1]. Submitted by: mva@ [1]
* Revert USE_GCC to yespawel2013-10-281-1/+1
| | | | Requested by: gerald
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-2628-21/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Change master sites to download.enlightenment.orggblach2013-10-261-1/+1
|
* - Chase devel/sdl20 shlib version changemva2013-10-261-0/+1
|
* - fix a bug that causes xfig to hangdinoex2013-10-252-1/+25
| | | | | Reported by: Cejka Rudolf Obtained from: debian
* - Update to 1.7.43gahr2013-10-255-373/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Added FXJSON JavaScript Object Notation I/O class. FXJSON loads and saves JSON, and has a great number of options, extensive error reporting, and great degree of control over output. * Problems in Windows version of fxcpuid.cpp fixed. * Line segment to box and line segment to sphere intersection routines added; also computes intersection point. * FXString escape() and unescape() now do \uXXXX unicode escaping. Old functions for these, fromAscii() and toAscii() have been removed. The new implementation properly handles surrogate pairs. * Added some API's to FXGLGroup. * FXListBox current item fix. * Added new functions to FXElement.h. Particularly, bulk-comparison function. * Use new fxstrlcpy() and fxstrlcat() where appropriate; these will always produce null-terminated strings. * Passed wrong handle for error FD in FXProcess under Windows. * Fix introduced bugs in FXHash and FXDict. * Some extra checks added in GIF loader header detection. * Typo fix in lock-free queue class FXLFQueue. * Fast accessors added to FXVariant; they can be used if type already known. * Fixed minor issues with FXVariant implementation. * Missing FXAPI declaration in FXArrayBase added. * Added area() and volume() calculation to FXRange and FXSphere classes; added area() to FXExtent classes. * Added new FXDictionary class; this will replace FXDict at some point in the future.
* - New port: x11-toolkits/fltk-develgahr2013-10-246-0/+263
| | | | | This port tracks the development snapshots of FLTK, available at x11-toolkits/fltk.
* Don't try to remove directories, we don't make.olivierd2013-10-231-2/+0
| | | | Reported by: Ports-QAT
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-224-4/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* 2013-10-21 devel/rubygem-ruby-debug-base: Does not work with Ruby 1.9tabthorpe2013-10-225-199/+0
| | | | | | | | | 2013-10-10 devel/rubygem-linecache: Does not work with Ruby 1.9 2013-10-21 devel/rubygem-rascut: Does not work with Ruby 1.9 2013-10-21 devel/rubygem-ruby-debug-ide: Does not work with Ruby 1.9 2013-10-21 devel/rubygem-ruby-debug: Does not work with Ruby 1.9 2013-10-21 japanese/gorua: Does not work with Ruby 1.9 2013-10-10 x11-toolkits/ruby-gtk: Does not work with Ruby 1.9
* - Support STAGEDIRolivierd2013-10-224-12/+23
| | | | | | | | - Convert to new LIB_DEPENDS format - Switch to USES= gmake - Enhance COMMENT entry and description (pkg-descr) - Fix NLS support, when it's unset - Standardize 'startup-notification' description
* - Update to 1.044sunpoet2013-10-203-10/+9
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Gnome2/NEWS
* - Support stagingamdmi32013-10-171-6/+3
| | | | - Use new LIB_DEPENDS syntax
* - Fix STAGE support for PORTDOCSgahr2013-10-161-2/+2
| | | | Reported by: antoine
* Update SIP to 4.15.2 and PyQt to 4.10.3.rakuco2013-10-161-1/+0
| | | | | | | This commit also adds proper staging support to all the ports being updated. In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
* 2013-10-10 x11-toolkits/ruby-tk: Does not work with Ruby 1.9tabthorpe2013-10-164-1152/+0
|
* - Fix build in C++11 mode [1]gahr2013-10-153-6/+25
| | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to OPTIONSng (DOCS) - STAGE-clean PR: 182949 [1] Submitted by: dt71@gmx.com [1]
* - Fix PLIST by removing DOCSgahr2013-10-152-33/+0
| | | | Reported by: QAT
* - Convert to USES+=tkgahr2013-10-141-7/+3
| | | | - STAGE-clean
* - Update to 2.6gahr2013-10-143-30/+23
| | | | | | - Convert to USES+=tk - Take maintainership (tcltk@FreeBSD.org) - STAGE-clean
* - Convert to USES+=tkgahr2013-10-141-2/+1
| | | | - STAGE-clean
* - Update to 1.3.9gahr2013-10-145-35/+25
| | | | | - Convert to USES+=tk - Take maintainership (tcltk@FreeBSD.org)
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.rakuco2013-10-142-39/+2
| | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team, with commits by makc@, Schaich Alonso and yours truly. Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33 (from ports), staging support in the Makefiles and dependency fixes related to pkg-config. Many thanks to the people who helped test the ports using our area51 repository, and also to the people who provided patches and bug reports via GNATS! PR: ports/180615 ports/181921 ports/182049
* Add stage support.rene2013-10-102-7/+2
|
* Bump PORTREVISION for last commitrene2013-10-101-0/+1
|
* Fix package building/(de)installation with staging support.rene2013-10-102-4/+1
| | | | Ideas from: bapt, antoine
* - Convert to USES=compilermadpilot2013-10-101-17/+6
|
* - Update to 1.043sunpoet2013-10-093-17/+59
| | | | | | | | | - Sort *_DEPENDS - Sort USE_GNOME and USES - Support STAGEDIR - Pass maintainership to perl@ Changes: http://search.cpan.org/dist/Gnome2/NEWS
* - Convert to USES= qmakemakc2013-10-096-126/+102
| | | | | | | - Bring stage support - Adjust DESKTOP_ENTRIES - Use options helpers - Use new LIB_DEPENDS syntax
* - Fix left-oversgahr2013-10-081-6/+7
| | | | Reported by: QAT
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wegahr2013-10-072-2/+2
| | | | now use ltverhack on FOX. This should be the last time.
* - Refactor FOX portsgahr2013-10-076-513/+91
| | | | | | | | | | | * Remove CONFLICTS between FOX ports by having man-pages and binaries named after the port version * Avoid bumping shlib version at each minor update by using ltverhack [1] * Make PKGNAMEs unique (fox14, fox16, fox17) [2] * Use new LIB_DEPENDS format Suggested by: mezz [1], bapt [2]
* - Remove LATEST_LINK from my Qt4/KDE4 portsmakc2013-10-074-10/+8
| | | | | - Use new LIB_DEPENDS syntax - Use options helpers
* Remove some ports depending on gnome1bapt2013-10-077-127/+0
| | | | Approved by: gahr (maintainer)
* - Update to 1.082sunpoet2013-10-073-27/+48
| | | | | | | | | | - Sort USES - Support STAGEDIR - Cleanup Makefile - Sort PLIST - Pass maintainership to perl@ Changes: http://search.cpan.org/dist/Gnome2-VFS/NEWS
* Mark x11-toolkits/py-kivy as broken under i386 without -DWITH_NEW_XORG.dbn2013-10-071-0/+3
| | | | | | | | | | | | For some unknown reason builds fail with: Undefined symbol "glBlendEquationSeparate" When compiling under i386 for the old libGL. This error does not make sense given that the symbol is present in libGL and that compilation works under amd64. The only solution found is to update to a newer libGL however there does not appear to be any change to the symbol signature to suggest why such an update works.
* Add stage support for linux-f10-* ports maintained by emulation@rene2013-10-076-8/+18
| | | | | | | (category x11-toolkits). - x11-toolkits/linux-f10-gtk2 is not updated yet, it wants to chroot(8) - Fix plist of linux-f10-qt45
* - Support staginggblach2013-10-061-1/+0
| | | | Approved by: crees, tabthorpe (mentors, implicit)
* Add support for STAGEDIRpawel2013-10-063-22/+3
|
* Remove the EOLed x11-toolkits/guile-gtk (gnome1) and its latest userbapt2013-10-057-104/+0
| | | | Approved by: gnome (implicit)
* - Add stage supportaz2013-10-053-8/+37
| | | | | | - Try to fix build with perl 5.16 ExtUtils::ParseXS from 5.16 now more strict about code.
* Use new LIB_DEPEND syntax, USE_GMAKE=>USES=gmake, stageify.kwm2013-10-049-11/+109
| | | | | Update comment to remove indefinite article Fix build on HEAD. This port uses pangox-compat.
* Fix pkgname collisions in gtk??[mm] ports.kwm2013-10-036-5/+6
|
* - Fix MASTER_SITESacm2013-10-022-3/+13
| | | | | - Fix pkg-plist file - Few minor modifications
* - Add stage supportrene2013-10-022-3/+13
| | | | - USE_GMAKE -> USES=gmake
* - Update to 1.8acm2013-10-026-78/+25
| | | | | PR: ports/173524 Submitted by: Hardy Schumacher <hardy.schumacher_ at _gmx.de>
* - Support STAGEDIRsunpoet2013-10-018-12/+4
|
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-305-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing!
* This port is already stage safe.madpilot2013-09-291-2/+1
| | | | While here convert to more approriate USE_GCC=yes.
* - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18tabthorpe2013-09-272-2/+2
| | | | Discussed with: swills
* Fix NO_STAGE attributionbapt2013-09-232-2/+2
|
* - Use USES=tksunpoet2013-09-222-5/+3
| | | | | | | - While I'm here, add NO_STAGE=yes PR: ports/182249 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21288-426/+377
| | | | x11-toolkits)
* - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINKgahr2013-09-203-9/+7
| | | | Suggested by: bapt
* - Update Tcl/Tk 8.6 to 8.6.1gahr2013-09-202-15/+11
| | | | Release notes: http://code.activestate.com/lists/tcl-core/13590/
* - Convert USE_TCL to USES=tclgahr2013-09-191-2/+1
|
* - Update Tcl/Tk 8.5 to 8.5.15gahr2013-09-194-45/+33
| | | | Release notes: http://code.activestate.com/lists/tcl-core/13585/
* - Update to 1.7.42gahr2013-09-195-5/+445
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Added class FXVariant, and supporting classes FXVariantMap and FXVariantArray. The FXVariant class can store basic types like bool, int, or float, but also arrays of variants, or maps of variants. Thus, FXVariant can be used to store an arbitrarily complex tree-like data structure. * Problems in Windows version of fxcpuid.cpp fixed. * Fix cased from (__m128) to _mm_castsi128_ps() intrinsic for portability. * Fix compare operation in FXSize.h. * Added fxstrlcpy() and fxstrlcat() for safe string copy and string concatenation. * Added __noreturn macro for flagging non-returning functions like fxerror(). This may help compilers generate better code for places where these functions are called. * Removed fxsleep(), obsoleted by FXThread::sleep() and FXThread::wkaeat(). * Allow out-of-source builds of FOX on configure-based systems. * Force end-of-string in value returned by gethostname(). * Fix introduced bugs in FXHash and FXDict. * Added swapElms() to FXElement.h. Also added templated swap(). * Added internal function memswap(). * Don't include intrinsics header files unless target architecture is x86 or x86-64. * Updated build on Fedora 18 for Raspberry Pi. - Add two local files with patches to mute compiler warnings and fix potential stack buffer overflow bugs (already reported upstream)
* Add an explicit dependency on pkgconfbapt2013-09-181-1/+1
|
* Fix xview family builds under 10-CURRENT.cy2013-09-1822-7/+464
| | | | Flags xview-clients MAKE_JOBS_UNSAFE.
* Update to version 2.2.3pawel2013-09-182-3/+3
| | | | | | | Changes: The scalability of the TaskManager, AsyncQueue, and AsyncQueueDispatch classes has been improved. Other improvements have been made.
* - Update to 0.9.96.31.08.13gahr2013-09-178-46/+85
|
* Remove USE_GCC=any as the ports build properly with clang.bapt2013-09-161-1/+0
| | | | This also fixes the build with libc++
* - convert to the new perl5 frameworkaz2013-09-142-2/+4
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-133-6/+6
| | | | | | | - convert USE_GMAKE to Uses Reviewed by: kwm@ Approved by: kwm@ (gnome@)
* - convert to the new perl5 frameworkaz2013-09-121-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Remove duplicated patchbapt2013-09-122-31/+0
| | | | Submitted by: marino
* - Update scintilla and scite to 3.3.5madpilot2013-09-123-10/+19
| | | | | | | | - The update fixes build on recent head PR: ports/182014 Submitted by: me Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Add explicit dependency on pkgconf (27 ports)marino2013-09-121-0/+1
|
* Add an explicit dependency on pkgconfantoine2013-09-123-0/+3
| | | | Approved by: portmgr (bapt)
* Add explicit dependency on pkgconf (6 ports)marino2013-09-111-1/+1
|
* Bump some PORTREVISIONs due to graphics/webp update to 0.3.1mm2013-09-101-0/+1
|
* - Add PORTSCOUT=ignore:1 to avoid false alarmsunpoet2013-09-081-0/+2
|
* Fix build with libc++bapt2013-09-0711-0/+121
|
* Add an explicit dependency on pkgconfbapt2013-09-062-8/+4
|
* Add an explicit dependency on pkgconfantoine2013-09-061-7/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-061-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-063-4/+3
| | | | Approved by: portmgr (bapt)
* - Add explicit dependency on pkgconfigmadpilot2013-09-051-2/+1
| | | | | | - While here, convert to new LIB_DEPENDS format Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-051-0/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-051-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to 1.37sunpoet2013-09-052-8/+8
| | | | | | | - Convert to new LIB_DEPENDS format - Fix GTK2 option Changes: https://github.com/dk/Prima/blob/master/HISTORY
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-052-2/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfbapt2013-09-051-1/+1
|
* - Remove USE_GCC=any.tijl2013-09-041-9/+2
| | | | | - Add OPTIONS_DEFINE. - Remove FreeBSD/alpha support.
* Add an explicit dependency on pkgconfantoine2013-09-041-0/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-0/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-6/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-6/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-7/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-6/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-035-24/+8
|
* Add an explicit dependency on pkgconfbapt2013-09-032-5/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-036-24/+9
|
* Add an explicit dependency on pkgconfbapt2013-09-035-22/+8
|
* Add an explicit dependency on pkgconfbapt2013-09-033-15/+5
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-032-10/+4
|
* Add an explicit dependency on pkgconfbapt2013-09-031-4/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-032-8/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-032-2/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-036-18/+8
|
* Add an explicit dependency on pkgconfantoine2013-09-031-0/+1
| | | | Approved by: portmgr (bapt)