non port: audio/libmikmod/Makefile |
SVNWeb
|
Number of commits found XX: 55 |
Sat, 10 Nov 2018
|
[ 18:12 bapt ] 
484628 CHANGES
484628 Mk/bsd.port.mk
484628 Templates/BSD.local.dist
484628 accessibility/speech-dispatcher/Makefile
484628 archivers/fastjar/Makefile
484628 archivers/gcpio/Makefile
484628 archivers/gtar/Makefile
484628 archivers/gzip/Makefile
484628 archivers/lzip/Makefile
484628 archivers/lzlib/Makefile
(Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Tue, 4 Jul 2017
|
[ 07:13 ehaupt ] 
444998 audio/libmikmod/Makefile
444998 audio/libmikmod/distinfo
Update to 3.3.11.1
PR: 219983 (within scope of)
Approved by: neuroworker@gmail.com (maintainer timeout; 20 days)
|
[ 07:04 ehaupt ] 
444997 audio/libmikmod/Makefile
444997 audio/libmikmod/distinfo
Update to 3.3.11
PR: 219983
Approved by: neuroworker@gmail.com (maintainer timeout; 20 days)
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] 
424427 archivers/lhasa/Makefile
424427 archivers/liblz4/Makefile
424427 archivers/minizip/Makefile
424427 archivers/unadf/Makefile
424427 audio/libaacplus/Makefile
424427 audio/libadplug/Makefile
424427 audio/libmikmod/Makefile
424427 audio/libmikmod/files
424427 audio/libtremor/Makefile
424427 audio/libxmp/Makefile
(Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Mon, 4 Jan 2016
|
[ 13:17 ehaupt ] 
405238 audio/libmikmod/Makefile
405238 audio/libmikmod/distinfo
405238 audio/libmikmod/files/patch-Makefile.in
Update to 3.3.8
PR: 205190
Approved by: maintainer timeout (neuroworker@gmail.com; > 14 days)
|
Sat, 16 May 2015
|
[ 17:06 amdmi3 ] 
386560 audio/libmikmod/Makefile
- Add CPE info
Approved by: portmgr blanket
|
Thu, 11 Sep 2014
|
[ 13:09 amdmi3 ] 
367928 audio/libmikmod/Makefile
367928 audio/libmikmod/pkg-plist
- Drop .la files, no dependees require them
Approved by: portmgr blanket
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] 
351936 CHANGES
351936 Mk/Uses/libtool.mk
351936 Mk/bsd.port.mk
351936 Mk/bsd.xorg.mk
351936 archivers/libcomprex/Makefile
351936 archivers/libdynamite/Makefile
351936 archivers/liborange/Makefile
351936 archivers/librtfcomp/Makefile
351936 archivers/lzo2/Makefile
351936 archivers/ucl/Makefile
(Only the first 10 of 462 ports in this commit are shown above. )
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above )
|
Thu, 17 Apr 2014
|
[ 03:10 swills ] 
351439 audio/libmikmod/Makefile
351439 audio/libmikmod/distinfo
351439 audio/libmikmod/pkg-plist
- Update to 3.3.6
PR: ports/186898
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: maintainer timeout (neuroworker@gmail.com, >2 weeks)
|
Wed, 12 Mar 2014
|
[ 19:49 tijl ] 
347999 audio/libmikmod/Makefile
347999 audio/libmikmod/pkg-plist
Reapply r338657 (disable esound) and r342886 (USES=libtool). [1]
While here, remove post-extract and post-patch: no longer needed.
Submitted by: riggs [1]
|
Sat, 8 Mar 2014
|
[ 07:42 riggs ] 
347451 audio/libmikmod/Makefile
347451 audio/libmikmod/distinfo
347451 audio/libmikmod/files/patch-64bit-fix
347451 audio/libmikmod/files/patch-CVE-2009-0179
347451 audio/libmikmod/files/patch-Makefile.in
347451 audio/libmikmod/files/patch-exitcrash
347451 audio/libmikmod/files/patch-libmikmod__Makefile.in
347451 audio/libmikmod/files/patch-md_sngchn
347451 audio/libmikmod/files/patch-ngvolume
347451 audio/libmikmod/pkg-descr
(Only the first 10 of 11 ports in this commit are shown above. )
- Update to upstream version 3.1.16
- Add LICENSE
- Add OPTION for esound
- General cleanups & petting portlint (USES, autotools handling)
- Update WWW in pkg-descr
PR: ports/184753
Submitted by: RK <hsn@sendmail.cz>
Reviewed by: submitter (RK <hsn@sendmail.cz>)
Approved by: thierry (mentor), maintainer timeout
|
Wed, 5 Feb 2014
|
[ 23:16 bapt ] 
342894 audio/libmikmod/Makefile
Bump portversion, forgotten in last commit
|
[ 23:01 bapt ] 
342886 audio/libmikmod/Makefile
342886 audio/libmikmod/pkg-plist
USES= libtool
|
Sun, 19 Jan 2014
|
[ 17:31 danilo ] 
340326 audio/libmikmod/Makefile
340326 audio/libmikmod/files/patch-libmikmod__Makefile.in
- Fix a problem with the libdir of a file (libmikmod.la). It was pointing to the
STAGEDIR.
|
Sat, 4 Jan 2014
|
[ 18:01 bapt ] 
338657 audio/libmikmod/Makefile
338657 audio/libmikmod/pkg-plist
Support stage
Unconditionnaly disable esound
|
Fri, 4 Oct 2013
|
[ 08:52 bapt ] 
329271 audio/dumb/Makefile
329271 audio/libmikmod/Makefile
329271 audio/mp3info/Makefile
329271 audio/muse/Makefile
329271 audio/taglib/Makefile
329271 audio/xmixer/Makefile
329271 databases/sqsh/Makefile
329271 devel/sdl12/Makefile
329271 editors/elvis/Makefile
329271 editors/hte/Makefile
(Only the first 10 of 21 ports in this commit are shown above. )
Do not arbitrary rename packages
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] 
327706 audio/HVSC-Update/Makefile
327706 audio/Maaate/Makefile
327706 audio/aacgain/Makefile
327706 audio/aacplusenc/Makefile
327706 audio/abcde/Makefile
327706 audio/abcmidi/Makefile
327706 audio/abcselect/Makefile
327706 audio/abraca/Makefile
327706 audio/acoustid-fingerprinter/Makefile
327706 audio/adplay/Makefile
(Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Fri, 30 Aug 2013
|
[ 23:01 bapt ] 
325727 audio/HVSC-Update/Makefile
325727 audio/Maaate/Makefile
325727 audio/aacgain/Makefile
325727 audio/aacplusenc/Makefile
325727 audio/abcmidi/Makefile
325727 audio/afsp/Makefile
325727 audio/akode-plugins-ffmpeg/Makefile
325727 audio/akode-plugins-jack/Makefile
325727 audio/akode-plugins-mpc/Makefile
325727 audio/akode-plugins-mpeg/Makefile
(Only the first 10 of 222 ports in this commit are shown above. )
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ]
1.37 archivers/libcomprex/Makefile
1.27 archivers/rvm/Makefile
1.4 archivers/squeeze/Makefile
1.14 archivers/unshield/Makefile
1.16 astro/cfitsio/Makefile
1.35 astro/libnova/Makefile
1.34 astro/nightfall/Makefile
1.28 astro/starplot/Makefile
1.13 audio/ario/Makefile
1.34 audio/ccaudio2/Makefile
(Only the first 10 of 543 ports in this commit are shown above. )
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>
|
Tue, 4 Jan 2011
|
[ 00:47 tota ]
1.50 audio/libmikmod/Makefile
1.11 audio/libmikmod/distinfo
1.1 audio/libmikmod/files/patch-64bit-fix
1.1 audio/libmikmod/files/patch-CVE-2009-0179
1.2 audio/libmikmod/files/patch-ad
1.1 audio/libmikmod/files/patch-exitcrash
1.1 audio/libmikmod/files/patch-md_sngchn
1.1 audio/libmikmod/files/patch-ngvolume
- Update to 3.1.12
- Pass maintainership to submitter
PR: ports/153653
Submitted by: Gleb Sushko <neuroworker_AT_gmail_DOT_com>
|
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
|
Fri, 18 Jun 2010
|
[ 09:19 linimon ]
1.18 astro/viking/Makefile
1.29 audio/gnupod/Makefile
1.5 audio/gnupod/pkg-descr
1.48 audio/libmikmod/Makefile
1.8 audio/libmikmod/pkg-descr
1.5 sysutils/p5-Filesys-DiskFree/Makefile
1.2 sysutils/p5-Filesys-DiskFree/pkg-descr
1.13 textproc/xmlindent/Makefile
Reset david@trucs.org, who currently does not have time to work on
these ports.
Hat: portmgr
|
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
|
Fri, 25 Jul 2008
|
[ 09:08 pav ]
1.5 archivers/liblzxcomp/Makefile
1.13 archivers/libunrar/Makefile
1.26 archivers/lzma/Makefile
1.4 archivers/tclmkziplib/Makefile
1.3 archivers/unmass/Makefile
1.60 archivers/unzip/Makefile
1.36 archivers/zip/Makefile
1.9 audio/audacious-dumb/Makefile
1.10 audio/dumb/Makefile
1.19 audio/espeak/Makefile
(Only the first 10 of 35 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Thu, 1 Feb 2007
|
[ 02:42 kris ]
1.7 archivers/dynamite/Makefile
1.7 archivers/libmspack/Makefile
1.35 archivers/lzo/Makefile
1.39 archivers/lzo2/Makefile
1.19 archivers/ucl/Makefile
1.4 archivers/unshield/Makefile
1.21 archivers/xpk/Makefile
1.4 astro/gpsd/Makefile
1.9 astro/jday/Makefile
1.22 astro/libnova/Makefile
(Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Wed, 29 Nov 2006
|
[ 11:41 shaun ]
1.19 audio/gnupod/Makefile
1.44 audio/libmikmod/Makefile
1.3 sysutils/p5-Filesys-DiskFree/Makefile
1.11 textproc/xmlindent/Makefile
- Update maintainer's e-mail address. [1]
- Pet portlint(1) while here.
PR: ports/105999 [1]
Submitted by: David Le Brun <david@trucs.org> (maintainer) [1]
|
Thu, 12 Oct 2006
|
[ 08:43 rafan ]
1.43 audio/libmikmod/Makefile
1.10 audio/libmikmod/distinfo
- Include vendor patch that
- makes 3.1.x series up-to-date
- makes it work correctly on amd64
This is not the patch submitted in ports/104280. Submitter confirms the
vendor patch works well.
PR: ports/104280
Submitted by: Dan Ponte <dcp1990 at neptune.atopia.net>
Approved by: portmgr (erwin), David Le Brun <david at dyn-ns.net>
(maintainer)
|
Wed, 3 May 2006
|
[ 05:14 edwin ]
1.17 accessibility/kdeaccessibility/Makefile
1.21 archivers/arj/Makefile
1.20 archivers/deepforest/Makefile
1.2 archivers/deutex/Makefile
1.5 archivers/dynamite/Makefile
1.3 archivers/fpc-paszlib/Makefile
1.16 archivers/gzip/Makefile
1.18 archivers/ha/Makefile
1.26 archivers/hpack.non-usa.only/Makefile
1.3 archivers/liblzxcomp/Makefile
(Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
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.
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ]
1.6 Mk/bsd.autotools.mk
1.38 accessibility/at-spi/Makefile
1.39 accessibility/atk/Makefile
1.35 accessibility/gail/Makefile
1.17 accessibility/gnomemag/Makefile
1.8 arabic/katoob/Makefile
1.36 archivers/fileroller/Makefile
1.26 archivers/lzo/Makefile
1.51 archivers/rpm/Makefile
1.12 archivers/ucl/Makefile
(Only the first 10 of 489 ports in this commit are shown above. )
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
|
Thu, 8 Apr 2004
|
[ 20:41 krion ]
1.38 audio/libmikmod/Makefile
1.8 audio/libmikmod/distinfo
- Update to version 3.1.11
PR: ports/64851
Submitted by: Ports Fury
Approved by: maintainer
|
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.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ]
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile
(Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Thu, 4 Dec 2003
|
[ 09:50 pav ]
1.35 audio/libmikmod/Makefile
1.7 audio/libmikmod/pkg-descr
- Update master sites, website url
- Give maintainership to submitter
PR: ports/59691
Submitted by: David Le Brun <daviddyn-ns.net@da-quirk.org>
Approved by: adamw (mentor)
|
Mon, 8 Sep 2003
|
[ 07:50 edwin ]
1.34 audio/libmikmod/Makefile
don't forget to bump the revision, it's important enough under -current.
|
[ 07:49 edwin ]
1.33 audio/libmikmod/Makefile
Properly replace all -pthread occurances to make it working on
-current with the new gcc.
|
Sat, 16 Aug 2003
|
[ 10:20 kris ]
1.32 audio/libmikmod/Makefile
1.7 audio/libmikmod/pkg-plist
Utilize INFO
|
Tue, 8 Apr 2003
|
[ 00:40 marcus ]
1.35 audio/aumix/Makefile
1.11 audio/autozen/Makefile
1.12 audio/cheesetracker/Makefile
1.10 audio/denemo/Makefile
1.17 audio/easytag/Makefile
1.13 audio/extace/Makefile
1.4 audio/freebirth/Makefile
1.16 audio/gdcd/Makefile
1.9 audio/gdrdao/Makefile
1.12 audio/gkrellmms/Makefile
(Only the first 10 of 73 ports in this commit are shown above. )
Remove the USE_GNOMENG macro.
|
Thu, 20 Feb 2003
|
[ 16:49 knu ]
1.9 audio/Maaate/Makefile
1.4 audio/Maaate/pkg-comment
1.21 audio/ascd/Makefile
1.5 audio/ascd/pkg-comment
1.6 audio/autools/Makefile
1.4 audio/autools/pkg-comment
1.6 audio/blop/Makefile
1.2 audio/blop/pkg-comment
1.13 audio/cam/Makefile
1.4 audio/cam/pkg-comment
(Only the first 10 of 170 ports in this commit are shown above. )
De-pkg-comment.
|
Fri, 23 Aug 2002
|
[ 18:48 kris ]
1.27 audio/libmikmod/Makefile
Force libtool script to be executed by /bin/sh, not "whatever shell
you are currently running", which doesn't work too well if it happens to
be e.g. csh.
Noticed by: bento
|
Thu, 22 Aug 2002
|
[ 04:48 marcus ]
1.26 audio/libmikmod/Makefile
* Use USE_GNOMENG
* Re-add dependency on gmake to fix build problems
PR: 41845 and 41877
|
Fri, 16 Aug 2002
|
[ 19:51 naddy ]
1.25 audio/libmikmod/Makefile
* Optionalize esound. Suggested by:
PR: 41594
Submitted by: Brad Laue <brad@brad-x.com>
* Remove unneeded gmake dependency.
|
Mon, 8 Jul 2002
|
[ 10:22 ijliao ]
1.4 audio/Maaate/Makefile
1.5 audio/cheesetracker/Makefile
1.10 audio/gdcd/Makefile
1.3 audio/ksmp3play/Makefile
1.24 audio/libmikmod/Makefile
1.6 audio/libsndfile/Makefile
1.3 audio/mhwaveedit/Makefile
1.3 audio/midimountain/Makefile
1.3 audio/muse/Makefile
1.21 audio/nas/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Thu, 7 Mar 2002
|
[ 02:42 pat ]
unknown audio/libmikmod/Makefile
unknown audio/libmikmod/distinfo
unknown audio/libmikmod/files/patch-ab
unknown audio/libmikmod/files/patch-ac
Update to 3.1.10
|
Fri, 28 Dec 2001
|
[ 18:08 petef ]
unknown audio/libmikmod/Makefile
unknown audio/libmikmod/pkg-descr
Update MASTER_SITES and WWW: to libmikmod's new home.
|
Thu, 19 Apr 2001
|
[ 15:10 sobomax ]
unknown audio/libmikmod/Makefile
unknown audio/libmikmod/pkg-descr
unknown audio/mikmod/Makefile
unknown audio/mikmod/pkg-descr
The project has moved to the new location - update MASTER_SITES and WWW.
|
Tue, 17 Apr 2001
|
[ 19:09 sada ]
unknown audio/libmikmod/Makefile
Move MASTER_SITES to MASTER_SITE_LOCAL since original distfile looks
disappeared and MASTER_SITE_SUNSITE are not in good condition.
|
Thu, 29 Mar 2001
|
[ 16:35 sobomax ]
unknown astro/glunarclock/Makefile
unknown astro/seti_applet/Makefile
unknown audio/extace/Makefile
unknown audio/glame/Makefile
unknown audio/gnapster/Makefile
unknown audio/gnomemedia/Makefile
unknown audio/libmikmod/Makefile
unknown audio/soundtracker/Makefile
unknown audio/sweep/Makefile
unknown audio/teknap/Makefile
(Only the first 10 of 166 ports in this commit are shown above. )
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
|
Mon, 12 Mar 2001
|
[ 19:40 sf ]
unknown audio/libmikmod/Makefile
unknown audio/libmikmod/pkg-comment
o add MASTER_SITE_SUNSITE to MASTER_SITES. o get rid of version number from
pkg-descr.
|
Wed, 7 Mar 2001
|
[ 21:07 mharo ]
unknown audio/libmikmod/Makefile
disown this port
|
Thu, 5 Oct 2000
|
[ 06:19 reg ]
unknown audio/kmikmod/Makefile
unknown audio/libmikmod/Makefile
unknown audio/mpg123/Makefile
unknown audio/mpg123/patches/patch-aa
unknown audio/timidity++/Makefile
unknown audio/wsoundserver/Makefile
unknown devel/sdl-devel/Makefile
unknown devel/sdl/Makefile
Implement WANT_ESOUND, USE_ESOUND.
|
Tue, 15 Aug 2000
|
[ 12:34 sobomax ]
unknown audio/libmikmod/Makefile
Patch configure to use -pthread instead of -lpthread.
|
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: 55 |