# ex:ts=8 # Ports collection makefile for: uSTL # Date created: Dec 26, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ustl PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0 DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= az@FreeBSD.org COMMENT= Codespace-frugal STL implementation USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} HAS_CONFIGURE= yes MAKE_ARGS= CXX="${CXX}" \ INCDIR="${PREFIX}/include" \ LIBDIR="${PREFIX}/lib" ALL_TARGET= # empty PLIST_FILES= lib/libustl.so lib/libustl.so.1 lib/libustl.so.1.0.0 .include .if ${ARCH} != "i386" BROKEN= Does not compile on !i386 .elif ${OSVERSION} >= 700000 MANUAL_PACKAGE_BUILD= yes .endif post-patch: @${REINPLACE_CMD} -e "s,/bin/bash,/bin/sh," ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|SIZE_MAX|UINT_MAX|" ${WRKSRC}/memblock.h post-install: @${FIND} ${PREFIX}/include/ustl* ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PREFIX}/include/ustl* -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include a title='freebsd-ports-graphics' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/'>freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
ntw44/cgit/gsoc2013-evolution/commit/?h=EVOLUTION_2_3_7&id=b32ab1a0c992242039ccffa28b67f6f9674224d2'>Replace <gnome.h> <and <bonobo.h> includes and add <stdlib.h> to remove
Commit message (Expand)AuthorAgeFilesLines
Kjartan Maraas2001-03-262-7/+20
* Header shuffling. Move glibc headers before gnome stuff. Same here. AddedKjartan Maraas2001-03-264-4/+13
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-2624-32/+90
* clear name and email data after each addressRadek Doulik2001-03-262-8/+13
* un Mar 25 22:31:19 2001 George Lebl <jirka@5z.com>George Lebl2001-03-261-4/+4
* eh, changed my mind, put the exception back in camel_url_new()Dan Winship2001-03-264-13/+10
* New URL parser with full RFC1808 relative URL support. Yum.Dan Winship2001-03-269-199/+523
* Updated Swedish translation.Christian Rose2001-03-262-868/+987
* UpdateFatih Demir2001-03-262-1182/+1192
* Fix a bug in this that probably would have been noticed sooner if ETreeDan Winship2001-03-262-1/+7
* ref the sort_info taken from the state object. Ditto. Fixes the last ETreeDan Winship2001-03-262-0/+2
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-258-58/+73
* Updated Slovenian translationAndraz Tori2001-03-251-1700/+1852
* Allow the authtype to be NULL. (transport_auth_init): If the providerJeffrey Stedfast2001-03-252-2/+31
* Don't use copy_to if the source folder doesn't support summary info's.Jeffrey Stedfast2001-03-252-4/+13
* Added e-selection-model-array.lo.Christopher James Lahey2001-03-258-560/+975
* Added '=' and '-' as tree node expand and collapseChristopher James Lahey2001-03-251-3/+11
* Rather than starting the pending query by directly callingJon Trowbridge2001-03-252-8/+42
* Default to iso-8859-1 as the user's charset here if it is undefined. ThisJeffrey Stedfast2001-03-252-1/+7
* Do charset conversion on the username param here if needed.Jeffrey Stedfast2001-03-252-4/+49
* Properly remove old items from the ETableExtras if they are replaced byChristopher James Lahey2001-03-241-0/+3
* Made this only up the insert_count if it actually had to do any nonChristopher James Lahey2001-03-241-3/+4
* Ignore these signals if we aren't realized yet.Christopher James Lahey2001-03-231-4/+19
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-2320-72/+755
* Made this not create the new font until realize instead of at new_viewChristopher James Lahey2001-03-232-15/+28
* Turned on BROKEN_ETREE.Christopher James Lahey2001-03-232-1/+5
* Refactor ELocalStorage a bit so that it's easier to implement theEttore Perazzoli2001-03-232-192/+206
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-2317-43/+152
* update by ChiDeok, Hwang <hwang@mizi.co.kr>Nam SungHyun2001-03-231-1050/+1026
* Oops, an unspecified date is '0', not -1.Jeffrey Stedfast2001-03-232-1/+6
* Validate the filter rule.Jeffrey Stedfast2001-03-232-1/+8
* New callback to handle a double-click event in the account clist.Jeffrey Stedfast2001-03-233-19/+32
* (update_active): move to absolute coordinatesRadek Doulik2001-03-232-6/+12
* Change the From address to "The Evolution Team" <evolve@ximian.com> soDan Winship2001-03-232-2/+7
* Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-235-85/+141
* Leak plug: free the target list after starting the drag.Ettore Perazzoli2001-03-232-2/+7
* Fix the signature of a callback for the `e_storage_set_async_create()'Ettore Perazzoli2001-03-232-1/+8
* (html_enter_notify_event): take care of enter eventRadek Doulik2001-03-232-13/+37
* Change \" to ' in translations for .oaf files, since various bugs conspireDan Winship2001-03-232-16/+22
* (html_motion_notify_event): new handler, highlights addresses byRadek Doulik2001-03-233-0/+53
* Updated Japanese translation.Akira Tagoh2001-03-232-1680/+2004
* Update xml-i18n-tools versionDan Winship2001-03-232-1/+6
* added simple debug g_printRadek Doulik2001-03-231-0/+1
* connect to button_press_event and iframe_created events of GtkHTML widgetRadek Doulik2001-03-233-9/+145
* Changed the EStorageSet API to have a single `xfer()' method insteadEttore Perazzoli2001-03-225-98/+164
* Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'.Ettore Perazzoli2001-03-225-17/+99
* new menu iconsJakub Steiner2001-03-226-0/+413
* fixing checkerboardJakub Steiner2001-03-222-0/+4
* small positioning fixJakub Steiner2001-03-221-0/+0
* More DnD work. Now we handle copying and moving of folders, althoughEttore Perazzoli2001-03-224-59/+228
* Fixed the g_return_if_fail here to allow for appending.Christopher James Lahey2001-03-221-1/+1
* Make `ETableSortInfo' non-floating and use _unref, not _destroy, toEttore Perazzoli2001-03-222-1/+3
* Fixed the parity on all the g_return_ifs and g_return_val_ifs.Christopher James Lahey2001-03-221-8/+8
* Made this able to take -1 to denote appending to the table. Also, removedChristopher James Lahey2001-03-222-23/+48
* Bumped gal requirement to 0.5.99.11.Christopher James Lahey2001-03-222-3/+7
* renaming icons to make Miguel's speedups possibleJakub Steiner2001-03-2233-22/+42
* Changed get_save_id to just return a strdup of the path. (new_storage_cb,Christopher James Lahey2001-03-222-23/+40
* Changed this to derefence the pointers passed in from qsort as we shouldChristopher James Lahey2001-03-221-2/+7
* New function to allow you to do non live sorts with weird rules.Christopher James Lahey2001-03-222-12/+102
* Don't fail at setting up all the toolbar icons if just one of theEttore Perazzoli2001-03-222-6/+8
* Validate the rule before closing.Jeffrey Stedfast2001-03-224-13/+24
* Updated Spanish translation.Hector Garcia2001-03-224-4/+562
* Require bison, not yacc (for vcc.y)Dan Winship2001-03-222-0/+9
* add wombat-moniker.h as a source so it gets distedJP Rosevear2001-03-222-0/+5
* Updated Spanish translation.Hector Garcia2001-03-222-810/+799
* Fix a bug in (illegal) 0-part messagesDan Winship2001-03-221-0/+3
* Use the new URL part macrosDan Winship2001-03-225-26/+39
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-2215-282/+257
* Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-226-30/+63
* Updated Azeri filePablo Saratxaga2001-03-222-1609/+1489
* Added all the new icons to the distribution.Miguel de Icaza2001-03-221-0/+5
* OopsMiguel de Icaza2001-03-221-1/+7
* Make `ETableState' a non-`GTK_FLOATING' object. Otherwise theEttore Perazzoli2001-03-211-0/+4
* initialise the moniker factoryDietmar Maurer2001-03-216-1/+146
* Fix a stupid g_warning caused by calling EStorageSet functions on aEttore Perazzoli2001-03-212-8/+16
* s/helixcode\.com/ximian.com/ and update all the copyrights in the IDLEttore Perazzoli2001-03-218-16/+16
* Update description of the file and my email address in it.Ettore Perazzoli2001-03-211-2/+3
* StudlyCapsify struct members to match the new IDL naming standards.Ettore Perazzoli2001-03-213-14/+20
* Handle the destination side of drag and drop too.Ettore Perazzoli2001-03-213-18/+165
* Rename "Send and Receive" to "Send / Receive".Ettore Perazzoli2001-03-212-2/+7
* Added new icons.Miguel de Icaza2001-03-218-26/+56
* Set the editor dialog modal rather than setting the filter dialogJeffrey Stedfast2001-03-212-118/+130
* Added these classes.Christopher James Lahey2001-03-214-0/+641
* More fixes for NSPR and NSS checks - use fixed it to use AC_CHECK_HEADERSJeffrey Stedfast2001-03-212-13/+31
* color coded app icons and some new icons. also a new splash (probably to be r...Jakub Steiner2001-03-2114-0/+260
* Step the parser so it imports more than one message.Iain Holmes2001-03-212-0/+25
* extra dist the oaf filesJP Rosevear2001-03-212-0/+6
* Fixed a typo in the word horiztonal.Christopher James Lahey2001-03-211-1/+1
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-219-190/+451
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-03-212-827/+898
* set default text colorRadek Doulik2001-03-212-0/+5
* set color in html citationRadek Doulik2001-03-218-15/+184
* new function, extracted from e_text_to_html, added color parameterRadek Doulik2001-03-213-3/+66
* Bumped the version number to 05.99.9.Christopher James Lahey2001-03-2114-48/+109
* make sure intelligent.h gets distedJP Rosevear2001-03-202-0/+5
* Made this check if the control mask is set.Christopher James Lahey2001-03-202-1/+6
* Fixed the GTK_RETLOC calls for these marshallers.Christopher James Lahey2001-03-201-2/+2
* Fix ettore's fix ;-)Jeffrey Stedfast2001-03-202-2/+6
* Remove the node before freeing the data it points to.Christopher James Lahey2001-03-202-5/+10
* Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-206-124/+448
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-2016-508/+635
* Added $(EXTRA_GNOME_CFLAGS)Christopher James Lahey2001-03-202-0/+5
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-2036-2461/+7007
* Added a simple FIXME comment about possibly using theEttore Perazzoli2001-03-201-0/+3
* Added calls to the `EvolutionShellComponentClient' API to query theEttore Perazzoli2001-03-203-4/+109
* Changes to the netscape importer for streamlining it and not creating silly f...Iain Holmes2001-03-201-41/+40
* Elm and Pine importersIain Holmes2001-03-206-2/+867
* Removed gnome.h and ctype.h (send_queue_send): Don't remove theJeffrey Stedfast2001-03-202-19/+26
* Write the date header.Jeffrey Stedfast2001-03-202-2/+23
* Call unref_standard_folders() here instead.Jeffrey Stedfast2001-03-202-2/+5
* Sigh. Fix a few really stupid crashes in EStorageSetView.Ettore Perazzoli2001-03-202-17/+26
* Use the new DnD interfaces on the source side of DnD actions.Ettore Perazzoli2001-03-203-37/+249
* Make sure we never define `NSPR_CFLAGS' or `NSS_CFLAGS' as just "-I".Ettore Perazzoli2001-03-202-4/+9
* use gnome_dialog_run() to make the warning dialog modal. Also created aDamon Chaplin2001-03-192-38/+37
* added function to format just the time.Damon Chaplin2001-03-193-10/+63
* Updated Finnish translation.jjranta2001-03-192-566/+665
* Initial step for refactoring of the DnD API for ShellComponents.Ettore Perazzoli2001-03-199-115/+114
* pulled from the 0.9 release.Jeffrey Stedfast2001-03-193-26/+119
* Set the errbuf to NULL after freeing it? I don't think this should fix bugJeffrey Stedfast2001-03-192-0/+7
* Add Resend Message under the File menu.Jeffrey Stedfast2001-03-192