Tijl Coosemans
16aaca561b
Remove USE_AUTOTOOLS
2014-09-24 19:01:45 +00:00
Dmitry Marakasov
e200ae97ff
- Drop @dirrm* from plist
2014-09-22 15:09:10 +00:00
Johannes Jost Meixner
05317facbe
Update CentOS base to 6.5, add userland ports
...
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
Additionally, please add the following line to /etc/sysctl.conf:
compat.linux.osrelease=2.6.18
Upgrading procedures are shown in /usr/ports/UPDATING.
This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.
Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,
PR: 186820
Differential Revision: https://reviews.freebsd.org/D793
Reviewed by: allanjude, antoine, bapt, rene
Approved by: portmgr (antoine, bapt)
Approved by: koobs (mentor)
Sponsored by: Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
Sean Bruno
e286403320
Patch configure to use ${CC} instead of ld to link the two shared objects it
...
creates. This fixes a problem on arm where the shared object will attempt to
access symbols in libgcc, however the .so files don't link against libgcc the
build fails.
PR: 193791
Submitted by: andrew
Reviewed by: tijl
Approved by: bapt (mentor)
2014-09-21 15:36:25 +00:00
Rene Ladan
7eafff56c3
Remove expired ports
...
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
2014-09-20 09:45:04 +00:00
Tijl Coosemans
d78fc6f33f
- Remove old libtool patch
...
- Use CFLAGS_sparc64
2014-09-19 18:43:15 +00:00
Tijl Coosemans
fdffa80d8d
Remove old libtool patch and drop .la file
2014-09-19 18:41:06 +00:00
Tijl Coosemans
d223706862
Remove USES=pathfix (already set by master port)
2014-09-19 18:39:00 +00:00
Pietro Cerutti
2445142f20
- Update to snapshot 10321
...
Changelogs:
* http://www.fltk.org/articles.php?L1384
* http://www.fltk.org/articles.php?L1385
2014-09-19 08:55:16 +00:00
Mathieu Arnold
46cf4bcb84
Retire MANCOMPRESSED.
...
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
2014-09-18 12:31:24 +00:00
Hiroki Sato
a9857fee26
- Update cad/p5-GDS2 to 3.28.
...
- Add x11-toolkits/p5-Tk-WaitBox. This is an wait dialog module
for Perl/Tk.
2014-09-14 15:38:23 +00:00
Tijl Coosemans
3ce0f21808
devel/glib12 x11-toolkits/gtk12:
...
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Gerald Pfeifer
15945f8122
Update the default version of GCC in the Ports Collection from GCC 4.7.4
...
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
2014-09-10 20:50:31 +00:00
Pietro Cerutti
8d8d84f8ae
- Update to 1.9.8
...
Release notes: http://sourceforge.net/p/tcllib/mailman/message/32817224/
- Update LICENSE information
2014-09-10 15:38:30 +00:00
Baptiste Daroussin
bcf3a830a4
Welcome Mate Desktop 1.8
...
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org )
2014-09-10 13:11:28 +00:00
Dmitry Marakasov
1a5298a4c0
- Drop .la files, no dependees require them
...
- Strip libraries
2014-09-10 08:06:06 +00:00
Sunpoet Po-Chuan Hsieh
f4d285800d
- Update to 1.40
...
- Convert to new options helper
- Strip shared library
Changes: http://search.cpan.org/dist/Prima/Changes
2014-09-09 14:43:47 +00:00
Pawel Pekala
8bc6f38888
- Update to version 2.10.0
...
- Fetch by using USE_GITHUB macros
- Make COMMENT description better
2014-09-06 20:21:18 +00:00
Pawel Pekala
dcea2fb9d7
- Update to version 2.2.8
...
- Use INSTALL_TARGET for stripping
2014-09-06 17:30:39 +00:00
Pietro Cerutti
eaa7ae20a0
- Update to snapshot 10272
...
Changelog:
* http://www.fltk.org/articles.php?L1383
2014-09-05 12:01:40 +00:00
Antoine Brodin
228ab58873
Change INSTALL_DATA to install with mode 644
...
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
2014-09-04 19:26:24 +00:00
Baptiste Daroussin
d5172c1802
Remove now useless @exec
2014-09-03 06:14:57 +00:00
Baptiste Daroussin
d053e13822
Let pkg deal with empty directories
2014-09-02 23:18:23 +00:00
Baptiste Daroussin
7c0162db1a
Use @rmtry
...
Let pkg deal with empty directories
2014-09-02 23:16:33 +00:00
Baptiste Daroussin
60d1e3584d
pkg deals nicely with empty directories
2014-09-02 23:14:01 +00:00
Baptiste Daroussin
519596aa55
pkg already deals with empty directories
2014-09-02 23:12:53 +00:00
Baptiste Daroussin
97083ccf91
Use @sample
2014-09-02 23:11:21 +00:00
Tijl Coosemans
5237786108
- Add USES=libtool and bump dependent ports
...
- Add USES=iconv to fix build on FreeBSD 10
2014-09-02 15:05:37 +00:00
Baptiste Daroussin
dc4105d58d
Remove non staged ports without pending PR from *
2014-09-02 11:45:57 +00:00
Tijl Coosemans
796095d541
Add USES=libtool to accessibility/atkmm and bump dependent ports
2014-09-01 19:34:02 +00:00
Tijl Coosemans
ecfe726f89
Convert to USES=libtool and INSTALL_TARGET=install-strip
...
Obtained from: gnome-dev
2014-09-01 18:12:58 +00:00
Tijl Coosemans
7b9bf6af3f
Add USES=libtool and INSTALL_TARGET=install-strip
...
Obtained from: gnome-dev
2014-09-01 17:50:26 +00:00
Tijl Coosemans
fc228cfa85
Convert to USES=libtool and INSTALL_TARGET=install-strip
...
Obtained from: gnome-dev
2014-09-01 16:05:20 +00:00
Tijl Coosemans
2ad5d4d55d
Remove *.la files
2014-09-01 11:12:56 +00:00
Pietro Cerutti
622cc91ee6
- Update to snapshot 10259
...
Changelogs:
* http://www.fltk.org/articles.php?L1381
* http://www.fltk.org/articles.php?L1382
2014-09-01 09:16:02 +00:00
Tijl Coosemans
899267e22c
Add USES=libtool
2014-08-29 22:18:38 +00:00
Baptiste Daroussin
38d8584182
Modernize python
2014-08-29 14:45:45 +00:00
Pietro Cerutti
a9b944817b
- Update Tcl/Tk 8.6 to 8.6.2
...
Release notes: http://code.activestate.com/lists/tcl-core/14072/
2014-08-29 14:19:55 +00:00
Pietro Cerutti
e0ab1f8259
- Update distinfo. A bug (OSX-only) was found after the release and the tarball
...
was rerolled.
PR: 193108
Submitted by: arved
2014-08-29 10:24:14 +00:00
Dmitry Marakasov
05f8afa086
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-08-29 09:48:42 +00:00
Dmitry Marakasov
0b795e476d
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-08-29 09:26:30 +00:00
Dmitry Marakasov
d2a2f9223f
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-08-29 09:26:21 +00:00
Dmitry Marakasov
f8906b7586
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-08-29 09:26:14 +00:00
Dmitry Marakasov
32c437a6b5
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-08-29 09:26:07 +00:00
Dmitry Marakasov
77a9f5149d
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-08-29 09:18:13 +00:00
Dmitry Marakasov
74dc278ef8
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-08-29 09:18:02 +00:00
Tijl Coosemans
294443d6b1
Remove CONFIGURE_ARGS=--enable-explicit-deps. This option adds
...
dependencies to the Requires field in pkgconfig files that should only be
needed with static linking and cause a lot of overlinking with shared
linking. They should be added to the Requires.private field instead, but
since this port doesn't install any static libraries they can just be
removed.
The flag was added because several ports that depend on this port failed to
link because of missing libraries when the linker enforced explicit
linking. The pkgconfig files in this port then provided the links.
These ports have all been fixed now.
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
2014-08-28 10:58:25 +00:00
Baptiste Daroussin
9d3114adc8
Reset maintainership, the maintainer has no time for it
...
Submitted by: former maintainer
2014-08-27 08:19:29 +00:00
Pietro Cerutti
338afb2e7d
- Update Tcl/Tk 8.5 to 8.5.16
...
Release notes: http://code.activestate.com/lists/tcl-core/14056/
2014-08-27 07:54:49 +00:00
Tijl Coosemans
216b5a285f
- Fix missing library problems when the linker enforces explicit linking
...
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
2014-08-26 14:06:08 +00:00