aboutsummaryrefslogtreecommitdiff
path: root/devel/libIDL
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.8.11.Koop Mast2008-08-192-5/+4
| | | | Notes: svn path=/head/; revision=218832
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* Update to 0.8.10.Jeremy Messenger2008-02-012-6/+5
| | | | Notes: svn path=/head/; revision=206537
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Update to 0.8.9Michael Johnson2007-09-172-4/+4
| | | | Notes: svn path=/head/; revision=199619
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 0.8.8.Joe Marcus Clarke2007-02-272-5/+6
| | | | Notes: svn path=/head/; revision=186082
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+2
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176401
* - Update to 0.8.7Michael Johnson2006-07-242-6/+5
| | | | Notes: svn path=/head/; revision=168635
* portlint:Jeremy Messenger2006-05-161-1/+1
| | | | | | | -Reduce the COMMENT characters down to under 70 characters. Notes: svn path=/head/; revision=162520
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+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-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.8.6.Joe Marcus Clarke2005-07-262-4/+3
| | | | Notes: svn path=/head/; revision=140122
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 0.8.5.Joe Marcus Clarke2005-02-062-3/+3
| | | | Notes: svn path=/head/; revision=128118
* Remove a now-obsolete patch.Joe Marcus Clarke2004-08-171-0/+0
| | | | | | | Reminded by: mezz Notes: svn path=/head/; revision=116542
* Update to 0.8.4.Joe Marcus Clarke2004-08-173-18/+4
| | | | Notes: svn path=/head/; revision=116541
* 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
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* 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-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 0.8.3.Joe Marcus Clarke2004-01-212-2/+2
| | | | Notes: svn path=/head/; revision=98703
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Use INFO.Joe Marcus Clarke2003-08-172-3/+2
| | | | Notes: svn path=/head/; revision=87109
* Update to 0.8.2.Joe Marcus Clarke2003-06-012-2/+2
| | | | | | | Submitted by: adamw Notes: svn path=/head/; revision=81798
* Update to 0.8.1.Adam Weinberger2003-05-032-3/+2
| | | | Notes: svn path=/head/; revision=80063
* Bump PORTREVISION on this since the mistake caused some users to installJoe Marcus Clarke2003-04-241-1/+1
| | | | | | | this port with a bad plist. Notes: svn path=/head/; revision=79559
* Don't I feel stupid. Only use one USE_GNOME line so that gnomehack isJoe Marcus Clarke2003-04-241-2/+1
| | | | | | | properly implemented. Notes: svn path=/head/; revision=79558
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-3/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-071-5/+4
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Use USE_REINPLACE.Maxim Sobolev2002-07-111-2/+3
| | | | Notes: svn path=/head/; revision=62815
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.Joe Marcus Clarke2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62233
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-06-261-1/+1
| | | | Notes: svn path=/head/; revision=62009
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.Joe Marcus Clarke2002-06-151-1/+1
| | | | Notes: svn path=/head/; revision=61311
* Update to the latest GNOME 2 snapshot. This will be done it two parts.Joe Marcus Clarke2002-06-112-3/+3
| | | | | | | | This first part is the GNOME 2 API. The next part will contain the desktop components. Notes: svn path=/head/; revision=61095
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.Joe Marcus Clarke2002-05-281-1/+1
| | | | Notes: svn path=/head/; revision=60202
* Back to betas...Update to GNOME 2.0 beta 5.Joe Marcus Clarke2002-05-191-1/+1
| | | | Notes: svn path=/head/; revision=59482
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-05-121-1/+1
| | | | Notes: svn path=/head/; revision=58959
* Update to GNOME 2.0 RC 1.Joe Marcus Clarke2002-05-021-1/+1
| | | | Notes: svn path=/head/; revision=58444
* Use GNOME2 beta4 download location for all GNOME2 ports.Maxim Sobolev2002-04-261-1/+1
| | | | Notes: svn path=/head/; revision=58178
* Use USE_LIBTOOL.Maxim Sobolev2002-04-263-29/+14
| | | | Notes: svn path=/head/; revision=58147
* Bring up already ported portion on GNOME2 development platform on par withMaxim Sobolev2002-03-111-2/+2
| | | | | | | GNOME2 beta2 release. Notes: svn path=/head/; revision=55883
* Update all components of the GNOME 2.0 to the versions included into GNOMEMaxim Sobolev2002-02-272-4/+4
| | | | | | | 2.0-beta release. Notes: svn path=/head/; revision=55302
* Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with anotherMaxim Sobolev2002-02-211-2/+0
| | | | | | | dependencies. Notes: svn path=/head/; revision=55029