non port: japanese/ming/Makefile |
Number of commits found: 34 |
Saturday, 4 Apr 2020
|
20:51 antoine
Deprecate ports broken for more than 6 months
 |
Friday, 20 Dec 2019
|
23:24 brooks
Additional builds with with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed).
 |
Wednesday, 6 Nov 2019
|
12:48 antoine
Mark a few ports BROKEN, unfetchable
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 3 Dec 2015
|
20:01 antoine
Update giflib to 5.1.1
PR: 204492
 |
Wednesday, 14 Jan 2015
|
18:19 antoine
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
 |
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
 |
Monday, 8 Dec 2014
|
16:48 tijl
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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Sunday, 14 Sep 2014
|
20:10 antoine
Allow staging as a regular user
 |
Sunday, 13 Jul 2014
|
23:36 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
Friday, 4 Jul 2014
|
00:13 adamw
Remove NOPORTDOCS and NOPORTEXAMPLES.
 |
Saturday, 14 Jun 2014
|
08:38 kuriyama
- Stagify.
 |
Friday, 20 Sep 2013
|
18:47 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
 |
Friday, 24 May 2013
|
16:35 bapt
Do not let system make.conf inpact the port's makefile
This fixes build on current
 |
Saturday, 4 May 2013
|
10:48 kuriyama
- Ubreak.
PR: ports/176926
Submitted by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
 |
Friday, 8 Mar 2013
|
11:32 bapt
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
 |
Sunday, 17 Jun 2012
|
20:17 pav
- Mark BROKEN: does not compile
gif2dbl.o: In function `error':
gif2dbl.c:(.text+0x76): undefined reference to `PrintGifError'
Reported by: pointyhat
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Sunday, 26 Feb 2012
|
13:32 kuriyama
- Switch to giflib.
PR: ports/165326
Submitted by: swills
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
 |
Wednesday, 17 Oct 2007
|
10:13 ade
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
 |
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}.
 |
Tuesday, 31 Jan 2006
|
00:26 kuriyama
Fix unfetchable situation by putting distfile on my box.
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Sunday, 23 Nov 2003
|
08:14 kuriyama
Add mpeg/utf8 functionality. This will unbreak ja-ruby-ming port.
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by: portmgr (kris)
 |
Wednesday, 12 Nov 2003
|
17:18 knu
Add CONFLICTS lines; ming and ja-ming conflict with each other.
 |
Thursday, 16 Oct 2003
|
02:29 kuriyama
Grr, cleanup variables.
 |
02:29 kuriyama
Unbreak on 5.x.
Prodded by: kris
 |
Wednesday, 15 Oct 2003
|
22:06 kris
BROKEN on 5.x: does not compile
 |
Saturday, 22 Feb 2003
|
07:48 kuriyama
de-pkg-comment.
 |
Friday, 20 Sep 2002
|
02:39 kuriyama
Add USE_BISON.
Reported by: bento
 |
Tuesday, 6 Aug 2002
|
12:15 kuriyama
Ming with Japanese charachter enhancement.
 |
Number of commits found: 34 |