Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Apr 2022 20:55:37 2.1.8_3
|
Po-Chuan Hsieh (sunpoet)  |
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae |
10 Apr 2022 19:11:41 2.1.8_2
|
Charlie Li (vishwin)  |
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) |
26 Mar 2022 08:27:27 2.1.8_1
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
29 Dec 2021 13:38:16 2.1.8
|
Fernando ApesteguĂa (fernape)  |
comms/xastir: Update to 2.1.8
ChangeLog: https://github.com/Xastir/Xastir/releases/tag/Release-2.1.8
While here:
* Remove gettext and python from USES. The port doesn't used them anymore.
* Remove comment
* Move patch to .am file instead of generated .in file
* Remove sparc64 patch (architecture is UNSUPPORTED in 13 and above)
* Add USES=autoreconf
This last item allows us to bypass bootstrap.sh. The language preprocessing is
already done in the config directory so there is no need to do it as a bootstrap
step.
PR: 259669
Reported by: russo@bogodyn.org (xastir developer)
Approved by: carl@stagecraft.cx (maintainer, timeout > 1 month) |
11 Dec 2021 13:50:53 2.1.6
|
Tobias C. Berner (tcberner)  |
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 ) |
06 Apr 2021 14:31:07 2.1.6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Sep 2020 08:50:25
2.1.6
|
tobik  |
Clean up some things
Reported by: portscan |
21 Sep 2020 14:46:12
2.1.6
|
db  |
Xastir 2.1.6 was released in April of 2020.
FreeBSD's port still has 2.1.4 (over a year old), and that port was
recently patched to fix the build with GCC 10 by adding "-fcommon"
to the CFLAGS. Xastir 2.1.6 has had its GCC 10 compatibility fixed
so that sort of hack is no longer needed in the port if it were
updated to the new version.
There are also numerous other improvements over 2.1.4, including removal
of obsolete options, and consolidation of some options that had
previously been set up as independently selectable, but were in fact
completely dependent on each other. The build is simpler now,
as some of these things that were previously user-selectable are
automatic now -- notably, if shapelib support is requested and
shapelib is found, pcre is also required *and* automatically enables (Only the first 15 lines of the commit message are shown above ) |
22 Jun 2020 03:21:39
2.1.4_3
|
tobik  |
comms/xastir: Unbreak build with GCC 10 (-fno-common)
/usr/local/bin/ld: db.o:(.bss+0x2cc00): multiple definition of `xa_config_dir';
color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: fcc_data.o:(.bss+0x0): multiple definition of
`xa_config_dir'; color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: igate.o:(.bss+0x120): multiple definition of `xa_config_dir';
color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: interface.o:(.bss+0x209a0): multiple definition of `pname';
db.o:(.bss+0x2cbe0): first defined here
/usr/local/bin/ld: interface.o:(.bss+0x209c0): multiple definition of
`xa_config_dir'; color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: interface_gui.o:(.bss+0x3b00): multiple definition of
`xa_config_dir'; color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: location_gui.o:(.bss+0x20): multiple definition of
`xa_config_dir'; color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: main.o:(.bss+0x6c78): multiple definition of
`number_of_predefined_objects'; db.o:(.bss+0x2cfe8): first defined here
/usr/local/bin/ld: main.o:(.bss+0x6c80): multiple definition of `xa_config_dir';
color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: main.o:(.bss+0x6c70): multiple definition of `pname';
db.o:(.bss+0x2cbe0): first defined here
/usr/local/bin/ld: maps.o:(.bss+0x4a40): multiple definition of `xa_config_dir';
color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: map_cache.o:(.bss+0x20): multiple definition of
`xa_config_dir'; color.o:(.bss+0x20): first defined here
/usr/local/bin/ld: map_dos.o:(.bss+0x0): multiple definition of `xa_config_dir';
color.o:(.bss+0x20): first defined here (Only the first 15 lines of the commit message are shown above ) |
27 Dec 2019 13:43:00
2.1.4_3
|
bapt  |
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil |
04 Nov 2019 21:36:13
2.1.4_2
|
zeising  |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'. |
13 Aug 2019 16:00:39
2.1.4_2
|
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
26 Jul 2019 20:46:57
2.1.4_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
19 Jul 2019 14:30:23
2.1.4_1
|
swills  |
comms/xastir: put back ImageMagick/GraphicsMagick choice
While here, improve formatting
PR: 239217
Submitted by: carl@stagecraft.cx (maintainer) |
16 Jul 2019 17:40:24
2.1.4
|
swills  |
comms/xastir: update to 2.1.4
PR: 239217
Submitted by: carl@stagecraft.cx (maintainer) |
27 Jun 2019 19:57:33
2.1.0_4
|
sunpoet  |
Update graphics/libgeotiff to 1.5.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS
https://lists.osgeo.org/pipermail/geotiff/2019-March/000861.html
https://lists.osgeo.org/pipermail/geotiff/2019-March/000862.html |
26 Jun 2019 05:25:08
2.1.0_3
|
antoine  |
Mark BROKEN: magick/image-private.h: No such file or directory
Reported by: pkg-fallout |
12 Dec 2018 01:35:36
2.1.0_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
2.1.0_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
10 Mar 2018 17:46:06
2.1.0_1
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
04 Mar 2018 22:08:55
2.1.0
|
ler  |
comms/xastir: fix some portlint warnings I missed |
04 Mar 2018 21:57:54
2.1.0
|
ler  |
comms/xastir: upgrade to 2.1.0
PR: 226187
Submitted by: carl@stagecraft.cx (Maintainer) |
30 Dec 2017 10:40:39
2.0.6_5
|
danfe  |
- Unbreak the build on sparc64: gcc was generating assembler code that
invoked FdTOx (convert floating point to 64-bit integer) instruction
with odd register number as the second argument, while apparently[*]
an even number is required:
fdtox %f10, %f15
It caused ``Illegal operands'' error when compiling `draw_symbols.c':
{standard input}: Assembler messages:
{standard input}:2686: Error: Illegal operands
{standard input}:2695: Error: Illegal operands
{standard input}:2835: Error: Illegal operands
{standard input}:2844: Error: Illegal operands
{standard input}:2854: Error: Illegal operands
{standard input}:2864: Error: Illegal operands
Fix the build by forcing -O0 when compiling this file on sparc64.
- Remove OPTCFLAGS option which enabled "optimized" CFLAGS ``-O2 -pipe'':
these are our default CFLAGS for a long time
[*] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56890 |
25 Jul 2017 12:16:49
2.0.6_5
|
amdmi3  |
- Add missing python run-dependency
- Fix additional shebang
Approved by: portmgr blanket |
12 Dec 2016 20:57:37
2.0.6_4
|
sunpoet  |
- Update to 1.4.0
- Use PORTDOCS
- Update pkg-descr
- Bump PORTREVISION for dependent ports
Changes: http://shapelib.maptools.org/release.html |
08 Aug 2016 13:46:50
2.0.6_3
|
mat  |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
01 Apr 2016 13:29:17
2.0.6_3
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
11 Oct 2015 16:20:41
2.0.6_3
|
marino  |
graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22
GraphicsMagick was just updated, but there was as newer, second
PR to upgrade it once more. And again, the shared library version
has been bumped (haven't these guys heard of symbol versioning?)
While the INDEX references 114 users of GraphicksMagick, I'm going to
only bump the same 8 ports as yesterday. The bump script appears to
be obsolete (still uses CVS!)
PR: 203547
Submitted by: Walter Schwarzenfeld |
10 Oct 2015 15:20:41
2.0.6_2
|
marino  |
graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21
The shared library versions changed, so bump all the ports that
depend on GraphicsMagick by default too.
PR: 200304
Submitted by: ports fury |
19 Aug 2015 13:41:52
2.0.6_1
|
mat  |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight |
19 Aug 2015 13:30:00

|
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
14 Jul 2015 19:49:23
2.0.6_1
|
amdmi3  |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
22 Jun 2015 18:33:22
2.0.6
|
antoine  |
Convert to USES=jpeg |
05 Apr 2015 15:16:59
2.0.6
|
db  |
The port in comms/xastir is version 2.0.4 from 2012. A release 2.0.6 was
released in 2014. The release has only minor changes, but among them
is the ability to link against BDB 5.x instead of being restricted to 4.x.
Since the current port has "WITH_BDB_HIGHEST" set to true, the highest
available is now 5.x, and the 2.0.4 would not work with 5.x, this alone
is reason to update.
I've pinged Carl several times and committing this fix anyway but will
email Carl again as a courtesy.
PR: ports/198872
Submitted by: russo@bogodyn.org |
25 Dec 2014 20:54:43
2.0.4_9
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
2.0.4_8
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
20 Oct 2014 09:31:34
2.0.4_8
|
bapt  |
Cleanup plist |
21 Aug 2014 22:50:30
2.0.4_8
|
mandree  |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
04 Aug 2014 19:34:31
2.0.4_7
|
amdmi3  |
- Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips
Approved by: portmgr blanket |
23 Jul 2014 23:02:46
2.0.4_6
|
amdmi3  |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
11 Jul 2014 11:16:06
2.0.4_5
|
sunpoet  |
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]
Approved by: portmgr (implicit) [1] |
17 Jun 2014 19:26:39
2.0.4_4
|
rene  |
Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs
Approved by: portmgr (antoine) |
13 Jun 2014 15:33:07
2.0.4_3
|
vanilla  |
Stagify.
Approved by: portmgr@ |
11 Dec 2013 15:10:44
2.0.4_3
|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms |
20 Sep 2013 16:03:29
2.0.4_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
21 Aug 2013 03:46:21
2.0.4_3
|
sunpoet  |
- Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News |
14 Aug 2013 22:35:54
2.0.4_2 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
11 Jul 2013 16:26:27
2.0.4_2
|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
09 Jul 2013 21:49:36
2.0.4_1
|
bapt  |
Convert from USE_MOTIF to USES=motif
While here:
- trim headers
- Remove indefinite article from comment
- convert USE_GMAKE to USES=gmake |
24 Apr 2013 18:10:32
2.0.4_1
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
10 Dec 2012 19:11:12
2.0.4_1 
|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
07 Dec 2012 01:46:38
2.0.4
|
db  |
- Update Xastir to the latest stable version.
- It's been 2 years since the last stable release.
Feature safe: yes
PR: ports/174148
Submitted by: Maintainer |
23 Jun 2012 01:23:21
2.0.0_9
|
db  |
- HDRI has been enabled by default on ImageMagick.
This breaks Xastir badly as it assumes QuantumDepth is an integer.
This fix below removes ImageMagick from the build and defaults
to GraphicsMagick which still works. (From PR)
- Convert to options NG while I am in here. (db)
PR: ports/169172
Submitted by: carl@stagecraft.cx |
01 Jun 2012 05:26:28
2.0.0_8
|
dinoex  |
- update png to 1.5.10 |
19 May 2012 10:07:14
2.0.0_7
|
sunpoet  |
- Bump PORTREVISION for graphics/gdal shlib change |
10 May 2012 15:05:59
2.0.0_6
|
glarkin  |
- Chase graphics/GraphicsMagick13 shlib bumps
PR: ports/166683 |
26 Apr 2012 09:03:15
2.0.0_5
|
sunpoet  |
- Bump PORTREVISION for graphics/libgeotiff shlib change |
14 Feb 2012 12:45:35
2.0.0_4
|
mm  |
Bump pcre library dependency due to 8.30 update |
22 Oct 2011 23:50:23
2.0.0_3
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
11 Oct 2011 07:17:46
2.0.0_3
|
mm  |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5) |
02 May 2011 12:44:53
2.0.0_2
|
makc  |
Bump PORTREVISION after open-mofit update |
29 Jan 2011 13:09:13
2.0.0_1
|
sunpoet  |
- Bump PORTREVISION for gdal shlib change
Feature safe: yes |
26 Nov 2010 17:28:52
2.0.0
|
xride  |
Update Xastir to v2.0.0 which adds support for OSM maps.
PR: ports/152032
Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer) |
24 Jul 2010 19:49:59
1.9.8_6
|
mm  |
Update ImageMagick to 6.6.2-10 |
23 Jul 2010 19:01:27
1.9.8_5
|
xride  |
Update to fix an issue with Xastir/Motif and a certain level of Xorg server.
PR: ports/148491
Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer) |
31 May 2010 02:01:56
1.9.8_4
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
03 Apr 2010 10:44:36
1.9.8_3
|
roam  |
Chase the ftp/curl shlib version bump. |
28 Mar 2010 21:41:12
1.9.8_2
|
mm  |
- Bump Magick++, MagickWand or MagickCore dependency |
28 Mar 2010 06:47:48
1.9.8_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
15 Feb 2010 21:33:13
1.9.8
|
xride  |
Update version of Xastir to 1.9.8, ie current stable release.
PR: ports/143478
Submitted by: maintainer (Carl Makin)
Feature safe: yes |
05 Feb 2010 11:46:55
1.9.6_3
|
dinoex  |
- update to jpeg-8 |
25 Dec 2009 07:24:50
1.9.6_2
|
wen  |
- Bump PORTREVISION to chase the update of shapelib |
24 Dec 2009 20:24:42
1.9.6_1
|
xride  |
Previous update to 1.9.6 could conflict with shapelib port in default
configuration. This update fixes that by requiring shapelib port
by default and not enabling option that could install duplicate files.
PR: ports/141911
Submitted by: maintainer (Carl Makin) |
20 Dec 2009 17:48:40
1.9.6
|
xride  |
Update to 1.9.6
PR: ports/141701
Submitted by: maintainer (Carl Makin) |
22 Aug 2009 00:15:15
1.9.4_4
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
18 Jul 2009 11:11:29
1.9.4_4
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
29 May 2009 04:09:55
1.9.4_3
|
linimon  |
Mark as broken on sparc64: uses i386 assembly. |
18 Mar 2009 04:12:10
1.9.4_3
|
rafan  |
- Bump PORTREVISION for graphics/gdal upgrade
Requested by: Dmitry Marakasov <amdmi3 at amdmi3.ru> |
10 Feb 2009 19:50:55
1.9.4_2
|
mm  |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
23 Jan 2009 15:43:14
1.9.4_1
|
roam  |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
26 Sep 2008 18:49:57
1.9.4
|
xride  |
Update comms/xastir to the latest stable version.
PR: 127086
Submitted by: maintainer (Carl Makin) |
06 Jun 2008 13:15:07
1.9.2_2
|
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) |
22 Apr 2008 10:56:45
1.9.2_1
|
miwi  |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@ |
22 Dec 2007 16:07:12
1.9.2
|
db  |
- Update release. [1]
- Make portlint happier.
- Fix location of man page.
PR: ports/118886 [1] |
19 May 2007 20:32:57
1.8.4_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
13 Dec 2006 12:41:36
1.8.4_1
|
roam  |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports |
10 Dec 2006 22:06:20
1.8.4
|
xride  |
Update to 1.8.4
PR: 105202
Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer)
Approved by: tmclaugh (implicit) |
23 Sep 2006 23:44:15
1.8.2_1
|
bsam  |
Fix an optional dependancy so it installs what it really needs
(astro/gpsman -> graphics/gpsmanshp).
PR: 103516
Submitted by: Carl Makin <carl at stagecraft.cx> (maintainer) |
14 Jul 2006 22:01:56
1.8.2
|
itetcu  |
Update to 1.8.2
PR: ports/100289
Submitted by: maintainer |
07 Jun 2006 13:45:44
1.8.0_1
|
edwin  |
remove old distinfo information |
24 May 2006 14:21:45
1.8.0_1
|
mnag  |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
03 May 2006 23:38:41
1.8.0
|
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
25 Apr 2006 11:42:59
1.8.0
|
vs  |
Update to 1.8.0
PR: ports/96129
Submitted by: maintainer |
22 Jan 2006 08:22:09
1.7.0_1
|
edwin  |
SHA256ify
Approved by: krion@ |
21 Jan 2006 17:37:14
1.7.0_1
|
krion  |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
05 Jan 2006 03:57:35
1.7.0_1
|
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
25 Oct 2005 22:15:18
1.7.0
|
ehaupt  |
Update to 1.7.0
PR: 87976
Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer) |
25 May 2005 05:24:31
1.5.0
|
jylefort  |
- Update to 1.5.0 [1]
- Use SUB_FILES=pkg-message
PR: ports/81376 [1]
Submitted by: maintainer [1] |
08 Dec 2004 18:51:02
1.4.1
|
pav  |
- Update to 1.4.1
PR: ports/74799
Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer) |
05 Nov 2004 13:36:42
1.4.0
|
arved  |
Update to 1.4.0
PR: 71906
Submitted by: Carl Makin <carl@stagecraft.cx> |