aboutsummaryrefslogtreecommitdiff
path: root/devel/glib12
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that useJoe Marcus Clarke2002-11-203-52/+37
| | | | | | | | | | | | | the old xxx-config files, remove the "12" suffix. This will allow people building Glib and GTK+ ports by hand to do so without a lot of extra hacking. Since these ports are so heavily used, the xxx12-config files aren't removed completely, but rather symlinked to their xxx-config counterparts. PR: 39417 Notes: svn path=/head/; revision=70610
* 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
* Fix another problem in the pkgconfig files for these ports. After runningJoe Marcus Clarke2002-06-142-7/+5
| | | | | | | | | a build of xscreensaver and xscreensaver-gnome, everything looks good. Reported by: dougb Notes: svn path=/head/; revision=61243
* Correct gtk+/glib libraries names in .pc files.Maxim Sobolev2002-06-102-1/+14
| | | | | | | Submitted by: alfred Notes: svn path=/head/; revision=61059
* Fix up the pkg-{descr|comment} to relfect reality, and avoid confusionJoe Marcus Clarke2002-05-131-1/+1
| | | | | | | | | for software developers. Submitted by: Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se> Notes: svn path=/head/; revision=59016
* Smash a compatibility bug in g_module_open(). It seems that unlike Linux one,Maxim Sobolev2001-12-122-1/+24
| | | | | | | | | | | | | | FreeBSD's dlopen(NULL, ...) doesn't return a handle useable for resolving symbols in both the program itself and all modules it dlopen'ed. Instead, when requested for a self handle return RTLD_DEFAULT, which seems closely matches dlopen(NULL, ...) in Linux. Bump PORTREVISION. Recommended update for all GNOME/GTK users. Inspired by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=51373
* Add pkgconfig into RUN,LIB_DEPENDS.Maxim Sobolev2001-08-012-5/+3
| | | | Notes: svn path=/head/; revision=45709
* Sigh. Think more carefully. Seems that any kind of circular dependencyAde Lovett2001-05-242-2/+5
| | | | | | | | | | (port A has *_DEPENDS on port B, and vice versa), causes make to go a little strange[tm] on install, clean, even though the build succeeds. Gah. Notes: svn path=/head/; revision=42997
* Rework previous commit. Turns out that pkgconfig is not a build-timeAde Lovett2001-05-241-2/+1
| | | | | | | | dependency for glib12, so remove that, and put pkgconfig back to the way it was before. Notes: svn path=/head/; revision=42992
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2Ade Lovett2001-05-233-50/+25
| | | | | | | to make transitioning to GNOME/GTK+/GLIB a little easier. Notes: svn path=/head/; revision=42950
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Use PTHREAD_CFLAFS/PTHREAD_LIBS.Maxim Sobolev2001-03-303-6/+8
| | | | | | | Reminded by: vanilla Notes: svn path=/head/; revision=40585
* Sigh. Reclaim these, primarily for GNOME 1.4Ade Lovett2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40248
* Someone don't like my style, so I drop maintainer now.Vanilla I. Shu2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40247
* Change MASTER_SITE to MASTER_SITE_GNOME.Vanilla I. Shu2001-03-201-5/+7
| | | | | | | Reported by: Graywane <graywane@home.com> Notes: svn path=/head/; revision=40072
* Upgrade to 1.2.10.Vanilla I. Shu2001-03-192-2/+2
| | | | Notes: svn path=/head/; revision=40058
* make MASTER_SITE_SUBDIR more effective.FUJISHIMA Satsuki2001-03-111-5/+5
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=39604
* add MASTER_SITE_RINGSERVER.FUJISHIMA Satsuki2001-03-111-1/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=39596
* Upgrade to 1.2.9.Vanilla I. Shu2001-03-064-45/+64
| | | | | | | Submitted by: clive. Notes: svn path=/head/; revision=39123
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update glib/gtk++ to 1.2.8.Maxim Sobolev2000-05-252-2/+2
| | | | | | | | | | | | | | | | | | | | Overview of Changes in GTK+ 1.2.8: * GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection Overview of Changes in GLib 1.2.8: * GArray zero initialization bug fixed * Fix for upper bound calculation of formatted strings * Improved GCC detection * AIX dynamic modules fix to retrive symbols from shared libraries for the main program. * Miscellaneous other minor bug fixes Notes: svn path=/head/; revision=28746
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Update to glib/gtk 1.2.7Chris Piazza2000-02-182-3/+3
| | | | | | | | PR: 16809 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25988
* Enable the use of poll() on -current.Jeremy Lea2000-02-123-4/+24
| | | | | | | | | Fix bad C++ define of NULL. Approved by: maintainer Notes: svn path=/head/; revision=25697
* Submitted by:Ade Lovett <ade@remarq.com>Yukihiro Nakai1999-10-133-13/+14
| | | | | | | | Update to glib-1.2.6 This is an important library for 'October GNOME'. Notes: svn path=/head/; revision=22405
* Upgrade to 1.2.5, bump share library version to 3.Vanilla I. Shu1999-10-095-8/+8
| | | | | | | | PR: ports/14194 Submitted by: nobutaka@nobutaka.com Notes: svn path=/head/; revision=22282
* SetSatoshi Asami1999-09-111-0/+1
| | | | | | | | | | | LIBTOOLFLAGS= --disable-ltlibs --release-suffix to take advandate of new libtools. Submitted by: libtools maintainer Notes: svn path=/head/; revision=21649
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Update to version 1.2.3.Steve Price1999-05-297-310/+122
| | | | | | | | PR: 11841 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19051
* Remove the info part of the install as it is now part of bsd.port.mk.Michael Haro1999-05-062-5/+1
| | | | | | | | PR: 11542 Submitted by: okazaki@be.to Notes: svn path=/head/; revision=18565
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-7/+4
| | | | | | | | | with, my dear." [That's lupus for "Add WWW:"] Notes: svn path=/head/; revision=18345
* Upgrade to 1.2.2.Jun Kuriyama1999-05-022-4/+4
| | | | | | | | I don't know all of the gtk dependency. If it breaks some ports, please back this out. Notes: svn path=/head/; revision=18303
* Update to 1.2.1Seiichirou Hiraoka1999-03-263-9/+7
| | | | | | | | | can't apply patch-aa and it is needless PR: ports/10810 Submitted by: mreimer@vpop.net Notes: svn path=/head/; revision=17405
* Upgrade to GNOME 1.0. The following are the details:Jacques Vidrine1999-03-098-398/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17091
* Upgrade to 1.1.16.Vanilla I. Shu1999-02-173-45/+141
| | | | Notes: svn path=/head/; revision=16748
* Upgrade to version 1.1.14SADA Kenji1999-01-305-146/+145
| | | | | | | | PR: ports/9800 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16435
* s/freebsd3*)/freebsd[34]*/gSADA Kenji1999-01-282-2/+2
| | | | Notes: svn path=/head/; revision=16411
* Add some patch for gthread.Vanilla I. Shu1999-01-216-1282/+77
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16247
* Install info & man page now.Vanilla I. Shu1999-01-203-29/+38
| | | | Notes: svn path=/head/; revision=16215
* Upgrade to 1.1.13.Vanilla I. Shu1999-01-205-411/+499
| | | | Notes: svn path=/head/; revision=16208
* Upgrade to 1.1.12, and add a patch for gthread.Vanilla I. Shu1999-01-056-348/+628
| | | | | | | | If you find any problem, please let me know. Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=15832
* Bump libglib11d's version to 2.0,Vanilla I. Shu1999-01-042-6/+6
| | | | | | | and fix some configure problem(include pkg/PLIST). Notes: svn path=/head/; revision=15819
* Update patch forgotten during port update to 1.11.1.Jacques Vidrine1999-01-011-261/+338
| | | | Notes: svn path=/head/; revision=15760
* Upgrade to 1.1.11.Vanilla I. Shu1998-12-312-4/+4
| | | | Notes: svn path=/head/; revision=15738
* Use GNU poll implementation instead of system poll. We don't yetJacques Vidrine1998-12-302-0/+920
| | | | | | | | have a thread safe poll in libc_r, so we need this if we are going to dynamically link with threaded applications. Notes: svn path=/head/; revision=15729
* Upgrade to 1.1.9.Vanilla I. Shu1998-12-265-48/+129
| | | | Notes: svn path=/head/; revision=15632