non port: x11/dgs/Makefile |
Number of commits found: 66 |
Friday, 12 Oct 2018
|
09:19 antoine
Deprecate most glib12 consumers
With hat: portmgr
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 24 Mar 2016
|
15:47 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)
 |
Saturday, 22 Aug 2015
|
17:48 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
enabled when the library is available.
This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11
will set dependency on one of them.
- Fix integer overflow reported as CVE-2015-3228.
- Update Uses/ghostscript.mk:
* Add x11 keyword. nox11 keyword is now obsolete.
* Use packagename in *_DEPENDS line to prevent relationship between
-base and -x11 packages from being broken.
- Fix x11/nox11 keyword and bump PORTREVISION in ports using
USES=ghostscript to update dependency of pre-compiled packages.
 |
Thursday, 16 Jul 2015
|
20:53 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
 |
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
Monday, 9 Mar 2015
|
00:58 amdmi3
- Simplify MASTER_SITES
- Strip libraries
 |
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
 |
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
 |
Friday, 19 Sep 2014
|
18:47 tijl
Remove old libtool patches
 |
Saturday, 13 Sep 2014
|
15:11 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
 |
Monday, 25 Aug 2014
|
13:54 amdmi3
- Drop .la files, no dependees require them
Approved by: portmgr blanket
 |
Thursday, 26 Jun 2014
|
13:51 antoine
Allow to build with texinfo from ports
With hat: portmgr
 |
Wednesday, 23 Apr 2014
|
13:25 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).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
 |
Sunday, 9 Feb 2014
|
20:57 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.
 |
Thursday, 6 Feb 2014
|
22:39 bapt
Support stage
 |
Sunday, 13 Oct 2013
|
01:28 eadler
Apply some simple cleanup to this port:
- Fix COMMENT
- USE_GMAKE -> USES=gmake
- Use new LIB_DEPENDS format
 |
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
 |
Friday, 20 Sep 2013
|
23:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
 |
Saturday, 26 Jan 2013
|
16:50 dinoex
- strip shlibversion in depedency
 |
Thursday, 18 Oct 2012
|
19:15 dinoex
- drop maintainership
Feature safe: yes
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Saturday, 5 Nov 2011
|
18:44 kwm
Fix build on FreeBSD 10.
Approved by: portmgr (miwi)
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Thursday, 19 Nov 2009
|
22:07 pav
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
 |
Sunday, 2 Aug 2009
|
19:36 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
 |
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
 |
Friday, 30 Jan 2009
|
23:03 pav
- Update download location
Reported by: -fetch-original pointyhat run
 |
Wednesday, 19 Mar 2008
|
18:43 dinoex
- add xext to USE_XORG
 |
Monday, 17 Mar 2008
|
16:15 dinoex
- set USE_XORG
 |
12:35 dinoex
- don't install path_dps.m4, as newer autoconf break with it
- cleanup after xfree86 removal
 |
Friday, 7 Mar 2008
|
21:47 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)
 |
Monday, 24 Sep 2007
|
08:39 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)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Friday, 16 Feb 2007
|
12:42 dinoex
- fix build after axing of xfree86-3
 |
Friday, 2 Feb 2007
|
17:06 pav
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
 |
Tuesday, 12 Dec 2006
|
10:14 dinoex
- install pswrap
- use USE_LDCONFIG
 |
Wednesday, 26 Jul 2006
|
15:30 dinoex
- reslove conflitcs with imake
Suggested by: thierry (Thierry Thomas)
 |
Sunday, 16 Apr 2006
|
11:43 dinoex
- make buildable for all versions of X
- resolve conflicts with x*-clients and x*-libraries
 |
Tuesday, 11 Apr 2006
|
04:53 dinoex
- update to 0.5.9.1
- build without perl
- cleanups
- make portlint happy
 |
Tuesday, 7 Mar 2006
|
08:28 ade
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
 |
Friday, 27 Jan 2006
|
09:39 linimon
Replace the dangerous .error with IGNORE. Unquote the other use of
IGNORE.
 |
Friday, 23 Jul 2004
|
19:10 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)
 |
Saturday, 17 Apr 2004
|
00:17 kris
IGNORE when XFREE86_VERSION > 3, since dgs is included in XFree86
 |
Saturday, 10 Apr 2004
|
17:26 trevor
Tidy up whitespace.
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Tuesday, 20 Jan 2004
|
16:30 marcus
Use the new ghostscript options.
Submitted by: linimon
 |
Thursday, 20 Nov 2003
|
15:06 trevor
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
 |
13:51 trevor
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
 |
Monday, 3 Nov 2003
|
01:19 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
 |
Sunday, 31 Aug 2003
|
01:28 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>
 |
Sunday, 20 Apr 2003
|
19:47 marcus
Remove USE_GNOMENG.
 |
Friday, 7 Mar 2003
|
06:36 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Saturday, 14 Sep 2002
|
13:32 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.)
 |
Monday, 15 Jul 2002
|
17:21 sobomax
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
 |
Tuesday, 11 Sep 2001
|
21:52 knu
Replace the ghostscript55 dependencies with ghostscript-gnu.
 |
03:28 ache
Bump png major
 |
Monday, 5 Feb 2001
|
16:18 olgeni
Style fixes for ports/x11.
 |
Sunday, 28 Jan 2001
|
19:05 dannyboy
Fix unfetchable distfile.
 |
Friday, 13 Oct 2000
|
10:37 reg
Move man pages from manm to mann. Fix the missing install autoconf bug in a
more normal way.
 |
Thursday, 5 Oct 2000
|
07:23 reg
Implement USE_GLIB.
 |
Tuesday, 4 Jul 2000
|
08:13 sobomax
Bump png shared library version.
 |
Friday, 16 Jun 2000
|
22:52 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.)
 |
11:38 sobomax
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
 |
Number of commits found: 66 |