summaryrefslogtreecommitdiff
path: root/devel/glademm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-2/+2
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Synchronize auto* tools naming convention with ones from FreeBSDAlexander Nedotsukov2003-11-131-0/+9
| | | | | | | | | | ports collection. PR: 59189 Submitted by: Koop Mast <einekoai@chello.nl> Notes: svn path=/head/; revision=93879
* Add glademm 2.0.0.1, a C++ code generator backendAlexander Nedotsukov2003-11-045-0/+99
for glade and glade2. Notes: svn path=/head/; revision=93049