Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Use USE_ICONV knob | krion | 2004-03-30 | 1 | -2/+2 |
| | | | | Approved by: portmgr | ||||
* | Whoa there, boy, that's a mighty big commit y'all have there... | ade | 2004-03-14 | 1 | -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. | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 1) | ||||
* | SIZEify. | trevor | 2004-01-29 | 1 | -0/+1 |
| | |||||
* | USE_REINPLACE need be defined only when REINPLACE_CMD is used. | trevor | 2003-11-17 | 1 | -1/+0 |
| | |||||
* | Remove REINPLACE commands that were rolled into gnomehack. | adamw | 2003-06-12 | 1 | -6/+0 |
| | |||||
* | Remove USE_GNOMENG. | marcus | 2003-04-20 | 1 | -1/+0 |
| | |||||
* | Update to 0.24. | marcus | 2003-04-04 | 3 | -4/+4 |
| | |||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Update to 0.23. | marcus | 2003-02-08 | 3 | -152/+154 |
| | |||||
* | Update to 0.22. | marcus | 2003-01-19 | 3 | -4/+4 |
| | |||||
* | Protect targets with .if target(...) ... .endif for targets that are | kris | 2002-12-01 | 1 | -0/+2 |
| | | | | | redefined in slave ports. Slave port maintainers need to check that they aren't actually relying on the master port target to be executed. | ||||
* | Update to 0.21. | marcus | 2002-11-11 | 4 | -61/+72 |
| | |||||
* | GNOME has just changed the layout of their FTP site. This resulted in | marcus | 2002-09-20 | 1 | -1/+1 |
| | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. | ||||
* | Convert all core GNOME1 components and some of the most popular GNOME1 | sobomax | 2002-07-11 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus | ||||
* | Update to 0.19.3. | sobomax | 2002-06-20 | 2 | -7/+7 |
| | |||||
* | - Move misc documentation into share/doc where it belongs; | sobomax | 2002-05-01 | 4 | -55/+25 |
| | | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs. | ||||
* | Update to 0.19.2. | sobomax | 2002-04-24 | 3 | -3/+48 |
| | |||||
* | Update to 0.19.1. | sobomax | 2002-03-25 | 2 | -3/+4 |
| | |||||
* | Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and | sobomax | 2002-03-18 | 1 | -2/+0 |
| | | | | -liconv to -lgiconv. | ||||
* | Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with | sobomax | 2002-03-18 | 2 | -59/+0 |
| | | | | <giconv.h> or -liconv with -lgiconv. | ||||
* | Bump PORTREVISION to reflect the (lib)iconv upgrade. | knu | 2002-03-18 | 1 | -0/+1 |
| | |||||
* | Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need | sobomax | 2002-03-18 | 1 | -1/+1 |
| | | | | libiconv. | ||||
* | Update to 0.19. | sobomax | 2002-01-13 | 5 | -14/+29 |
| | | | | | PR: 33831 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Update to 0.18.1. | sobomax | 2001-11-20 | 2 | -2/+2 |
| | |||||
* | Update to 0.18. | sobomax | 2001-11-09 | 4 | -3/+20 |
| | |||||
* | Another day, another gal update... | sobomax | 2001-10-09 | 3 | -3/+3 |
| | | | | Update to 0.14. | ||||
* | Update to 0.13. | sobomax | 2001-10-09 | 3 | -3/+3 |
| | |||||
* | Update to 0.12. | sobomax | 2001-10-01 | 5 | -20/+43 |
| | |||||
* | Update to 0.11.2. | sobomax | 2001-08-27 | 2 | -2/+2 |
| | |||||
* | Update to 0.11.1. | sobomax | 2001-08-22 | 3 | -3/+4 |
| | |||||
* | Add missed converters/libiconv dependency. | sobomax | 2001-08-17 | 1 | -0/+1 |
| | | | | | PR: 29649 Submitted by: Brian Behlendorf <brian@hyperreal.org> | ||||
* | Update to 0.10. | sobomax | 2001-08-09 | 3 | -5/+26 |
| | |||||
* | Update to 0.9.1. | sobomax | 2001-08-02 | 3 | -2/+3 |
| | |||||
* | Update to 0.9 | demon | 2001-07-13 | 4 | -7/+9 |
| | |||||
* | Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore | ade | 2001-06-19 | 1 | -2/+3 |
| | | | | (adding some extra functionality). | ||||
* | Update to 0.8 | ade | 2001-05-21 | 5 | -35/+25 |
| | |||||
* | SWitch maintainership of core GNOME ports to a small group of | ade | 2001-05-11 | 1 | -1/+1 |
| | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. | ||||
* | The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole | ade | 2001-05-04 | 4 | -22/+45 |
| | | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword. | ||||
* | -pthread --> ${PTHREAD_LIBS} | sobomax | 2001-03-29 | 1 | -1/+1 |
| | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. | ||||
* | Allow CATEGORIES to be overridable by the japanese/gal slave port | ade | 2001-03-21 | 1 | -1/+1 |
| | | | | Submitted by: knu | ||||
* | Update to 0.5 | ade | 2001-02-09 | 5 | -34/+83 |
| | | | | converters/libiconv (1.5.1 - committed today) is now a requirement | ||||
* | Update to 0.4.1.2nd-cup-of-coffee | ade | 2000-12-16 | 2 | -2/+2 |
| | |||||
* | Update to 0.4 | ade | 2000-12-15 | 4 | -12/+20 |
| | |||||
* | Update to 0.3 | ade | 2000-12-08 | 4 | -9/+56 |
| | |||||
* | Chase new print/gnomeprint shlib version | ade | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | Update to 0.2.2 | ade | 2000-11-10 | 2 | -2/+2 |
| | |||||
* | Update to 0.2.1 | ade | 2000-10-24 | 2 | -2/+2 |
| | |||||
* | Update to 0.2 | ade | 2000-10-20 | 3 | -7/+17 |
| | |||||
* | Remove extra directory | ade | 2000-10-09 | 1 | -0/+1 |
| | | | | Submitted by: bento |