aboutsummaryrefslogtreecommitdiff
path: root/graphics/sodipodi
Commit message (Collapse)AuthorAgeFilesLines
* Portlint:Jeremy Messenger2006-06-061-2/+2
| | | | | | | -Make it uses plain 7-bit ASCII. Notes: svn path=/head/; revision=164552
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* 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-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* 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
* - Update WWW: lineMichael Johnson2005-06-111-1/+1
| | | | Notes: svn path=/head/; revision=137243
* Fully-qualify the path to update-desktop-database and update-mime-database inJeremy Messenger2005-03-162-3/+3
| | | | | | | the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION. Notes: svn path=/head/; revision=131439
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Attempt to fix the build on ia64.Joe Marcus Clarke2004-11-251-8/+9
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=122430
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Add support for the new GNOME MIME system.Joe Marcus Clarke2004-08-162-2/+4
| | | | Notes: svn path=/head/; revision=116426
* Whack lthack, and set LIBTOOL_VER to 15.Adam Weinberger2004-07-271-2/+2
| | | | Notes: svn path=/head/; revision=114830
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Update to 0.34Alexander Nedotsukov2004-02-124-33/+17
| | | | Notes: svn path=/head/; revision=100748
* 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
* Update to 0.33Alexander Nedotsukov2003-12-043-9/+10
| | | | Notes: svn path=/head/; revision=94887
* Add a missing dependency on libart_lgpl2.Joe Marcus Clarke2003-10-171-1/+2
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=91474
* - Remove frontline dependency. Its support was disabled in configure.in [1]Alexander Nedotsukov2003-09-261-3/+3
| | | | | | | | | | | | - Add popt dependency. It's very likely that popt present in a lot of systems. This also resolve lost dependency problem for builds on systems where popt already installed. PR: 56886 [1] Submitted by: Michal Pasternak <dotz@irc.pl> [1] Notes: svn path=/head/; revision=89456
* Whoops, we now need USE_REINPLACE.Joe Marcus Clarke2003-06-201-0/+1
| | | | Notes: svn path=/head/; revision=83384
* Fix build on -CURRENT.Joe Marcus Clarke2003-06-201-0/+4
| | | | | | | Reported by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=83383
* Update to 0.32.Joe Marcus Clarke2003-06-204-9/+25
| | | | Notes: svn path=/head/; revision=83371
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-4/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Update to 0.31.Joe Marcus Clarke2003-02-223-4/+3
| | | | Notes: svn path=/head/; revision=76187
* Revert the libgnomeprint fix. Turns out, the sodipodi people forgotJoe Marcus Clarke2003-02-211-2/+3
| | | | | | | four files in their 0.30 distribution. Notes: svn path=/head/; revision=76061
* Correct the LIB_DEPENDS.Joe Marcus Clarke2003-02-211-1/+1
| | | | Notes: svn path=/head/; revision=76002
* * Re-add libgnomeprintui-2.0 supportJoe Marcus Clarke2003-02-202-4/+4
| | | | | | | * De-pkg-comment Notes: svn path=/head/; revision=75985
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.Eric Anholt2003-02-181-4/+0
| | | | | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus Notes: svn path=/head/; revision=75774
* Fix a problem with Xft2 detection.Joe Marcus Clarke2003-02-081-2/+3
| | | | Notes: svn path=/head/; revision=75142
* Update to 0.30, and unbreak now that libgnomeprint support has beenJoe Marcus Clarke2003-02-084-140/+9
| | | | | | | disabled. Notes: svn path=/head/; revision=75098
* Mark sodipodi as broken until it works with libgnomeprint-2-2.Joe Marcus Clarke2003-02-071-1/+3
| | | | Notes: svn path=/head/; revision=75050
* * Update to 0.29Joe Marcus Clarke2003-01-285-81/+148
| | | | | | | | * Sodipodi is now a GNOME 2 application * Now more releases will be made to the GNOME 1 version Notes: svn path=/head/; revision=74157
* Update to 0.28.Joe Marcus Clarke2003-01-013-3/+8
| | | | Notes: svn path=/head/; revision=72082
* Sodipodi is no longer the unreliable early-alpha program theAdam Weinberger2002-12-131-4/+10
| | | | | | | | previous description made it out to be. Replace it with some text leeched from the website. Notes: svn path=/head/; revision=71589
* Bump PORTREVISION after the gal version bump.Joe Marcus Clarke2002-11-121-0/+1
| | | | Notes: svn path=/head/; revision=69935
* Update to 0.27.Joe Marcus Clarke2002-10-103-2/+3
| | | | Notes: svn path=/head/; revision=67756
* Update to 0.26.Joe Marcus Clarke2002-10-052-3/+2
| | | | Notes: svn path=/head/; revision=67329
* Use frontline for tracing bitmaps. Bump PORTREVISION.Maxim Sobolev2002-09-132-2/+14
| | | | Notes: svn path=/head/; revision=66271
* Update to 0.25.Joe Marcus Clarke2002-09-116-52/+19
| | | | Notes: svn path=/head/; revision=66153
* Use USE_GNOMENG.Maxim Sobolev2002-07-121-6/+4
| | | | Notes: svn path=/head/; revision=62852
* Really fix the build on alpha. Seems alpha does not have fpresetsticky.Joe Marcus Clarke2002-05-311-2/+11
| | | | | | | | Submitted by: beta Tested by: kris (build test only) Notes: svn path=/head/; revision=60338
* Attempt to fix linking on AXP.Joe Marcus Clarke2002-05-301-0/+11
| | | | | | | Submitted by: beta Notes: svn path=/head/; revision=60289
* Unbroke after removal of compat symlinks from the ORBit and friend.Maxim Sobolev2002-02-221-0/+14
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=55103
* Fix problem with malloc.h.Maxim Sobolev2001-11-221-0/+14
| | | | Notes: svn path=/head/; revision=50380
* Fix a breakage resulted from path to gdk-pixbuf's includes being hardcoded.Maxim Sobolev2001-11-121-1/+2
| | | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Anders Andersson <anders@codefactory.se> Notes: svn path=/head/; revision=49961
* Update to 0.24.1.Maxim Sobolev2001-10-093-6/+24
| | | | Notes: svn path=/head/; revision=48589