Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.11.1_2 28 Jan 2024 13:39:29 |
Muhammad Moinur Rahman (bofh) |
audio/libmikmod: Moved man to share/man
Approved by: portmgr (blanket) |
3.3.11.1_1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3.11.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3.11.1_1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.3.11.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.11.1_1 10 Nov 2018 18:12:58 |
bapt |
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 |
3.3.11.1 04 Jul 2017 07:13:46 |
ehaupt |
Update to 3.3.11.1
PR: 219983 (within scope of)
Approved by: neuroworker@gmail.com (maintainer timeout; 20 days) |
3.3.11 04 Jul 2017 07:04:17 |
ehaupt |
Update to 3.3.11
PR: 219983
Approved by: neuroworker@gmail.com (maintainer timeout; 20 days) |
3.3.8 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
3.3.8 04 Jan 2016 13:17:05 |
ehaupt |
Update to 3.3.8
PR: 205190
Approved by: maintainer timeout (neuroworker@gmail.com; > 14 days) |
3.3.6_2 16 May 2015 17:06:21 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
3.3.6_2 11 Sep 2014 13:09:55 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
3.3.6_1 23 Apr 2014 13:25:17 |
tijl |
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 ) |
3.3.6 17 Apr 2014 03:10:05 |
swills |
- Update to 3.3.6
PR: ports/186898
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: maintainer timeout (neuroworker@gmail.com, >2 weeks) |
3.1.16_1 12 Mar 2014 19:49:57 |
tijl |
Reapply r338657 (disable esound) and r342886 (USES=libtool). [1]
While here, remove post-extract and post-patch: no longer needed.
Submitted by: riggs [1] |
3.1.16 08 Mar 2014 07:42:51 |
riggs |
- 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 |
3.1.12_2 05 Feb 2014 23:16:38 |
bapt |
Bump portversion, forgotten in last commit |
3.1.12_1 05 Feb 2014 23:01:02 |
bapt |
USES= libtool |
3.1.12_1 19 Jan 2014 17:31:48 |
danilo |
- Fix a problem with the libdir of a file (libmikmod.la). It was pointing to the
STAGEDIR. |
3.1.12 04 Jan 2014 18:01:18 |
bapt |
Support stage
Unconditionnaly disable esound |
3.1.12 04 Oct 2013 08:52:33 |
bapt |
Do not arbitrary rename packages |
3.1.12 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
|
bapt |
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 |
3.1.12 11 Aug 2011 19:20:17 |
kwm |
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> |
3.1.12 04 Jan 2011 00:47:34 |
tota |
- Update to 3.1.12
- Pass maintainership to submitter
PR: ports/153653
Submitted by: Gleb Sushko <neuroworker_AT_gmail_DOT_com> |
3.1.11_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.1.11_2 18 Jun 2010 09:19:54 |
linimon |
Reset david@trucs.org, who currently does not have time to work on
these ports.
Hat: portmgr |
3.1.11_2 02 Aug 2009 19:36:34 |
mezz |
-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 |
3.1.11_2 25 Jul 2008 09:08:42 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
3.1.11_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
3.1.11_2 29 Nov 2006 11:41:53 |
shaun |
- 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] |
3.1.11_2 12 Oct 2006 08:43:01 |
rafan |
- 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) |
3.1.11_1 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
3.1.11_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.1.11 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
3.1.11 15 Nov 2005 06:52:12 |
ade |
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. |
3.1.11 09 Jul 2004 17:43:11 |
marcus |
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 |
3.1.11 08 Apr 2004 20:41:21 |
krion |
- Update to version 3.1.11
PR: ports/64851
Submitted by: Ports Fury
Approved by: maintainer |
3.1.10_2 18 Mar 2004 20:59:15 |
trevor |
Add size data, approved by maintainers. |
3.1.10_2 14 Mar 2004 06:17:56 |
ade |
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. |
3.1.10_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.1.10_1 04 Dec 2003 09:50:27 |
pav |
- 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) |
3.1.10_1 08 Sep 2003 07:50:54 |
edwin |
don't forget to bump the revision, it's important enough under -current. |
3.1.10 08 Sep 2003 07:49:23 |
edwin |
Properly replace all -pthread occurances to make it working on
-current with the new gcc. |
3.1.10 16 Aug 2003 10:20:04 |
kris |
Utilize INFO |
3.1.10 11 Jul 2003 07:09:55 |
marcel |
Remove the patch for config.sub to teach it about ia64. We now have a
centralized solution. |
3.1.10 19 Jun 2003 09:41:18 |
marcel |
Teach configure about ia64. |
3.1.10 08 Apr 2003 00:40:09 |
marcus |
Remove the USE_GNOMENG macro. |
3.1.10 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
3.1.10 23 Aug 2002 18:48:50 |
kris |
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 |
3.1.10 22 Aug 2002 04:48:10 |
marcus |
* Use USE_GNOMENG
* Re-add dependency on gmake to fix build problems
PR: 41845 and 41877 |
3.1.10 16 Aug 2002 19:51:41 |
naddy |
* Optionalize esound. Suggested by:
PR: 41594
Submitted by: Brad Laue <brad@brad-x.com>
* Remove unneeded gmake dependency. |
3.1.10 08 Jul 2002 10:22:14 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
07 Mar 2002 02:42:41 |
pat |
Update to 3.1.10 |
28 Dec 2001 18:08:31 |
petef |
Update MASTER_SITES and WWW: to libmikmod's new home. |
19 Apr 2001 15:10:29 |
sobomax |
The project has moved to the new location - update MASTER_SITES and WWW. |
17 Apr 2001 19:09:23 |
sada |
Move MASTER_SITES to MASTER_SITE_LOCAL since original distfile looks
disappeared and MASTER_SITE_SUNSITE are not in good condition. |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
12 Mar 2001 19:40:04 |
sf |
o add MASTER_SITE_SUNSITE to MASTER_SITES. o get rid of version number from
pkg-descr. |
07 Mar 2001 21:07:14 |
mharo |
disown this port |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
05 Oct 2000 06:19:39 |
reg |
Implement WANT_ESOUND, USE_ESOUND. |
15 Aug 2000 12:34:32 |
sobomax |
Patch configure to use -pthread instead of -lpthread. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 |
sobomax |
Fourth round of INSTALLS_SHLIBS conversion. |
29 May 2000 07:34:02 |
sobomax |
Get rid of those zero-sized `music.raw' files, known to anyone using libmikmod
or any software based on it. |