Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Dec 2018 14:22:17
0.5.9.1_18
|
rene  |
Remove expired ports:
2018-12-19 net/ntop: Broken for more than 6 months
2018-12-19 textproc/ots: Broken for more than 6 months
2018-12-20 x11/xdialog: Uses obsolete glib12
2018-12-20 net/netdude: Uses obsolete glib12
2018-12-20 japanese/jmode-skk: Uses obsolete glib12
2018-12-20 print/gsview: Uses obsolete glib12
2018-12-20 x11/dgs: Uses obsolete glib12
2018-12-20 japanese/jmode: Uses obsolete glib12
2018-12-20 multimedia/xmms: Uses obsolete glib12 |
12 Oct 2018 09:19:05
0.5.9.1_18
|
antoine  |
Deprecate most glib12 consumers
With hat: portmgr |
01 Apr 2016 14:33:58
0.5.9.1_18
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
24 Mar 2016 15:47:50
0.5.9.1_18
|
tijl  |
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) |
22 Aug 2015 17:48:36
0.5.9.1_17
|
hrs  |
- 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 ) |
16 Jul 2015 20:53:29
0.5.9.1_16
|
kwm  |
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 |
22 Jun 2015 18:33:22
0.5.9.1_16
|
antoine  |
Convert to USES=jpeg |
09 Mar 2015 00:58:43
0.5.9.1_16
|
amdmi3  |
- Simplify MASTER_SITES
- Strip libraries |
25 Dec 2014 20:54:43
0.5.9.1_15
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
0.5.9.1_14
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
24 Nov 2014 20:22:00
0.5.9.1_14
|
antoine  |
Cleanup plist |
19 Sep 2014 18:47:56
0.5.9.1_14
|
tijl  |
Remove old libtool patches |
13 Sep 2014 15:11:28
0.5.9.1_14
|
tijl  |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
25 Aug 2014 13:54:19
0.5.9.1_13
|
amdmi3  |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
29 Jul 2014 16:09:42
0.5.9.1_12
|
adamw  |
Rename x11/ patch-xy patches to reflect the files they modify. |
26 Jun 2014 13:51:14
0.5.9.1_12
|
antoine  |
Allow to build with texinfo from ports
With hat: portmgr |
23 Apr 2014 13:25:17
0.5.9.1_12
|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
02 Mar 2014 13:55:37
0.5.9.1_11
|
gerald  |
Support building the documentation with newer versions of texinfo. [1]
Update pkg-descr to provide background that may help users decide whether
to really consider this port.
PR: 186046 [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1] |
09 Feb 2014 20:57:27
0.5.9.1_11
|
antoine  |
Patch ltconfig a bit like USES=libtool does for configure files, so that
we end up with libs and symlinks as specified in the plist
No bump needed as it failed to package. |
06 Feb 2014 22:39:14
0.5.9.1_11
|
bapt  |
Support stage |
05 Feb 2014 17:12:23
0.5.9.1_11
|
marino  |
x11/dgs: Add dports patches for dragonfly support |
13 Oct 2013 01:28:10
0.5.9.1_11
|
eadler  |
Apply some simple cleanup to this port:
- Fix COMMENT
- USE_GMAKE -> USES=gmake
- Use new LIB_DEPENDS format |
21 Sep 2013 11:06:04
0.5.9.1_11
|
dinoex  |
- fix misplaced NO_STAGE in slaveports and ifdefs |
20 Sep 2013 23:43:20
0.5.9.1_11
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
26 Jan 2013 16:50:30
0.5.9.1_11
|
dinoex  |
- strip shlibversion in depedency |
18 Oct 2012 19:15:30
0.5.9.1_11
|
dinoex  |
- drop maintainership
Feature safe: yes |
01 Jun 2012 05:26:28
0.5.9.1_11
|
dinoex  |
- update png to 1.5.10 |
05 Nov 2011 18:44:47
0.5.9.1_10
|
kwm  |
Fix build on FreeBSD 10.
Approved by: portmgr (miwi) |
19 Mar 2011 12:38:54
0.5.9.1_10
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.5.9.1_10
|
ade  |
Sync to new bsd.autotools.mk |
28 Mar 2010 06:47:48
0.5.9.1_10
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.5.9.1_9
|
dinoex  |
- update to jpeg-8 |
19 Nov 2009 22:07:43
0.5.9.1_8
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
02 Aug 2009 19:36:34
0.5.9.1_8
|
mezz  |
-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 |
18 Jul 2009 11:11:29
0.5.9.1_8
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
30 Jan 2009 23:03:08
0.5.9.1_7
|
pav  |
- Update download location
Reported by: -fetch-original pointyhat run |
19 Mar 2008 18:43:04
0.5.9.1_7
|
dinoex  |
- add xext to USE_XORG |
17 Mar 2008 16:15:42
0.5.9.1_7
|
dinoex  |
- set USE_XORG |
17 Mar 2008 12:35:59
0.5.9.1_6
|
dinoex  |
- don't install path_dps.m4, as newer autoconf break with it
- cleanup after xfree86 removal |
07 Mar 2008 21:47:50
0.5.9.1_5
|
flz  |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav) |
24 Sep 2007 08:39:21
0.5.9.1_5 
|
rafan  |
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) |
19 May 2007 20:32:57
0.5.9.1_5
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
16 Feb 2007 12:42:07
0.5.9.1_3
|
dinoex  |
- fix build after axing of xfree86-3 |
02 Feb 2007 17:06:25
0.5.9.1_2
|
pav  |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
16 Dec 2006 14:59:50
0.5.9.1_2
|
dinoex  |
- fix plist macro |
12 Dec 2006 10:14:03
0.5.9.1_2
|
dinoex  |
- install pswrap
- use USE_LDCONFIG |
26 Jul 2006 15:30:49
0.5.9.1_1
|
dinoex  |
- reslove conflitcs with imake
Suggested by: thierry (Thierry Thomas) |
16 Apr 2006 11:43:33
0.5.9.1
|
dinoex  |
- make buildable for all versions of X
- resolve conflicts with x*-clients and x*-libraries |
11 Apr 2006 04:53:48
0.5.9.1
|
dinoex  |
- update to 0.5.9.1
- build without perl
- cleanups
- make portlint happy |
07 Mar 2006 08:28:06
0.5.9_2
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
27 Jan 2006 09:39:19
0.5.9_1
|
linimon  |
Replace the dangerous .error with IGNORE. Unquote the other use of
IGNORE. |
25 Nov 2005 19:09:52
0.5.9_1
|
pav  |
- Add SHA256 |
23 Jul 2004 19:10:32
0.5.9_1
|
anholt  |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
17 Apr 2004 00:17:56
0.5.9_1
|
kris  |
IGNORE when XFREE86_VERSION > 3, since dgs is included in XFree86 |
10 Apr 2004 17:26:55
0.5.9_1
|
trevor  |
Tidy up whitespace. |
04 Feb 2004 05:10:27
0.5.9_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
0.5.9
|
trevor  |
SIZEify. |
20 Jan 2004 16:30:09
0.5.9
|
marcus  |
Use the new ghostscript options.
Submitted by: linimon |
20 Nov 2003 15:06:15
0.5.9
|
trevor  |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
20 Nov 2003 13:51:47
0.5.9
|
trevor  |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
03 Nov 2003 01:19:26
0.5.9
|
kris  |
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr |
31 Aug 2003 01:28:49
0.5.9
|
edwin  |
[PATCH] x11/dgs: 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/54956
Submitted by: Jens Rehsack <rehsack@liwing.de> |
20 Apr 2003 19:47:49
0.5.9
|
marcus  |
Remove USE_GNOMENG. |
07 Mar 2003 06:36:20
0.5.9
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
14 Sep 2002 13:32:07
0.5.9
|
sobomax  |
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.) |
15 Jul 2002 17:21:56
0.5.9
|
sobomax  |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
11 Sep 2001 21:52:33 
|
knu  |
Replace the ghostscript55 dependencies with ghostscript-gnu. |
11 Sep 2001 03:28:38 
|
ache  |
Bump png major |
05 Feb 2001 16:18:54 
|
olgeni  |
Style fixes for ports/x11. |
28 Jan 2001 19:05:27 
|
dannyboy  |
Fix unfetchable distfile. |
13 Oct 2000 10:37:28 
|
reg  |
Move man pages from manm to mann. Fix the missing install autoconf bug in a
more normal way. |
08 Oct 2000 07:56:00 
|
asami  |
Convert category x11 to new layout. |
05 Oct 2000 07:23:01 
|
reg  |
Implement USE_GLIB. |
04 Jul 2000 08:13:36 
|
sobomax  |
Bump png shared library version. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51 
|
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |