aboutsummaryrefslogtreecommitdiff
path: root/graphics/qslim
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: fails to linkAntoine Brodin2018-11-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c++ -o qslim cmdline.o main.o output.o qslim.o -L/usr/local/lib -pthread -fstack-protector -L/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src -lmix -lgfx -lm /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::add_toggle_menu(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool&, int)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::key_press(int)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_hdtv_size(int)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `typeinfo for gfx::MxGUI' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_exit()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::current' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::initialize(int, char**, Fl_Menu_Item*, int, int)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_load_view_from_file()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_dv_size(int)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_fps()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_new()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::update_animation()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::run()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_animate(Fl_Menu_*)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_vga_size(int)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_snapshot(int)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cmdline_option(int, char**, int&)' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_save_view_to_file()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::load_view_from_file()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::save_view_to_file()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `Fl_Gl_Window::make_current()' /wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::MxGUI()' c++: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: pkg-fallout Notes: svn path=/head/; revision=484078
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove dead mirrorBaptiste Daroussin2015-03-301-2/+1
| | | | Notes: svn path=/head/; revision=382746
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Add USES=libtool to x11-toolkits/xforms and bump dependent ports.Tijl Coosemans2014-06-301-3/+2
| | | | | | | - Remove xforms dependency from graphics/qslim. Notes: svn path=/head/; revision=359892
* - Fix segfault by linking against pthreadPietro Cerutti2014-02-111-1/+1
| | | | Notes: svn path=/head/; revision=343732
* - Chase x11-toolkits/xforms shlib bumpPietro Cerutti2014-01-081-1/+1
| | | | | | | | - Bump PORTREVISION - STAGE-clean here and there Notes: svn path=/head/; revision=339082
* - Fix build on -currentPawel Pekala2013-12-251-22/+28
| | | | | | | | | | | - Convert LIB_DEPENDS to new format - Support staging PR: ports/184241 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337434
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix build with clangMartin Wilke2013-06-044-0/+80
| | | | | | | | PR: 179225 Submitted by: Ports Fury Notes: svn path=/head/; revision=319848
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Add patches to build against fltk-1.3.0Pietro Cerutti2011-10-242-0/+22
| | | | Notes: svn path=/head/; revision=284245
* - Add LICENSEEmanuel Haupt2011-10-182-7/+9
| | | | | | | | | | | - Add MAKE_JOBS_SAFE - Update WWW PR: 161619 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=283793
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Chase x11-toolkits/xforms shlib version bumpPietro Cerutti2011-09-071-3/+4
| | | | Notes: svn path=/head/; revision=281360
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Convert gzstream, libgfx[1] and qslim to shlibsAndrew Pantyukhin2008-05-032-16/+30
| | | | | | | | | | - Unbundle libgfx from qslim - Chase the conversion in vis5d+ Suggested by: thierry [1] Notes: svn path=/head/; revision=212518
* - Update to 2.1Martin Wilke2008-04-194-55/+26
| | | | | | | | PR: 122499 Submitted by: Ports Fury Notes: svn path=/head/; revision=211623
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+5
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-3/+3
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Fix build on -currentKirill Ponomarev2003-11-032-9/+32
| | | | | | | | PR: 58877 Submitted by: Ports Fury Notes: svn path=/head/; revision=92986
* Mark as broken for recent versions of gcc. Note: the latest distfileMark Linimon2003-10-281-0/+4
| | | | | | | is from 1999. Notes: svn path=/head/; revision=92490
* Use USE_GETOPT_LONG.Pete Fritchman2003-05-181-5/+1
| | | | | | | | | PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373, 51381, 51382 Submitted by: Ports Fury Notes: svn path=/head/; revision=81255
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.Norikatsu Shigemura2003-02-081-2/+2
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=75089
* Conditionalize gnugetopt dependencies and fix minor typo.Norikatsu Shigemura2003-02-021-6/+9
| | | | | | | | PR: ports/47330 Submitted by: Ports Fury Notes: svn path=/head/; revision=74481
* fix build on -currentYing-Chieh Liao2002-12-291-1/+7
| | | | | | | | PR: 46593 Submitted by: Ports Fury Notes: svn path=/head/; revision=71969
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - Support CFLAGS/CXXFLAGS properlyYing-Chieh Liao2002-09-202-15/+21
| | | | | | | | PR: 42899 Submitted by: Ports Fury Notes: svn path=/head/; revision=66805
* Fix for xforms-1.0.Mike Heffner2002-07-161-3/+3
| | | | Notes: svn path=/head/; revision=63071
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-1/+2
| | | | | | | | PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62647
* unbreak by link libforms.a againYing-Chieh Liao2002-05-171-2/+3
| | | | Notes: svn path=/head/; revision=59336
* Mark BROKEN: Does not find libforms.a to link againstKris Kennaway2002-05-171-0/+2
| | | | Notes: svn path=/head/; revision=59306