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/aqsis/Makefile
SVNWeb

Number of commits found: 87

Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
[ 00:15 jbeich search for other commits by this committer ] Original commit   Revision:487266 (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Sat, 22 Sep 2018
[ 10:15 mandree search for other commits by this committer ] Original commit   Revision:480374 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.

Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
Thu, 9 Aug 2018
[ 06:58 jbeich search for other commits by this committer ] Original commit   Revision:476723 (Only the first 10 of 404 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Wed, 18 Apr 2018
[ 13:57 jbeich search for other commits by this committer ] Original commit   Revision:467711 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
Tue, 17 Apr 2018
[ 07:57 jbeich search for other commits by this committer ] Original commit   Revision:467572
graphics/aqsis: unbreak with boost 1.67

/usr/bin/ld: undefined reference to symbol `pthread_condattr_init@@FBSD_1.0'
(try adding -lthr)

PR:		227427
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/boostorg/thread/commit/1e84b978b2bb
Thu, 18 Jan 2018
[ 04:11 jbeich search for other commits by this committer ] Original commit   Revision:459315 (Only the first 10 of 356 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
Fri, 1 Dec 2017
[ 01:58 mandree search for other commits by this committer ] Original commit   Revision:455244 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Security update OpenEXR and ilmbase to 2.2.1.

While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.

This changes the library's SONAME, so bump PORTREVISION of all dependees.

Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.

Security:	CVE-2017-9110
Security:	CVE-2017-9111
Security:	CVE-2017-9112
Security:	CVE-2017-9113
Security:	CVE-2017-9114
Security:	CVE-2017-9115
Security:	CVE-2017-9116
Security:	803879e9-4195-11e7-9b08-080027ef73ec
Mon, 25 Sep 2017
[ 00:08 jbeich search for other commits by this committer ] Original commit   Revision:450560 (Only the first 10 of 342 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
[ 00:05 jbeich search for other commits by this committer ] Original commit   Revision:450558
graphics/aqsis: switch to C++11 for Boost

PR:		220787
[ 00:05 jbeich search for other commits by this committer ] Original commit   Revision:450557 (Only the first 10 of 327 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Tue, 2 May 2017
[ 06:48 jbeich search for other commits by this committer ] Original commit   Revision:439934 (Only the first 10 of 336 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Fri, 6 Jan 2017
[ 08:45 jbeich search for other commits by this committer ] Original commit   Revision:430692 (Only the first 10 of 324 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Wed, 23 Nov 2016
[ 12:45 jbeich search for other commits by this committer ] Original commit   Revision:426908 (Only the first 10 of 353 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Sun, 18 Sep 2016
[ 11:54 linimon search for other commits by this committer ] Original commit   Revision:422378
Mark broken on sparc64.

Approved by:	portmgr (tier-2 blanket)
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
Tue, 9 Jun 2015
[ 16:37 amdmi3 search for other commits by this committer ] Original commit   Revision:388948
- Fix shebangs
- Add missing bash dependency

MFH:		2015Q2
Wed, 10 Dec 2014
[ 22:29 gahr search for other commits by this committer ] Original commit   Revision:374492 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Reset maintainership of my ports
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Fri, 15 Aug 2014
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:365038 (Only the first 10 of 522 ports in this commit are shown above. View all ports for this commit)
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Fri, 4 Jul 2014
[ 12:51 gahr search for other commits by this committer ] Original commit   Revision:360611
- Fix LICENSE
Fri, 7 Feb 2014
[ 11:44 bapt search for other commits by this committer ] Original commit   Revision:343214 (Only the first 10 of 229 ports in this commit are shown above. View all ports for this commit)
Chase boost and icu bump
While here convert some LIB_DEPENDS
Wed, 20 Nov 2013
[ 14:25 nemysis search for other commits by this committer ] Original commit   Revision:334422 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
Thu, 31 Oct 2013
[ 15:13 gahr search for other commits by this committer ] Original commit   Revision:332251
- Bump PORTREVISION, forgot in previous commit
[ 00:32 nemysis search for other commits by this committer ] Original commit   Revision:332189 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
graphics/ilmbase

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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)
Tue, 11 Jun 2013
[ 14:47 miwi search for other commits by this committer ] Original commit   Revision:320576
- Fix build
- Remove 7.X gruft

Reported by:	pkg (DEVELOPER_MODE)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Thu, 31 Jan 2013
[ 13:38 bapt search for other commits by this committer ] Original commit   Revision:311310 (Only the first 10 of 164 ports in this commit are shown above. View all ports for this commit)
Chase boost update
Thu, 17 Jan 2013
[ 03:32 swills search for other commits by this committer ] Original commit   Revision:310536 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Chase lib version changes from ilmbase and OpenEXR updates
Thu, 30 Aug 2012
[ 16:59 gahr search for other commits by this committer ] Original commit   Revision:303383
- Update to 1.8.2
  Announcement: http://www.aqsis.org/2012/08/version-182-available.html
Sun, 10 Jun 2012
[ 15:35 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on FreeBSD 7.X: does not compile
  Aqsis-1.8.0-Source/libs/util/plugins.cpp: In member function 'const
Aqsis::CqString Aqsis::CqPluginBase::DLError()':
  Aqsis-1.8.0-Source/libs/util/plugins.cpp:174: error: invalid conversion from
'const char*' to 'char*'

Reported by:    pointyhat
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
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
Sat, 19 May 2012
[ 17:49 makc 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)
- Unbreak build by removing patches added in the previous commit. The port
  has been updated already and builds fine with boost-1.48.0 [1]

- While here, add _build suffix for some Qt4 components to avoid
  run dependency on them. I've bumped PORTREVISION in the previous commit
  so no changes this time.

Reported by:    pav/pointyhat [1]
Wed, 16 May 2012
[ 16:09 makc search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Add patches to fix build with boost-1.48.0

PR:             ports/156253
Submitted by:   Alexander Churanov
Approved by:    portmgr (linimon)
Thu, 15 Mar 2012
[ 12:39 gahr search for other commits by this committer ] Original commit 
- Add a patch to fix a missing implementation of a RIB API function, the
  patch has been posted to the upstream tracker at
  http://sf.net/tracker/?func=detail&atid=383970&aid=3505124&group_id=25264

- Bump PORTREVISION

Feature safe:   yes
Thu, 8 Mar 2012
[ 07:59 gahr search for other commits by this committer ] Original commit 
- Update to 1.8.0
  Release notes: http://www.aqsis.org/2012/02/aqsis-180-released.html
Mon, 14 Nov 2011
[ 03:26 rakuco search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (miwi)
Feature safe:   yes
Thu, 1 Apr 2010
[ 15:23 gahr search for other commits by this committer ] Original commit 
- Fix dependency on fltk, now that fltk-threads is gone

Reported by:    itetcu
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
Fri, 12 Mar 2010
[ 09:09 gahr search for other commits by this committer ] Original commit 
- Restore previous BUILD_DEPENDS and LIB_DEPENDS lines.
  Previous commit was nonsense, wrt depends.

Reported by:    QAT
[ 08:38 gahr search for other commits by this committer ] Original commit 
- Use the new CMAKE_OUTSOURCE feature
- Move fltk-threads from BUILD_DEPENDS to LIB_DEPENDS
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
Wed, 20 Jan 2010
[ 17:05 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 6.x

Reported by:    pointyhat
Sun, 3 Jan 2010
[ 12:23 gahr search for other commits by this committer ] Original commit 
- Update to 1.6.0
- Unbreak on sparc64
- Fix build on i386 and amd64 [1]

Reported by:    PH via miwi, pav [1]
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Tue, 28 Jul 2009
[ 11:45 pav search for other commits by this committer ] Original commit  (Only the first 10 of 167 ports in this commit are shown above. View all ports for this commit)
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Thu, 2 Apr 2009
[ 21:57 gahr search for other commits by this committer ] Original commit 
- Update to 1.4.2
- Prepare for upcoming boost 1.37.0 [1]

PR:             132833 [1]
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
Tue, 24 Mar 2009
[ 19:13 makc search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
bump PORTREVISION after cmake update
Wed, 10 Dec 2008
[ 07:35 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Mark as broken on sparc64.

Hat:    portmgr
Wed, 22 Oct 2008
[ 23:44 gahr search for other commits by this committer ] Original commit 
- Fix build on sparc64
Wed, 24 Sep 2008
[ 14:33 gahr search for other commits by this committer ] Original commit 
- Update to 1.4.1
Thu, 21 Aug 2008
[ 17:37 gahr search for other commits by this committer ] Original commit 
- Update to 1.4.0
Thu, 21 Feb 2008
[ 21:20 gahr search for other commits by this committer ] Original commit  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.

Approved by:    miwi (mentor)
Fri, 14 Dec 2007
[ 19:08 miwi search for other commits by this committer ] Original commit 
- Update to 1.2.0
- Fix build with gcc 4.2
- Pass maintainership to submitter

PR:             118681
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Wed, 17 Oct 2007
[ 10:13 ade search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
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}.
Sat, 21 Apr 2007
[ 17:20 kris search for other commits by this committer ] Original commit 
BROKEN on 7.0: Broken plist from objformat
Fri, 30 Mar 2007
[ 04:16 kris search for other commits by this committer ] Original commit 
Now appears to build on amd64 (assuming ia64 too)
Mon, 14 Aug 2006
[ 23:06 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
- 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>
Sun, 7 May 2006
[ 23:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE for categories starting with a G
Wed, 2 Nov 2005
[ 00:40 pav search for other commits by this committer ] Original commit 
- Update to 1.0.1

PR:             ports/88345
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Sun, 10 Jul 2005
[ 19:04 oliver search for other commits by this committer ] Original commit 
mark BROKEN on ia64

Noted by:       pointyhat via kris
Sat, 11 Jun 2005
[ 11:22 oliver search for other commits by this committer ] Original commit 
install static libraries since at least graphics/ayam need them
bump PORTREVISION
Thu, 9 Jun 2005
[ 18:14 oliver search for other commits by this committer ] Original commit 
fix build on 4

Noted by:       pointyhat via kris
Wed, 1 Jun 2005
[ 19:56 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Sun, 10 Apr 2005
[ 14:41 leeym search for other commits by this committer ] Original commit 
- Update ports/graphics/aqsis to 1.0.0

PR:             79741
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Mon, 31 Jan 2005
[ 10:40 krion search for other commits by this committer ] Original commit 
BROKEN on amd64: Does not compile on amd64 (needs -fPIC)
Thu, 30 Sep 2004
[ 05:32 kris search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Wed, 18 Aug 2004
[ 18:20 krion search for other commits by this committer ] Original commit 
Update to version 0.9.2

PR:             ports/70629
Submitted by:   Ports Fury
Mon, 9 Aug 2004
[ 08:17 vs search for other commits by this committer ] Original commit 
Unbreak:
 - LIBTOOLize
 - USE_GCC=3.3 on 4.X
 - pet portlint

Closes PR:      ports/70099
Submitted by:   "Daniela"
Wed, 5 May 2004
[ 03:16 ijliao search for other commits by this committer ] Original commit 
add missing depends

Noticed by:     bento via kris
Mon, 12 Apr 2004
[ 09:44 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
upgrade to 0.9.1
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)
Sat, 31 Jan 2004
[ 00:10 arved search for other commits by this committer ] Original commit 
Fix build on AMD64
Fri, 30 Jan 2004
[ 11:45 kris search for other commits by this committer ] Original commit 
Fix plist and bump PORTREVISION
Wed, 1 Oct 2003
[ 12:28 krion 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)
- Update to version 0.8.0

PR:             57356
Submitted by:   Ports Fury
Thu, 20 Feb 2003
[ 18:08 knu search for other commits by this committer ] Original commit  (Only the first 10 of 308 ports in this commit are shown above. View all ports for this commit)
de-pkg-comment
Mon, 23 Sep 2002
[ 11:52 knu search for other commits by this committer ] Original commit 
devel/libargparse only installs a static library, so the dependency
can be described in LIB_DEPENDS.  Use BUILD_DEPENDS instead.

Submitted by:   bento
Fri, 13 Sep 2002
[ 07:50 ijliao search for other commits by this committer ] Original commit 
add aqsis 0.6.6
A photorealistic rendering system

Number of commits found: 87