non port: math/guppi/Makefile |
Number of commits found: 49 |
Thursday, 13 Sep 2012
|
09:22 gahr
- Deprecate math/guppi. It's not developed anymore. Expiry in one month
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thursday, 11 Aug 2011
|
19:20 kwm
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sunday, 31 Jul 2011
|
15:07 jlaffaye
- Chase guile shared lib bump
- Add an entry to UPDATING
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Monday, 2 Feb 2009
|
01:36 araujo
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
|
Thursday, 22 Jan 2009
|
16:04 miwi
- Chase lang/guile shlib bump
|
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
Monday, 21 Jul 2008
|
04:49 rafan
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
|
Friday, 6 Jun 2008
|
13:44 edwin
Bump portrevision due to upgrade of devel/gettext.
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)
|
Friday, 21 Mar 2008
|
21:36 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Saturday, 1 Mar 2008
|
06:22 marcus
Chase libguile shared lib version.
|
Thursday, 21 Feb 2008
|
21:20 gahr
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor)
|
Friday, 14 Dec 2007
|
16:51 miwi
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 118674
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
Wednesday, 24 Oct 2007
|
23:37 marcus
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sunday, 22 Apr 2007
|
01:21 kris
BROKEN on 7.0: Incorrect objformat handling
|
Saturday, 14 Oct 2006
|
08:54 marcus
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
Tuesday, 15 Aug 2006
|
00:29 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Tuesday, 2 May 2006
|
01:19 ahze
- Let out to pasture and turn over to ports@
- Make portlint happy too
|
Tuesday, 7 Mar 2006
|
08:28 ade
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
|
Wednesday, 8 Jun 2005
|
13:29 ahze
- Fix typo s/ploting/plotting/
Submitted by: Sam Lawrance
|
Saturday, 11 Dec 2004
|
09:15 ahze
- Remove math/gnumeric dependency by adding GNOME_Gnumeric_Graph.idl to FILESDIR
so things like gnucash can still have graphing support.
|
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Wednesday, 24 Sep 2003
|
19:10 marcus
* s/-pthread/${PTHREAD_LIBS}/
* Use gnometarget
|
Thursday, 12 Jun 2003
|
09:46 adamw
Remove REINPLACE commands that were rolled into gnomehack.
|
Friday, 2 May 2003
|
03:29 marcus
Chase guile's shared lib version.
|
Sunday, 20 Apr 2003
|
19:32 marcus
Remove USE_GNOMENG.
|
Friday, 7 Mar 2003
|
06:06 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tuesday, 12 Nov 2002
|
02:14 marcus
Bump PORTREVISION after the gal version bump.
|
Friday, 20 Sep 2002
|
17:07 marcus
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
Thursday, 11 Jul 2002
|
17:16 sobomax
Convert all core GNOME1 components and some of the most popular GNOME1
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
|
Wednesday, 19 Jun 2002
|
16:37 marcus
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
|
Thursday, 14 Mar 2002
|
16:40 sobomax
Manually invoke `${MAKE} patch' for Gnumeric, because puting it into
BUILD_DEPEDS creates short circuit when make clean is invoked either for
Gnumeric port or for Guppi port. Perhaps our bsd.port.mk should be fixed
to avoid such problems.
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
|
14:24 sobomax
Remove Gnumeric from RUN_DEPENDS. It is still needed at the build phase, but
only to take few files from the distribution. For example, this should allow
to use Gnucash without installing Gnumeric as well as to use Guppi in
Gnumeric's RUN_DEPENDS to make graph plotting features working OOB.
Bump PORTREVISION.
|
Wednesday, 23 Jan 2002
|
15:23 sobomax
Update to 0.40.3.
|
Friday, 23 Nov 2001
|
17:58 sobomax
Update to 0.40.2.
|
Tuesday, 23 Oct 2001
|
14:36 sobomax
Update to 0.40.0.
|
Tuesday, 11 Sep 2001
|
16:37 sobomax
Unbroke with latest libglade.
|
Friday, 27 Jul 2001
|
16:37 sobomax
Add python libraries into list of libs returned by libguppiConf.sh script, so
other pacages (e.g. gnucash) will be able to link with libguppi.
|
Wednesday, 11 Jul 2001
|
09:57 sobomax
Add --enable-explicit-python-linking into CONFIGURE_ARGS - this should allow
guppi to be used from other Gnome components, like Gnucash.
|
Tuesday, 19 Jun 2001
|
10:43 ade
Clean up dependency chains after moving gtkhtml/gal inside the USE_GNOME knob
|
Monday, 21 May 2001
|
13:42 sobomax
Add guppi 0.35.5, a ploting program for GNOME.
|
Number of commits found: 49 |