aboutsummaryrefslogtreecommitdiff
path: root/deskutils/glabels
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Typo fix.Ceri Davies2004-06-191-1/+1
| | | | Notes: svn path=/head/; revision=111823
* 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 1.93.3.Joe Marcus Clarke2004-02-223-3/+13
| | | | Notes: svn path=/head/; revision=101680
* 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
* Sign this port over to gnome@ now that is part of the GNOME 2 Office.Joe Marcus Clarke2004-01-071-1/+1
| | | | Notes: svn path=/head/; revision=97538
* Update to 1.93.2.Joe Marcus Clarke2004-01-055-27/+21
| | | | | | | | PR: 60927 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=97358
* - Update to version 1.93.1Kirill Ponomarev2003-12-254-8/+28
| | | | | | | | PR: 60560 Submitted by: Ports Fury Notes: svn path=/head/; revision=96576
* - Update to version 1.57Kirill Ponomarev2003-12-043-2/+6
| | | | | | | | PR: 59844 Submitted by: Ports Fury Notes: svn path=/head/; revision=94961
* - Update to version 1.92.3Kirill Ponomarev2003-11-102-2/+2
| | | | | | | | PR: 59118 Submitted by: Ports Fury Notes: svn path=/head/; revision=93675
* - Update to version 1.92.2Kirill Ponomarev2003-11-063-16/+31
| | | | | | | | PR: 59005 Submitted by: Ports Fury Notes: svn path=/head/; revision=93256
* Switch to USE_GNOME to chase the libgnome* shared lib versions.Joe Marcus Clarke2003-09-181-3/+2
| | | | Notes: svn path=/head/; revision=89054
* Assign maintainership back to ports@. Thanks for all your work, Martin.Joe Marcus Clarke2003-08-171-1/+1
| | | | Notes: svn path=/head/; revision=87110
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-142-2/+14
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-181-1/+0
| | | | Notes: svn path=/head/; revision=79247
* Update to 1.91.1.Joe Marcus Clarke2003-02-234-40/+2
| | | | | | | | PR: 48597 Submitted by: maintainer Notes: svn path=/head/; revision=76294
* * Re-add libgnomeprint[ui]-2.0 support and unbreakJoe Marcus Clarke2003-02-202-5/+3
| | | | | | | * De-pkg-comment where applicable Notes: svn path=/head/; revision=75972
* Chase libgnomeui's shared lib version.Joe Marcus Clarke2003-02-071-3/+5
| | | | Notes: svn path=/head/; revision=75046
* Add dependency on gnomeprintui.Tilman Keskinoz2003-01-161-0/+1
| | | | | | | | Submitted by: bento Approved by: maintainer Notes: svn path=/head/; revision=73244
* Add libgnomeui-2.0 to LIB_DEPEND.Edwin Groothuis2002-11-151-1/+2
| | | | | | | Spotted by: bento Notes: svn path=/head/; revision=70149
* port wouldn't build without the gnomelibs.Edwin Groothuis2002-11-061-1/+1
| | | | | | | | | Noticed by: bento Approved by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> (maintainer) Notes: svn path=/head/; revision=69611
* Update deskutils/glabels 1.89.2 -> 1.90.1Adam Weinberger2002-10-273-8/+8
| | | | | | | | | PR: 44537 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> (maintainer) Approved by: pat Notes: svn path=/head/; revision=68948
* add deskutils/glabelsAdam Weinberger2002-10-216-0/+96
A programm to create labels and business cards PR: 43479 Submitted by: martin.klaffenboeck@gmx.at Approved by: pat Notes: svn path=/head/; revision=68551