aboutsummaryrefslogtreecommitdiff
path: root/graphics/diacanvas2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove an old gnome2 library unused anymoreBaptiste Daroussin2017-10-041-54/+0
| | | | Notes: svn path=/head/; revision=451225
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* USES+= gettext-tools on 6 portsJohn Marino2014-12-121-1/+1
| | | | | | | | | | These ports require msgfmt. FreeBSD doesn't fail to build these ports because a default option on gvfs brings in this tool. The same gvfs option is off by default on DragonFly and thus the missing dependencies were unmasked. Explicitly add gettext-tools to get msgfmt. Notes: svn path=/head/; revision=374598
* - Convert ports of graphics/ to new USES=pythonMarcus von Appen2014-10-211-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371326
* graphics/diacanvas2: explicit linking with -lmJohn Marino2014-07-051-1/+1
| | | | Notes: svn path=/head/; revision=360793
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-311-3/+3
| | | | Notes: svn path=/head/; revision=355925
* - Add license (GPLv2)Rusmir Dusko2014-03-121-8/+21
| | | | | | | | | | | | | - Add NLS Option and OPTIONS_SUB - Change REINPLACE, install conditional NLS - Strip libraries - Recreate pkg-plist with make makeplist PR: ports/179336 Submitted by: nemysis (self) Notes: svn path=/head/; revision=348002
* Stage supportAntoine Brodin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340642
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Mark jobs unsafeBaptiste Daroussin2013-07-131-0/+1
| | | | Notes: svn path=/head/; revision=322929
* Remove useless USE_DISPLAYBaptiste Daroussin2013-07-091-4/+2
| | | | | | | | | While here: - Convert USE_GMAKE to USES=gmake - Remove indefinite artical Notes: svn path=/head/; revision=322553
* Fix build with glib 2.34 [1] and while here make it build with clang.Koop Mast2013-05-211-2/+15
| | | | | | | | | Also add support for GNOME print which wasn't handled. Submitted by: pointyhat via miwi [1] Notes: svn path=/head/; revision=318677
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-7/+3
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.15.4Sylvio Cesar Teixeira2009-11-131-2/+4
| | | | | | | Approved by: itetcu, miwi (mentors) Notes: svn path=/head/; revision=244186
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - 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
* Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes.Edwin Groothuis2007-09-091-4/+1
| | | | Notes: svn path=/head/; revision=199221
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-9/+1
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172296
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-231-0/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 1.14.2.Sam Lawrance2006-02-141-2/+1
| | | | | | | | | PR: ports/90866 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Approved by: rehsack@liwing.de (maintainer, timeout 4 weeks) Notes: svn path=/head/; revision=156004
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work whileKris Kennaway2005-05-051-1/+2
| | | | | | | package building Notes: svn path=/head/; revision=134631
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* [UPDATE] updating graphics/diacanvas2 to 0.14.1 and fix problemEdwin Groothuis2005-01-121-9/+2
| | | | | | | | | | | | | | | | | | | | with python bindings This patch updates the port graphics/diacanvas2 to 0.14.1 and marks it as unbroken. Please commit PR/73309 (http://www.freebsd.org/cgi/query-pr.cgi?pr=73309) before testing/commiting this patch. If someone is interested, I could also take maintainership for this port. PR: ports/73310 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=126272
* Fix package building by adding a dependency on Xvfb in theKris Kennaway2005-01-011-22/+1
| | | | | | | | | | PACKAGE_BUILDING case. The package build scripts then DTRT and ensure this is running at build-time so a DISPLAY is available. Approved by: portmgr (self) Notes: svn path=/head/; revision=125629
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Assign maintainership to new volunteer.Mark Linimon2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=121027
* BROKEN on 5.x: Broken pkg-plistKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118232
* Update to version 0.13.1Kirill Ponomarev2004-08-281-4/+3
| | | | | | | | PR: ports/71058 Submitted by: Ports Fury Notes: svn path=/head/; revision=117487
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-1/+1
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* -Update to 0.13.0.Jeremy Messenger2004-06-151-5/+2
| | | | | | | | | | -Chase the current of bsd.gnome.mk, ie: pygnome2 PR: ports/67952 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=111504
* Fixing broken pkg-plist and make it build fine with python-bindings.Thierry Thomas2004-05-071-2/+24
| | | | | | | | PR: ports/65815 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=108649
* BROKEN: Broken pkg-plistKris Kennaway2004-04-191-0/+2
| | | | Notes: svn path=/head/; revision=107513
* - Update to 0.12.0Pav Lucistnik2004-04-091-23/+14
| | | | | | | | PR: ports/65267 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=106570
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* upgrade to 0.10.0Ying-Chieh Liao2004-03-251-8/+23
| | | | Notes: svn path=/head/; revision=105205