non port: graphics/pstoedit/Makefile |
SVNWeb
|
Number of commits found: 96 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 5 Aug 2022
|
[ 17:58 Bernard Spil (brnrd) ] 57a153b (Only the first 10 of 35 ports in this commit are shown above. )
archivers/libzip: Bump PORTREVISION on dependent ports
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Sat, 11 Dec 2021
|
[ 13:50 Tobias C. Berner (tcberner) ] 45526ec (Only the first 10 of 146 ports in this commit are shown above. )
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above )
|
Sat, 30 Oct 2021
|
[ 17:32 Tobias C. Berner (tcberner) ] 9d5f58f
graphics/pstoedit: switch to using the default-version of ImageMagick
editors/calligra would pull in graphics/ImageMagick6 making it
incompatible with other software relying on ImageMagick7.
The ports framework already supports depending on a default-version of
ImageMagick using bsd.default-versions.mk's ${IMAGEMAGICK_DEFAULT}, and
a patch to support building graphics/pstoedit was added by mi@ in 2017
in 0d908edaeb50afbbc115905bcc9c9a241c59c839 - however the dependency
line was never adopted to it.
Reported by: Graham Perrin <grahamperrin@gmail.com>
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 4 May 2020
|
[ 21:31 dinoex ] (Only the first 10 of 72 ports in this commit are shown above. )
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
|
Sat, 10 Nov 2018
|
[ 19:57 kwm ] (Only the first 10 of 157 ports in this commit are shown above. )
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
|
Thu, 28 Sep 2017
|
[ 15:36 kwm ] (Only the first 10 of 36 ports in this commit are shown above. )
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
|
Wed, 27 Sep 2017
|
[ 18:08 rakuco ] (Only the first 10 of 18 ports in this commit are shown above. )
Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638
|
Tue, 8 Aug 2017
|
[ 20:57 mi ]
Allow building with ImageMagick-7. Also, fix the problem that struck, when
libzip.so is present at build-time -- the port's configure would enable
one more module breaking plist. The libzip.so is now an unconditional
dependency -- whoever wants to, can make it an option.
|
Fri, 26 May 2017
|
[ 08:20 kwm ] (Only the first 10 of 34 ports in this commit are shown above. )
Chase ImageMagick shlib bump
|
Wed, 20 Jul 2016
|
[ 09:33 dinoex ] (Only the first 10 of 77 ports in this commit are shown above. )
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 24 Mar 2016
|
[ 15:47 tijl ] (Only the first 10 of 95 ports in this commit are shown above. )
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Mon, 8 Feb 2016
|
[ 11:20 amdmi3 ]
- Clarify LICENSE
- Switch to USES=localbase
- Switch to options helpers
|
Sat, 22 Aug 2015
|
[ 17:48 hrs ] (Only the first 10 of 354 ports in this commit are shown above. )
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above )
|
Thu, 16 Jul 2015
|
[ 20:53 kwm ] (Only the first 10 of 89 ports in this commit are shown above. )
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938
|
Tue, 10 Mar 2015
|
[ 12:35 kwm ] (Only the first 10 of 12 ports in this commit are shown above. )
Update ImageMagick to 6.9.0-10.
- USES=pkgconfig:both since the *-config scripts are wrappers around pkg-config.
- Don't require ghostscript for the freetype2 option.
- Actualy remove the pkg-help file with is obsolete since r377347 when the
library names where normalized.
Due to libMagick++-6.so bump, chase depend ports.
|
Mon, 16 Feb 2015
|
[ 16:00 vanilla ]
Upgrade to 3.70.
PR: 197439
Submitted by: Ports Fury.
|
Sun, 18 Jan 2015
|
[ 21:12 kwm ] (Only the first 10 of 45 ports in this commit are shown above. )
Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2]
|
Fri, 7 Nov 2014
|
[ 09:55 kwm ] (Only the first 10 of 32 ports in this commit are shown above. )
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
|
Fri, 22 Aug 2014
|
[ 19:08 tijl ]
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
|
Tue, 17 Jun 2014
|
[ 20:05 kwm ] (Only the first 10 of 36 ports in this commit are shown above. )
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1] (Only the first 15 lines of the commit message are shown above )
|
Wed, 4 Jun 2014
|
[ 13:33 amdmi3 ]
- Switch to USES=libtool, drop .la files
|
Sat, 10 May 2014
|
[ 21:17 stephen ]
- Chase revision 353604 to graphics/plotutils.
See: http://svnweb.freebsd.org/ports?view=revision&revision=353604
|
Mon, 28 Apr 2014
|
[ 21:31 nemysis ] (Only the first 10 of 33 ports in this commit are shown above. )
These ports are no longer used or cared for.
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
(Only the first 15 lines of the commit message are shown above )
|
Thu, 31 Oct 2013
|
[ 13:07 nemysis ]
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS and EXAMPLES Options
- Add MING to default Options
- Add patch, fix build on FreeBSD 10
Approved by: pawel / wg (mentors, implicit)
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 9 Aug 2013
|
[ 14:05 dinoex ] (Only the first 10 of 86 ports in this commit are shown above. )
- update libdg to 2.1.0
|
Sat, 8 Jun 2013
|
[ 02:29 miwi ]
- Update to 3.62
PR: 178849
Submitted by: maintainer
|
Tue, 23 Apr 2013
|
[ 10:47 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Convert g* to USES=pkgconfig
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Mon, 11 Mar 2013
|
[ 22:49 beech ]
- Fix NOPORTDOCS=yes in /etc/make.conf
.if ${PORT_OPTIONS:MDOCS}
PLIST_SUB+= PORTDOCS=""
.else
PLIST_SUB+= PORTDOCS="@comment "
.endif
${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1/
- Pass maintainership to submitter
PR: ports/176824
Submitted by: nemysis <nemysis@gmx.ch>
|
Thu, 13 Dec 2012
|
[ 18:35 bdrewery ]
- Chase graphics/ImageMagick update
- Trim header
|
Tue, 6 Nov 2012
|
[ 08:53 bsam ]
. licence is GPLv2 or later;
. use build target for USE_PKGCONFIG (more readable than just "yes");
. mark the new version as MAKE_JOBS_SAFE;
. the option -DHAVE_LIBGD is not needed anymore;
. remove ABI version from LIB_DEPENDS at options.
PR: ports/172021
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
|
Mon, 5 Nov 2012
|
[ 09:10 bsam ]
- update to version 3.6.1. New or changed in 3.61:
. fixed a bug in handling of -page option;
. improved support for 64-bit systems related to different version of
ghostscript;
. added some features for supporting the LaOS project
(http://www.laoslaser.org/).
- use two line style headers;
- remove ABI version from LIB_DEPENDS.
Feature safe: yes
|
Thu, 26 Jul 2012
|
[ 05:40 bapt ] (Only the first 10 of 158 ports in this commit are shown above. )
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Mon, 23 Jul 2012
|
[ 01:33 dougb ] (Only the first 10 of 45 ports in this commit are shown above. )
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
Tue, 12 Jun 2012
|
[ 21:42 bapt ] (Only the first 10 of 27 ports in this commit are shown above. )
Conver to new options framework
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 18 Oct 2011
|
[ 13:06 ehaupt ]
Update to version 3.60
PR: 161638
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 11 Oct 2011
|
[ 07:17 mm ] (Only the first 10 of 33 ports in this commit are shown above. )
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Wed, 31 Aug 2011
|
[ 12:31 kwm ]
Chase graphics/ming shlib bump.
Reported by: Jashank Jeremy <jashank.jeremy@gmail.com> (via irc)
|
Tue, 2 Aug 2011
|
[ 10:07 gahr ]
- Disable default swf support via graphics/ming, which is currently broken
|
Mon, 2 May 2011
|
[ 12:44 makc ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Thu, 16 Dec 2010
|
[ 11:21 avilla ]
- Mark MAKE_JOBS_UNSAFE. [1]
- Use bsd.port.options.mk.
- Get rid of MD5 in distinfo.
PR: ports/152895 [1]
Submitted by: amdmi3 [1]
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 24 Jul 2010
|
[ 19:49 mm ] (Only the first 10 of 33 ports in this commit are shown above. )
Update ImageMagick to 6.6.2-10
|
Sun, 28 Mar 2010
|
[ 21:41 mm ] (Only the first 10 of 30 ports in this commit are shown above. )
- Bump Magick++, MagickWand or MagickCore dependency
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 28 Aug 2009
|
[ 23:30 miwi ]
- Update to 3.50
PR: 138278
Submitted by: Ports Fury
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Tue, 10 Feb 2009
|
[ 19:50 mm ] (Only the first 10 of 32 ports in this commit are shown above. )
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
|
Tue, 22 Apr 2008
|
[ 10:56 miwi ] (Only the first 10 of 27 ports in this commit are shown above. )
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Fri, 5 Oct 2007
|
[ 21:55 miwi ]
- Update to 3.45
PR: 116927
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 24 Sep 2007
|
[ 08:39 rafan ] (Only the first 10 of 20 ports in this commit are shown above. )
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.
Approved by: portmgr (pav)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 14 Aug 2006
|
[ 23:06 clsung ] (Only the first 10 of 81 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Wed, 24 May 2006
|
[ 14:21 mnag ] (Only the first 10 of 32 ports in this commit are shown above. )
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
|
Sun, 23 Apr 2006
|
[ 14:00 vs ]
Chase shlib bump in graphics/ming
|
Fri, 31 Mar 2006
|
[ 03:23 ijliao ]
upgrade to 3.44
PR: 95114
Submitted by: Ports Fury
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Thu, 5 Jan 2006
|
[ 03:57 edwin ] (Only the first 10 of 90 ports in this commit are shown above. )
Chase libversion bumb to libMagick.so.9
PR: ports/91270
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Wed, 28 Sep 2005
|
[ 18:26 arved ]
Update to 3.42
PR: 86679
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 30 Aug 2005
|
[ 03:05 ijliao ]
upgrade to 3.41
PR: 85381
Submitted by: Ports Fury
|
Wed, 1 Jun 2005
|
[ 19:56 oliver ] (Only the first 10 of 45 ports in this commit are shown above. )
change the libtool version to use from 1.3 to 1.5
|
Sun, 6 Mar 2005
|
[ 22:16 pav ] (Only the first 10 of 17 ports in this commit are shown above. )
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer)
|
Sun, 5 Dec 2004
|
[ 15:12 josef ]
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
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
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Sun, 8 Feb 2004
|
[ 09:16 linimon ]
The EMF/WMF backend has been supported by pstoedit since version 3.32,
so enable it.
PR: ports/62223
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
|
Tue, 20 Jan 2004
|
[ 16:30 marcus ] (Only the first 10 of 35 ports in this commit are shown above. )
Use the new ghostscript options.
Submitted by: linimon
|
Sun, 26 Oct 2003
|
[ 11:08 krion ]
- Fix build on 5.x
- Pet portlint
PR: 58543 58064
Submitted by: Fritz Heinrichmeyer, Larry Rosenman
|
Sun, 12 Oct 2003
|
[ 18:37 trevor ]
Bump libMagick++ soversion.
|
Sat, 27 Sep 2003
|
[ 00:45 edwin ] (Only the first 10 of 15 ports in this commit are shown above. )
- ECHO -> ECHO_MSG
for some ports:
- pre-fetch -> pre-everything
PR: ports/56785-56799
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sun, 31 Aug 2003
|
[ 00:40 edwin ]
[PATCH] graphics/pstoedit: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
print/ghostscript-gnu or print/ghostscript-afp1
PR: ports/54932
Submitted by: Jens Rehsack <rehsack@liwing.de>
|
Thu, 31 Jul 2003
|
[ 07:40 daichi ]
update graphics/pstoedit:
- Utilize USE_GNOME
PR: 55056
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Thu, 20 Feb 2003
|
[ 18:08 knu ] (Only the first 10 of 308 ports in this commit are shown above. )
de-pkg-comment
|
Sat, 8 Feb 2003
|
[ 05:27 nork ] (Only the first 10 of 15 ports in this commit are shown above. )
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury
|
Sun, 2 Feb 2003
|
[ 13:27 nork ]
Update to 3.33.
PR: ports/47331
Submitted by: Ports Fury
|
Thu, 19 Sep 2002
|
[ 20:40 ijliao ]
fix dependencies
support NOPORTDOCS
PR: 42737
Submitted by: Ports Fury
|
Thu, 12 Sep 2002
|
[ 17:28 sobomax ]
Update to 3.32.
|
Tue, 12 Mar 2002
|
[ 00:56 pat ]
Update to 3.31
PR: 35791
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sat, 6 Oct 2001
|
[ 16:43 lioux ]
o update to 3.30 o support NOPORTDOCS in PLIST o add WWW tag to PLIST
|
Mon, 17 Sep 2001
|
[ 18:40 dwcjr ] (Only the first 10 of 41 ports in this commit are shown above. )
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long
|
Tue, 11 Sep 2001
|
[ 22:23 knu ] (Only the first 10 of 13 ports in this commit are shown above. )
Replace the ghostscript6 dependencies with ghostscript-gnu.
|
Sat, 1 Sep 2001
|
[ 19:00 dwcjr ]
Tweak DISTNAME
|
Fri, 8 Jun 2001
|
[ 12:55 tg ]
Upgrade to 3.21.
|
Mon, 2 Apr 2001
|
[ 09:30 mharo ]
remove deprecated fetch options from FETCH_BEFORE_ARGS
|
Number of commits found: 96 |