Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Chase the libpspell shared lib version. | marcus | 2004-08-30 | 1 | -2/+2 |
| | |||||
* | - Fix build with gcc-3.4 | pav | 2004-08-14 | 1 | -0/+10 |
| | |||||
* | Apply a big libtool patch to allow porters to use the libtool installed by | marcus | 2004-07-10 | 1 | -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 | ||||
* | - Add SIZE to GNOME ports | pav | 2004-03-18 | 1 | -0/+1 |
| | | | | Submitted by: trevor | ||||
* | 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 | -1/+1 |
| | | | | (Part 1) | ||||
* | USE_REINPLACE need be defined only when REINPLACE_CMD is used. | trevor | 2003-11-17 | 1 | -1/+0 |
| | |||||
* | Bump PORTREVISION for the previous commit. | marcus | 2003-09-30 | 1 | -1/+1 |
| | |||||
* | Re-enable gconf support now that gconf1 plays nicely with gconf2. | marcus | 2003-09-30 | 1 | -2/+2 |
| | |||||
* | Remove gconf support. This fixes crashes encountered in apps such | adamw | 2003-09-25 | 2 | -1/+18 |
| | | | | | | as GnuCash when trying to view reports or help documents. Obtained from: marcus | ||||
* | Remove REINPLACE commands that were rolled into gnomehack. | adamw | 2003-06-12 | 1 | -4/+0 |
| | |||||
* | * Update to 1.1.10 | marcus | 2003-04-05 | 4 | -45/+43 |
| | | | | * Remove USE_GNOMENG macro | ||||
* | 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 1.1.8. | marcus | 2003-02-08 | 3 | -39/+2 |
| | |||||
* | Update to 1.1.7. | marcus | 2003-01-20 | 2 | -4/+3 |
| | |||||
* | Fix a bug where text copied from Mozilla or Galeon could not be pasted | marcus | 2002-12-25 | 2 | -1/+38 |
| | | | | | | into The GtkHTML editor (e.g. into Evolution's mail composer). Approved by: portmgr (lioux) | ||||
* | Fix a typo that could result in ports depending on gtkhtml not to build. | marcus | 2002-12-02 | 2 | -1/+2 |
| | |||||
* | Make soup optional in gtkhtml. In doing this, we have to make sure soup is | marcus | 2002-11-23 | 1 | -3/+8 |
| | | | | | | | | | | | | | | a dependency of Evolution, so don't count on getting it from gtkhtml. The reason for this is fear that the underlying soup protocol, SOAP is inherently insecure. Thus far, however, there have been no advisories or exploits, and the one soup user, Evolution does not appear to have any SOAP-based security holes. See the following for more information: http://www.xml.com/pub/a/2002/02/27/security-lather.html http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service11212001.asp Requested by: Scott A. Moberly <smoberly@karamazov.org> | ||||
* | Update to 1.1.6. | marcus | 2002-11-12 | 8 | -232/+223 |
| | |||||
* | GNOME has just changed the layout of their FTP site. This resulted in | marcus | 2002-09-21 | 1 | -1/+1 |
| | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. | ||||
* | Chase pspell so version, and note that libpspell is now installed by | marcus | 2002-09-04 | 1 | -1/+2 |
| | | | | textproc/aspell. | ||||
* | s/ghttp/libghttp/ | marcus | 2002-07-14 | 1 | -1/+1 |
| | |||||
* | Convert all core GNOME1 components and some of the most popular GNOME1 | sobomax | 2002-07-12 | 1 | -11/+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 | ||||
* | Add USE_REINPLACE where appropriate. | sobomax | 2002-06-19 | 1 | -0/+1 |
| | |||||
* | - Update to 1.0.4; | sobomax | 2002-06-16 | 3 | -11/+11 |
| | | | | - use REINPLACE_CMD. | ||||
* | Update to 1.0.3. | sobomax | 2002-06-10 | 2 | -3/+2 |
| | |||||
* | - Move misc documentation into share/doc where it belongs; | sobomax | 2002-05-02 | 5 | -48/+42 |
| | | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs. | ||||
* | Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9 | marcus | 2002-04-24 | 1 | -1/+2 |
| | | | | | | | | is also installed. PR: 36401 Reported by: many Approved by: sobomax | ||||
* | Don't link with libgnuregex - the benefit is unclear (if any), while it causes | sobomax | 2002-03-27 | 3 | -29/+2 |
| | | | | | | | certain problems on -stable when editing html text (evolution et al). Reported by: Mark Sergeant <msergeant@looksmart.net> Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Update to 1.0.2. | sobomax | 2002-03-26 | 6 | -12/+49 |
| | |||||
* | Don't build/install useless statically linked version of the shared module. | sobomax | 2002-01-25 | 3 | -8/+29 |
| | |||||
* | Update to 1.0.1. | sobomax | 2002-01-14 | 3 | -4/+12 |
| | | | | | PR: 33832 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Backout previous change - it seems that new revision of the patch doesn't | sobomax | 2001-12-20 | 1 | -17/+8 |
| | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> | ||||
* | Don't filter libc_r on 5-CURRENT. | sobomax | 2001-12-20 | 1 | -8/+17 |
| | |||||
* | Don't install useless duplicate copy of gtkhtml-properties.desktop. | sobomax | 2001-12-13 | 2 | -2/+32 |
| | |||||
* | Add missed "@dirrm share/gnome/control-center/capplets". | sobomax | 2001-12-12 | 1 | -0/+1 |
| | |||||
* | Update to 1.0.0. | sobomax | 2001-12-05 | 5 | -132/+10 |
| | |||||
* | Update to 0.16.1. | sobomax | 2001-11-20 | 5 | -12/+159 |
| | |||||
* | Update to 0.16.0. | sobomax | 2001-11-10 | 3 | -4/+6 |
| | |||||
* | Chase increase of libgal shared library version number. | sobomax | 2001-10-09 | 1 | -1/+1 |
| | |||||
* | Update to 0.14.0. | sobomax | 2001-10-09 | 3 | -4/+4 |
| | |||||
* | Update to 0.13.0. | sobomax | 2001-10-01 | 3 | -5/+14 |
| | |||||
* | Update to 0.12.0. | sobomax | 2001-09-11 | 3 | -11/+20 |
| | |||||
* | Chase gal SHLIB version. | demon | 2001-08-26 | 1 | -1/+1 |
| | | | | PR: 29998, 29992 | ||||
* | Update version number of gal shared library. | sobomax | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | Update to 0.11.1. | sobomax | 2001-08-03 | 3 | -5/+33 |
| | |||||
* | Delete ${PREFIX}/share/gnome/control-center/capplets directory on deinstall. | sobomax | 2001-08-02 | 2 | -0/+2 |
| | |||||
* | Update to 0.10.0. | sobomax | 2001-07-23 | 3 | -5/+15 |
| | |||||
* | Chase gal SHLIB version bump. | demon | 2001-07-13 | 1 | -1/+1 |
| | |||||
* | Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore | ade | 2001-06-19 | 1 | -2/+4 |
| | | | | (adding some extra functionality). | ||||
* | Chase new shlib revision from x11-toolkits/gal | ade | 2001-05-22 | 1 | -1/+1 |
| | |||||
* | SWitch maintainership of core GNOME ports to a small group of | ade | 2001-05-12 | 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-05 | 3 | -10/+9 |
| | | | | | | | | | | 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-30 | 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. | ||||
* | Add missing dependency | ade | 2001-03-12 | 1 | -0/+1 |
| | | | | Submitted by: bento (sorta) | ||||
* | Update for new x11-toolkits/gal shared library revision | ade | 2001-02-10 | 1 | -1/+1 |
| | |||||
* | Update pspell version number. | sobomax | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | Update to 0.8.2 | ade | 2001-01-31 | 3 | -3/+4 |
| | |||||
* | Update to 0.8.1 | ade | 2001-01-26 | 4 | -42/+14 |
| | |||||
* | Mangle this to work with bonobo-0.31 | ade | 2001-01-05 | 2 | -0/+30 |
| | | | | Obtained from: GNOME CVS | ||||
* | Update to 0.8 | ade | 2000-12-16 | 4 | -15/+30 |
| | |||||
* | Use new version of x11-toolkits/gal. | ade | 2000-12-09 | 1 | -1/+2 |
| | | | | Bump PORTREVISION since they're not binary compatible. | ||||
* | Update to 0.7 | ade | 2000-10-21 | 4 | -17/+27 |
| | |||||
* | Updates for new bonobo | ade | 2000-10-11 | 1 | -1/+1 |
| | |||||
* | Implement USE_GNOME, part 2. | reg | 2000-10-05 | 1 | -7/+1 |
| | |||||
* | Chase new gconf | ade | 2000-10-04 | 1 | -1/+1 |
| | |||||
* | Add textproc/pspell as a dependency | ade | 2000-09-29 | 1 | -1/+3 |
| | |||||
* | Update to 0.6.1 | ade | 2000-08-18 | 4 | -16/+18 |
| | |||||
* | Re-sobomize to use pre-patch instead of post-extract | ade | 2000-08-05 | 1 | -1/+1 |
| | | | | Wrists slapped by: knu, sheldon | ||||
* | Fix a keybinding search path (PREFIX/share/gtkhtml --> ↵ | sobomax | 2000-08-04 | 1 | -9/+15 |
| | | | | PREFIX/share/gnome/gtkhtml). | ||||
* | Extensive patchfile cleanups using sobomax's wonderful | ade | 2000-08-04 | 2 | -1/+22 |
| | | | | post-extract rule | ||||
* | Add gconf.8 to LIB_DEPENDS. This should fix bento's PLIST error. | sobomax | 2000-07-27 | 1 | -1/+2 |
| | | | | Submitted by: bento | ||||
* | Update to 0.5 | ade | 2000-07-12 | 3 | -3/+13 |
| | |||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-17 | 1 | -1/+1 |
| | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax | ||||
* | Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with | sobomax | 2000-06-16 | 2 | -2/+1 |
| | | | | ldconfig in PLIST need personal consideration. | ||||
* | Add GtkHTML, a GTK/GNOME lightweight HTML rendering, printing, | ade | 2000-06-10 | 6 | -0/+133 |
and editing engine. Note that this requires the zlib functionality just added to www/libwww. |