non port: converters/fix-mime-charset/Makefile |
SVNWeb
|
Number of commits found XX: 19 |
Fri, 1 Apr 2016
|
[ 13:29 mat ] 
412344 Mk/Uses/gecko.mk
412344 Mk/bsd.fpc.mk
412344 Mk/bsd.gecko.mk
412344 Mk/bsd.port.mk
412344 accessibility/accerciser/Makefile
412344 accessibility/at-spi/Makefile
412344 accessibility/at-spi2-atk/Makefile
412344 accessibility/at-spi2-core/Makefile
412344 accessibility/caribou/Makefile
412344 accessibility/dasher/Makefile
(Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 26 Aug 2014
|
[ 03:11 amdmi3 ] 
366179 converters/enca/Makefile
366179 converters/enca/pkg-plist
366179 converters/fix-mime-charset/Makefile
366179 devel/librcc/Makefile
366179 multimedia/libass/Makefile
366179 multimedia/mpv/Makefile
366179 multimedia/ogmrip/Makefile
366179 multimedia/plexhometheater/Makefile
366179 multimedia/qmmp/Makefile
366179 multimedia/xbmc/Makefile
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] 
357486 Mk/bsd.gecko.mk
357486 Mk/bsd.options.mk
357486 Mk/bsd.port.mk
357486 archivers/rpm/Makefile
357486 astro/cfitsio/Makefile
357486 astro/openuniverse/Makefile
357486 astro/roadmap/Makefile
357486 astro/xplanet/Makefile
357486 audio/deadbeef/Makefile
357486 audio/fdk-aac/Makefile
(Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Thu, 9 Jan 2014
|
[ 13:36 bapt ] 
339232 converters/fix-mime-charset/Makefile
Support stage
|
Fri, 3 Jan 2014
|
[ 16:12 adamw ] 
338556 converters/aish/Makefile
338556 converters/cl-babel/Makefile
338556 converters/cocot/Makefile
338556 converters/enca/Makefile
338556 converters/fix-mime-charset/Makefile
338556 converters/mule-ucs/Makefile
338556 converters/o3read/Makefile
338556 converters/py-zfec/Makefile
338556 converters/uudeview/Makefile
338556 converters/uulib/Makefile
(Only the first 10 of 13 ports in this commit are shown above. )
Convert converters to MDOCS and MEXAMPLES
|
Wed, 11 Dec 2013
|
[ 15:15 bapt ] 
336177 converters/enca/Makefile
336177 converters/fix-mime-charset/Makefile
336177 converters/i18ntools/Makefile
336177 converters/ical2html/Makefile
336177 converters/iconv-extra/Makefile
336177 converters/iconv-rfc1345/Makefile
336177 converters/p5-XML-WBXML/Makefile
336177 converters/pecl-fribidi/Makefile
336177 converters/rcctools/Makefile
336177 converters/shftool/Makefile
(Only the first 10 of 13 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in converters
|
Fri, 20 Sep 2013
|
[ 16:05 bapt ] 
327715 converters/R-cran-RJSONIO/Makefile
327715 converters/R-cran-rjson/Makefile
327715 converters/aish/Makefile
327715 converters/ascii2binary/Makefile
327715 converters/asr10/Makefile
327715 converters/base64/Makefile
327715 converters/bibtexconv/Makefile
327715 converters/bsdconv/Makefile
327715 converters/btoa/Makefile
327715 converters/chmview/Makefile
(Only the first 10 of 161 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
|
Tue, 10 Sep 2013
|
[ 07:55 az ] 
326872 converters/fix-mime-charset/Makefile
326872 converters/iconv-rfc1345/Makefile
326872 converters/p5-Convert-Bencode/Makefile
326872 converters/p5-Convert-Recode/Makefile
326872 converters/p5-Data-AMF/Makefile
326872 converters/p5-Encode-JIS2K/Makefile
326872 converters/p5-Encode-Locale/Makefile
326872 converters/p5-Encode-Punycode/Makefile
326872 converters/p5-JSON-XS-VersionOneAndTwo/Makefile
326872 converters/p5-MIME-Base64-URLSafe/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sat, 22 Aug 2009
|
[ 00:15 amdmi3 ]
1.22 benchmarks/iperf/Makefile
1.24 benchmarks/lmbench/Makefile
1.14 benchmarks/sysbench/Makefile
1.26 biology/avida/Makefile
1.2 biology/libsbml/Makefile
1.23 biology/mopac/Makefile
1.10 biology/protomol/Makefile
1.2 biology/pycogent/Makefile
1.9 cad/adms/Makefile
1.7 cad/atlc/Makefile
(Only the first 10 of 78 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.149 Mk/bsd.gnome.mk
1.79 Mk/bsd.kde.mk
1.602 Mk/bsd.port.mk
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Thu, 20 Mar 2008
|
[ 09:23 pav ]
1.8 benchmarks/forkbomb/Makefile
1.8 benchmarks/gtkperf/Makefile
1.22 benchmarks/httperf/Makefile
1.5 benchmarks/super-smack/Makefile
1.9 benchmarks/webbench/Makefile
1.15 cad/tochnog/Makefile
1.22 chinese/autoconvert/Makefile
1.11 chinese/oto/Makefile
1.23 chinese/wenju/Makefile
1.47 chinese/zhcon/Makefile
(Only the first 10 of 23 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Wed, 14 Jun 2006
|
[ 15:27 miwi ]
1.7 converters/fix-mime-charset/Makefile
Chase lib version bump
Bump PORTREVISION
Submitted by: Kris m
Approved by: krion (mentor)
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sat, 16 Oct 2004
|
[ 15:21 thierry ]
1.4 converters/fix-mime-charset/Makefile
1.3 converters/fix-mime-charset/distinfo
Upgrade to 0.5.3.
PR: ports/71768
Submitted by: maintainer.
|
Tue, 8 Jun 2004
|
[ 08:18 pav ]
1.3 converters/fix-mime-charset/Makefile
- Chase enca shlib bump
|
Fri, 6 Feb 2004
|
[ 13:12 trevor ]
1.2 archivers/bicom/Makefile
1.2 archivers/bicom/pkg-plist
1.17 archivers/ha/Makefile
1.3 archivers/ha/pkg-plist
1.26 archivers/lha/Makefile
1.6 archivers/lha/pkg-plist
1.5 archivers/linux-unace/Makefile
1.3 archivers/linux-unace/pkg-plist
1.2 archivers/nwreckdum/Makefile
1.2 archivers/nwreckdum/pkg-plist
(Only the first 10 of 1568 ports in this commit are shown above. )
Use PLIST_FILES (bento-tested, marcus-reviewed).
|
Thu, 8 Jan 2004
|
[ 02:50 edwin ]
1.93 converters/Makefile
1.1 converters/fix-mime-charset/Makefile
1.1 converters/fix-mime-charset/distinfo
1.1 converters/fix-mime-charset/pkg-descr
1.1 converters/fix-mime-charset/pkg-plist
New port: converters/fix-mime-charset - Fix incorrect Content-Type
MIME headers of e-mail messages
Categories: converters textproc russian ukrainian
Fix-mime-charset automatically detects character sets of
email message and modifies the Content-Type header
appropriately. It can be used as mail filter in mailing
lists where users often set the charset of their messages
incorrectly. It processes messages fast and accurately,
ignoring attachments, and correctly interprets transfer-encodings.
None but the Content-Type header is changed.
PR: ports/61050
Submitted by: Nosov Artem <chip-set@mail.ru>
|
Number of commits found XX: 19 |