notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/dia/Makefile
SVNWeb

Number of commits found: 104 (showing only 100 on this page)

1 | 2  »  

Wed, 26 Jul 2023
[ 00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  95274bf  (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Tue, 25 Jul 2023
[ 08:36 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:28c954ae983f82069dc923f2aa8ede9e14324fd0  commit hash:28c954ae983f82069dc923f2aa8ede9e14324fd0  commit hash:28c954ae983f82069dc923f2aa8ede9e14324fd0  28c954a 
graphics/dia: Fix build with llvm16

- Add LICENSE GPLv2
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 19:44 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  11049e3  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
cleanup: remove '$MCom' tag

gnome@ no longer uses Marcusom as their staging ground.

Approved by:		gnome (nc)
Differential Revision:	https://reviews.freebsd.org/D35866
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Sun, 10 Oct 2021
[ 19:44 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Fri, 10 Sep 2021
[ 21:17 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:dbaeec1cea599e82ad9dcdf97e1013473e52771e  commit hash:dbaeec1cea599e82ad9dcdf97e1013473e52771e  commit hash:dbaeec1cea599e82ad9dcdf97e1013473e52771e  dbaeec1 
graphics/dia: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 8 Nov 2019
[ 14:36 tobik search for other commits by this committer ] Original commit   Revision:517071 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
graphics: Add missing USES={gl,gnome,sdl}
Sat, 6 Apr 2019
[ 21:19 tcberner search for other commits by this committer ] Original commit   Revision:498212
graphics/dia: fix underlinking

Reported by:	antoine
Reviewed by:	kwm (gnome)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 18 Apr 2015
[ 09:47 tijl search for other commits by this committer ] Original commit   Revision:384215 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Wed, 25 Mar 2015
[ 20:09 marino search for other commits by this committer ] Original commit   Revision:382266 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
graphics category: Remove $PTHREAD_LIBS

graphics/zbar didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Thu, 11 Dec 2014
[ 16:46 kwm search for other commits by this committer ] Original commit   Revision:374537
Update dia to 0.97.3.

Disable WMF plugin (wasn't build on amd64) clang isn't happy with it.
Drop unused popt depend [1].

PR:		 193100 [1]
Submitted by:	Andriy Voskoboinyk [1]
Tue, 3 Jun 2014
[ 00:33 amdmi3 search for other commits by this committer ] Original commit   Revision:356263
- Drop .la files

Approved by:	kwm
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 11 Apr 2014
[ 15:27 bapt search for other commits by this committer ] Original commit   Revision:350986
Support stage
Sat, 7 Dec 2013
[ 09:11 bsam search for other commits by this committer ] Original commit   Revision:335818
Fix build at 10.x and up (hardcoded -lstdc++):
-----
libtool: link: c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o 
.libs/wmf.o   -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib
-L/usr/local/lib /usr/local/lib/libEMF.so -lstdc++ -lpng -lz -L/usr/lib -lc++
-lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o    -Wl,-soname
-Wl,libwmf_filter.so -o .libs/libwmf_filter.so
/usr/bin/ld: cannot find -lstdc++
-----

PR:		ports/184138
Submitted by:	bsam (me)
Approved by:	gnome (maintainer timeout, 2 weeks)
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Mon, 2 Sep 2013
[ 21:04 bapt search for other commits by this committer ] Original commit   Revision:326089 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Thu, 29 Aug 2013
[ 17:48 kwm search for other commits by this committer ] Original commit   Revision:325617
Add patch [1] to fix runtime after glib 2.36 update.

While here, add gmake to USES and sort. Use new lib_depends syntax. Change
LIBS to LDFLAGS and remove -lintl since glib-2.0 now supplies that.

Submitted by:	stefanf@ [1]
Obtained from:	upstream via OpenSUSE
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Wed, 17 Apr 2013
[ 11:25 kwm search for other commits by this committer ] Original commit   Revision:315957
convert NOPORTDOCS to PORT_OPTIONS:MDOCS
Switch to desktop-file-utils uses.
Remove shlib version.
Fix glib.h header patch so the correct prototype is used, otherwise function
 returns the wrong time [1]
Move pre-configure section to post-patch.

PR:		ports/177462 [1]
PR:		ports/177564 [1]
Submitted by:	AN <andy@neu.net>
		Luiz Eduardo Roncato Cordeiro <cordeiro@cert.br>
Based on:	patch from Golyashov Sergey <svvord@ulona.org> in ports/177462
Feature safe:	yes
Wed, 20 Mar 2013
[ 01:52 mezz search for other commits by this committer ] Original commit   Revision:314702
- Update to 0.97.2. [1]
- Update the header.
- gnomehack -> USES=pathfix
- Remove libgnomeui dependency and always disable it. We want to get rid of
  GNOME2.
- Disable Python support as it doesn't build.
- Update WWW.

PR:		ports/175858 [1]
Submitted by:	Dmitry <dmitry2006@yandex.ru> [1]
Fri, 8 Mar 2013
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sun, 7 Feb 2010
[ 07:57 avl search for other commits by this committer ] Original commit 
- Update to 0.97.1
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Mon, 20 Jul 2009
[ 15:53 avl search for other commits by this committer ] Original commit 
- Fix build on i386 with libemf installed
- Disable wmf filter build for !i386

PR:             ports/136815
Submitted by:   O. Hartmann <ohartman AT zedat.fu-berlin.de>
Reviewed by:    marcus, mezz (GNOME team)
Approved by:    tabthorpe (mentor)
Fri, 10 Jul 2009
[ 18:08 marcus search for other commits by this committer ] Original commit 
Kwm forgot to commit this patch with the 0.97 update.  This will fix the
packaging of the French manpage.  This was in avl's original 0.97 update
diff.
[ 16:35 kwm search for other commits by this committer ] Original commit 
Update to 0.97.

Submitted by:   avl@
Mon, 2 Feb 2009
[ 01:36 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
- 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)
Fri, 6 Jun 2008
[ 13:35 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Thu, 25 Oct 2007
[ 19:22 mezz search for other commits by this committer ] Original commit 
Force commit, bump the PORTREVISION.
[ 19:20 mezz search for other commits by this committer ] Original commit 
- Fix the plist when GNOME support disable.
- Ensure it will actually diable GNOME support for real if anyone run
  WITHOUT_GNOME=libgnomeui by add --diable-*

PR:             ports/117503
Reported by:    Dmitry Marakasov <amdmi3@amdmi3.ru>
Wed, 24 Oct 2007
[ 23:37 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1479 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Thu, 29 Mar 2007
[ 16:57 marcus search for other commits by this committer ] Original commit 
Update to 0.96.1.
Sun, 25 Mar 2007
[ 19:30 marcus search for other commits by this committer ] Original commit 
Update to 0.96.
Sun, 4 Feb 2007
[ 01:48 marcus search for other commits by this committer ] Original commit 
Fix the build after the removal of objformat.

Reported by:    pointyhat via kris
Tue, 2 Jan 2007
[ 07:43 mezz search for other commits by this committer ] Original commit 
-Update to 0.95.1.
-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Add desktopfileutils dependency and manual run update-desktop-database.
-Remove the locale dirs that aren't in the mtree.

Security:       Format string vulnerabilities
                http://bugzilla.gnome.org/show_bug.cgi?id=342111
Mon, 10 Jul 2006
[ 05:03 marcus search for other commits by this committer ] Original commit 
Really fix the build by depending on docbook-xsl, and using the installed
docbook stylesheet rather than fetching it via HTTP.
[ 02:15 marcus search for other commits by this committer ] Original commit 
Add a BUILD_DEPENDS on Python.
Sun, 25 Jun 2006
[ 01:59 marcus search for other commits by this committer ] Original commit 
Update to 0.95.
Mon, 15 May 2006
[ 22:23 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT to appease portlint.
Wed, 5 Apr 2006
[ 17:37 mnag search for other commits by this committer ] Original commit 
- Security fixes.
- Bump PORTREVISION

Approved by:    gnome (marcus)
Security:       VuXML b5fc63ad-c4c3-11da-9699-00123ffe8333
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Wed, 23 Nov 2005
[ 10:23 vs search for other commits by this committer ] Original commit 
Correct icon's suffix from .png to .xpm

PR:             ports/89279
Submitted by:   Frank Ruell
Approved by:    ahze
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Sat, 12 Mar 2005
[ 10:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 911 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared lib version change.
Sun, 7 Nov 2004
[ 22:37 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 631 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Fri, 20 Aug 2004
[ 19:49 marcus search for other commits by this committer ] Original commit 
Update to 0.94.  This represents work by adamw, mezz, and
Tom McLaughlin <tmclaugh@sdf.lonestar.org>.

Submitted by:   Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Tue, 17 Aug 2004
[ 06:16 mezz search for other commits by this committer ] Original commit 
- Add install dia.xpm for the WindowMaker users. [1]
- Correct the version of libtool to 15 and remove lthack to avoid install the
  *.la files.
- Bump PORTREVISION, because of pkg-plist change.

PR:             ports/70289 [1]
Requested by:   David JULIEN <david.julien@gmail.com> [1]
Mon, 26 Jul 2004
[ 05:05 adamw search for other commits by this committer ] Original commit 
Use lthack.
Sat, 1 May 2004
[ 19:49 marcus search for other commits by this committer ] Original commit 
Update to 0.93.
Mon, 5 Apr 2004
[ 03:31 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 575 ports in this commit are shown above. View all ports for this commit)
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

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.
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Tue, 4 Nov 2003
[ 18:30 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Chase the libxslt shared lib version with a PORTREVISION bump.
Sat, 1 Nov 2003
[ 22:47 marcus search for other commits by this committer ] Original commit 
Update to 0.92.2.
Mon, 27 Oct 2003
[ 01:50 marcus search for other commits by this committer ] Original commit 
Update to 0.92.1.
Mon, 20 Oct 2003
[ 04:59 adamw search for other commits by this committer ] Original commit 
Update to 0.92 release.

I had to add a PORTEPOCH bump secondary to a poor choice of prerelease
numbering schemes on my part.
Wed, 15 Oct 2003
[ 05:38 marcus search for other commits by this committer ] Original commit 
Update to 0.92pre7.
Mon, 13 Oct 2003
[ 17:20 marcus search for other commits by this committer ] Original commit 
Update to 0.92pre6.
Sun, 12 Oct 2003
[ 03:32 bland search for other commits by this committer ] Original commit 
Update to 0.92-pre5
Sun, 28 Sep 2003
[ 01:54 bland search for other commits by this committer ] Original commit 
Update to 0.92-pre4
Thu, 25 Sep 2003
[ 05:21 adamw search for other commits by this committer ] Original commit 
Update to 0.92-pre3.
Sat, 23 Aug 2003
[ 01:03 perky search for other commits by this committer ] Original commit 
Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.

Submitted by:   olgeni
Sun, 15 Jun 2003
[ 23:34 marcus search for other commits by this committer ] Original commit 
Bump PORTREVISION after the last commit.
[ 23:33 marcus search for other commits by this committer ] Original commit 
Make GNOME support optional.

Submitted by:   obraun
Thu, 12 Jun 2003
[ 09:46 adamw search for other commits by this committer ] Original commit  (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Remove REINPLACE commands that were rolled into gnomehack.
Sat, 17 May 2003
[ 21:40 marcus search for other commits by this committer ] Original commit 
Convert to new GNOME infrastructure.
Sun, 20 Apr 2003
[ 19:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Fri, 4 Apr 2003
[ 22:26 marcus search for other commits by this committer ] Original commit 
Add a missing BUIL_DEPENDS on py-gtk2.

Submitted by:   David Thiel <lx@redundancy.redundancy.org>
[ 07:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 0.91.
Fri, 7 Mar 2003
[ 06:04 ade search for other commits by this committer ] Original commit  (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Fri, 20 Sep 2002
[ 17:07 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 8 Sep 2002
[ 19:15 marcus search for other commits by this committer ] Original commit 
Add missing dependency on bonobo.

Submitted by:   bento
Fri, 12 Jul 2002
[ 12:05 sobomax search for other commits by this committer ] Original commit 
- Use USE_GNOMENG;
- fix on -current by renaming isspecial() inline into dia_isspecial();
- enable freetype support.
[ 11:40 marcus search for other commits by this committer ] Original commit 
Add libunicode to the LIB_DEPENDS is dia is built without full GNOME support.

PR:             40373
Mon, 3 Jun 2002
[ 11:30 sobomax search for other commits by this committer ] Original commit 
Update to 0.90.
Sun, 16 Dec 2001
[ 06:53 sobomax search for other commits by this committer ] Original commit 
When building package forcefully turn optional GNOME components on, otherwise  
gnome and gnome-fifth-toe packages contain incorrect dependencies list.    
Tue, 28 Aug 2001
[ 13:04 sobomax search for other commits by this committer ] Original commit 
- Rework optional GNOME dependency, so it would not confuse bento;   - enable
gnomeprint support in Gnome case;   - use "@*" to pass arguments from the helper
script to the binary instead of     $*.    
Mon, 20 Aug 2001
[ 12:24 sobomax search for other commits by this committer ] Original commit 
Allow MAINTAINER to be overriden in slave ports.    
Tue, 22 May 2001
[ 19:17 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves   would be
able to insert their own entries (usually language category)   upfront.    
Mon, 21 May 2001
[ 03:35 ade search for other commits by this committer ] Original commit 
Update to 0.88.1 -- dia now really requires gdk-pixbuf, but also requires  
libart (from x11/gnomelibs) for the gdk-pixbuf stuff to really work, even  
though it itself has just been decoupled from GNOME.    
Thu, 17 May 2001
[ 22:48 ade search for other commits by this committer ] Original commit 
Update to 0.88    
Fri, 11 May 2001
[ 17:36 ade search for other commits by this committer ] Original commit  (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
SWitch maintainership of core GNOME ports to a small group of   committers
(gnome@FreeBSD.org), since this is now definitely too big   for just one person.
   
Fri, 4 May 2001
[ 22:51 ade search for other commits by this committer ] Original commit  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole   bunch of
GNOME applications under one convenient building mechanism.    
Thu, 29 Mar 2001
[ 16:35 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    

Number of commits found: 104 (showing only 100 on this page)

1 | 2  »