1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Brooks Davis
f2ab442843 Fix build 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>.
2019-11-25 23:25:52 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Jason Helfman
76e38c9cbf - remove do_nada from target
Approved by:	portmgr (blanket)
2015-04-01 23:16:07 +00:00
Baptiste Daroussin
bb7b0c4d4c Fix with TEX_DEFAULT=texlive 2014-07-21 20:55:28 +00:00
Xin LI
8da2472a6e Make it possible to stage without privilege.
No PORTREVISION bump because this does not change results
of the build.

Reported by:	Andrzej Tobola <ato iem pw edu pl>
2014-05-20 00:43:07 +00:00
Xin LI
84c0d57c2c Staging support, LICENSE, and remove pkg-plist in favor of PLIST_FILES. 2014-05-19 13:49:14 +00:00
Baptiste Daroussin
f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Guido Falsi
642be1b81d - 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)
2013-09-04 18:06:07 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Sunpoet Po-Chuan Hsieh
649a622159 - Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
2011-01-09 11:13:41 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Rong-En Fan
b71556b2e3 - Chase chinese/CJK -> print/latex-cjk move
Noticed by:	portsnap INDEX builder
2007-08-19 04:39:20 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Rong-En Fan
3c089c162b - Use USE_ICONV instead of LIB_DEPENDS
Approved by:	portmgr (erwin, few weeks ago)
2007-01-12 09:12:57 +00:00
Xin LI
9cb9df7858 html2text dependency has been moved to textproc/docproj
for now.  PORTREVISION intentionally not bumped.
2006-07-07 08:20:31 +00:00
Clive Lin
d567023a72 Allow lower case in encoding name.
PR:		ports/94948
Submitted by:	Intron <intron (at) intron.ac>
Prodded by:	MAINTAINER (delphij)
2006-03-26 15:06:50 +00:00
Xin LI
fa52946d6e Separate the PNG embedding utility (fixrtf) out of the port, as
it can be used for all languages, not just CJK.

Requested by:	hrs
Approved by:	clive
2006-03-16 06:28:27 +00:00
Xin LI
a242f75a7f Add zh-docproj, a set of supportive tools to help the build of PDFs
written in far east languages (GB2312, GBK, BIG5, EUCJP, EUCKR and
UTF-8 encodings).

The code were written by intron <intron at intron dot ac>

Obtained from:	The FreeBSD Simplified Chinese Project CVS
Approved by:	portmgr (marcus)
2006-02-25 20:10:15 +00:00