non port: graphics/jpeg/Makefile |
SVNWeb
|
Number of commits found XX: 62 |
Mon, 26 Oct 2020
|
[ 20:21 antoine ] 
553383 graphics/jpeg/Makefile
Deprecate graphics/jpeg
PR: 250616
|
Tue, 10 Apr 2018
|
[ 08:33 amdmi3 ] 
466945 graphics/jpeg/Makefile
- Switch to new test framework
Approved by: portmgr blanket
|
Thu, 8 Dec 2016
|
[ 16:39 tijl ] 
428135 astro/openuniverse/Makefile
428135 biology/ncbi-toolkit/Makefile
428135 comms/fl_moxgen/Makefile
428135 comms/flwrap/Makefile
428135 comms/geoid/Makefile
428135 emulators/xzx/Makefile
428135 games/cake/Makefile
428135 graphics/exiftran/Makefile
428135 graphics/gstreamer-plugins-jpeg/Makefile
428135 graphics/jp2a/Makefile
(Only the first 10 of 39 ports in this commit are shown above. )
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Fri, 18 Mar 2016
|
[ 13:28 feld ] 
411354 graphics/giflib/Makefile
411354 graphics/jpeg-turbo/Makefile
411354 graphics/jpeg/Makefile
411354 graphics/tiff/Makefile
Revert MAINTAINER update
These ports were intentionally set to portmgr@FreeBSD.org as MAINTAINER;
it was not a mistake. They require exp-runs and special care when
updating.
Submitted by: antoine
|
[ 11:48 feld ] 
411344 graphics/jpeg-turbo/Makefile
411344 graphics/jpeg/Makefile
411344 graphics/png/Makefile
411344 graphics/tiff/Makefile
MAINTAINER reset should be ports@FreeBSD.org, not portmgr
|
Wed, 16 Sep 2015
|
[ 20:35 antoine ] 
397084 Mk/Uses/jpeg.mk
397084 UPDATING
397084 graphics/jpeg-turbo/Makefile
397084 graphics/jpeg-turbo/distinfo
397084 graphics/jpeg-turbo/pkg-plist
397084 graphics/jpeg/Makefile
397084 graphics/seejpeg/files/patch-Makefile
397084 multimedia/libmovtar/Makefile
397084 multimedia/libmovtar/files/patch-movtar_play.c
- Update jpeg-turbo to 1.4.1 and grab maintainership after several timeouts
- Change default jpeg implementation from jpeg to jpeg-turbo
Reviewed by: bapt, mat
Differential Revision: https://reviews.freebsd.org/D2884
|
Wed, 26 Aug 2015
|
[ 16:49 amdmi3 ] 
395378 graphics/jpeg/Makefile
- Unsilence install commands
- Switch to options helpers
Approved by: portmgr (bapt)
|
Wed, 10 Dec 2014
|
[ 15:52 antoine ] 
374475 graphics/giflib/Makefile
374475 graphics/giflib/distinfo
374475 graphics/giflib/files
374475 graphics/giflib/pkg-plist
374475 graphics/jpeg/Makefile
374475 graphics/jpeg/distinfo
374475 graphics/jpeg/pkg-plist
Restore those ports to their previous state
No PORTEPOCH needed as they didn't build
|
[ 15:30 dinoex ] 
374469 graphics/jpeg/Makefile
374469 graphics/jpeg/distinfo
374469 graphics/jpeg/pkg-plist
- update to jpeg9
|
[ 15:23 bapt ] 
374468 graphics/giflib/Makefile
374468 graphics/jpeg/Makefile
unmark broken it was expected
|
[ 14:40 dinoex ] 
374461 graphics/jpeg/Makefile
- fatal regression
shared lib version going backwards
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] 
374303 Mk/Uses/libtool.mk
374303 Mk/Uses/openal.mk
374303 Mk/bsd.gnome.mk
374303 accessibility/at-spi/Makefile
374303 accessibility/at-spi/pkg-plist
374303 accessibility/dasher/Makefile
374303 accessibility/gnome-mag/Makefile
374303 accessibility/gnopernicus/Makefile
374303 accessibility/gok/Makefile
374303 accessibility/java-access-bridge/Makefile
(Only the first 10 of 920 ports in this commit are shown above. )
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. (Only the first 15 lines of the commit message are shown above )
|
Mon, 20 Oct 2014
|
[ 17:04 bapt ] 
371283 graphics/4va/pkg-plist
371283 graphics/Coin/pkg-plist
371283 graphics/GraphicsMagick/pkg-plist
371283 graphics/Hermes/pkg-plist
371283 graphics/IPA/pkg-plist
371283 graphics/ImageMagick/pkg-plist
371283 graphics/SciPlot/pkg-plist
371283 graphics/aeskulap/pkg-plist
371283 graphics/agave/pkg-plist
371283 graphics/agg/pkg-plist
(Only the first 10 of 487 ports in this commit are shown above. )
Cleanup plist
|
Mon, 5 May 2014
|
[ 11:35 tijl ] 
352995 graphics/jpeg/Makefile
Convert to USES=libtool.
|
Thu, 13 Feb 2014
|
[ 22:10 dinoex ] 
344151 graphics/jpeg/Makefile
- remove trailing space from r343634
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] 
343634 archivers/aolserver-nszlib/Makefile
343634 archivers/dact/Makefile
343634 archivers/freeze/Makefile
343634 archivers/javatar/Makefile
343634 archivers/lha-ac/Makefile
343634 archivers/libpar2/Makefile
343634 archivers/lzo2/Makefile
343634 archivers/makeself/Makefile
343634 archivers/py-lzma/Makefile
343634 archivers/ruby-libarchive/Makefile
(Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Wed, 13 Nov 2013
|
[ 06:41 dinoex ] 
333655 graphics/jpeg/Makefile
333655 graphics/jpeg/pkg-plist
- use STAGEDIR
|
Sat, 21 Sep 2013
|
[ 11:06 dinoex ] 
327804 archivers/lha-ac/Makefile
327804 archivers/lha/Makefile
327804 audio/libid3tag/Makefile
327804 audio/mp3asm/Makefile
327804 audio/mp3gain/Makefile
327804 audio/rsynth/Makefile
327804 comms/hylafax/Makefile
327804 comms/lrzsz/Makefile
327804 comms/vrflash/Makefile
327804 converters/mpack/Makefile
(Only the first 10 of 129 ports in this commit are shown above. )
- fix misplaced NO_STAGE in slaveports and ifdefs
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] 
327733 graphics/4va/Makefile
327733 graphics/Cgraph/Makefile
327733 graphics/Coin/Makefile
327733 graphics/EZWGL/Makefile
327733 graphics/GraphicsMagick/Makefile
327733 graphics/GraphicsMagick12/Makefile
327733 graphics/GraphicsMagick13/Makefile
327733 graphics/Hermes/Makefile
327733 graphics/IPA/Makefile
327733 graphics/ImageMagick-nox11/Makefile
(Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] 
324744 accessibility/atkmm/Makefile
324744 accessibility/jovie/Makefile
324744 accessibility/kaccessible/Makefile
324744 accessibility/kmag/Makefile
324744 accessibility/kmousetool/Makefile
324744 accessibility/kmouth/Makefile
324744 accessibility/qt4-accessible/Makefile
324744 accessibility/speech-dispatcher/Makefile
324744 archivers/ark/Makefile
324744 archivers/bicom/Makefile
(Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 8 Feb 2013
|
[ 11:34 dinoex ] 
311937 graphics/jpeg/Makefile
- use option DOC
PR: 175718
Submitted by: Takefu
|
Sun, 9 Dec 2012
|
[ 21:39 dinoex ] 
308571 graphics/jpeg/Makefile
308571 graphics/jpeg/distinfo
308571 graphics/jpeg/files/patch-configure
308571 graphics/jpeg/files/patch-transupp.c
- update to 8d
|
Sun, 25 Mar 2012
|
[ 15:57 dinoex ]
1.62 graphics/jpeg/Makefile
- add regression-test
Submitted by: Mikhail Teterin
Feature safe: yes
|
Sat, 6 Aug 2011
|
[ 08:53 dinoex ]
1.61 graphics/jpeg/Makefile
- drop uunet mirror
|
Sat, 19 Mar 2011
|
[ 09:27 dinoex ]
1.60 graphics/jpeg/Makefile
1.14 graphics/jpeg/distinfo
- fix build after updated jpegexiforient
Sources veryfied to have no functional changes
|
Thu, 6 Jan 2011
|
[ 01:35 itetcu ]
1.59 graphics/jpeg/Makefile
Add ${DIST_SUBDIR} to the cp done in post-extract and unbreak.
Reported by: new QAT insteance testeing
Approved by: portmgr@ (self, to many ports depend on this one)
|
Wed, 5 Jan 2011
|
[ 17:14 dinoex ]
1.58 graphics/jpeg/Makefile
1.13 graphics/jpeg/distinfo
- make portlint happy
- fix changed distfile
and use DIST_SUBDIR to force refetch
PR: 153683
|
Sat, 4 Dec 2010
|
[ 07:34 ade ]
1.164 Mk/bsd.gnome.mk
1.63 Mk/bsd.php.mk
1.660 Mk/bsd.port.mk
1.1001 UPDATING
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
(Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Mon, 7 Jun 2010
|
[ 17:31 dinoex ]
1.56 graphics/jpeg/Makefile
1.12 graphics/jpeg/distinfo
- update to 8b
|
Sun, 6 Jun 2010
|
[ 08:31 dinoex ]
1.55 graphics/jpeg/Makefile
- use DISTVERSION
|
Thu, 29 Apr 2010
|
[ 18:31 rene ]
1.54 graphics/jpeg/Makefile
Bump PORTREVISION to force registration of the conflict with
graphics/libjpeg-turbo in the package (they install overlapping files).
Submitted by: makc
Approved by: tabthorpe (mentor)
|
Wed, 28 Apr 2010
|
[ 06:18 rene ]
1.53 graphics/jpeg/Makefile
1.2 graphics/libjpeg-turbo/Makefile
Register mutual CONFLICTS.
Submitted by: makc
Approved by: tabthorpe (mentor, implicit)
|
Tue, 9 Mar 2010
|
[ 15:10 dinoex ]
1.52 graphics/jpeg/Makefile
1.11 graphics/jpeg/distinfo
1.5 graphics/jpeg/files/patch-jpegtran.c
- update to 8a
|
Fri, 5 Feb 2010
|
[ 11:58 dinoex ]
1.51 graphics/jpeg/Makefile
- cleanup comment, ggostscript5 is gone
|
[ 11:46 dinoex ]
1.19 Mk/bsd.gecko.mk
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ]
1.1958 MOVED
1.31 Mk/bsd.autotools.mk
1.842 UPDATING
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.2 archivers/libcomprex/files/patch-Makefile.in
(Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ]
1.14 Mk/bsd.gecko.mk
1.22 astro/boinc-setiathome-enhanced/Makefile
1.43 astro/celestia/Makefile
1.15 astro/gaia/Makefile
1.32 astro/openuniverse/Makefile
1.28 astro/stellarium/Makefile
1.32 astro/sunclock/Makefile
1.54 astro/xephem/Makefile
1.45 astro/xplanet/Makefile
1.27 astro/xrmap/Makefile
(Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Wed, 13 Aug 2008
|
[ 08:23 dinoex ]
1.47 graphics/jpeg/Makefile
1.1 graphics/jpeg/files/patch-jconfig.cfg
- add missing patch
|
Tue, 12 Aug 2008
|
[ 14:06 dinoex ]
1.46 graphics/jpeg/Makefile
1.4 graphics/jpeg/files/patch-configure
- fix autoconf problems with jconfig.h
Submitted by: Jeremy Messenger
|
Sun, 10 Aug 2008
|
[ 07:14 dinoex ]
1.45 graphics/jpeg/Makefile
1.3 graphics/jpeg/files/patch-configure
- fix HAVE_STDLIB_H macrosA
Reported by: Jeremy Messenger
|
Sat, 13 Jan 2007
|
[ 04:52 dinoex ]
1.44 graphics/jpeg/Makefile
- use USE_LDCONFIG
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.23 accessibility/at-spi/pkg-plist
1.44 accessibility/atk/Makefile
1.22 accessibility/atk/pkg-plist
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.30 accessibility/gail/pkg-plist
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomemag/pkg-plist
1.17 accessibility/gnomespeech/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.18 Mk/bsd.php.mk
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Tue, 9 Nov 2004
|
[ 13:18 ahze ]
1.41 graphics/jpeg/Makefile
Use libtool15
Approved by: dinoex (maintainer)
pav (co mentor)
|
Sat, 5 Jun 2004
|
[ 08:11 dinoex ]
1.40 graphics/jpeg/Makefile
1.1 graphics/jpeg/files/patch-jerror.h
1.2 graphics/jpeg/files/patch-jpegtran.c
1.2 graphics/jpeg/files/patch-transupp.c
1.2 graphics/jpeg/files/patch-transupp.h
- merged cropping patch and drop patch
Submitted by: Mike Johnson
|
Thu, 18 Mar 2004
|
[ 14:53 dinoex ]
1.39 graphics/jpeg/Makefile
1.7 graphics/jpeg/distinfo
1.8 graphics/jpeg/files/patch-ab
1.2 graphics/jpeg/files/patch-ad
1.2 graphics/jpeg/files/patch-ae
1.1 graphics/jpeg/files/patch-configure
1.1 graphics/jpeg/files/patch-djpeg.c
1.1 graphics/jpeg/files/patch-exifautotran
1.1 graphics/jpeg/files/patch-jpegtran.1
1.1 graphics/jpeg/files/patch-jpegtran.c
(Only the first 10 of 15 ports in this commit are shown above. )
- Patches from
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106060 ,
http://sylvana.net/jpegcrop/exifpatch.html
Which add EXIF support to jpegtran (lossless JPEG transforms) and to
rdjpgcom to add reporting of EXIF orientation in verbose mode.
- Tools from http://sylvana.net/jpegcrop/exif_orientation.html
which allow automatic JPEG orientation using the EXIF tag from the camera.
(I think it should be done with DISTFILES rather than with PATCH_SITES,
though).
Roman Shterenzon
(some cleanup done)
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Tue, 18 Nov 2003
|
[ 13:08 dinoex ]
1.37 graphics/jpeg/Makefile
1.24 graphics/jpeg/pkg-plist
- make portlint happy
- use PORTDOCS
|
Mon, 17 Nov 2003
|
[ 19:33 dinoex ]
1.24 comms/lrzsz/Makefile
1.21 deskutils/abacus/Makefile
1.20 games/xneko/Makefile
1.62 graphics/gd/Makefile
1.36 graphics/jpeg/Makefile
1.38 graphics/tiff/Makefile
1.12 multimedia/mpeg2play/Makefile
1.9 www/thumbnail_index/Makefile
- take maintainership
|
Thu, 20 Feb 2003
|
[ 18:08 knu ]
1.32 graphics/EZWGL/Makefile
1.5 graphics/EZWGL/pkg-comment
1.19 graphics/Hermes/Makefile
1.3 graphics/Hermes/pkg-comment
1.4 graphics/IPA/Makefile
1.2 graphics/IPA/pkg-comment
1.159 graphics/ImageMagick/Makefile
1.9 graphics/ImageMagick/pkg-comment
1.29 graphics/aalib/Makefile
1.3 graphics/aalib/pkg-comment
(Only the first 10 of 308 ports in this commit are shown above. )
de-pkg-comment
|
Thu, 7 Nov 2002
|
[ 03:10 adamw ]
1.4 archivers/zipios++/Makefile
1.3 archivers/zipios++/pkg-comment
1.12 astro/pyweather/Makefile
1.12 audio/cam/Makefile
1.3 audio/cam/pkg-comment
1.12 audio/gnump3d/Makefile
1.9 audio/mp3rename/Makefile
1.8 audio/nspmod/Makefile
1.13 audio/raproxy/Makefile
1.6 audio/rioutil/Makefile
(Only the first 10 of 193 ports in this commit are shown above. )
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
|
Sun, 23 Jun 2002
|
[ 18:06 ijliao ]
1.32 graphics/jpeg/Makefile
add one more site
|
Mon, 18 Mar 2002
|
[ 03:36 ijliao ]
1.31 graphics/jpeg/Makefile
add "--enable-maxmem" configure option
PR: 36013
Submitted by: Seva Gluschenko <gvs@rinet.ru>
|
Fri, 16 Nov 2001
|
[ 03:33 lioux ]
unknown graphics/jpeg/Makefile
unknown graphics/jpeg/pkg-plist
o Install two additional header files required by soon to be added libmovtar
port o bump PORTREVISION due to that
|
Tue, 16 Oct 2001
|
[ 04:01 lioux ]
unknown graphics/jpeg/Makefile
un"echo" installation (less noise)
|
Mon, 17 Sep 2001
|
[ 18:40 dwcjr ]
unknown astro/stars/Makefile
unknown audio/mpegaudio/Makefile
unknown cad/pcb/Makefile
unknown devel/autoconf/Makefile
unknown devel/gmake/Makefile
unknown editors/beav/Makefile
unknown editors/emacs20/Makefile
unknown emulators/bsvc/Makefile
unknown ftp/mirror/Makefile
unknown games/gnugo/Makefile
(Only the first 10 of 41 ports in this commit are shown above. )
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ]
unknown archivers/arc/Makefile
unknown archivers/bzip/Makefile
unknown archivers/freeze/Makefile
unknown archivers/lha/Makefile
unknown archivers/nulib/Makefile
unknown archivers/pkzip/Makefile
unknown archivers/ppunpack/Makefile
unknown archivers/rar/Makefile
unknown archivers/unrar/Makefile
unknown archivers/zip/Makefile
(Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Tue, 3 Oct 2000
|
[ 01:54 reg ]
unknown graphics/jpeg/Makefile
unknown graphics/jpeg/patches/patch-ab
unknown graphics/jpeg/pkg/PLIST
Correct USE_LIBTOOL usage.
|
Mon, 21 Aug 2000
|
[ 11:07 sobomax ]
unknown audio/wsoundserver/Makefile
unknown biology/emboss/Makefile
unknown devel/dryad/Makefile
unknown devel/gnomedebug/Makefile
unknown devel/libol/Makefile
unknown devel/sip/Makefile
unknown devel/t1lib/Makefile
unknown ftp/caitoo/Makefile
unknown graphics/dia/Makefile
unknown graphics/jpeg/Makefile
(Only the first 10 of 29 ports in this commit are shown above. )
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
|
Sun, 30 Jul 2000
|
[ 04:32 jseger ]
unknown graphics/jpeg/Makefile
unknown graphics/jpeg/patches/patch-ab
/usr/local/bin/libtool -> ${LIBTOOL}
|
Fri, 16 Jun 2000
|
[ 22:52 asami ]
unknown archivers/bzip2/Makefile
unknown archivers/lzo/Makefile
unknown audio/esound/Makefile
unknown audio/gsm/Makefile
unknown audio/libaudiofile/Makefile
unknown audio/libcdaudio/Makefile
unknown audio/libmikmod/Makefile
unknown audio/libshout/Makefile
unknown audio/libworkman/Makefile
unknown audio/nas/Makefile
(Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 09:48 sobomax ]
unknown archivers/lzo/Makefile
unknown archivers/lzo/pkg/PLIST
unknown audio/libaudiofile/Makefile
unknown audio/libaudiofile/pkg/PLIST
unknown audio/libcdaudio/Makefile
unknown audio/libcdaudio/pkg/PLIST
unknown audio/libmikmod/Makefile
unknown audio/libmikmod/pkg/PLIST
unknown audio/libshout/Makefile
unknown audio/libshout/pkg/PLIST
(Only the first 10 of 181 ports in this commit are shown above. )
Fourth round of INSTALLS_SHLIBS conversion.
|
Number of commits found XX: 62 |