aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* - fix staging issue, bump portrevision as build behavior is changedjgh2014-04-303-8/+41
| | | | | | | - while here convert bzip2 to new uses framework PR: 188779 Submitted by: john.hein@microsemi.com (via mail)
* Fix build after r351936 by adding a dependency on libICE.tijl2014-04-301-1/+3
| | | | Reported by: olgeni
* Upgrade to 9.20.thierry2014-04-274-15/+5
| | | | Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
* - Convert USE_BZIP2 to USESdanilo2014-04-261-2/+1
|
* - Add graphics/librsvg2 to LIB_DEPENDSnivit2014-04-261-1/+2
| | | | - Bump PORTREVISION
* Remove libtool from USE_AUTOTOOLSbapt2014-04-261-1/+1
| | | | Reported by: tijl
* Fix expiration datebapt2014-04-251-1/+1
| | | | | With hat: portmgr Reported by: Dan Langille
* Deprecate java bindings for gnomebapt2014-04-251-0/+3
| | | | | | | They have never been used, are not updated upstream since 2009 and gnome@ team has already way too many things to care about Discussed with: kwm (gnome) Approved by: self (portmgr)
* - Update WWWdanilo2014-04-251-1/+1
|
* Keep the .la file it might be reference by la files from ports depending on ↵bapt2014-04-252-2/+3
| | | | | | | | this one and result in hard to debug failures for people building ports with portupgrade/portmaster Discussed with: tijl
* Switch to USES=libtoolbapt2014-04-252-6/+5
| | | | Strip binaries
* Remove expired ports:rene2014-04-259-157/+0
| | | | | | | | | | | | | | | | | 2014-04-23 emulators/mupen64-sdlinput: Use mupen64plus instead 2014-04-23 emulators/mupen64-sdlaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-tr64: Use mupen64plus instead 2014-04-23 emulators/mupen64-gln64: Use mupen64plus instead 2014-04-23 emulators/mupen64-sound: Use mupen64plus instead 2014-04-23 emulators/mupen64-rsp: Use mupen64plus instead 2014-04-23 emulators/mupen64-input: Use mupen64plus instead 2014-04-23 emulators/mupen64-glide: Use mupen64plus instead 2014-04-23 emulators/mupen64: Use mupen64plus instead 2014-04-23 emulators/mupen64-softgfx: Use mupen64plus instead 2014-04-23 emulators/mupen64-dummyaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-base: Use mupen64plus instead 2014-04-24 x11/emu: Broken, not staged 2014-04-24 lang/ruby-doc-stdlib: Upstream rerolls frequently, online docs work well
* - Replace libXft dependency with USE_XORG=xft.tijl2014-04-252-59/+22
| | | | | | | | | | - Convert to USES=libtool. - Add include directories to CPPFLAGS instead of CFLAGS. - Use LDFLAGS instead of LIBS. - Remove PTHREAD_LIBS reference. - Add DOCS option. - Staging. - Remove MAKE_ENV. Not needed.
* Update gstreamer 1.0 ports to version 1.2.4.tijl2014-04-232-2/+2
|
* - Define LICENSE (GPLv2), reword COMMENT linedanfe2014-04-232-22/+49
| | | | | - Take maintainership, undeprecate, and stagify - Unbreak on !i386
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-2355-63/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Convert gtkmm20 to stagebapt2014-04-221-1/+1
| | | | | USES=libtool Chase gtkmm20 shlib number change
* Support stagebapt2014-04-221-7/+5
|
* Support stagebapt2014-04-222-32/+17
| | | | Modernize
* Suppot stagebapt2014-04-222-8/+6
| | | | | Modernize USES=libtool
* These ports are no longer used or cared for.nemysis2014-04-229-23/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports with my help. misc/lxde-common - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com misc/xdg-menu - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Add DOCS Option - Break lines around 80 characters - Change pkg-plist, remove mtree sysutils/lxinput - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com sysutils/lxtask - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Remove TODO from DOCS sysutils/lxterminal - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11/florence - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils - Remove not needed MAN1 from Makefile x11/libfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree x11/lxde-meta - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11/lxmenu-data - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, remove mtree x11/lxpanel - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Strip libraries - Change pkg-plist, add missing x11/menu-cache - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - USES pathfix instead of USE_GNOME gnomehack - Strip library x11-fm/pcmanfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree, add missing x11-themes/lxde-icon-theme - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes - Change pkg-plist, remove mtree x11-wm/lxmed - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11-wm/lxsession - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11-wm/obapps - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Add DOCS Option - Change Desktop entry file x11-wm/obmenu - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Break lines around 80 characters
* Restrict these to use python 2 for the time being.zeising2014-04-192-2/+4
|
* - Stop removing directories from BSD.local.dist.bdrewery2014-04-192-27/+1
| | | | | | | | | | | This fixes false-positive leftover (files removed) warnings in Redports/QAT/Tinderbox. Note that some of these ports still have Orphans which I did not address. With hat: portmgr Spotted by: new 'check-plist'
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-17143-274/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Fix build on head.jkim2014-04-161-5/+6
|
* - Update to 2.0.1gahr2014-04-143-8/+25
| | | | | | | * Fix a bug where the cursor position was invalidated after an insertion * Implement X11 stuff on top of both libX11 (default) and XCB (OPTIONSng) * Handle more options related to font handling * Chase compiler warnings
* Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),tijl2014-04-147-15/+17
| | | | | | | | | r350957 (glade3). gnome-control-center, gnome-settings-daemon, gnome-screensaver: - Staging. - New LIB_DEPENDS syntax. - USES=tar:bzip2.
* Use the new @sample keywordbapt2014-04-132-3/+3
|
* - Project moved to SFdanilo2014-04-132-6/+7
| | | | | | - Update from 0.25.1 to 0.26.1 - Convert USE_XZ to USES - Add LICENSE
* Remove sodipodibapt2014-04-121-1/+0
|
* Fix last leftoverbapt2014-04-111-0/+1
|
* Avoid code duplication between pkg-install and plistbapt2014-04-113-15/+21
| | | | Fix leftovers
* Support stagebapt2014-04-114-13/+4
| | | | Remove deprecated ports from gnome2-power-tools and gnome2-fifth-toe
* Support stagebapt2014-04-111-3/+2
|
* Support stagebapt2014-04-112-11/+11
|
* Support stagebapt2014-04-112-14/+12
| | | | modernize
* Support stagebapt2014-04-112-9/+9
| | | | Modernize
* Support stagebapt2014-04-111-7/+4
| | | | | Modernize Reduce overlinking by using USES=libtool
* Support stagebapt2014-04-112-9/+9
| | | | Modernize
* Stageify libxkalvierbapt2014-04-1110-56/+55
| | | | | | | | | USES libtool Chase libxklavier shlib change On all ports depending on libxklavier: - Support stage - USES=libtool when possible to reduce overlinking - Support packaging as a user
* Support stagebapt2014-04-111-23/+10
|
* - Update to 1.2.2gahr2014-04-082-4/+4
| | | | | * Fix a bug where an uninitialized XColor struct could cause a segfault on some systems (Emanuel Haupt)
* - Update to 1.2.1gahr2014-04-082-4/+4
| | | | | | * Add some missing #include (Emanuel Haupt) * Optimize the option parsing code * Remove unused variable
* - Update to 1.2.0gahr2014-04-082-5/+8
| | | | | * Implement the -bg and -fg options * Simplify the code by rewriting the whole stuff in C++
* - Add LICENSEsunpoet2014-04-062-2/+4
| | | | | | | | - Pass maintainership to submitter - While I'm here, remove Author line PR: 188097 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Chase libexiv2.so shlib version bump after r350163danfe2014-04-051-0/+1
| | | | | | - Fix nearby minor style issues while here (not all) Approved by: portmgr (bapt), some ports are still NO_STAGE :(
* Do not remove directory belonging to BSD.local.dist mtreeantoine2014-04-051-1/+0
| | | | | Reported by: poudriere -cat With hat: portmgr
* - Update to 1.1.7gahr2014-04-032-4/+4
| | | | * Implement bookmarks
* - Update to 1.1.6gahr2014-04-032-5/+6
| | | | | | | | * Fix a bug where the command line wasn't always '\0'-terminated * Fix style here and there * Update COPYRIGHT years to include 2014 - Fix LICENSE (BSD -> BSD2CLAUSE) - Add another repo to MASTER_SITES
* - Fix build on HEAD (unknown clang option -R)amdmi32014-04-031-0/+3
|
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-0320-38/+42
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* Register conflicts due to x3270if.cy2014-03-311-0/+3
| | | | Approved by: araujo
* - Update to 0.28sunpoet2014-03-312-3/+3
| | | | | | Changes: http://search.cpan.org/dist/X11-GUITest/Changes PR: ports/188060 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-293-3/+3
| | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
* Support stagegarga2014-03-281-12/+6
| | | | Approved by: portmgr (blanket)
* This port is also broken on freebsd 8antoine2014-03-281-7/+3
| | | | Reported by: pkg-fallout
* Modify manpage for FreeBSD-specific information.crees2014-03-273-0/+23
| | | | | | | Add rc note to pkg-message PR: ports/187431 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* Support stagebapt2014-03-251-5/+3
|
* Deprecate an unstaged abandonwarebapt2014-03-251-0/+3
|
* Deprecatebapt2014-03-251-0/+3
|
* Fix packaging as rootbapt2014-03-251-0/+3
|
* Support stagebapt2014-03-252-449/+1
| | | | Use python autoplist
* Support stagebapt2014-03-251-2/+1
|
* Support stagebapt2014-03-251-13/+12
|
* Support stagebapt2014-03-251-6/+3
|
* Support stagebapt2014-03-251-15/+3
| | | | Cleanup
* Support stagebapt2014-03-252-33/+13
| | | | | Remove useless desktopfileutils and intltools dependencies Use options helpers
* Support stagebapt2014-03-252-47/+17
| | | | Use options framework
* 2014-03-23 accessibility/ruby-atk: Use rubygem-atk insteadswills2014-03-255-68/+0
| | | | | | | | | | | | | | | | 2014-03-23 devel/ruby-gio2: Use rubygem-gio2 instead 2014-03-23 devel/ruby-glib2: Use rubygem-glib2 instead 2014-03-23 graphics/ruby-cairo: Use rubygem-cairo instead 2014-03-23 graphics/ruby-gdk_pixbuf2: Use rubygem-gdk_pixbuf2 instead 2014-03-23 graphics/ruby-rsvg2: Use rubygem-rsvg2 instead 2014-03-23 x11-toolkits/ruby-goocanvas: No longer included upstream 2014-03-23 x11-toolkits/ruby-gstreamer: Use rubygem-gstreamer instead 2014-03-23 x11-toolkits/ruby-gtk2: Use rubygem-gtk2 instead 2014-03-23 x11-toolkits/ruby-gtksourceview2: Use rubygem-gtksourceview2 instead 2014-03-23 x11-toolkits/ruby-pango: Use rubygem-pango instead 2014-03-23 x11-toolkits/ruby-poppler: Use rubygem-poppler instead 2014-03-23 x11-toolkits/ruby-vte: Use rubygem-vte instead 2014-03-23 x11/ruby-gnome2: Use rubygem-gnome2 instead
* Use unicode version of wx 2.8bapt2014-03-251-7/+4
|
* Switch to wx 2.8bapt2014-03-241-3/+2
|
* - Update to 1.3.2olivierd2014-03-193-5/+6
| | | | ChangeLog: https://raw.github.com/gottcode/xfce4-whiskermenu-plugin/release-1.3/NEWS
* Quiesce mkdirehaupt2014-03-181-1/+1
|
* x11/xcm: update to version 0.5.3bsam2014-03-182-3/+3
|
* x11/libXcm: update to version 0.5.3bsam2014-03-183-6/+18
| | | | | | Changes Overview: * Patch for transposed EDID red y bits (Florian Höch) * add xcm-edid xcm-x11 xcm-ddc pkg-config file
* - Convert USE_BZIP/GMAKE to USESmiwi2014-03-162-5/+2
|
* - Convert USE_GMAKE to USESmiwi2014-03-161-3/+1
| | | | - Stage support
* - Convert USE_BZIP/GMAKE to USESmiwi2014-03-161-4/+2
| | | | - While here add stage support
* Fix double occurences of USES=tijl2014-03-151-1/+0
|
* - Update to 1.3.6olivierd2014-03-144-13/+99
| | | | | | | | | | - Add support of DragonFly and merge post-patch target into CMakeLists.txt patch - Don't build locker, because VT_UNLOCKSWITCH is not defined in sys/consio.h - Adjust dependencies PR: 187376 Submitted by: myself Approved by: Henry Hu (maintainer)
* When the intel driver is being used also install the libva driver.eadler2014-03-141-0/+4
|
* - Fix build on 10lme2014-03-141-0/+1
|
* Do not require GCC anymore: mousewheel is now supported with clang!thierry2014-03-132-6/+14
| | | | | | | Since I'm there, do some cleaning and follow the new rules. PR: ports/187462 Submitted by: Christophe Juniet <c.juniet (at) gmail.com>
* Unbreakantoine2014-03-121-1/+1
|
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-117-4/+7
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Convert x* to USES=zipbapt2014-03-111-1/+1
|
* Remove expired ports:rene2014-03-104-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles 2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles 2014-03-10 irc/pure-xemacs21-mule: No more public distfiles 2014-03-10 lang/dice: No more public distfiles 2014-03-10 irc/dcc: No more public distfiles 2014-03-10 sysutils/backupme: No more public distfiles 2014-03-10 net/freeswitch-curl-devel: No more public distfiles 2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles 2014-03-10 emulators/cygne-sdl: No more public distfiles 2014-03-10 mail/newmail: No more public distfiles 2014-03-10 x11-toolkits/xscoop: No more public distfiles 2014-03-10 security/didentd: No more public distfiles 2014-03-10 sysutils/wait_on: No more public distfiles 2014-03-10 net/freeswitch-sbc-devel: No more public distfiles 2014-03-10 multimedia/gxanim: No more public distfiles 2014-03-10 www/nd: No more public distfiles 2014-03-10 lang/fbbi: No more public distfiles 2014-03-10 textproc/csv2xml: No more public distfiles 2014-03-10 www/trac-calendar: No more public distfiles 2014-03-10 misc/stan: No more public distfiles 2014-03-10 japanese/gtkicq: No more public distfiles 2014-03-10 net/nc6: No more public distfiles 2014-03-10 net/jpcap: No more public distfiles 2014-03-10 games/quake-extras: No more public distfiles 2014-03-10 net/asfrecorder: No more public distfiles 2014-03-10 sysutils/pyrenamer: No more public distfiles 2014-03-10 palm/synce-sync-engine: No more public distfiles 2014-03-10 www/linux-mplayer-plugin: No more public distfiles 2014-03-10 net-mgmt/airport: No more public distfiles 2014-03-10 textproc/manued.el: No more public distfiles 2014-03-10 sysutils/jailer: No more public distfiles 2014-03-10 sysutils/blimitd: No more public distfiles 2014-03-10 print/abntex: No more public distfiles 2014-03-10 sysutils/monkeytail: No more public distfiles 2014-03-10 dns/dns_mre: No more public distfiles 2014-03-10 japanese/libjcode: No more public distfiles 2014-03-10 sysutils/jailutils: No more public distfiles 2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles 2014-03-10 sysutils/hdup: No more public distfiles 2014-03-10 print/cups-smb-backend: No more public distfiles 2014-03-10 x11/settitle: No more public distfiles 2014-03-10 sysutils/anteater: No more public distfiles 2014-03-10 www/trac-pendingticket: No more public distfiles 2014-03-10 www/admuser: No more public distfiles 2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles 2014-03-10 www/metacafe_dl: No more public distfiles 2014-03-10 irc/irchat-pj-emacs21: No more public distfiles 2014-03-10 www/horde3-wicked: No more public distfiles 2014-03-10 java/drexelsnmp: No more public distfiles 2014-03-10 mail/sigit: No more public distfiles 2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles 2014-03-10 www/vtiger-customerportal: No more public distfiles 2014-03-10 irc/pure-emacs21: No more public distfiles 2014-03-10 www/extsm: No more public distfiles 2014-03-10 misc/cwish: No more public distfiles 2014-03-10 www/phpscheduleit: No more public distfiles 2014-03-10 palm/synce-serial: No more public distfiles 2014-03-10 palm/synce-vdccm: No more public distfiles 2014-03-10 net/freeswitch-insideout-devel: No more public distfiles 2014-03-10 sysutils/fusefs-fur: No more public distfiles 2014-03-10 mail/clamfilter: No more public distfiles 2014-03-10 textproc/cost: No more public distfiles 2014-03-10 palm/synce-gvfs: No more public distfiles 2014-03-10 net/nxserver: No more public distfiles 2014-03-10 sysutils/throttle: No more public distfiles 2014-03-10 japanese/aterm: No more public distfiles 2014-03-10 mail/teapop: No more public distfiles 2014-03-10 www/eldav.el: No more public distfiles 2014-03-10 graphics/gsnapshot: No more public distfiles 2014-03-10 japanese/zangband: No more public distfiles 2014-03-10 audio/xmms-wma: No more public distfiles 2014-03-10 misc/projectionlib: No more public distfiles
* - Update to 0.27sunpoet2014-03-102-4/+7
| | | | | | | | | - Add LICENSE - Pass maintainership to submitter Changes: http://search.cpan.org/dist/X11-GUITest/Changes PR: ports/187365 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Stage supportmiwi2014-03-092-3/+1
|
* - Support stagingamdmi32014-03-072-665/+12
| | | | - Use new LIB_DEPENDS syntax
* - Update to 303ehaupt2014-03-072-4/+4
| | | | - New LIB_DEPENDS definition
* - Update to 2.6 [1]culot2014-03-062-4/+3
| | | | | | | - Pet portlint(1) by removing unnecessary MAN1 entry PR: ports/187257 [1] Submitted by: A.J. van Werven <freebsd@skysmurf.nl> (maintainer)
* x11/evilvte: update to 0.5.2~pre1 and fix build on 10.0rm2014-03-054-17/+18
| | | | | | | | | | | | | | - update to 0.5.2~pre1, that should fix build on 10.0 while here: - remove stale MASTER_SITE - remove leading article from COMMENT - remove check for unsupported version of FreeBSD, and drop no more needed inclusions of bsd.port.[pre|post].mk - add INSTALLS_ICONS per portlint PR: 187197 Submitted by: Aragon Gouveia <aragon@phat.za.net> (maintainer)
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-058-20/+14
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* - Update long lived branch to version 331.49danfe2014-03-042-10/+23
| | | | | | | | | | | | | | | | - Provide a convenience target to merge new hash and size with existing distinfo: first, redefine DISTINFO_FILE (so that prerequisite target `makesum' would not overwrite existing distinfo file), then prepend relevant SHA256 and SIZE lines with tilde (~) to cope with join(1)'s requirement for sorted lines, truncate the old values thereof, join(1) two files so new lines are nicely placed just where intended, finally removing hackish tildes (improvements to this quick and dirty approach are very welcome) - Remove no longer relevant (and now somewhat confusing) comment in the `pre-install' target after the port was staged - Fix two identical typos (paqe -> page) in comments while I'm here Tested by: dhw
* KDE/FreeBSD team is happy to present Qt 5 in ports!makc2014-03-043-0/+21
| | | | | | | | | | Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
* Remove expired port:rene2014-03-039-172/+0
| | | | 2014-03-03 x11/mgapdesk: Needs an old (pre 7.2) XFree86/X.org header file to build
* Update to 302ehaupt2014-03-032-4/+3
|
* Support building the documentation with newer versions of texinfo. [1]gerald2014-03-023-1/+43
| | | | | | | | Update pkg-descr to provide background that may help users decide whether to really consider this port. PR: 186046 [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1]
* Support stagebapt2014-03-021-1/+1
|
* - Stage supportmiwi2014-02-281-6/+4
|
* Support stagebapt2014-02-281-6/+3
|
* Support stagebapt2014-02-282-6/+2
|
* Support stagebapt2014-02-284-30/+53
| | | | Fix support for DESTDIR
* Support stagebapt2014-02-281-3/+1
|
* Support stagebapt2014-02-281-10/+3
|
* - Update MASTER_SITESmiwi2014-02-272-685/+38
| | | | | | - Add option for imlib2 support PR: 187051
* - Update MASTER_SITESmiwi2014-02-276-52/+177
| | | | | | | | - Add LICENSE - Replace gtkpixbuf with gdkpixbuf2 - Support PLIST_FILES PR: 187052
* - Update to 2.8.3miwi2014-02-273-17/+25
| | | | PR: 187061
* - Unbreak the build of 173.14.xx legacy version on recent -CURRENT, anddanfe2014-02-275-23/+27
| | | | | | | | | | | | use more accurate OSVERSION value in the check (1000000 -> 1000041) - Fix regression introduced in r342061, when <bsd.port.options.mk> was included before OPTIONS definitions - Rename patches to get rid of those ugly double underscores (yuck!) - Wrap couple of overly long lines after STAGEDIR conversion in r342050 - Create `drivers' and `extensions' directories in pre-install, not in pre-su-install: no longer needed for stagified port - Fix regex when patching lib/Makefile for WITHOUT_LINUX handling, and improve nearby expressions while here as well
* - Add an optional patch to allow setting panel opacity in theme config filedanfe2014-02-263-12/+13
| | | | | - Update port description to mention features brought by unofficial patches - Fix spelling of NETWM -> NetWM and utilize options helpers while I'm here
* USE_GMAKE -> USES=gmakebapt2014-02-241-2/+1
|
* Support stagingehaupt2014-02-242-15/+11
|
* x11/libfmnemysis2014-02-245-87/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.2.0 - Add dependency for textproc/p5-XML-Parser - ADD USE_XZ=yes - Add USES desktop-file-utils shared-mime-info - Add USE_AUTOTOOLS=aclocal automake - Strip executables and/or libraries - Add DOCS and Option - Add MAJORVER, VER and PLIST_SUB - Change REINPLACE, remove obsolete and libfm-gtk3.pc [1] - Remove obsolete pre-install - Added executable and desktop for lxshortcut [1] - Update WWW x11-fm/pcmanfm - Update to 1.2.0 - Remove dependency for x11/startup-notification [1] - ADD USE_XZ=yes - Add USES desktop-file-utils pathfix - Add DEBUG and DOCS Options, add DOCS - Add patch [1] - Update WWW deskutils/lxshortcut - Add conflict with libfm-1.2.0 - Mark DEPRECATED, set EXPIRATION_DATE x11/lxde-meta - Bump PORTREVISION - Remove dependency for deskutils/lxshortcut Reported by:<-->Upstream (IRC) [1]
* - Mark as broken with Ruby 2.0 and 2.1swills2014-02-231-1/+10
| | | | - Mark deprecated in favor of rubygem- versions
* - Update rubygem-gnome2 and associated ports to 2.1.0swills2014-02-221-1/+1
|
* - Stage supportmiwi2014-02-211-9/+6
|
* Remove trailing whitespaces from category x11ehaupt2014-02-2112-12/+12
|
* - Update to 0.4.1 [1]garga2014-02-213-3/+6
| | | | | | | - Add LICENSE PR: ports/186922 Submitted by: Niclas Zeising <zeising@daemonic.se>
* x11/kde4-workspace: make GLES support really optionalmakc2014-02-201-0/+1
|
* Update to 0.4.0zeising2014-02-202-3/+3
| | | | | | PR: ports/186245 Submitted by: zeising Approved by: maintainer timeout (3 weeks)
* - Support STAGEDIRnemysis2014-02-191-1/+0
| | | | Reported by: bapt@
* Chase docbook cleanup dependencies.mat2014-02-181-2/+2
| | | | Sponsored by: Absolight
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-182-1/+2
|
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-1834-867/+584
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
* - Stage supportmiwi2014-02-171-3/+1
| | | | - Convert USE_GMAKE to USES
* - Moved to a better categorydanilo2014-02-165-0/+67
| | | | Reported by: Herbert J. Skuhra <hskuhra@eumx.net>
* Stage supportantoine2014-02-161-56/+55
|
* - Remove gmake complete builds fine without everywhere.miwi2014-02-152-2/+0
|
* - Reassign lioux' ports to the heaptabthorpe2014-02-151-1/+1
| | | | With hat: portmgr
* - Remove now useless bmake/fmake checkmiwi2014-02-152-9/+2
| | | | - Convert USE_GMAKE to USES
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forehaupt2014-02-131-2/+0
| | | | | | afterwards. Encouraged by: mat
* Now that this port is staged and DOCS defined we can stop testing for DOCS inehaupt2014-02-131-6/+0
| | | | any install target.
* - Drop support for VTE 0.26olivierd2014-02-131-2/+0
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-1012-0/+25
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Back to the futurbapt2014-02-103-3/+3
|
* Mark as deprecated unmaintained ports for which no public distfiles arebapt2014-02-103-0/+9
| | | | | | available for part or all the needed distfiles. Reported by: distillator
* Patch ltconfig a bit like USES=libtool does for configure files, so thatantoine2014-02-102-5/+14
| | | | | we end up with libs and symlinks as specified in the plist No bump needed as it failed to package.
* Fix `make package' after r339339.rakuco2014-02-081-2/+2
|
* Unbreak after OPTIONS helpers conversion, idesk things that you want toantoine2014-02-081-1/+1
| | | | enable libsn when you configure --disable-libsn
* Don't force Gcc when MOUSEWHEEL is disabled.thierry2014-02-081-1/+2
| | | | | PR: ports/186107 Submitted by: Zsolt Udvari <udvzsolt (at) gmail.com>
* Chase boost and icu bumpbapt2014-02-071-1/+1
| | | | While here convert some LIB_DEPENDS
* Support stagebapt2014-02-072-20/+18
|
* Support staging.ehaupt2014-02-072-2/+1
|
* - Update to 1.2.5olivierd2014-02-062-3/+3
|
* x11/dgs: Add dports patches for dragonfly supportmarino2014-02-062-0/+31
|
* x11/innerspace: Regen patch with DragonFly supportmarino2014-02-061-3/+3
|
* x11/terminal.app: Regen patch with DragonFly supportmarino2014-02-061-3/+21
|
* - Update to 0.11.2swills2014-02-053-8/+8
|
* - Add dependency for textproc/p5-XML-Parsernemysis2014-02-051-0/+2
| | | | Reported by: lme
* Fix SIMD check, and only check MACHINE_CPU if it is defined.kwm2014-02-051-1/+3
|
* - Stage supportmiwi2014-02-032-2/+0
| | | | - Convert to USES
* - Deprecate and set expiration date to 2014-03-03: Needs an old (pre 7.2) ↵ak2014-02-031-0/+3
| | | | | | XFree86/X.org header file to build Approved by x11 (bapt)
* - Update to 1.2.4olivierd2014-02-034-71/+26
| | | | | | - Add new option (QRCODE) - Rewrite pkg-descr and COMMENT entry (Makefile) - Adjust dependencies
* - Stage supportmiwi2014-02-031-5/+3
|
* Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime ismakc2014-02-011-2/+2
| | | | | deprecated and will be removed along with switching KDE4_PREFIX to ${LOCALBASE} soon.
* - Update to 1.09, No functional changes just cleans up compiler warningsnemysis2014-02-012-3/+3
|
* OSVERSION cannot be tested without a bsd.port.*.mk included beforebapt2014-02-011-0/+2
|
* - Stagifyrene2014-02-014-14/+55
| | | | | | | - Mark -71 and -173 broken on FreeBSD 10+, they do not build there - Remove check for FreeBSD 7.2- Approved by: portmgr (infrastructure blanket)
* - Update to version 3.17pawel2014-01-313-31/+11
| | | | | - Remove obsolete and broken PNEE option - Use INFO for info page
* - support stagingjgh2014-01-313-24/+19
| | | | | | | | | - add license - while here remove patch and shift to uses framework [2] PR: 186145 Submitted by: olivier@cochard.me (maintainer) Approved by: maintainer [2]
* Finish stage supportantoine2014-01-312-1/+3
|
* - Update to version 0.6 [1]pawel2014-01-303-37/+50
| | | | | | | | - Support staging [1] - Respect CFLAGS PR: ports/185903 [1] Submitted by: maintainer
* Fix gobject-introspectionolivierd2014-01-301-2/+1
| | | | | PR: 186217 Submitted by: amdmi3@
* - Support STAGEDIRolivierd2014-01-297-25/+23
| | | | | | | While I'm here - Use USES= gmake - Convert to new LIB_DEPENDS syntax - Add LICENSE
* Update maintainer email addressrodrigo2014-01-291-1/+1
| | | | Approved by: bapt@ (co-mentor)
* - Fix Python and Lua versionsolivierd2014-01-291-6/+5
| | | | | | | - Disable g-ir-scanner cache [1] PR: 185910 Submitted by: amdmi3@ [1]
* Stage supportantoine2014-01-281-2/+3
|
* - Update to 1.1.6madpilot2014-01-272-7/+9
| | | | - USE_GITHUB
* - Implement staging.stephen2014-01-272-2/+1
|
* - Update to 0.11.1swills2014-01-264-36/+118
|
* Update to 1.8.6eadler2014-01-242-3/+3
|
* Reintroduce the GNOME knob (disabled by default) to avoid pulling in undesiredehaupt2014-01-231-11/+14
| | | | dependencies.
* Use USES=dos2unix instead of manualy 's|^M||g' [1]kwm2014-01-231-30/+28
| | | | | | | While here switch to USES=pathfix shebangfix. Stagify the port and use INSTALL_LIB for the library so it get auto stripped. Submitted by: mat [1]
* Fix properties on pkg-plistbapt2014-01-228-8/+0
|
* Over to new volunteer.linimon2014-01-211-1/+1
| | | | | | PR: 185903 Submitted by: new maintainer Approved by: old maintainer
* Update to 301ehaupt2014-01-202-3/+3
|
* Fix package list. This got accidentally introduced by a reversed patch.ehaupt2014-01-201-2/+0
|
* Simplify desktop-file-utils usage.ehaupt2014-01-202-3/+4
| | | | Submitted by: bapt
* Update to 3.3.2.nobutaka2014-01-193-4/+4
|
* Remove entry from plist which are automatically added by USES=desktop-file-utilsbapt2014-01-181-2/+0
| | | | That fixes packaging
* Update to 2.8.1skreuzer2014-01-182-3/+3
|
* Support staging.rakuco2014-01-181-7/+5
| | | | | | PR: ports/185305 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout (18 days)
* Fix LUIT_BUILD_DEPENDS.ehaupt2014-01-171-1/+1
|
* Use new dependency macros based on options.ehaupt2014-01-171-43/+12
| | | | Submitted by: bapt
* Reduce over inclusion of bsd.port.mkbapt2014-01-171-3/+1
|
* Python cleanup:rene2014-01-1410-10/+10
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* archivers/xz is in base for all versions and has been removed from the ports ↵bapt2014-01-132-8/+0
| | | | tree
* Support stagedir.vanilla2014-01-1141-156/+206
| | | | Approved by: portmgr (blanket infrastructure)
* Support stagedir.vanilla2014-01-1030-103/+73
| | | | Approved by: portmgr (blanket infrastructure)
* - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-103-4/+1
| | | | | | | | | - 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-103-3/+3
| | | | | | | | | | | 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
* Update to 1.31bapt2014-01-096-78/+11
| | | | | | | Handle the configuration file directly in plist PR: ports/185605 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
* Support stagedir.vanilla2014-01-0926-204/+150
| | | | Approved by: portmgr (blanket infrastructure)
* - Convert to USES=tkgahr2014-01-093-8/+27
| | | | | | | - STAGE-clean - PREFIX-clean MFH: 2014Q1
* Revert very bad stagification I did waiting for the maintainer to provide abapt2014-01-091-7/+10
| | | | | | | proper patch Bump portrevision so users get again a working version Requested by: maintainer
* - Update to 1.0.1olivierd2014-01-095-8/+40
| | | | | | | - Replace LIB_DEPENDS by GNOME components - Add license blob - Update WWW entry (pkg-descr) - Add patch, which replaces 'xfce4-appfinder' image by generic icon in menu item
* - Chase x11-toolkits/xforms shlib bumpgahr2014-01-083-5/+5
| | | | | - Bump PORTREVISION - STAGE-clean here and there
* support stagebapt2014-01-071-2/+1
|
* Support stagebapt2014-01-071-27/+11
| | | | Use options helpers
* Support stagebapt2014-01-071-4/+3
|
* Support stagebapt2014-01-071-9/+7
| | | | | Fix license Play with MAKE_ARGS instead of patching
* Support stagebapt2014-01-071-24/+11
| | | | Play with MAKE_ARGS instead of patching
* Support stagebapt2014-01-072-19/+12
| | | | | Set the bin/Eterm mode via plist Only propose the MMX option on i386
* Support stagebapt2014-01-071-16/+9
| | | | Strip binaries
* - Update to 1.3.1 (bugfix release)olivierd2014-01-072-3/+3
| | | | ChangeLog: https://raw.github.com/gottcode/xfce4-whiskermenu-plugin/master/NEWS
* In preparation for Qt 5 ports:makc2014-01-078-151/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :)
* Revert the change about xv as the port expect graphics/xv, not libXvbapt2014-01-061-1/+2
| | | | | Big pointyhat to: bapt Submitted by: maintainer
* update to 2.8bapt2014-01-065-85/+4
| | | | Mostly our patches being upstreamed
* Support stagebapt2014-01-062-16/+7
|
* Support stagebapt2014-01-061-3/+5
| | | | Strip binaries
* Support stagebapt2014-01-062-12/+9
| | | | | | Use USE_XORG instead if directly depend on libxv Fix files credentials Allow packaging as a user
* Support stagebapt2014-01-061-7/+6
|
* Support stagebapt2014-01-061-46/+18
| | | | | Use options helpers Use modern lib_depends
* Support stagebapt2014-01-062-12/+6
| | | | Fix broken dependency on py-gtk2
* Support stagebapt2014-01-061-5/+3
|
* Support stagebapt2014-01-062-6/+3
|
* - Stage supportantoine2014-01-051-7/+7
| | | | - Add missing OPTIONS_DEFINE
* Stage supportantoine2014-01-051-2/+0
|
* Stage supportantoine2014-01-051-5/+3
|
* Stage supportantoine2014-01-051-5/+3
|
* Stage supportantoine2014-01-051-1/+0
|
* - Stage supportantoine2014-01-051-1/+0
|
* Stage supportantoine2014-01-051-4/+3
|
* - Stage supportantoine2014-01-051-3/+1
| | | | - NO_INSTALL_MANPAGES is not needed with custom do-install target
* Stage supportantoine2014-01-051-5/+2
|
* - Stage supportantoine2014-01-051-6/+7
| | | | - Add missing OPTIONS_DEFINE
* - Stage supportantoine2014-01-051-3/+4
| | | | - Add missing OPTIONS_DEFINE
* - Stage supportantoine2014-01-051-2/+1
| | | | - New LIB_DEPENDS syntax
* - Stage supportantoine2014-01-051-10/+11
| | | | | - Add missing OPTIONS_DEFINE - New LIB_DEPENDS syntax
* Stage supportantoine2014-01-051-7/+5
|
* - Stage supportantoine2014-01-051-7/+8
| | | | | | - Add LICENSE - Use desktop-file-utils - Add missing OPTIONS_DEFINE
* Stage supportantoine2014-01-051-1/+0
|
* Convert the tree to USES=famantoine2014-01-053-6/+3
| | | | Approved by: portmgr (bapt)
* - Stage supportantoine2014-01-041-8/+7
| | | | | - Reinplace shebang with PYTHON_CMD since it depends on version dependent python modules
* - Stage supportantoine2014-01-041-10/+10
| | | | - Add missing OPTIONS_DEFINE
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-032-2/+0
|
* - Enable all port options by default [1]lme2013-12-312-42/+41
| | | | | | | | | | | | - Add license - Stage support - Use shebangfix - Re-word the description for the transparency option - Use new LIB_DEPENDS syntax - Bump PORTREVISION PR: ports/185095 [1] Submitted by: José García Juanino <jjuanino@gmail.com>
* Add DOCS and EXAMPLES options.tijl2013-12-301-1/+1
|
* - Update to 1.3.0olivierd2013-12-304-8/+10
| | | | ChangeLog: https://raw.github.com/gottcode/xfce4-whiskermenu-plugin/master/NEWS
* Stage supportantoine2013-12-291-5/+3
|
* Stage supportantoine2013-12-291-2/+1
|
* Stage supportantoine2013-12-291-2/+1
|
* Stage supportantoine2013-12-291-1/+0
|
* - unbreak when built with GTK2 option enabledjgh2013-12-291-1/+2
| | | | | | | - while here fix maintainership for the one slave ports PR: 185065 Reported by: freebsd@skysmurf.nl
* Stage supportantoine2013-12-281-1/+0
|
* Stage supportantoine2013-12-282-7/+3
|
* Stage supportantoine2013-12-281-1/+0
|
* Stage supportantoine2013-12-281-4/+1
|
* Update poppler to 0.24.4.kwm2013-12-281-1/+2
| | | | | | | | | 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.