1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
Tijl Coosemans
96557119e2 - Remove indefinite article from COMMENT.
- Enable -fvisibility=hidden.
- Add USE_CSTD=gnu89 to fix compilation with -O0 and -Oz.
- Add DOCS option.

PR:		ports/186846
Approved by:	kwm, marcus
2014-03-23 13:26:20 +00:00
Adam Weinberger
7714ad1b98 Don't unconditionally install DOCS. PORTREVISION bump
for plist change.

PR:		ports/186590
Approved by:	maintainer
2014-03-03 21:15:30 +00:00
Tijl Coosemans
0052e743ef - Add two new arguments to USES=iconv so ports can indicate they use GNU
iconv extensions that the base system iconv doesn't support yet:
  * wchar_t: port uses the special WCHAR_T character conversion.
  * translit: port uses //TRANSLIT or //IGNORE conversion options.
  Adding one or both of these arguments makes the port depend on
  converters/libiconv for now.
- Allow installation of converters/libiconv on FreeBSD 10+.
- Use ICONV_CONFIGURE_ARG in devel/gettext instead of defining CPPFLAGS
  and LDFLAGS to fix compilation with libiconv installed.
- Stage converters/libiconv and devel/gettext.

Approved by:	bapt (on trust)
2014-01-29 20:24:49 +00:00
Baptiste Daroussin
72d170001a Reduce over inclusion of bsd.port.mk 2014-01-15 23:24:19 +00:00
Ulrich Spörlein
2e790e6f32 Allow users to install converters/libiconv on 10.x systems if they
decided to build world with WITHOUT_ICONV set. There's no need for
this check to be based on OSVERSION.

Some users (i.e. me), report subtle application breakages with the
iconv-from-src that disappear when iconv-from-ports is installed.
Allow for a bridge till these issues are sorted out.

Approved by:	portmgr (bdrewery)
2013-10-23 15:05:04 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Guido Falsi
aa260754ba Report correct OSVERSION in IGNORE message. 2013-09-06 20:02:00 +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
Koop Mast
1042a771aa Remove extra blank line to please portlint.
Don't let the port chmod 777 ${WRKSRC}/src to prevent possible security issue.

Submitted by:	tijl@ (priv mail)
2013-07-06 17:45:15 +00:00
Koop Mast
58357934c6 Remove USE_AUTOTOOLS=libtool. This was added in r183830 because the bundled
libtool at the time didn't handle the removal of objformat correctly.
Also revert r239611. This revision was because the libtool port and the bundled
 libtool at the time detect "clang" as a valid C compiler.

PR:		ports/179753
Submitted by:	tijl@
2013-07-06 13:29:54 +00:00
Baptiste Daroussin
56c5e147c5 Convert the last USE_ICONV to USES=iconv 2013-04-27 22:09:15 +00:00
Baptiste Daroussin
85228d9f12 Prevent using gawk which depends on gettext in configure scripts
Reported by:	rene, avg
Tested by:	rene
2013-03-18 15:51:39 +00:00
Baptiste Daroussin
e7b0f97788 Fix a long standing bug of lib/charset.alias being overwritten, modified, and badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.

Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)

Approved by:	kwm (gnome)
Exp-run by:	miwi
2013-03-18 11:40:04 +00:00
Koop Mast
a46c2d4f40 Update distinfo for the optional patch. For some reason the wrong sha265 got
recorded. I checked and the content hasn't changed.

Submitted by:	zeising@
2012-12-10 21:08:33 +00:00
Koop Mast
fc3f626ffc Reenable the patch to fix CP932 and add EUCJP-MS.
While here trim header and convert to OptionsNG.

PR:		ports/173986
Submitted by:	Takumi Takahashi <takumi@tmfam.com>
2012-12-09 20:00:19 +00:00
Koop Mast
bdfc30342b Update to 1.14.
Disable EXTRA_PATCHES since there isn't a new version of this patch for 1.14.

Ports exp-run done by linimon@

PR:		ports/165514
Submitted by:	myself
2012-04-21 19:00:29 +00:00
Joe Marcus Clarke
d0e0364c48 Bump PORTREVISION for the previous commit to fix C++ builds. 2012-03-04 23:57:59 +00:00
Joe Marcus Clarke
cb5830acfc Fix building C++ code that uses libiconv.
PR:		165348
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2012-03-04 23:56:55 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Alexey Dokuchaev
bdede6397c Restore comma I bogusly deleted in rev. 1.41 over 2 years ago.
Feature safe:	yes
2010-02-25 08:28:28 +00:00
Alexander Nedotsukov
b6036e9eea Apply patch from the upstream to prevent endless loop triggered by
incomplete UTF-8 sequence.

PR:	143575
2010-02-06 00:55:44 +00:00
Joe Marcus Clarke
2d2eff3b88 Fix with build with llvm/clang.
Submitted by:	Ryan Flynn <parseerror@gmail.com>
2009-08-15 18:07:49 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Norikatsu Shigemura
483d5cde5e Fix patch issue WITH_EXTRA_PATCHES. 2009-07-05 06:00:10 +00:00
Joe Marcus Clarke
0d84bd350a Update to 1.13.1. 2009-07-04 23:49:16 +00:00
Koop Mast
0d049050c6 Fix the OPTIONS bit of EXTRA_PATCHES. 2009-06-15 14:51:23 +00:00
Norikatsu Shigemura
dff0115d77 Re-enable EXTRA_PATCHES. 2009-06-15 14:30:57 +00:00
Koop Mast
2dfcf63658 Comment out the EXTRA_PATCHES option. Patch needs to be updated. 2009-06-15 14:03:48 +00:00
Joe Marcus Clarke
81c1e0b7ba Update to 1.13. Note: the iconv(1) utility is now licensed under GPLv3.
The library is still licensed under the LGPL.

PR:		131769
Submitted by:	Takeshi Taguchi <taguchi@iij.ad.jp> (based on)
2009-06-15 03:51:57 +00:00
Ed Schouten
c223e910c0 Build libiconv with -std=gnu89.
libiconv fails to link when built with a C99 compiler, because it uses
GNU-style inlining.

Approved by:	marcus
2009-06-04 06:25:38 +00:00
Pav Lucistnik
3bb8409d41 - Mark MAKE_JOBS_UNSAFE
Reported by:	David Naylor <naylor.b.david@gmail.com>
2009-04-07 23:25:43 +00:00
Alexander Nedotsukov
8ec2822da0 Re-enable EXTRA_PATCHES option.
PR:		117561
2007-10-27 15:31:50 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Alexey Dokuchaev
f2bbd99dc5 - Remove extraneous comma from previous commit
- Better English in port description
2007-10-11 07:24:47 +00:00
Alexander Nedotsukov
7be646eaae - Convert to OPTIONS.
- Pet portlint (spaces -> tab).

PR:		117063
2007-10-10 13:29:42 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Jeremy Messenger
2d96507252 INSTALLS_SHLIB -> USE_LDCONFIG.
Found by:	portlint (cports.sh)
2006-11-05 02:46:18 +00:00
Jeremy Messenger
79d280e478 portlint:
- Remove a long list of support encoding in pkg-descr, tell user to
	  check in either README or website. Reduced it under 24 lines.
2006-05-16 15:59:23 +00:00
Edwin Groothuis
bbee4a66a6 remove USE_REINPLACE for all ports with categories starting with C 2006-05-03 23:38:41 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Norikatsu Shigemura
60b8657b87 Add backup sites for WITH_EXTRA_PATCHES. 2006-01-28 03:19:38 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Michael Johnson
8a058e593e Add WWW: http://www.gnu.org/software/libiconv/ to pkg-descr 2005-03-09 10:10:44 +00:00
Alexander Nedotsukov
53fa631ae3 Add knob WITH_EXTRA_PATCHES which brings in:
- Fixes for cp932 roundtrip issue (Microsoft KB: Q170559).
- EUCJP-MS encoding.
- A number of aliases for cp932 and EUCJP-MS encodings.

Requested by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Patches by:	MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>
2004-07-27 03:28:14 +00:00
Alexander Nedotsukov
08f2315789 Update to 1.9.2 2004-07-09 19:14:39 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Pav Lucistnik
cfaaa49989 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:32:26 +00:00