non port: editors/texmacs/Makefile |
SVNWeb
|
Number of commits found: 101 (showing only 100 on this page) |
Wed, 30 Aug 2023
|
[ 16:51 Muhammad Moinur Rahman (bofh) ] b74afcf
editors/texmacs: Fix build on 13, 14 and 15
Sponsored by: The FreeBSD Foundation
|
Sun, 30 Jul 2023
|
[ 22:59 Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth ] 7edcfae (Only the first 10 of 69 ports in this commit are shown above. )
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194
|
Mon, 19 Dec 2022
|
[ 14:44 Muhammad Moinur Rahman (bofh) ] 721e577 (Only the first 10 of 130 ports in this commit are shown above. )
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
|
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 7cd7a8d (Only the first 10 of 119 ports in this commit are shown above. )
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 28 Sep 2021
|
[ 20:41 Muhammad Moinur Rahman (bofh) ] a9f4e505
editors/texmacs: Return to POOL
|
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, 15 Feb 2021
|
[ 23:13 bofh ]
editors/texmacs: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X
- Take MAINTAINERSHIP
|
Mon, 1 Feb 2021
|
[ 12:55 antoine ]
Mark BROKEN on FreeBSD 13 and 14
./Plugins/Pdf/PDFWriter/PDFDocumentHandler.cpp:1332:24: error: assigning to
'bool' from incompatible type 'nullptr_t'
mParserOwned = NULL;
^~~~
Reported by: pkg-fallout
MFH: 2021Q1
|
Tue, 5 Nov 2019
|
[ 15:48 zeising ] (Only the first 10 of 73 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
|
Sat, 16 Mar 2019
|
[ 15:52 tcberner ]
editors/texmacs: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit)
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Fri, 26 May 2017
|
[ 20:02 linimon ] (Only the first 10 of 32 ports in this commit are shown above. )
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Fri, 21 Apr 2017
|
[ 14:13 amdmi3 ]
- Fix shebangs
|
Sun, 18 Dec 2016
|
[ 22:06 tcberner ] (Only the first 10 of 33 ports in this commit are shown above. )
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Tue, 23 Aug 2016
|
[ 20:31 pawel ]
- Fix build after databases/sqlite update
- Convert to USES=localbase
- Register proxy dependencies found by stage-qa
|
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)
|
Wed, 23 Mar 2016
|
[ 14:06 mat ] (Only the first 10 of 22 ports in this commit are shown above. )
Update to 1.99.4.
PR: 208208
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
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
|
Thu, 4 Jun 2015
|
[ 12:45 amdmi3 ]
- Strip binaries
|
Wed, 8 Apr 2015
|
[ 19:43 amdmi3 ]
- Add LICENSE_FILE
- Add CPE info
|
Sat, 27 Dec 2014
|
[ 00:09 gblach ] (Only the first 10 of 51 ports in this commit are shown above. )
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr
|
Sun, 31 Aug 2014
|
[ 15:17 tijl ] (Only the first 10 of 42 ports in this commit are shown above. )
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
|
Thu, 28 Aug 2014
|
[ 18:20 adamw ]
- Fix build on -current
- Use OPTIONS helpers
- shebangfix some perl scripts
- Add missing file to plist
- Don't try to remove directories installed by dependencies
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Thu, 13 Feb 2014
|
[ 08:56 rm ]
- update to 1.0.7.21
- fix build with clang
- use new LIB_DEPENDS syntax
- add LICENSE (GPLv3)
- USE_GMAKE -> USES=gmake
- use stage
- removed post-install chown
- workaround linking with clang (LLVM bug 13992)
- replace share/TeXmacs with %%DATADIR%% in pkg-plist
PR: 186679
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
|
Fri, 20 Sep 2013
|
[ 16:36 bapt ] (Only the first 10 of 298 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
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)
|
Sat, 11 May 2013
|
[ 17:58 hrs ] (Only the first 10 of 152 ports in this commit are shown above. )
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
|
Mon, 6 May 2013
|
[ 02:00 hrs ] (Only the first 10 of 150 ports in this commit are shown above. )
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Mon, 7 Jan 2013
|
[ 02:07 makc ] (Only the first 10 of 48 ports in this commit are shown above. )
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
|
Thu, 13 Dec 2012
|
[ 08:31 bapt ]
Use now global ghostscript description
Fix a typo in option checking (ouch!)
Reported by: danfe
|
[ 07:47 bapt ]
Convert to new options framework
|
Tue, 4 Dec 2012
|
[ 20:39 zi ] (Only the first 10 of 15 ports in this commit are shown above. )
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 8 Feb 2012
|
[ 14:01 eadler ] (Only the first 10 of 18 ports in this commit are shown above. )
Remove whitespace after b.p.m to help reduce false postives when searching for
other junk after b.p.m
Trivial non-functional change so maintainer not contacted
Submitted by: Alex Kozlov
|
Sun, 25 Dec 2011
|
[ 07:51 eadler ]
Update to 1.0.7.14
Changes:
See changelog at http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/163598
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe: yes
|
Sat, 22 Oct 2011
|
[ 19:28 pawel ]
- Update to 1.0.7.13 [1]
- Qt GUI is now default, not experimental [1]
- Add OPTIONS [1]
- Add fix for namespace clash with Qt3 [2]
Changes: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/161697
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) [1]
myself [2]
|
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
|
Sun, 31 Jul 2011
|
[ 15:07 jlaffaye ] (Only the first 10 of 41 ports in this commit are shown above. )
- Chase guile shared lib bump
- Add an entry to UPDATING
|
Tue, 26 Apr 2011
|
[ 18:21 culot ]
- Update to 1.0.7.10
Changes: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/156622
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
Mon, 7 Mar 2011
|
[ 13:40 dhn ]
- Update to 1.0.7.9
- Add OPTIONS
PR: ports/155343
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
Wed, 15 Dec 2010
|
[ 07:06 wen ]
-Update to 1.0.7.8
-Remove checks for old FreeBSD versions
-Prevent original versions of patched files from being installed
-Install .desktop file in the right place
Changelog: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/153116
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
Thu, 4 Nov 2010
|
[ 00:46 wen ]
- Update to 1.0.7.6
Changelog: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/151012
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
Sun, 28 Mar 2010
|
[ 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
|
Wed, 3 Feb 2010
|
[ 23:18 amdmi3 ]
- Mark MAKE_JOBS_SAFE
PR: 143488
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
Thu, 7 Jan 2010
|
[ 04:52 pgollucci ]
- Update to 1.0.7.3
- Submitter is now maintainer
PR: ports/142396
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
|
Fri, 25 Sep 2009
|
[ 19:04 miwi ]
- Update to 1.0.7.2
- Changed pkg-plist
- Added more MASTER_SITES
PR: 139041
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe: yes
|
Fri, 28 Aug 2009
|
[ 17:37 linimon ] (Only the first 10 of 221 ports in this commit are shown above. )
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: 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
|
Sat, 24 Jan 2009
|
[ 09:58 pav ]
- Mark BROKEN on FreeBSD 6.x: does not compile
Reported by: pointyhat
|
Thu, 22 Jan 2009
|
[ 16:04 miwi ] (Only the first 10 of 33 ports in this commit are shown above. )
- Chase lang/guile shlib bump
|
Mon, 5 Jan 2009
|
[ 19:44 pav ] (Only the first 10 of 103 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Sat, 3 Jan 2009
|
[ 04:23 chinsan ]
- Update to 1.0.7.1
|
Tue, 21 Oct 2008
|
[ 05:29 chinsan ]
- Update to 1.0.7
|
Tue, 2 Sep 2008
|
[ 23:50 chinsan ]
- Update to 1.0.6.15
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Mon, 21 Jul 2008
|
[ 04:49 rafan ] (Only the first 10 of 33 ports in this commit are shown above. )
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
|
Fri, 6 Jun 2008
|
[ 13:25 edwin ] (Only the first 10 of 95 ports in this commit are shown above. )
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)
|
Thu, 1 May 2008
|
[ 10:40 chinsan ]
- Update to 1.0.6.14.
|
Sun, 23 Mar 2008
|
[ 16:44 miwi ] (Only the first 10 of 104 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Tue, 11 Mar 2008
|
[ 21:13 stas ] (Only the first 10 of 342 ports in this commit are shown above. )
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
|
Sat, 1 Mar 2008
|
[ 06:22 marcus ] (Only the first 10 of 26 ports in this commit are shown above. )
Chase libguile shared lib version.
|
Thu, 20 Sep 2007
|
[ 02:53 chinsan ]
- Update to 1.0.6.11.
|
Sat, 26 May 2007
|
[ 12:58 rafan ]
- Update to 1.0.6.10
PR: ports/112719
Submitted by: chinsan (maintainer)
|
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}.
|
Sun, 11 Mar 2007
|
[ 08:51 stas ] (Only the first 10 of 162 ports in this commit are shown above. )
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
|
Thu, 22 Feb 2007
|
[ 09:56 rafan ]
- Update to 1.0.6.9
- Pass maintainership to submitter
PR: ports/109396
Submitted by: chinsan
|
Wed, 20 Dec 2006
|
[ 15:57 rafan ]
- Update to 1.0.6.7
PR: ports/106963
Submitted by: chinsan
|
Tue, 22 Aug 2006
|
[ 13:42 clsung ]
- Update to 1.0.6.6
PR: ports/102383
Submitted by: chinsan <chinsan dot tw_AT_gmail dot com>
|
Tue, 18 Jul 2006
|
[ 21:31 rafan ]
- Update to 1.0.6.3
PR: ports/100464
Submitted by: chinsan <chinsan.tw at gmail.com>
|
Thu, 1 Jun 2006
|
[ 00:39 clsung ]
- Update to 1.0.6.2
PR: ports/98146
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
|
Sun, 7 May 2006
|
[ 10:55 edwin ] (Only the first 10 of 85 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with E
|
Thu, 19 Jan 2006
|
[ 18:42 anray ]
Update MASTER_SITES.
PR: ports/92005
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 10 Jan 2006
|
[ 14:18 pav ]
- Don't disable fastalloc on 6.X; fixes runtime crash
PR: ports/91545
Submitted by: Gregory Wright <gwright@antiope.com>
|
Mon, 12 Dec 2005
|
[ 12:03 barner ]
- Update to 1.0.6
Submitted by: Ports Fury
PR: ports/90192
|
Tue, 30 Aug 2005
|
[ 02:56 ijliao ]
upgrade to 1.0.5
PR: 85377
Submitted by: Ports Fury
|
Sat, 23 Oct 2004
|
[ 21:30 markm ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to version 1.0.4.3, and do a fair bit of repair so that
Maxima and Axiom both work with this. The repairs likely fix
other maths packages also. The maintainer is also retiring,
so reset MAINTAINER to ports@ to give him a break.
OK'ed by: MAINTAINER
|
Wed, 29 Sep 2004
|
[ 05:28 kris ]
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Sun, 2 May 2004
|
[ 17:05 pav ]
- Update to 1.0.3
PR: ports/66068
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Thu, 20 Nov 2003
|
[ 09:46 pav ]
- Unbreak fetch by updating to 1.0.2.5
PR: ports/58889
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Approved by: adamw (mentor)
|
Mon, 3 Nov 2003
|
[ 03:56 kris ] (Only the first 10 of 62 ports in this commit are shown above. )
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
|
Wed, 15 Oct 2003
|
[ 01:44 kris ]
BROKEN: Does not fetch
|
Tue, 26 Aug 2003
|
[ 10:30 olgeni ]
Upgrade to 1.0.1.21
PR: 55166
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
|
Thu, 7 Aug 2003
|
[ 09:30 kris ]
BROKEN: Does not compile
|
Fri, 21 Feb 2003
|
[ 11:38 knu ] (Only the first 10 of 54 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 21 May 2002
|
[ 06:57 sada ]
Upgrade to version 1.0 and unbreak.
- add `@exec mkdir' lines to stop deinstall-time warnings.
PR: ports/36496
Submitted by: maintainer
|
Sat, 18 May 2002
|
[ 02:59 kris ]
BROKEN: Does not fetch
|
Number of commits found: 101 (showing only 100 on this page) |